Searched refs:kSuccess (Results 1 - 8 of 8) sorted by relevance

/frameworks/compile/mclinker/tools/mcld/lib/Core/
H A DLinker.cpp28 /* kSuccess */
76 if (kSuccess != err) {
95 return kSuccess;
115 return kSuccess;
122 return kSuccess;
130 return kSuccess;
138 return kSuccess;
150 return kSuccess;
155 return kSuccess;
160 return kSuccess;
[all...]
/frameworks/compile/libbcc/lib/Core/
H A DCompiler.cpp41 case kSuccess:
99 if (err != kSuccess) {
143 return kSuccess;
193 return kSuccess;
243 return kSuccess;
269 if (mEnableLTO && ((err = runLTO(pScript)) != kSuccess)) {
276 if ((err = runCodeGen(pScript, pResult)) != kSuccess) {
280 return kSuccess;
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSCompilerDriver.cpp269 if (err != Compiler::kSuccess) {
294 if (compile_result != Compiler::kSuccess) {
304 return Compiler::kSuccess;
331 return Compiler::kSuccess;
412 if (status != Compiler::kSuccess) {
435 if (status != Compiler::kSuccess) {
/frameworks/compile/mclinker/tools/mcld/include/alone/
H A DLinker.h39 kSuccess, enumerator in enum:alone::Linker::ErrorCode
/frameworks/compile/mclinker/tools/mcld/
H A Dmain.cpp266 if (Linker::kSuccess != result) {
283 if (Linker::kSuccess != result) {
315 if (Linker::kSuccess != result) {
323 if (Linker::kSuccess != result) {
339 if (Linker::kSuccess != result) {
/frameworks/compile/libbcc/include/bcc/
H A DCompiler.h50 kSuccess, enumerator in enum:bcc::Compiler::ErrorCode
/frameworks/compile/libbcc/tools/bcc/
H A DMain.cpp150 if (result != Compiler::kSuccess) {
173 if (result != Compiler::kSuccess) {
/frameworks/compile/libbcc/tools/bcc_compat/
H A DMain.cpp210 if (result != Compiler::kSuccess) {

Completed in 169 milliseconds