[go: nahoru, domu]

Searched refs:ec (Results 1 - 12 of 12) sorted by relevance

/frameworks/data-binding/integration-tests/MultiModuleTestApp/app/src/androidTest/java/com/android/databinding/multimoduletestapp/
H A DEventIdsTest.java33 EventCounter ec = new EventCounter();
34 observableInLibrary.addOnPropertyChangedCallback(ec);
35 ec.assertProperty(BR.libField1, 0);
36 ec.assertProperty(BR.libField2, 0);
37 ec.assertProperty(BR.sharedField, 0);
40 ec.assertProperty(BR.libField1, 1);
41 ec.assertProperty(BR.libField2, 0);
42 ec.assertProperty(BR.sharedField, 0);
45 ec.assertProperty(BR.libField1, 1);
46 ec
[all...]
/frameworks/compile/mclinker/lib/Support/
H A DFileOutputBuffer.cpp29 std::error_code ec; local
32 ec = llvm::sys::fs::resize_file(pFileHandle.handler(), pSize);
33 if (ec)
34 return ec;
38 llvm::sys::fs::mapped_file_region::readwrite, pSize, 0, ec));
39 if (ec)
40 return ec;
/frameworks/opt/net/wifi/tests/wifitests/
H A Dcoverage.sh27 REMOTE_COVERAGE_OUTPUT_FILE=/data/data/com.android.server.wifi.test/files/coverage.ec
28 COVERAGE_OUTPUT_FILE=$OUTPUT_DIR/wifi_coverage.ec
/frameworks/compile/libbcc/bcinfo/tools/
H A Dmain.cpp357 std::error_code ec = moduleOrError.getError(); local
358 if (!ec) {
360 ec = module->materializeAll();
363 if (ec) {
364 errmsg = ec.message();
375 new llvm::tool_output_file(outFile.c_str(), ec,
/frameworks/compile/libbcc/lib/Core/
H A DCompiler.cpp276 std::error_code ec = module.materializeAll(); local
277 if (ec) {
279 module.getModuleIdentifier().c_str(), ec.message().c_str());
452 std::error_code ec = module.materializeAll(); local
453 if (ec) {
455 module.getModuleIdentifier().c_str(), ec.message().c_str());
H A DSource.cpp47 if (std::error_code ec = moduleOrError.getError()) {
49 pInput->getBufferIdentifier(), ec.message().c_str());
/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dbit_cnt.c391 Word16 bc11,ec,sc; local
395 ec=0;
409 ec = ec + 5;
411 ec = ec + 2;
417 ec = ec + 5;
419 ec = ec
[all...]
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp2399 sp<EffectChain> ec = t->mEffectChains[j]; local
2400 if (ec->sessionId() > AUDIO_SESSION_OUTPUT_MIX) {
2401 chains.push(ec);
2408 sp<EffectChain> ec = t->mEffectChains[j]; local
2409 chains.push(ec);
2414 sp<EffectChain> ec = chains[i]; local
2415 int sessionid = ec->sessionId();
2416 sp<ThreadBase> t = ec->mThread.promote();
2434 while (ec->mEffects.size()) {
2435 sp<EffectModule> effect = ec
2908 sp<EffectChain> ec = local
[all...]
H A DTracks.cpp641 sp<EffectChain> ec = thread->getEffectChain_l(mSessionId); local
643 (ec != 0 && ec->isNonOffloadableEnabled())) {
/frameworks/compile/libbcc/bcinfo/
H A DMetadataExtractor.cpp607 if (std::error_code ec = errval.getError()) {
609 ALOGE("%s", ec.message().c_str());
/frameworks/base/
H A Dcompiled-classes-phone6183 com.android.org.bouncycastle.jcajce.provider.asymmetric.ec.KeyFactorySpi
6184 com.android.org.bouncycastle.jcajce.provider.asymmetric.ec.KeyFactorySpi$EC
8171 sun.security.ec.ECKeyFactory
8172 sun.security.ec.ECKeyFactory$1
8173 sun.security.ec.ECKeyFactory$2
8174 sun.security.ec.ECParameters
8175 sun.security.ec.NamedCurve
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 205 milliseconds