Home
last modified time | relevance | path

Searched refs:errMsg (Results 1 – 25 of 34) sorted by relevance

12

/external/llvm/lib/LTO/
DLTOCodeGenerator.cpp200 std::string &errMsg) { in writeMergedModules() argument
201 if (!determineTarget(errMsg)) in writeMergedModules()
211 errMsg = "could not open bitcode file for writing: "; in writeMergedModules()
212 errMsg += path; in writeMergedModules()
222 errMsg = "could not write bitcode file: "; in writeMergedModules()
223 errMsg += path; in writeMergedModules()
233 std::string &errMsg) { in compileOptimizedToFile() argument
240 errMsg = EC.message(); in compileOptimizedToFile()
247 bool genResult = compileOptimized(objFile.os(), errMsg); in compileOptimizedToFile()
267 std::string &errMsg) { in compileOptimized() argument
[all …]
DLTOModule.cpp94 std::string &errMsg) { in createFromFile() argument
98 errMsg = EC.message(); in createFromFile()
102 return makeLTOModule(Buffer->getMemBufferRef(), options, errMsg, in createFromFile()
108 std::string &errMsg) { in createFromOpenFile() argument
109 return createFromOpenFileSlice(fd, path, size, 0, options, errMsg); in createFromOpenFile()
115 std::string &errMsg) { in createFromOpenFileSlice() argument
119 errMsg = EC.message(); in createFromOpenFileSlice()
123 return makeLTOModule(Buffer->getMemBufferRef(), options, errMsg, in createFromOpenFileSlice()
129 std::string &errMsg, StringRef path) { in createFromBuffer() argument
130 return createInContext(mem, length, options, errMsg, path, in createFromBuffer()
[all …]
/external/llvm/include/llvm/LTO/
DLTOCodeGenerator.h97 bool writeMergedModules(const char *path, std::string &errMsg);
110 std::string &errMsg);
121 std::string &errMsg);
127 std::string &errMsg);
132 const void *compileOptimized(size_t *length, std::string &errMsg);
141 bool compileOptimized(raw_pwrite_stream &out, std::string &errMsg);
142 bool compileOptimizedToFile(const char **name, std::string &errMsg);
148 bool determineTarget(std::string &errMsg);
DLTOModule.h91 std::string &errMsg);
94 std::string &errMsg);
98 std::string &errMsg);
100 TargetOptions options, std::string &errMsg,
105 std::string &errMsg, StringRef path);
107 TargetOptions options, std::string &errMsg,
181 bool parseSymbols(std::string &errMsg);
219 std::string &errMsg, LLVMContext *Context);
/external/llvm/lib/Support/
DDynamicLibrary.cpp57 std::string *errMsg) { in getPermanentLibrary() argument
62 if (errMsg) *errMsg = dlerror(); in getPermanentLibrary()
96 std::string *errMsg) { in getPermanentLibrary() argument
97 if (errMsg) *errMsg = "dlopen() not supported on this platform"; in getPermanentLibrary()
/external/icu/icu4c/source/test/intltest/
Dtsnmfmt.cpp290 UnicodeString errMsg; in tryIt() local
294 errMsg.truncate(0); // if non-empty, we failed this iteration in tryIt()
303 errMsg = "**** FAIL: Parse of " + prettify(string[i-1]) + " failed."; in tryIt()
315 errMsg = ("**** FAIL: Parse of " + prettify(string[i-1]) in tryIt()
329 errMsg = ("**** FAIL: Numeric mismatch after match."); in tryIt()
336 errMsg = ("**** FAIL: String mismatch after match."); in tryIt()
348 errMsg = ("**** FAIL: No string and/or number match within 2 iterations."); in tryIt()
351 if (errMsg.length() != 0) in tryIt()
358 errln(errMsg); in tryIt()
Dtmsgfmt.h75 UnicodeString expected, const char* errMsg);
81 UnicodeString pattern ,Locale locale , UErrorCode& err, char* errMsg);
Dtzfmttst.cpp840 UnicodeString errMsg; in TestParse() local
845errMsg = (UnicodeString)"Time zone ID: " + outID + " - expected: " + DATA[i].expected; in TestParse()
847errMsg = (UnicodeString)"Parsed pos: " + pos.getIndex() + " - expected: " + DATA[i].outPos; in TestParse()
849 errMsg = (UnicodeString)"Time type: " + ttype + " - expected: " + DATA[i].timeType; in TestParse()
857 if (errMsg.length() > 0) { in TestParse()
858 …errln((UnicodeString)"Fail: " + errMsg + " [text=" + DATA[i].text + ", pos=" + DATA[i].inPos + ", … in TestParse()
Dtzregts.cpp817 UnicodeString errMsg; in Test4154650() local
819 errMsg = (UnicodeString(") threw ") + u_errorName(status)); in Test4154650()
822 errMsg = UnicodeString(") accepts invalid args", ""); in Test4154650()
827 errMsg); in Test4154650()
Dtmsgfmt.cpp648 UnicodeString expected, const char* errMsg) in internalFormat() argument
657 … dataerrln( "%s error while formatting with ErrorCode as %s" ,errMsg, u_errorName(status) ); in internalFormat()
661 UnicodeString err = UnicodeString(errMsg); in internalFormat()
668 UnicodeString pattern ,Locale locale ,UErrorCode &status , char* errMsg) in internalCreate() argument
673 … dataerrln( "%s error while constructing with ErrorCode as %s" ,errMsg, u_errorName(status) ); in internalCreate()
/external/jsilver/src/org/clearsilver/
DFactoryLoader.java112 String errMsg = "Unable to load default ClearsilverFactory class: \"" + in newDefaultClearsilverFactory()
114 logger.log(Level.SEVERE, errMsg, e); in newDefaultClearsilverFactory()
115 throw new RuntimeException(errMsg, e); in newDefaultClearsilverFactory()
/external/llvm/lib/Support/Windows/
DDynamicLibrary.inc52 std::string *errMsg) {
69 MakeErrMsg(errMsg, std::string(filename) + ": Can't convert to UTF-16: ");
76 MakeErrMsg(errMsg, std::string(filename) + ": Can't open : ");
/external/llvm/unittests/Analysis/
DCFGTest.cpp36 std::string errMsg; in ParseAssembly() local
37 raw_string_ostream os(errMsg); in ParseAssembly()
/external/mesa3d/src/mesa/main/
Dcontext.c1770 char errMsg[100]; in _mesa_valid_to_render()
1773 errMsg)) { in _mesa_valid_to_render()
1775 ctx->Shader.CurrentVertexProgram->Name, errMsg); in _mesa_valid_to_render()
1791 char errMsg[100]; in _mesa_valid_to_render()
1794 errMsg)) { in _mesa_valid_to_render()
1796 ctx->Shader.CurrentGeometryProgram->Name, errMsg); in _mesa_valid_to_render()
1812 char errMsg[100]; in _mesa_valid_to_render()
1815 errMsg)) { in _mesa_valid_to_render()
1817 ctx->Shader.CurrentFragmentProgram->Name, errMsg); in _mesa_valid_to_render()
Dshaderapi.c950 char *errMsg) in validate_shader_program() argument
976 if (!_mesa_sampler_uniforms_are_valid(shProg, errMsg, 100)) in validate_shader_program()
990 char errMsg[100] = ""; in validate_program() local
997 shProg->Validated = validate_shader_program(shProg, errMsg); in validate_program()
1003 shProg->InfoLog = ralloc_strdup(shProg, errMsg); in validate_program()
Duniforms.h227 char *errMsg, size_t errMsgLength);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DTimeZoneFormatTest.java639 String errMsg = null; in TestParse() local
642 errMsg = "Parse failure - expected: " + expID; in TestParse()
645 errMsg = "Time zone ID: " + tz.getID() + " - expected: " + expID; in TestParse()
647 errMsg = "Parsed pos: " + pos.getIndex() + " - expected: " + expPos; in TestParse()
649 errMsg = "Time type: " + timeType + " - expected: " + expType; in TestParse()
652 if (errMsg != null) { in TestParse()
653 … errln("Fail: " + errMsg + " [text=" + text + ", pos=" + inPos + ", style=" + style + "]"); in TestParse()
/external/llvm/include/llvm/Support/
DDynamicLibrary.h69 std::string *errMsg = nullptr);
/external/jmonkeyengine/engine/src/core/com/jme3/app/
DApplication.java520 public void handleError(String errMsg, Throwable t){ in handleError() argument
521 logger.log(Level.SEVERE, errMsg, t); in handleError()
/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITCAPITest.cpp53 static LLVMBool roundTripFinalizeMemory(void *object, char **errMsg) { in roundTripFinalizeMemory() argument
58 *errMsg = LLVMCreateMessage(errMsgString.c_str()); in roundTripFinalizeMemory()
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DRedundentExprEliminator.java1246 String errMsg; in assertIsLocPathIterator() local
1249 errMsg = "Programmer's assertion: expr1 not an iterator: "+ in assertIsLocPathIterator()
1254 errMsg = "Programmer's assertion: expr1 not an iterator: "+ in assertIsLocPathIterator()
1257 throw new RuntimeException(errMsg + ", "+ in assertIsLocPathIterator()
/external/slf4j/log4j-over-slf4j/compatibility/lib/
Dlogback-core-0.9.8-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF ch/ ch/qos/ ch/ ...
Dlog4j-1.3alpha-8.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Djavax.servlet_2.5.0.v200910301333.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/webrtc/src/modules/audio_processing/test/
Dapmtest.m141 [status, errMsg] = mkdir(outpathtest);
143 error(errMsg);

12