/external/clang/unittests/Tooling/ |
D | CompilationDatabaseTest.cpp | 24 std::string ErrorMessage; in expectFailure() local 50 std::string &ErrorMessage) { in getAllFiles() 61 std::string &ErrorMessage) { in getAllCompileCommands() 72 std::string ErrorMessage; in TEST() local 93 std::string ErrorMessage; in TEST() local 144 std::string &ErrorMessage) { in findCompileArgsInJsonDatabase() 162 std::string ErrorMessage; in TEST() local 252 std::string ErrorMessage; in TEST() local 263 std::string ErrorMessage; in TEST() local 292 std::string ErrorMessage; in TEST() local [all …]
|
/external/kotlinx.serialization/formats/json-tests/commonTest/src/kotlinx/serialization/features/ |
D | SealedClassesSerializationTest.kt | 29 data class ErrorMessage(val error: String) : SealedProtocol() dataClass 53 data class ErrorMessage(val error: String) : ProtocolWithAbstractClass() dataClass 77 data class ErrorMessage(val error: String) : ProtocolWithSealedClass() class in kotlinx.serialization.features.SealedClassesSerializationTest.ProtocolWithSealedClass 93 data class ErrorMessage(val error: String) : ProtocolWithGenericClass() dataClass
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/syn-2.0.87/src/ |
D | error.rs | 104 struct ErrorMessage { struct 110 span: ThreadBound<SpanRange>, 111 message: String, 275 impl ErrorMessage { implementation 366 impl Debug for ErrorMessage { implementation 386 impl Clone for ErrorMessage { implementation
|
/external/rust/android-crates-io/crates/syn/src/ |
D | error.rs | 104 struct ErrorMessage { struct 110 span: ThreadBound<SpanRange>, 111 message: String, 275 impl ErrorMessage { impl 366 impl Debug for ErrorMessage { implementation 386 impl Clone for ErrorMessage { implementation
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/syn-2.0.87/src/ |
D | error.rs | 104 struct ErrorMessage { struct 110 span: ThreadBound<SpanRange>, 111 message: String, 275 impl ErrorMessage { implementation 366 impl Debug for ErrorMessage { implementation 386 impl Clone for ErrorMessage { implementation
|
/external/easymock/src/org/easymock/internal/ |
D | ErrorMessage.java | 18 public class ErrorMessage { class 26 public ErrorMessage(boolean matching, String message, int actualCount) { in ErrorMessage() method in ErrorMessage
|
/external/clang/lib/Tooling/ |
D | JSONCompilationDatabase.cpp | 122 loadFromDirectory(StringRef Directory, std::string &ErrorMessage) override { in loadFromDirectory() 146 std::string &ErrorMessage) { in loadFromFile() 162 std::string &ErrorMessage) { in loadFromBuffer() 239 bool JSONCompilationDatabase::parse(std::string &ErrorMessage) { in parse()
|
D | CompilationDatabase.cpp | 39 std::string &ErrorMessage) { in loadFromDirectory() 58 std::string &ErrorMessage) { in findCompilationDatabaseFromDirectory() 82 std::string &ErrorMessage) { in autoDetectFromSource() 97 std::string &ErrorMessage) { in autoDetectFromDirectory()
|
/external/llvm/lib/Target/ |
D | TargetMachineC.cpp | 69 char **ErrorMessage) { in LLVMGetTargetFromTriple() 180 char **ErrorMessage) { in LLVMTargetMachineEmit() 212 char* Filename, LLVMCodeGenFileType codegen, char** ErrorMessage) { in LLVMTargetMachineEmitToFile() 225 LLVMModuleRef M, LLVMCodeGenFileType codegen, char** ErrorMessage, in LLVMTargetMachineEmitToMemoryBuffer()
|
/external/nullaway/nullaway/src/main/java/com/uber/nullaway/ |
D | ErrorMessage.java | 26 public class ErrorMessage { class 30 public ErrorMessage(MessageTypes messageType, String message) { in ErrorMessage() method in ErrorMessage
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ |
D | TargetMachineC.cpp | 67 char **ErrorMessage) { in LLVMGetTargetFromTriple() 188 char **ErrorMessage) { in LLVMTargetMachineEmit() 220 char* Filename, LLVMCodeGenFileType codegen, char** ErrorMessage) { in LLVMTargetMachineEmitToFile() 233 LLVMModuleRef M, LLVMCodeGenFileType codegen, char** ErrorMessage, in LLVMTargetMachineEmitToMemoryBuffer()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ |
D | TargetMachineC.cpp | 64 char **ErrorMessage) { in LLVMGetTargetFromTriple() 185 char **ErrorMessage) { in LLVMTargetMachineEmit() 219 char **ErrorMessage) { in LLVMTargetMachineEmitToFile() 232 LLVMModuleRef M, LLVMCodeGenFileType codegen, char** ErrorMessage, in LLVMTargetMachineEmitToMemoryBuffer()
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/flate2-1.0.35/src/ffi/ |
D | rust.rs | 21 pub struct ErrorMessage; struct 23 impl ErrorMessage { impl
|
D | c.rs | 12 pub struct ErrorMessage(Option<&'static str>); struct 14 impl ErrorMessage { implementation 173 pub fn msg(&self) -> ErrorMessage { in msg()
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/flate2-1.0.35/src/ffi/ |
D | rust.rs | 21 pub struct ErrorMessage; struct 23 impl ErrorMessage { impl
|
D | c.rs | 12 pub struct ErrorMessage(Option<&'static str>); struct 14 impl ErrorMessage { implementation 173 pub fn msg(&self) -> ErrorMessage { in msg()
|
/external/rust/android-crates-io/crates/flate2/src/ffi/ |
D | rust.rs | 21 pub struct ErrorMessage; struct 23 impl ErrorMessage { impl
|
D | c.rs | 12 pub struct ErrorMessage(Option<&'static str>); struct 14 impl ErrorMessage { implementation 173 pub fn msg(&self) -> ErrorMessage { in msg()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/ |
D | TextAPIContext.h | 25 std::string ErrorMessage; member
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/TextAPI/ |
D | TextAPIContext.h | 24 std::string ErrorMessage; member
|
/external/federated-compute/fcp/secagg/client/ |
D | secagg_client_aborted_state.cc | 43 StatusOr<std::string> SecAggClientAbortedState::ErrorMessage() const { in ErrorMessage() function in fcp::secagg::SecAggClientAbortedState
|
/external/federated-compute/fcp/secagg/server/ |
D | secagg_server_aborted_state.cc | 42 StatusOr<std::string> SecAggServerAbortedState::ErrorMessage() const { in ErrorMessage() function in fcp::secagg::SecAggServerAbortedState
|
/external/lzma/CPP/7zip/UI/FileManager/ |
D | FileFolderPluginOpen.h | 18 UString ErrorMessage; member
|
/external/lzma/CPP/7zip/UI/GUI/ |
D | GUI.cpp | 99 static void ErrorMessage(LPCWSTR message) in ErrorMessage() function 105 static void ErrorMessage(const char *s) in ErrorMessage() function
|
/external/sandboxed-api/oss-internship-2020/libuv/tests/ |
D | test_error.cc | 75 TEST_F(UVTestError, ErrorMessage) { in TEST_F() argument
|