Home
last modified time | relevance | path

Searched defs:ec (Results 1 – 9 of 9) sorted by relevance

/frameworks/compile/mclinker/lib/Support/
DFileOutputBuffer.cpp29 std::error_code ec; in create() local
/frameworks/compile/libbcc/lib/
DCompiler.cpp349 std::error_code ec = module.materializeAll(); in compile() local
496 std::error_code ec = module.materializeAll(); in screenGlobalFunctions() local
DSource.cpp51 if (std::error_code ec = moduleOrError.getError()) { in helper_load_bitcode() local
/frameworks/base/services/tests/servicestests/src/com/android/server/am/
DMeasuredEnergySnapshotTest.java242 final EnergyConsumer ec = new EnergyConsumer(); in createEnergyConsumer() local
/frameworks/compile/libbcc/bcinfo/tools/
Dmain.cpp357 std::error_code ec = moduleOrError.getError(); in main() local
/frameworks/compile/libbcc/bcinfo/
DMetadataExtractor.cpp620 if (std::error_code ec = errval.getError()) { in extract() local
/frameworks/av/services/audioflinger/
DAudioFlinger.cpp3159 sp<EffectChain> ec = t->mEffectChains[j]; in purgeStaleEffects_l() local
3170 sp<EffectChain> ec = t->mEffectChains[j]; in purgeStaleEffects_l() local
3179 sp<EffectChain> ec = t->mEffectChains[j]; in purgeStaleEffects_l() local
3185 sp<EffectChain> ec = chains[i]; in purgeStaleEffects_l() local
4078 sp<EffectChain> ec = in isNonOffloadableGlobalEffectEnabled_l() local
DTracks.cpp1053 sp<EffectChain> ec = thread->getEffectChain_l(mSessionId); in start() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DMccTable.java576 sTable.add(new MccEntry(740, "ec", 2)); // Ecuador in sTable.add()