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

12

/external/llvm/unittests/Bitcode/
H A DBitReaderTest.cpp57 std::string errMsg; local
58 OwningPtr<Module> m(getLazyBitcodeModule(Buffer, getGlobalContext(), &errMsg));
/external/llvm/lib/Support/
H A DDynamicLibrary.cpp74 std::string *errMsg) {
79 if (errMsg) *errMsg = dlerror();
113 std::string *errMsg) {
114 if (errMsg) *errMsg = "dlopen() not supported on this platform";
73 getPermanentLibrary(const char *filename, std::string *errMsg) argument
112 getPermanentLibrary(const char *filename, std::string *errMsg) argument
/external/llvm/unittests/Analysis/
H A DCFGTest.cpp40 std::string errMsg; local
41 raw_string_ostream os(errMsg);
/external/llvm/unittests/ExecutionEngine/JIT/
H A DMultiJITTest.cpp30 std::string errMsg; local
31 raw_string_ostream os(errMsg);
H A DJITTest.cpp168 std::string errMsg; local
169 raw_string_ostream os(errMsg);
630 std::string errMsg; local
631 M = getLazyBitcodeModule(BitcodeBuffer, Context, &errMsg);
633 ADD_FAILURE() << errMsg;
639 .setErrorStr(&errMsg)
642 ADD_FAILURE() << errMsg;
/external/clang/lib/ARCMigrate/
H A DPlistReporter.cpp118 std::string errMsg; local
119 llvm::raw_fd_ostream o(outPath.c_str(), errMsg);
120 if (!errMsg.empty()) {
/external/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITCAPITest.cpp45 static LLVMBool roundTripFinalizeMemory(void *object, char **errMsg) { argument
50 *errMsg = LLVMCreateMessage(errMsgString.c_str());
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtsnmfmt.cpp279 UnicodeString errMsg; local
283 errMsg.truncate(0); // if non-empty, we failed this iteration
292 errMsg = "**** FAIL: Parse of " + prettify(string[i-1]) + " failed.";
304 errMsg = ("**** FAIL: Parse of " + prettify(string[i-1])
318 errMsg = ("**** FAIL: Numeric mismatch after match.");
325 errMsg = ("**** FAIL: String mismatch after match.");
337 errMsg = ("**** FAIL: No string and/or number match within 2 iterations.");
340 if (errMsg.length() != 0)
347 errln(errMsg);
H A Dtmsgfmt.cpp622 UnicodeString expected ,char* errMsg)
631 dataerrln( "%serror while formatting with ErrorCode as %s" ,errMsg, u_errorName(status) );
635 UnicodeString err = UnicodeString(errMsg);
642 UnicodeString pattern ,Locale locale ,UErrorCode &status , char* errMsg)
647 dataerrln( "%serror while constructing with ErrorCode as %s" ,errMsg, u_errorName(status) );
620 internalFormat(MessageFormat* msgFmt , Formattable* args , int32_t numOfArgs , UnicodeString expected ,char* errMsg) argument
641 internalCreate( UnicodeString pattern ,Locale locale ,UErrorCode &status , char* errMsg) argument
H A Dtzregts.cpp813 UnicodeString errMsg; local
815 errMsg = (UnicodeString(") threw ") + u_errorName(status));
818 errMsg = UnicodeString(") accepts invalid args", "");
823 errMsg); local
/external/icu4c/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 Dtmsgfmt.cpp648 UnicodeString expected, const char* errMsg)
657 dataerrln( "%serror while formatting with ErrorCode as %s" ,errMsg, u_errorName(status) );
661 UnicodeString err = UnicodeString(errMsg);
668 UnicodeString pattern ,Locale locale ,UErrorCode &status , char* errMsg)
673 dataerrln( "%serror while constructing with ErrorCode as %s" ,errMsg, u_errorName(status) );
646 internalFormat(MessageFormat* msgFmt , Formattable* args , int32_t numOfArgs , UnicodeString expected, const char* errMsg) argument
667 internalCreate( UnicodeString pattern ,Locale locale ,UErrorCode &status , char* errMsg) argument
H A Dtzfmttst.cpp730 UnicodeString errMsg; local
735 errMsg = (UnicodeString)"Time zone ID: " + outID + " - expected: " + DATA[i].expected;
737 errMsg = (UnicodeString)"Parsed pos: " + pos.getIndex() + " - expected: " + DATA[i].outPos;
739 errMsg = (UnicodeString)"Time type: " + ttype + " - expected: " + DATA[i].timeType;
747 if (errMsg.length() > 0) {
748 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
/external/llvm/tools/lto/
H A DLTOCodeGenerator.cpp124 bool LTOCodeGenerator::addModule(LTOModule* mod, std::string& errMsg) { argument
125 bool ret = _linker.linkInModule(mod->getLLVVMModule(), &errMsg);
159 std::string &errMsg) {
160 if (!determineTarget(errMsg))
172 errMsg = "could not open bitcode file for writing: ";
173 errMsg += path;
182 errMsg = "could not write bitcode file: ";
183 errMsg += path;
192 bool LTOCodeGenerator::compile_to_file(const char** name, std::string& errMsg) { argument
198 errMsg
158 writeMergedModules(const char *path, std::string &errMsg) argument
224 compile(size_t* length, std::string& errMsg) argument
251 determineTarget(std::string &errMsg) argument
390 generateObjectFile(raw_ostream &out, std::string &errMsg) argument
[all...]
H A DLTOModule.cpp191 LTOModule *LTOModule::makeLTOModule(const char *path, std::string &errMsg) { argument
194 errMsg = ec.message();
197 return makeLTOModule(buffer.take(), errMsg);
201 size_t size, std::string &errMsg) {
202 return makeLTOModule(fd, path, size, 0, errMsg);
208 std::string &errMsg) {
212 errMsg = ec.message();
215 return makeLTOModule(buffer.take(), errMsg);
219 std::string &errMsg) {
223 return makeLTOModule(buffer.take(), errMsg);
200 makeLTOModule(int fd, const char *path, size_t size, std::string &errMsg) argument
205 makeLTOModule(int fd, const char *path, size_t map_size, off_t offset, std::string &errMsg) argument
218 makeLTOModule(const void *mem, size_t length, std::string &errMsg) argument
248 makeLTOModule(MemoryBuffer *buffer, std::string &errMsg) argument
802 addAsmGlobalSymbols(std::string &errMsg) argument
859 parseSymbols(std::string &errMsg) argument
[all...]
/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/jmonkeyengine/engine/src/core/com/jme3/app/
H A DApplication.java520 public void handleError(String errMsg, Throwable t){ argument
521 logger.log(Level.SEVERE, errMsg, t);
/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/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/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 ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 675 milliseconds

12