Home
last modified time | relevance | path

Searched refs:ErrorMessage (Results 1 – 22 of 22) sorted by relevance

/third_party/libphonenumber/cpp/test/phonenumbers/
Dregexp_adapter_test.cc77 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/
Derror.rs86 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 { implementation
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/
DTargetMachineC.cpp67 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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DTargetMachine.h77 char **ErrorMessage);
133 char *Filename, LLVMCodeGenFileType codegen, char **ErrorMessage);
137 LLVMCodeGenFileType codegen, char** ErrorMessage, LLVMMemoryBufferRef *OutMemBuf);
DObject.h76 char **ErrorMessage);
118 char **ErrorMessage);
DCore.h818 char **ErrorMessage);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DObject.cpp66 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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/
DTextAPIContext.h25 std::string ErrorMessage; member
DTextStub.cpp1104 File->ErrorMessage = ("malformed file\n" + Message).str(); in DiagHandler()
1123 return make_error<StringError>(Ctx.ErrorMessage, YAMLIn.error()); in get()
/third_party/python/Tools/scripts/
Dmailerdaemon.py15 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/
DIceCfg.h83 std::string getError() const { return ErrorMessage; } in getError()
308 std::string ErrorMessage = ""; variable
DIceCfg.cpp94 ErrorMessage = Message; in setError()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClBitcodeParser.h384 void Fatal(const std::string &ErrorMessage) const final { in Fatal() argument
385 Parser->FatalAt(getCurrentBitNo(), ErrorMessage); in Fatal()
DNaClBitstreamReader.h395 virtual void Fatal(const std::string &ErrorMessage) const;
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_update.js431 const ErrorMessage = { variable
442 errorMessages: [ErrorMessage],
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/
DNaClBitstreamReader.cpp43 const std::string &ErrorMessage) const { in Fatal()
50 << ErrorMessage; in Fatal()
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
Dexception_safety_testing.h133 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/
Dstatus_test.cc69 TEST(Status, ErrorMessage) { in TEST() argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/tools/
Dexpect.py462 class ErrorMessage(SpirvTest): class
/third_party/spirv-tools/test/tools/
Dexpect.py462 class ErrorMessage(SpirvTest): class
/third_party/skia/third_party/externals/spirv-tools/test/tools/
Dexpect.py462 class ErrorMessage(SpirvTest): class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp396 char **ErrorMessage) { in LLVMPrintModuleToFile() argument
400 *ErrorMessage = strdup(EC.message().c_str()); in LLVMPrintModuleToFile()
410 *ErrorMessage = strdup(E.c_str()); in LLVMPrintModuleToFile()