| /third_party/libphonenumber/cpp/test/phonenumbers/ |
| D | regexp_adapter_test.cc | 77 static string ErrorMessage(const RegExpTestContext& context) { in ErrorMessage() function in i18n::phonenumbers::RegExpAdapterTest 97 << ErrorMessage(context); in TEST_F() 98 ASSERT_EQ("+1-123-456-789", input->ToString()) << ErrorMessage(context); in TEST_F() 103 << ErrorMessage(context); in TEST_F() 104 ASSERT_EQ("+1-123-456-789", input->ToString()) << ErrorMessage(context); in TEST_F() 105 ASSERT_EQ("", res1) << ErrorMessage(context); in TEST_F() 120 << ErrorMessage(context); in TEST_F() 121 ASSERT_EQ("123", input->ToString()) << ErrorMessage(context); in TEST_F() 135 << ErrorMessage(context); in TEST_F() 136 ASSERT_EQ("-456-789", input->ToString()) << ErrorMessage(context); in TEST_F() [all …]
|
| /third_party/rust/crates/syn/src/ |
| D | error.rs | 86 messages: Vec<ErrorMessage>, 89 struct ErrorMessage { struct 141 messages: vec![ErrorMessage { in new() 172 messages: vec![ErrorMessage { in new_spanned() 208 .map(ErrorMessage::to_compile_error) in to_compile_error() 255 impl ErrorMessage { impl 303 messages: vec![ErrorMessage { in new2() 328 impl Debug for ErrorMessage { implementation 348 impl Clone for ErrorMessage { implementation 356 ErrorMessage { in clone() [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ |
| D | TargetMachineC.cpp | 67 char **ErrorMessage) { in LLVMGetTargetFromTriple() argument 73 if (ErrorMessage) in LLVMGetTargetFromTriple() 74 *ErrorMessage = strdup(Error.c_str()); in LLVMGetTargetFromTriple() 188 char **ErrorMessage) { in LLVMTargetMachineEmit() argument 209 *ErrorMessage = strdup(error.c_str()); in LLVMTargetMachineEmit() 220 char* Filename, LLVMCodeGenFileType codegen, char** ErrorMessage) { in LLVMTargetMachineEmitToFile() argument 224 *ErrorMessage = strdup(EC.message().c_str()); in LLVMTargetMachineEmitToFile() 227 bool Result = LLVMTargetMachineEmit(T, M, dest, codegen, ErrorMessage); in LLVMTargetMachineEmitToFile() 233 LLVMModuleRef M, LLVMCodeGenFileType codegen, char** ErrorMessage, in LLVMTargetMachineEmitToMemoryBuffer() argument 237 bool Result = LLVMTargetMachineEmit(T, M, OStream, codegen, ErrorMessage); in LLVMTargetMachineEmitToMemoryBuffer()
|
| /third_party/lzma/CPP/Common/ |
| D | CommandLineParser.cpp | 93 ErrorMessage = "Unknown switch:"; in ParseString() 104 ErrorMessage = "Multiple instances for switch:"; in ParseString() 113 ErrorMessage = "Too short switch:"; in ParseString() 128 ErrorMessage = "Incorrect switch postfix:"; in ParseString() 143 ErrorMessage = "Incorrect switch postfix:"; in ParseString() 157 ErrorMessage = "Too long switch:"; in ParseString() 167 ErrorMessage.Empty(); in ParseStrings()
|
| D | CommandLineParser.h | 52 AString ErrorMessage; variable
|
| /third_party/lzma/CPP/7zip/Bundles/SFXSetup/ |
| D | ExtractEngine.cpp | 35 UString ErrorMessage; member 42 ErrorMessage = kCantFindArchive; in Process2() 58 ErrorMessage = kCantOpenArchive; in Process2() 67 ErrorMessage = MyFormatNew(IDS_CANNOT_CREATE_FOLDER, in Process2() 132 errorMessage = t.ErrorMessage; in ExtractArchive()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/ |
| D | TargetMachine.h | 77 char **ErrorMessage); 133 char *Filename, LLVMCodeGenFileType codegen, char **ErrorMessage); 137 LLVMCodeGenFileType codegen, char** ErrorMessage, LLVMMemoryBufferRef *OutMemBuf);
|
| D | Object.h | 76 char **ErrorMessage); 118 char **ErrorMessage);
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
| D | Object.cpp | 66 char **ErrorMessage) { in LLVMCreateBinary() argument 71 *ErrorMessage = strdup(toString(ObjOrErr.takeError()).c_str()); in LLVMCreateBinary() 138 char **ErrorMessage) { in LLVMMachOUniversalBinaryCopyObjectForArch() argument 143 *ErrorMessage = strdup(toString(ObjOrErr.takeError()).c_str()); in LLVMMachOUniversalBinaryCopyObjectForArch()
|
| /third_party/lzma/CPP/7zip/UI/FileManager/ |
| D | ProgressDialog2.h | 26 CProgressMessageBoxPair ErrorMessage; member 29 …bool ThereIsMessage() const { return !ErrorMessage.Message.IsEmpty() || !OkMessage.Message.IsEmpty… in ThereIsMessage() 312 …BoxPair &GetMessagePair(bool isError) { return isError ? FinalMessage.ErrorMessage : FinalMessage.… in GetMessagePair()
|
| D | ProgressDialog2.cpp | 1005 if (!fm.ErrorMessage.Message.IsEmpty()) in OnExternalCloseMessage() 1008 if (fm.ErrorMessage.Title.IsEmpty()) in OnExternalCloseMessage() 1009 fm.ErrorMessage.Title = "7-Zip"; in OnExternalCloseMessage() 1010 MessageBoxW(*this, fm.ErrorMessage.Message, fm.ErrorMessage.Title, MB_ICONERROR); in OnExternalCloseMessage() 1428 AddMessageToString(m, FinalMessage.ErrorMessage.Message); in Process() 1448 sync.FinalMessage.ErrorMessage.Message = m; in Process()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/ |
| D | TextAPIContext.h | 25 std::string ErrorMessage; member
|
| /third_party/python/Tools/scripts/ |
| D | mailerdaemon.py | 15 class ErrorMessage(email.message.Message): class 181 m = email.message_from_file(fp, _class=ErrorMessage)
|
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
| D | IceCfg.h | 83 std::string getError() const { return ErrorMessage; } in getError() 308 std::string ErrorMessage = ""; variable
|
| /third_party/lzma/CPP/7zip/UI/Console/ |
| D | UpdateCallbackConsole.cpp | 64 if (errorFlags != 0 || !er.ErrorMessage.IsEmpty()) in OpenResult() 79 if (!er.ErrorMessage.IsEmpty()) in OpenResult() 82 *_se << "ERRORS:" << endl << er.ErrorMessage << endl; in OpenResult()
|
| D | ExtractCallbackConsole.cpp | 652 if (errorFlags != 0 || !er.ErrorMessage.IsEmpty()) in OpenResult() 672 if (!er.ErrorMessage.IsEmpty()) in OpenResult() 675 *_se << "ERRORS:" << endl << er.ErrorMessage << endl; in OpenResult()
|
| D | List.cpp | 943 if (!er.ErrorMessage.IsEmpty()) in ErrorInfo_Print() 944 PrintPropPair(so, "ERROR", er.ErrorMessage, true); in ErrorInfo_Print() 1209 if (!arc.ErrorMessage.IsEmpty()) in ListArchives()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/ |
| D | NaClBitcodeParser.h | 384 void Fatal(const std::string &ErrorMessage) const final { in Fatal() argument 385 Parser->FatalAt(getCurrentBitNo(), ErrorMessage); in Fatal()
|
| /third_party/lzma/CPP/7zip/UI/Common/ |
| D | OpenArchive.h | 166 UString ErrorMessage; member 202 || !ErrorMessage.IsEmpty() in IsThereErrorOrWarning()
|
| /third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
| D | ohos_update.js | 431 const ErrorMessage = { variable 442 errorMessages: [ErrorMessage],
|
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/ |
| D | NaClBitstreamReader.cpp | 43 const std::string &ErrorMessage) const { in Fatal() 50 << ErrorMessage; in Fatal()
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/ |
| D | exception_safety_testing.h | 133 ADD_FAILURE() << ErrorMessage(address, tracked_address.description, in ~ConstructorTracker() 145 ADD_FAILURE() << ErrorMessage( in ObjectConstructed() 163 ADD_FAILURE() << ErrorMessage(address, tracked_address.description, in ObjectDestructed() 175 static std::string ErrorMessage(void* address, in ErrorMessage() function
|
| /third_party/protobuf/src/google/protobuf/stubs/ |
| D | status_test.cc | 69 TEST(Status, ErrorMessage) { in TEST() argument
|
| /third_party/lzma/CPP/7zip/UI/GUI/ |
| D | ExtractGUI.cpp | 125 FinalMessage.ErrorMessage.Message, Stat); in ProcessVirt()
|
| /third_party/lzma/CPP/7zip/Bundles/SFXCon/ |
| D | SfxCon.cpp | 321 << parser.ErrorMessage << endl in Main2()
|