/external/llvm-project/flang/runtime/ |
D | allocatable.cpp | 57 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()
|
D | allocatable.h | 45 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/ |
D | CDisassembler.cls | 38 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/ |
D | DynamicLibrary.cpp | 57 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/ |
D | esed.cpp | 54 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()
|
D | utils.h | 88 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/ |
D | tsnmfmt.cpp | 292 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()
|
D | tmsgfmt.h | 77 UnicodeString expected, const char* errMsg); 83 UnicodeString pattern ,Locale locale , UErrorCode& err, char* errMsg);
|
D | tzfmttst.cpp | 870 UnicodeString errMsg; in TestParse() local 875 … errMsg = (UnicodeString)"Time zone ID: " + outID + " - expected: " + DATA[i].expected; in TestParse() 877 … errMsg = (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/ |
D | Tester.cpp | 37 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/ |
D | weaver_test.cpp | 37 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/ |
D | FactoryLoader.java | 112 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/ |
D | DynamicLibrary.h | 68 std::string *errMsg = nullptr); 78 std::string *errMsg = nullptr);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | DynamicLibrary.h | 68 std::string *errMsg = nullptr); 78 std::string *errMsg = nullptr);
|
/external/llvm-project/llvm/unittests/Analysis/ |
D | TargetLibraryInfoTest.cpp | 35 std::string errMsg; in parseAssembly() local 36 raw_string_ostream os(errMsg); in parseAssembly()
|
D | CFGTest.cpp | 36 std::string errMsg; in ParseAssembly() local 37 raw_string_ostream os(errMsg); in ParseAssembly()
|
/external/llvm/unittests/Analysis/ |
D | ValueTrackingTest.cpp | 30 std::string errMsg; in parseAssembly() local 31 raw_string_ostream os(errMsg); in parseAssembly()
|
D | CFGTest.cpp | 36 std::string errMsg; in ParseAssembly() local 37 raw_string_ostream os(errMsg); in ParseAssembly()
|
/external/llvm/lib/Support/Windows/ |
D | DynamicLibrary.inc | 55 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/ |
D | DynamicLibrary.h | 69 std::string *errMsg = nullptr);
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | TimeZoneFormatTest.java | 669 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/ |
D | TimeZoneFormatTest.java | 666 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/ |
D | yuv420_odd_dim.cpp | 54 DEF_SIMPLE_GM_CAN_FAIL(yuv420_odd_dim, canvas, errMsg,
|
/external/llvm/unittests/ExecutionEngine/MCJIT/ |
D | MCJITCAPITest.cpp | 53 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/ |
D | MCJITCAPITest.cpp | 52 static LLVMBool roundTripFinalizeMemory(void *object, char **errMsg) { in roundTripFinalizeMemory() argument 57 *errMsg = LLVMCreateMessage(errMsgString.c_str()); in roundTripFinalizeMemory()
|