/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 | 869 UnicodeString errMsg; in TestParse() local 874 … errMsg = (UnicodeString)"Time zone ID: " + outID + " - expected: " + DATA[i].expected; in TestParse() 876 … errMsg = (UnicodeString)"Parsed pos: " + pos.getIndex() + " - expected: " + DATA[i].outPos; in TestParse() 878 errMsg = (UnicodeString)"Time type: " + ttype + " - expected: " + DATA[i].timeType; in TestParse() 883 errMsg = (UnicodeString)"Parse failure - expected: " + DATA[i].expected; in TestParse() 886 if (errMsg.length() > 0) { in TestParse() 887 …errln((UnicodeString)"Fail: " + errMsg + " [text=" + DATA[i].text + ", pos=" + DATA[i].inPos + ", … in TestParse()
|
D | tzregts.cpp | 819 UnicodeString errMsg; in Test4154650() local 821 errMsg = (UnicodeString(") threw ") + u_errorName(status)); in Test4154650() 824 errMsg = UnicodeString(") accepts invalid args", ""); in Test4154650() 829 errMsg); in Test4154650()
|
/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | DynamicLibrary.h | 69 std::string *errMsg = nullptr); 79 std::string *errMsg = nullptr);
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/ |
D | TargetLibraryInfoTest.cpp | 36 std::string errMsg; in parseAssembly() local 37 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()
|
D | ValueTrackingTest.cpp | 31 std::string errMsg; in parseAssembly() local 32 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 | 75 DEF_SIMPLE_GM_CAN_FAIL(yuv420_odd_dim, canvas, errMsg,
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
D | RedundentExprEliminator.java | 1246 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/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/swiftshader/third_party/llvm-7.0/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/mesa3d/src/mesa/main/ |
D | draw_validate.c | 176 char errMsg[100]; in _mesa_valid_to_render() local 178 errMsg, 100)) { in _mesa_valid_to_render() 179 _mesa_error(ctx, GL_INVALID_OPERATION, "%s", errMsg); in _mesa_valid_to_render()
|