Searched refs:ec (Results 1 - 13 of 13) 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/
H A DCompiler.cpp348 std::error_code ec = module.materializeAll(); local
349 if (ec) {
351 module.getModuleIdentifier().c_str(), ec.message().c_str());
495 std::error_code ec = module.materializeAll(); local
496 if (ec) {
498 module.getModuleIdentifier().c_str(), ec.message().c_str());
H A DSource.cpp50 if (std::error_code ec = moduleOrError.getError()) {
52 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.cpp2582 sp<EffectChain> ec = t->mEffectChains[j]; local
2583 if (ec->sessionId() > AUDIO_SESSION_OUTPUT_MIX) {
2584 chains.push(ec);
2591 sp<EffectChain> ec = t->mEffectChains[j]; local
2592 chains.push(ec);
2597 sp<EffectChain> ec = chains[i]; local
2598 int sessionid = ec->sessionId();
2599 sp<ThreadBase> t = ec->mThread.promote();
2617 while (ec->mEffects.size()) {
2618 sp<EffectModule> effect = ec
3190 sp<EffectChain> ec = local
[all...]
H A DTracks.cpp691 sp<EffectChain> ec = thread->getEffectChain_l(mSessionId); local
693 (ec != 0 && ec->isNonOffloadableEnabled())) {
/frameworks/compile/libbcc/bcinfo/
H A DMetadataExtractor.cpp617 if (std::error_code ec = errval.getError()) {
619 ALOGE("%s", ec.message().c_str());
/frameworks/base/
H A Dpreloaded-classes2987 com.android.org.bouncycastle.jcajce.provider.asymmetric.ec.KeyFactorySpi
2988 com.android.org.bouncycastle.jcajce.provider.asymmetric.ec.KeyFactorySpi$EC
H A Dcompiled-classes-phone6166 com.android.org.bouncycastle.jcajce.provider.asymmetric.ec.KeyFactorySpi
6167 com.android.org.bouncycastle.jcajce.provider.asymmetric.ec.KeyFactorySpi$EC
/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 456 milliseconds