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

/frameworks/compile/libbcc/include/bcc/
H A DCompiler.h79 static const char *GetErrorString(enum ErrorCode pErrCode);
/frameworks/compile/libbcc/lib/Core/
H A DCompiler.cpp41 const char *Compiler::GetErrorString(enum ErrorCode pErrCode) { function in class:Compiler
102 ALOGE("%s (%s, features: %s)", GetErrorString(err),
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSCompilerDriver.cpp292 Compiler::GetErrorString(err));
317 Compiler::GetErrorString(compile_result));
/frameworks/compile/libbcc/tools/bcc/
H A DMain.cpp172 << Compiler::GetErrorString(result) << ")\n";
/frameworks/compile/libbcc/tools/bcc_compat/
H A DMain.cpp198 << Compiler::GetErrorString(result) << ")\n";

Completed in 1040 milliseconds