Home
last modified time | relevance | path

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

123

/external/llvm-project/flang/runtime/
Dallocatable.cpp57 Descriptor *errMsg, const char *sourceFile, int sourceLine) { in RTNAME()
60 return ReturnError(terminator, StatInvalidDescriptor, errMsg, hasStat); in RTNAME()
63 return ReturnError(terminator, StatBaseNotNull, errMsg, hasStat); in RTNAME()
65 return ReturnError(terminator, descriptor.Allocate(), errMsg, hasStat); in RTNAME()
69 Descriptor *errMsg, const char *sourceFile, int sourceLine) { in RTNAME()
72 return ReturnError(terminator, StatInvalidDescriptor, errMsg, hasStat); in RTNAME()
75 return ReturnError(terminator, StatBaseNull, errMsg, hasStat); in RTNAME()
77 return ReturnError(terminator, descriptor.Deallocate(), errMsg, hasStat); in RTNAME()
Dallocatable.h45 Descriptor *errMsg = nullptr, const char *sourceFile = nullptr,
75 bool hasStat = false, Descriptor *errMsg = nullptr,
88 Descriptor *errMsg = nullptr, const char *sourceFile = nullptr,
91 bool hasStat = false, Descriptor *errMsg = nullptr,
108 bool hasStat = false, Descriptor *errMsg = nullptr,
115 Descriptor *errMsg = nullptr, const char *sourceFile = nullptr,
/external/capstone/bindings/vb6/
DCDisassembler.cls38 Public errMsg As String
52 If hCap = 0 Then errMsg = "Could not find capstone.dll"
61 errMsg = Empty
70 errMsg = errMsg & " Could not load vbCapstone.dll"
81 errMsg = "specified architecture not supported"
88 errMsg = err2str(lastErr)
126 errMsg = "Could not convert base address to long"
/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/libese/esed/
Desed.cpp54 std::string errMsg = "Failed to open connection to eSE"; in main() local
56 errMsg += " (" + std::to_string(ese.error_code()) + "): " + ese.error_message(); in main()
58 errMsg += ": reason unknown"; in main()
60 LOG(ERROR) << errMsg; in main()
Dutils.h88 std::string errMsg = "Failed to transceive data between AP and eSE"; variable
90 errMsg += " (" + std::to_string(ese.error_code()) + "): " + ese.error_message();
92 errMsg += ": reason unknown";
94 LOG(ERROR) << errMsg;
/external/icu/icu4c/source/test/intltest/
Dtsnmfmt.cpp292 UnicodeString errMsg; in tryIt() local
296 errMsg.truncate(0); // if non-empty, we failed this iteration in tryIt()
305 errMsg = "**** FAIL: Parse of " + prettify(string[i-1]) + " failed."; in tryIt()
317 errMsg = ("**** FAIL: Parse of " + prettify(string[i-1]) in tryIt()
331 errMsg = ("**** FAIL: Numeric mismatch after match."); in tryIt()
338 errMsg = ("**** FAIL: String mismatch after match."); in tryIt()
350 errMsg = ("**** FAIL: No string and/or number match within 2 iterations."); in tryIt()
353 if (errMsg.length() != 0) in tryIt()
360 errln(errMsg); in tryIt()
Dtmsgfmt.h77 UnicodeString expected, const char* errMsg);
83 UnicodeString pattern ,Locale locale , UErrorCode& err, char* errMsg);
Dtzfmttst.cpp870 UnicodeString errMsg; in TestParse() local
875errMsg = (UnicodeString)"Time zone ID: " + outID + " - expected: " + DATA[i].expected; in TestParse()
877errMsg = (UnicodeString)"Parsed pos: " + pos.getIndex() + " - expected: " + DATA[i].outPos; in TestParse()
879 errMsg = (UnicodeString)"Time type: " + ttype + " - expected: " + DATA[i].timeType; in TestParse()
884 errMsg = (UnicodeString)"Parse failure - expected: " + DATA[i].expected; in TestParse()
887 if (errMsg.length() > 0) { in TestParse()
888 …errln((UnicodeString)"Fail: " + errMsg + " [text=" + DATA[i].text + ", pos=" + DATA[i].inPos + ", … in TestParse()
/external/llvm-project/mlir/lib/Reducer/
DTester.cpp37 std::string errMsg; in isInteresting() local
40 /*SecondsToWait=*/0, /*MemoryLimit=*/0, &errMsg); in isInteresting()
43 llvm::report_fatal_error("Error running interestingness test: " + errMsg, in isInteresting()
/external/libese/apps/weaver/tests/
Dweaver_test.cpp37 std::string errMsg = "Failed to open connection to eSE"; in SetUp() local
39 errMsg += " (" + std::to_string(mEse.error_code()) + "): " + mEse.error_message(); in SetUp()
41 errMsg += ": reason unknown"; in SetUp()
43 FAIL() << errMsg; in SetUp()
/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-project/llvm/include/llvm/Support/
DDynamicLibrary.h68 std::string *errMsg = nullptr);
78 std::string *errMsg = nullptr);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DDynamicLibrary.h68 std::string *errMsg = nullptr);
78 std::string *errMsg = nullptr);
/external/llvm-project/llvm/unittests/Analysis/
DTargetLibraryInfoTest.cpp35 std::string errMsg; in parseAssembly() local
36 raw_string_ostream os(errMsg); in parseAssembly()
DCFGTest.cpp36 std::string errMsg; in ParseAssembly() local
37 raw_string_ostream os(errMsg); in ParseAssembly()
/external/llvm/unittests/Analysis/
DValueTrackingTest.cpp30 std::string errMsg; in parseAssembly() local
31 raw_string_ostream os(errMsg); in parseAssembly()
DCFGTest.cpp36 std::string errMsg; in ParseAssembly() local
37 raw_string_ostream os(errMsg); in ParseAssembly()
/external/llvm/lib/Support/Windows/
DDynamicLibrary.inc55 std::string *errMsg) {
79 MakeErrMsg(errMsg, std::string(filename) + ": Can't convert to UTF-16");
86 MakeErrMsg(errMsg, std::string(filename) + ": Can't open");
/external/llvm/include/llvm/Support/
DDynamicLibrary.h69 std::string *errMsg = nullptr);
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DTimeZoneFormatTest.java669 String errMsg = null; in TestParse() local
672 errMsg = "Parse failure - expected: " + expID; in TestParse()
675 errMsg = "Time zone ID: " + tz.getID() + " - expected: " + expID; in TestParse()
677 errMsg = "Parsed pos: " + pos.getIndex() + " - expected: " + expPos; in TestParse()
679 errMsg = "Time type: " + timeType + " - expected: " + expType; in TestParse()
682 if (errMsg != null) { in TestParse()
683 errln("Fail: " + errMsg + in TestParse()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DTimeZoneFormatTest.java666 String errMsg = null; in TestParse() local
669 errMsg = "Parse failure - expected: " + expID; in TestParse()
672 errMsg = "Time zone ID: " + tz.getID() + " - expected: " + expID; in TestParse()
674 errMsg = "Parsed pos: " + pos.getIndex() + " - expected: " + expPos; in TestParse()
676 errMsg = "Time type: " + timeType + " - expected: " + expType; in TestParse()
679 if (errMsg != null) { in TestParse()
680 errln("Fail: " + errMsg + in TestParse()
/external/skia/gm/
Dyuv420_odd_dim.cpp54 DEF_SIMPLE_GM_CAN_FAIL(yuv420_odd_dim, canvas, errMsg,
/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/llvm-project/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITCAPITest.cpp52 static LLVMBool roundTripFinalizeMemory(void *object, char **errMsg) { in roundTripFinalizeMemory() argument
57 *errMsg = LLVMCreateMessage(errMsgString.c_str()); in roundTripFinalizeMemory()

123