/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/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/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/boost/boost/outcome/experimental/status-code/ |
D | com_code.hpp | 72 win32::DWORD wlen = (win32::DWORD) wcslen(ce.ErrorMessage()); in _make_string_ref() 86 …bytes = win32::WideCharToMultiByte(65001 /*CP_UTF8*/, 0, ce.ErrorMessage(), wlen + 1, p, allocatio… in _make_string_ref() 106 auto wlen = static_cast<win32::DWORD>(strlen(ce.ErrorMessage())); in _make_string_ref() 112 memcpy(p, ce.ErrorMessage(), wlen + 1); in _make_string_ref()
|
/third_party/grpc/src/csharp/Grpc.IntegrationTesting/ |
D | EchoMessages.cs | 323 public string ErrorMessage { property in Grpc.Testing.ErrorStatus 355 if (ErrorMessage != other.ErrorMessage) return false; in Equals() 364 if (ErrorMessage.Length != 0) hash ^= ErrorMessage.GetHashCode(); in GetHashCode() 386 if (ErrorMessage.Length != 0) { in WriteTo() 388 output.WriteString(ErrorMessage); in WriteTo() 407 if (ErrorMessage.Length != 0) { in IBufferMessage.InternalWriteTo() 409 output.WriteString(ErrorMessage); in IBufferMessage.InternalWriteTo() 427 if (ErrorMessage.Length != 0) { in CalculateSize() 428 size += 1 + pb::CodedOutputStream.ComputeStringSize(ErrorMessage); in CalculateSize() 447 if (other.ErrorMessage.Length != 0) { in MergeFrom() [all …]
|
/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/grpc/src/csharp/Grpc.Reflection/ |
D | Reflection.cs | 1979 public string ErrorMessage { property in Grpc.Reflection.V1Alpha.ErrorResponse 2000 if (ErrorMessage != other.ErrorMessage) return false; in Equals() 2008 if (ErrorMessage.Length != 0) hash ^= ErrorMessage.GetHashCode(); in GetHashCode() 2029 if (ErrorMessage.Length != 0) { in WriteTo() 2031 output.WriteString(ErrorMessage); in WriteTo() 2046 if (ErrorMessage.Length != 0) { in IBufferMessage.InternalWriteTo() 2048 output.WriteString(ErrorMessage); in IBufferMessage.InternalWriteTo() 2062 if (ErrorMessage.Length != 0) { in CalculateSize() 2063 size += 1 + pb::CodedOutputStream.ComputeStringSize(ErrorMessage); in CalculateSize() 2079 if (other.ErrorMessage.Length != 0) { in MergeFrom() [all …]
|
D | ReflectionServiceImpl.cs | 144 … ErrorResponse = new ErrorResponse { ErrorCode = (int) status, ErrorMessage = message } in CreateErrorResponse()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/ |
D | TextAPIContext.h | 25 std::string ErrorMessage; member
|
D | TextStub.cpp | 1104 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/ |
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
|
D | IceCfg.cpp | 94 ErrorMessage = Message; in setError()
|
/third_party/boost/boost/callable_traits/detail/ |
D | sfinae_errors.hpp | 49 template<typename ErrorMessage> \
|
/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()
|
D | NaClBitstreamReader.h | 395 virtual void Fatal(const std::string &ErrorMessage) const;
|
/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/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/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/skia/third_party/externals/spirv-tools/test/tools/ |
D | expect.py | 462 class ErrorMessage(SpirvTest): class
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/tools/ |
D | expect.py | 462 class ErrorMessage(SpirvTest): class
|
/third_party/spirv-tools/test/tools/ |
D | expect.py | 462 class ErrorMessage(SpirvTest): class
|