Searched defs:errMsg (Results 1 - 25 of 30) sorted by relevance

12

/external/clang/lib/ARCMigrate/
H A DPlistReporter.cpp59 std::string errMsg; local
60 llvm::raw_fd_ostream o(outPath.c_str(), errMsg, llvm::sys::fs::F_Text);
61 if (!errMsg.empty()) {
/external/llvm/lib/Support/
H A DDynamicLibrary.cpp57 std::string *errMsg) {
62 if (errMsg) *errMsg = dlerror();
96 std::string *errMsg) {
97 if (errMsg) *errMsg = "dlopen() not supported on this platform";
56 getPermanentLibrary(const char *filename, std::string *errMsg) argument
95 getPermanentLibrary(const char *filename, std::string *errMsg) argument
/external/llvm/unittests/Analysis/
H A DCFGTest.cpp39 std::string errMsg; local
40 raw_string_ostream os(errMsg);
/external/llvm/unittests/ExecutionEngine/JIT/
H A DMultiJITTest.cpp31 std::string errMsg; local
32 raw_string_ostream os(errMsg);
H A DJITTest.cpp173 std::string errMsg; local
174 raw_string_ostream os(errMsg);
642 std::string errMsg; local
645 .setErrorStr(&errMsg)
648 ADD_FAILURE() << errMsg;
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtsnmfmt.cpp290 UnicodeString errMsg; local
294 errMsg.truncate(0); // if non-empty, we failed this iteration
303 errMsg = "**** FAIL: Parse of " + prettify(string[i-1]) + " failed.";
315 errMsg = ("**** FAIL: Parse of " + prettify(string[i-1])
329 errMsg = ("**** FAIL: Numeric mismatch after match.");
336 errMsg = ("**** FAIL: String mismatch after match.");
348 errMsg = ("**** FAIL: No string and/or number match within 2 iterations.");
351 if (errMsg.length() != 0)
358 errln(errMsg);
H A Dtzfmttst.cpp731 UnicodeString errMsg; local
736 errMsg = (UnicodeString)"Time zone ID: " + outID + " - expected: " + DATA[i].expected;
738 errMsg = (UnicodeString)"Parsed pos: " + pos.getIndex() + " - expected: " + DATA[i].outPos;
740 errMsg = (UnicodeString)"Time type: " + ttype + " - expected: " + DATA[i].timeType;
748 if (errMsg.length() > 0) {
749 errln((UnicodeString)"Fail: " + errMsg + " [text=" + DATA[i].text + ", pos=" + DATA[i].inPos + ", style=" + DATA[i].style + "]");
H A Dtzregts.cpp817 UnicodeString errMsg; local
819 errMsg = (UnicodeString(") threw ") + u_errorName(status));
822 errMsg = UnicodeString(") accepts invalid args", "");
827 errMsg); local
H A Dtmsgfmt.cpp649 UnicodeString expected, const char* errMsg)
658 dataerrln( "%s error while formatting with ErrorCode as %s" ,errMsg, u_errorName(status) );
662 UnicodeString err = UnicodeString(errMsg);
669 UnicodeString pattern ,Locale locale ,UErrorCode &status , char* errMsg)
674 dataerrln( "%s error while constructing with ErrorCode as %s" ,errMsg, u_errorName(status) );
647 internalFormat(MessageFormat* msgFmt , Formattable* args , int32_t numOfArgs , UnicodeString expected, const char* errMsg) argument
668 internalCreate( UnicodeString pattern ,Locale locale ,UErrorCode &status , char* errMsg) argument
/external/icu/icu4c/source/test/intltest/
H A Dtsnmfmt.cpp290 UnicodeString errMsg; local
294 errMsg.truncate(0); // if non-empty, we failed this iteration
303 errMsg = "**** FAIL: Parse of " + prettify(string[i-1]) + " failed.";
315 errMsg = ("**** FAIL: Parse of " + prettify(string[i-1])
329 errMsg = ("**** FAIL: Numeric mismatch after match.");
336 errMsg = ("**** FAIL: String mismatch after match.");
348 errMsg = ("**** FAIL: No string and/or number match within 2 iterations.");
351 if (errMsg.length() != 0)
358 errln(errMsg);
H A Dtzfmttst.cpp731 UnicodeString errMsg; local
736 errMsg = (UnicodeString)"Time zone ID: " + outID + " - expected: " + DATA[i].expected;
738 errMsg = (UnicodeString)"Parsed pos: " + pos.getIndex() + " - expected: " + DATA[i].outPos;
740 errMsg = (UnicodeString)"Time type: " + ttype + " - expected: " + DATA[i].timeType;
748 if (errMsg.length() > 0) {
749 errln((UnicodeString)"Fail: " + errMsg + " [text=" + DATA[i].text + ", pos=" + DATA[i].inPos + ", style=" + DATA[i].style + "]");
H A Dtzregts.cpp817 UnicodeString errMsg; local
819 errMsg = (UnicodeString(") threw ") + u_errorName(status));
822 errMsg = UnicodeString(") accepts invalid args", "");
827 errMsg); local
H A Dtmsgfmt.cpp649 UnicodeString expected, const char* errMsg)
658 dataerrln( "%s error while formatting with ErrorCode as %s" ,errMsg, u_errorName(status) );
662 UnicodeString err = UnicodeString(errMsg);
669 UnicodeString pattern ,Locale locale ,UErrorCode &status , char* errMsg)
674 dataerrln( "%s error while constructing with ErrorCode as %s" ,errMsg, u_errorName(status) );
647 internalFormat(MessageFormat* msgFmt , Formattable* args , int32_t numOfArgs , UnicodeString expected, const char* errMsg) argument
668 internalCreate( UnicodeString pattern ,Locale locale ,UErrorCode &status , char* errMsg) argument
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Duniform_query.cpp1041 char *errMsg, size_t errMsgLength)
1071 _mesa_snprintf(errMsg, errMsgLength,
1040 _mesa_sampler_uniforms_are_valid(const struct gl_shader_program *shProg, char *errMsg, size_t errMsgLength) argument
H A Dshaderapi.c945 * \param errMsg returns error message if validation fails.
946 * \return GL_TRUE if valid, GL_FALSE if invalid (and set errMsg)
950 char *errMsg)
976 if (!_mesa_sampler_uniforms_are_valid(shProg, errMsg, 100))
990 char errMsg[100] = ""; local
997 shProg->Validated = validate_shader_program(shProg, errMsg);
1003 shProg->InfoLog = ralloc_strdup(shProg, errMsg);
949 validate_shader_program(const struct gl_shader_program *shProg, char *errMsg) argument
/external/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp116 bool LTOCodeGenerator::addModule(LTOModule* mod, std::string& errMsg) { argument
117 bool ret = IRLinker.linkInModule(&mod->getModule(), &errMsg);
156 std::string &errMsg) {
157 if (!determineTarget(errMsg))
167 errMsg = "could not open bitcode file for writing: ";
168 errMsg += path;
177 errMsg = "could not write bitcode file: ";
178 errMsg += path;
191 std::string& errMsg) {
198 errMsg
155 writeMergedModules(const char *path, std::string &errMsg) argument
187 compile_to_file(const char** name, bool disableOpt, bool disableInline, bool disableGVNLoadPRE, std::string& errMsg) argument
225 compile(size_t* length, bool disableOpt, bool disableInline, bool disableGVNLoadPRE, std::string& errMsg) argument
258 determineTarget(std::string &errMsg) argument
443 generateObjectFile(raw_ostream &out, bool DisableOpt, bool DisableInline, bool DisableGVNLoadPRE, std::string &errMsg) argument
[all...]
H A DLTOModule.cpp71 std::string &errMsg) {
75 errMsg = EC.message();
78 return makeLTOModule(std::move(BufferOrErr.get()), options, errMsg);
83 std::string &errMsg) {
84 return createFromOpenFileSlice(fd, path, size, 0, options, errMsg);
90 std::string &errMsg) {
94 errMsg = EC.message();
97 return makeLTOModule(std::move(BufferOrErr.get()), options, errMsg);
102 std::string &errMsg, StringRef path) {
106 return makeLTOModule(std::move(buffer), options, errMsg);
70 createFromFile(const char *path, TargetOptions options, std::string &errMsg) argument
81 createFromOpenFile(int fd, const char *path, size_t size, TargetOptions options, std::string &errMsg) argument
87 createFromOpenFileSlice(int fd, const char *path, size_t map_size, off_t offset, TargetOptions options, std::string &errMsg) argument
100 createFromBuffer(const void *mem, size_t length, TargetOptions options, std::string &errMsg, StringRef path) argument
109 makeLTOModule(std::unique_ptr<MemoryBuffer> Buffer, TargetOptions options, std::string &errMsg) argument
531 parseSymbols(std::string &errMsg) argument
[all...]
/external/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITCAPITest.cpp53 static LLVMBool roundTripFinalizeMemory(void *object, char **errMsg) { argument
58 *errMsg = LLVMCreateMessage(errMsgString.c_str());
/external/mesa3d/src/mesa/main/
H A Duniform_query.cpp1041 char *errMsg, size_t errMsgLength)
1071 _mesa_snprintf(errMsg, errMsgLength,
1040 _mesa_sampler_uniforms_are_valid(const struct gl_shader_program *shProg, char *errMsg, size_t errMsgLength) argument
H A Dshaderapi.c945 * \param errMsg returns error message if validation fails.
946 * \return GL_TRUE if valid, GL_FALSE if invalid (and set errMsg)
950 char *errMsg)
976 if (!_mesa_sampler_uniforms_are_valid(shProg, errMsg, 100))
990 char errMsg[100] = ""; local
997 shProg->Validated = validate_shader_program(shProg, errMsg);
1003 shProg->InfoLog = ralloc_strdup(shProg, errMsg);
949 validate_shader_program(const struct gl_shader_program *shProg, char *errMsg) argument
/external/deqp/execserver/tools/
H A DxsTest.cpp284 string errMsg = deProcess_getLastError(serverProc); local
286 XS_FAIL(errMsg.c_str());
/external/chromium_org/third_party/sqlite/src/src/
H A DbtreeInt.h634 StrAccum errMsg; /* Accumulate the error message text here */ member in struct:IntegrityCk
H A Dinsert.c1366 StrAccum errMsg; local
1370 sqlite3StrAccumInit(&errMsg, 0, 0, 200);
1371 errMsg.db = pParse->db;
1375 sqlite3StrAccumAppend(&errMsg, zSep, -1);
1377 sqlite3StrAccumAppend(&errMsg, zCol, -1);
1379 sqlite3StrAccumAppend(&errMsg,
1381 zErr = sqlite3StrAccumFinish(&errMsg);
1383 sqlite3DbFree(errMsg.db, zErr);
/external/deqp/modules/gles3/functional/
H A Des3fFboRenderTest.cpp242 std::string errMsg = "Format not supported, requires " local
245 throw tcu::NotSupportedError(errMsg);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Djavax.servlet_2.5.0.v200910301333.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 7210 milliseconds

12