Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/lib/
DCompiler.cpp120 case kSuccess: in GetErrorString()
170 if (err != kSuccess) { in Compiler()
211 return kSuccess; in config()
297 return kSuccess; in runPasses()
356 if ((err = runPasses(script, pResult)) != kSuccess) { in compile()
364 return kSuccess; in compile()
508 return kSuccess; in screenGlobalFunctions()
DRSCompilerDriver.cpp121 if (mCompiler.screenGlobalFunctions(pScript) != Compiler::kSuccess) { in compileScript()
184 if (err != Compiler::kSuccess) { in compileScript()
208 if (compile_result != Compiler::kSuccess) { in compileScript()
215 return Compiler::kSuccess; in compileScript()
300 return status == Compiler::kSuccess; in build()
447 if (status != Compiler::kSuccess) { in buildForCompatLib()
/frameworks/compile/libbcc/include/bcc/
DCompiler.h53 kSuccess, enumerator
/frameworks/compile/libbcc/tools/bcc_compat/
DMain.cpp203 if (result != Compiler::kSuccess) { in ConfigCompiler()
/frameworks/compile/libbcc/tools/bcc/
DMain.cpp267 if (result != Compiler::kSuccess) { in ConfigCompiler()
/frameworks/base/core/jni/android/graphics/
DBitmapFactory.cpp464 case SkCodec::kSuccess: in doDecode()