Home
last modified time | relevance | path

Searched refs:kSuccess (Results 1 – 6 of 6) sorted by relevance

/frameworks/compile/libbcc/lib/Core/
DCompiler.cpp43 case kSuccess: in GetErrorString()
101 if (err != kSuccess) { in Compiler()
142 return kSuccess; in config()
192 return kSuccess; in runLTO()
242 return kSuccess; in runCodeGen()
283 if (mEnableLTO && ((err = runLTO(pScript)) != kSuccess)) { in compile()
290 if ((err = runCodeGen(pScript, pResult)) != kSuccess) { in compile()
294 return kSuccess; in compile()
/frameworks/compile/libbcc/lib/Renderscript/
DRSCompilerDriver.cpp290 if (err != Compiler::kSuccess) { in compileScript()
315 if (compile_result != Compiler::kSuccess) { in compileScript()
346 return Compiler::kSuccess; in compileScript()
419 return status == Compiler::kSuccess; in build()
445 if (status != Compiler::kSuccess) { in buildForCompatLib()
/frameworks/compile/libbcc/include/bcc/
DCompiler.h55 kSuccess, enumerator
/frameworks/compile/libbcc/tools/bcc/
DMain.cpp170 if (result != Compiler::kSuccess) { in ConfigCompiler()
/frameworks/compile/libbcc/tools/bcc_compat/
DMain.cpp196 if (result != Compiler::kSuccess) { in ConfigCompiler()
/frameworks/base/core/jni/android/graphics/
DBitmapFactory.cpp321 != SkImageDecoder::kSuccess) { in doDecode()