/third_party/libphonenumber/cpp/test/phonenumbers/ |
H A 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(contex in TEST_F() [all...] |
/third_party/lzma/CPP/Common/ |
H A 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()
|
H A D | CommandLineParser.h | 52 AString ErrorMessage;
member in NCommandLineParser::CParser
|
/third_party/rust/crates/syn/src/ |
H A D | error.rs | 101 messages: Vec<ErrorMessage>, 104 struct ErrorMessage { structure names 163 messages: vec![ErrorMessage { in new() 197 messages: vec![ErrorMessage { in new_spanned() 228 .map(ErrorMessage::to_compile_error) in to_compile_error() 275 impl ErrorMessage { impls 342 messages: vec![ErrorMessage { in new2() 366 impl Debug for ErrorMessage { 386 impl Clone for ErrorMessage { 388 ErrorMessage { in clone() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ |
H A D | TargetMachineC.cpp | 67 char **ErrorMessage) { in LLVMGetTargetFromTriple() 73 if (ErrorMessage) in LLVMGetTargetFromTriple() 74 *ErrorMessage = strdup(Error.c_str()); in LLVMGetTargetFromTriple() 188 char **ErrorMessage) { in LLVMTargetMachineEmit() 209 *ErrorMessage = strdup(error.c_str()); in LLVMTargetMachineEmit() 220 char* Filename, LLVMCodeGenFileType codegen, char** ErrorMessage) { in LLVMTargetMachineEmitToFile() 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() 237 bool Result = LLVMTargetMachineEmit(T, M, OStream, codegen, ErrorMessage); in LLVMTargetMachineEmitToMemoryBuffer() 66 LLVMGetTargetFromTriple(const char* TripleStr, LLVMTargetRef *T, char **ErrorMessage) LLVMGetTargetFromTriple() argument 185 LLVMTargetMachineEmit(LLVMTargetMachineRef T, LLVMModuleRef M, raw_pwrite_stream &OS, LLVMCodeGenFileType codegen, char **ErrorMessage) LLVMTargetMachineEmit() argument 219 LLVMTargetMachineEmitToFile(LLVMTargetMachineRef T, LLVMModuleRef M, char* Filename, LLVMCodeGenFileType codegen, char** ErrorMessage) LLVMTargetMachineEmitToFile() argument 232 LLVMTargetMachineEmitToMemoryBuffer(LLVMTargetMachineRef T, LLVMModuleRef M, LLVMCodeGenFileType codegen, char** ErrorMessage, LLVMMemoryBufferRef *OutMemBuf) LLVMTargetMachineEmitToMemoryBuffer() argument [all...] |
/third_party/lzma/CPP/7zip/Bundles/SFXSetup/ |
H A D | ExtractEngine.cpp | 35 UString ErrorMessage;
member 42 ErrorMessage = kCantFindArchive;
in Process2() 58 ErrorMessage = kCantOpenArchive;
in Process2() 67 ErrorMessage = MyFormatNew(IDS_CANNOT_CREATE_FOLDER, fs2us(dirPath));
in Process2() 130 errorMessage = t.ErrorMessage;
in ExtractArchive()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/ |
H A D | TargetMachine.h | 74 Returns 0 on success. Optionally returns any error in ErrorMessage. 77 char **ErrorMessage); 131 error in ErrorMessage. Use LLVMDisposeMessage to dispose the message. */ 133 char *Filename, LLVMCodeGenFileType codegen, char **ErrorMessage); 137 LLVMCodeGenFileType codegen, char** ErrorMessage, LLVMMemoryBufferRef *OutMemBuf);
|
H A D | Object.h | 68 * If NULL is returned, the \p ErrorMessage parameter is populated with the 76 char **ErrorMessage); 108 * If NULL is returned, the \p ErrorMessage parameter is populated with the 118 char **ErrorMessage);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
H A D | Object.cpp | 66 char **ErrorMessage) { in LLVMCreateBinary() 71 *ErrorMessage = strdup(toString(ObjOrErr.takeError()).c_str()); in LLVMCreateBinary() 138 char **ErrorMessage) { in LLVMMachOUniversalBinaryCopyObjectForArch() 143 *ErrorMessage = strdup(toString(ObjOrErr.takeError()).c_str()); in LLVMMachOUniversalBinaryCopyObjectForArch() 64 LLVMCreateBinary(LLVMMemoryBufferRef MemBuf, LLVMContextRef Context, char **ErrorMessage) LLVMCreateBinary() argument 135 LLVMMachOUniversalBinaryCopyObjectForArch(LLVMBinaryRef BR, const char *Arch, size_t ArchLen, char **ErrorMessage) LLVMMachOUniversalBinaryCopyObjectForArch() argument
|
/third_party/lzma/CPP/7zip/UI/FileManager/ |
H A D | ProgressDialog2.h | 26 CProgressMessageBoxPair ErrorMessage;
member 29 bool ThereIsMessage() const { return !ErrorMessage.Message.IsEmpty() || !OkMessage.Message.IsEmpty(); }
in ThereIsMessage() 301 // error if any of HRESULT, ErrorMessage, ErrorPath
313 CProgressMessageBoxPair &GetMessagePair(bool isError) { return isError ? FinalMessage.ErrorMessage : FinalMessage.OkMessage; }
in GetMessagePair() 333 if (exceptions) or FinalMessage.ErrorMessage.Message
335 set message to ProgressDialog.Sync.FinalMessage.ErrorMessage.Message
|
H A D | ProgressDialog2.cpp | 1010 if (!fm.ErrorMessage.Message.IsEmpty())
in OnExternalCloseMessage() 1013 if (fm.ErrorMessage.Title.IsEmpty())
in OnExternalCloseMessage() 1014 fm.ErrorMessage.Title = "7-Zip";
in OnExternalCloseMessage() 1015 MessageBoxW(*this, fm.ErrorMessage.Message, fm.ErrorMessage.Title, MB_ICONERROR);
in OnExternalCloseMessage() 1435 AddMessageToString(m, FinalMessage.ErrorMessage.Message);
in Process() 1455 sync.FinalMessage.ErrorMessage.Message = m;
in Process()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/ |
H A D | TextAPIContext.h | 25 std::string ErrorMessage; member
|
/third_party/python/Tools/scripts/ |
H A D | mailerdaemon.py | 15 class ErrorMessage(email.message.Message): class 181 m = email.message_from_file(fp, _class=ErrorMessage)
|
/third_party/lzma/CPP/7zip/UI/Console/ |
H A 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()
|
H A 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()
|
H A D | List.cpp | 945 if (!er.ErrorMessage.IsEmpty())
in ErrorInfo_Print() 946 PrintPropPair(so, "ERROR", er.ErrorMessage, true);
in ErrorInfo_Print() 1211 if (!arc.ErrorMessage.IsEmpty())
in ListArchives()
|
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | OpenArchive.h | 166 UString ErrorMessage;
member 202 || !ErrorMessage.IsEmpty()
in IsThereErrorOrWarning()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/ |
H A D | NaClBitcodeParser.h | 384 void Fatal(const std::string &ErrorMessage) const final { 385 Parser->FatalAt(getCurrentBitNo(), ErrorMessage); variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceCfg.h | 83 std::string getError() const { return ErrorMessage; } in getError() 308 std::string ErrorMessage = ""; member in Ice::Cfg
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/ |
H A D | NaClBitstreamReader.cpp | 43 const std::string &ErrorMessage) const { 50 << ErrorMessage;
|
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/ |
H A 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 in testing::exceptions_internal::ConstructorTracker
|
/third_party/lzma/CPP/7zip/UI/GUI/ |
H A D | ExtractGUI.cpp | 126 FinalMessage.ErrorMessage.Message, Stat);
in ProcessVirt()
|
/third_party/protobuf/src/google/protobuf/stubs/ |
H A D | status_test.cc | 69 TEST(Status, ErrorMessage) { in TEST()
|
/third_party/lzma/CPP/7zip/Bundles/SFXCon/ |
H A D | SfxCon.cpp | 324 << parser.ErrorMessage << endl
in Main2()
|
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/ |
H A D | protocol_core.cc | 30 std::string DeserializerState::ErrorMessage(span<char> message_name) const { in ErrorMessage() function in v8_crdtp::DeserializerState
|