Searched refs:None (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/media/libstagefright/include/
H A DSoftwareRenderer.h41 None, enumerator in enum:android::SoftwareRenderer::YUVMode
/frameworks/base/media/libstagefright/colorconversion/
H A DSoftwareRenderer.cpp36 mYUVMode(None),
/frameworks/compile/slang/
H A Dslang_backend.cpp181 OptLevel = llvm::CodeGenOpt::None;
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp440 Attributes RetAttribute = Attribute::None;
441 Attributes FnAttribute = Attribute::None;
466 if (FnAttribute == Attribute::None && RetAttribute != Attribute::None &&
468 if (FnAttribute == Attribute::None) { // add a slot so they get added.
479 if (RetAttribute != Attribute::None)
482 if (FnAttribute != Attribute::None)
484 } else if (Record[i+1] != Attribute::None)
/frameworks/compile/libbcc/lib/ExecutionEngine/
H A DCompiler.cpp174 // -O0: llvm::CodeGenOpt::None
203 ((CodeGenOptLevel == llvm::CodeGenOpt::None) ?

Completed in 174 milliseconds