Home
last modified time | relevance | path

Searched defs:ErrorMessage (Results 1 – 25 of 259) sorted by relevance

1234567891011

/external/clang/unittests/Tooling/
DCompilationDatabaseTest.cpp24 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/
DSealedClassesSerializationTest.kt29 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/
Derror.rs104 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/
Derror.rs104 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/
Derror.rs104 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/
DErrorMessage.java18 public class ErrorMessage { class
26 public ErrorMessage(boolean matching, String message, int actualCount) { in ErrorMessage() method in ErrorMessage
/external/clang/lib/Tooling/
DJSONCompilationDatabase.cpp122 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()
DCompilationDatabase.cpp39 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/
DTargetMachineC.cpp69 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/
DErrorMessage.java26 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/
DTargetMachineC.cpp67 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/
DTargetMachineC.cpp64 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/
Drust.rs21 pub struct ErrorMessage; struct
23 impl ErrorMessage { impl
Dc.rs12 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/
Drust.rs21 pub struct ErrorMessage; struct
23 impl ErrorMessage { impl
Dc.rs12 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/
Drust.rs21 pub struct ErrorMessage; struct
23 impl ErrorMessage { impl
Dc.rs12 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/
DTextAPIContext.h25 std::string ErrorMessage; member
/external/swiftshader/third_party/llvm-16.0/llvm/lib/TextAPI/
DTextAPIContext.h24 std::string ErrorMessage; member
/external/federated-compute/fcp/secagg/client/
Dsecagg_client_aborted_state.cc43 StatusOr<std::string> SecAggClientAbortedState::ErrorMessage() const { in ErrorMessage() function in fcp::secagg::SecAggClientAbortedState
/external/federated-compute/fcp/secagg/server/
Dsecagg_server_aborted_state.cc42 StatusOr<std::string> SecAggServerAbortedState::ErrorMessage() const { in ErrorMessage() function in fcp::secagg::SecAggServerAbortedState
/external/lzma/CPP/7zip/UI/FileManager/
DFileFolderPluginOpen.h18 UString ErrorMessage; member
/external/lzma/CPP/7zip/UI/GUI/
DGUI.cpp99 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/
Dtest_error.cc75 TEST_F(UVTestError, ErrorMessage) { in TEST_F() argument

1234567891011