[go: nahoru, domu]

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