Searched defs:ec (Results 1 - 7 of 7) sorted by relevance

/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/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/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());
/frameworks/av/services/audioflinger/
H A DTracks.cpp691 sp<EffectChain> ec = thread->getEffectChain_l(mSessionId); local
693 (ec != 0 && ec->isNonOffloadableEnabled())) {
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...]
/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 5985 milliseconds