Home
last modified time | relevance | path

Searched refs:ec (Results 1 – 14 of 14) sorted by relevance

/frameworks/data-binding/integration-tests/MultiModuleTestApp/app/src/androidTest/java/com/android/databinding/multimoduletestapp/
DEventIdsTest.java34 EventCounter ec = new EventCounter(); in testLibraryObservable() local
35 observableInLibrary.addOnPropertyChangedCallback(ec); in testLibraryObservable()
36 ec.assertProperty(BR.libField1, 0); in testLibraryObservable()
37 ec.assertProperty(BR.libField2, 0); in testLibraryObservable()
38 ec.assertProperty(BR.sharedField, 0); in testLibraryObservable()
41 ec.assertProperty(BR.libField1, 1); in testLibraryObservable()
42 ec.assertProperty(BR.libField2, 0); in testLibraryObservable()
43 ec.assertProperty(BR.sharedField, 0); in testLibraryObservable()
46 ec.assertProperty(BR.libField1, 1); in testLibraryObservable()
47 ec.assertProperty(BR.libField2, 1); in testLibraryObservable()
[all …]
/frameworks/compile/mclinker/lib/Support/
DFileOutputBuffer.cpp29 std::error_code ec; in create() local
32 ec = llvm::sys::fs::resize_file(pFileHandle.handler(), pSize); in create()
33 if (ec) in create()
34 return ec; in create()
38 llvm::sys::fs::mapped_file_region::readwrite, pSize, 0, ec)); in create()
39 if (ec) in create()
40 return ec; in create()
/frameworks/compile/libbcc/bcinfo/tools/
Dmain.cpp323 std::error_code ec = moduleOrError.getError(); in main() local
324 if (!ec) { in main()
326 ec = module->materializeAllPermanently(); in main()
329 if (ec) { in main()
330 errmsg = ec.message(); in main()
341 new llvm::tool_output_file(outFile.c_str(), ec, in main()
/frameworks/compile/libbcc/lib/Core/
DCompiler.cpp243 std::error_code ec = module.materializeAllPermanently(); in compile() local
244 if (ec) { in compile()
246 module.getModuleIdentifier().c_str(), ec.message().c_str()); in compile()
427 std::error_code ec = module.materializeAll(); in screenGlobalFunctions() local
428 if (ec) { in screenGlobalFunctions()
430 module.getModuleIdentifier().c_str(), ec.message().c_str()); in screenGlobalFunctions()
DSource.cpp43 if (std::error_code ec = moduleOrError.getError()) { in helper_load_bitcode() local
45 pInput->getBufferIdentifier(), ec.message().c_str()); in helper_load_bitcode()
/frameworks/av/media/libstagefright/codecs/aacenc/src/
Dbit_cnt.c391 Word16 bc11,ec,sc; in countEsc() local
395 ec=0; in countEsc()
409 ec = ec + 5; in countEsc()
411 ec = ec + 2; in countEsc()
417 ec = ec + 5; in countEsc()
419 ec = ec + 2; in countEsc()
433 bitCount[11]=bc11 + sc + ec; in countEsc()
/frameworks/base/docs/html-intl/intl/zh-cn/google/play/billing/
Dbilling_overview.jd36 …//ec.europa.eu/justice/consumer-marketing/unfair-trade/unfair-practices/">不公平商业行为指令</a>的相关法律禁止直接规劝…
/frameworks/av/services/audioflinger/
DAudioFlinger.cpp2325 sp<EffectChain> ec = t->mEffectChains[j]; in purgeStaleEffects_l() local
2326 if (ec->sessionId() > AUDIO_SESSION_OUTPUT_MIX) { in purgeStaleEffects_l()
2327 chains.push(ec); in purgeStaleEffects_l()
2334 sp<EffectChain> ec = t->mEffectChains[j]; in purgeStaleEffects_l() local
2335 chains.push(ec); in purgeStaleEffects_l()
2340 sp<EffectChain> ec = chains[i]; in purgeStaleEffects_l() local
2341 int sessionid = ec->sessionId(); in purgeStaleEffects_l()
2342 sp<ThreadBase> t = ec->mThread.promote(); in purgeStaleEffects_l()
2360 while (ec->mEffects.size()) { in purgeStaleEffects_l()
2361 sp<EffectModule> effect = ec->mEffects[0]; in purgeStaleEffects_l()
[all …]
DTracks.cpp662 sp<EffectChain> ec = thread->getEffectChain_l(mSessionId); in start() local
664 (ec != 0 && ec->isNonOffloadableEnabled())) { in start()
/frameworks/compile/libbcc/bcinfo/
DMetadataExtractor.cpp508 if (std::error_code ec = errval.getError()) { in extract() local
510 ALOGE("%s", ec.message().c_str()); in extract()
/frameworks/base/docs/html/google/play/billing/
Dbilling_overview.jd47 <a href="http://ec.europa.eu/consumers/enforcement/docs/common_position_on_online_games_en.pdf">pos…
/frameworks/base/docs/html/tools/testing/
Dtesting_otheride.jd594 <code>/data//coverage.ec</code> on the device. To override the file location, use the
/frameworks/base/
Dpreloaded-classes2530 com.android.org.bouncycastle.jcajce.provider.asymmetric.ec.KeyFactorySpi
2531 com.android.org.bouncycastle.jcajce.provider.asymmetric.ec.KeyFactorySpi$EC
/frameworks/data-binding/prebuilds/1.0-rc0/
Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...