Home
last modified time | relevance | path

Searched defs:Error (Results 1 – 25 of 684) sorted by relevance

12345678910>>...28

/external/tensorflow/tensorflow/security/advisory/
Dtfsa-2018-002.md3 ### CVE Number
7 ### Issue Description
12 ### Impact
17 ### Vulnerable Versions
21 ### Mitigation
31 ### Credits
/external/crosvm/sys_util/src/
Derrno.rs14 pub struct Error(i32); struct
17 impl Error { impl
19 pub fn new(e: i32) -> Error { in new()
37 impl From<io::Error> for Error { implementation
43 impl std::error::Error for Error {} implementation
45 impl Display for Error { implementation
/external/rust/crates/syn/0.15.42/src/
Derror.rs30 pub struct Error { struct
44 Error: Send + Sync; argument
46 impl Error { implementation
173 pub fn new_at<T: Display>(scope: Span, cursor: Cursor, message: T) -> Error { in new_at()
185 impl Debug for Error { implementation
191 impl Display for Error { implementation
197 impl Clone for Error { implementation
213 impl std::error::Error for Error { implementation
219 impl From<LexError> for Error { implementation
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DErrorTest.cpp101 TEST(Error, CheckedSuccess) { in TEST() argument
108 TEST(Error, UncheckedSuccess) { in TEST() argument
126 TEST(Error, ErrorAsOutParameterChecked) { in TEST() argument
134 TEST(Error, ErrorAsOutParameterUnchecked) { in TEST() argument
145 TEST(Error, UncheckedError) { in TEST() argument
157 TEST(Error, IsAHandling) { in TEST() argument
175 TEST(Error, HandleCustomError) { in TEST() argument
197 TEST(Error, HandlerTypeDeduction) { in TEST() argument
246 TEST(Error, HandleCustomErrorWithCustomBaseClass) { in TEST() argument
260 TEST(Error, FirstHandlerOnly) { in TEST() argument
[all …]
DRegexTest.cpp87 std::string Error; in TEST_F() local
136 std::string Error; in TEST_F() local
154 std::string Error; in TEST_F() local
159 std::string Error; in TEST_F() local
169 std::string Error; in TEST_F() local
178 std::string Error; in TEST_F() local
/external/llvm/unittests/Support/
DErrorTest.cpp97 TEST(Error, CheckedSuccess) { in TEST() argument
104 TEST(Error, UncheckedSuccess) { in TEST() argument
121 TEST(Error, ErrorAsOutParameterChecked) { in TEST() argument
129 TEST(Error, ErrorAsOutParameterUnchecked) { in TEST() argument
140 TEST(Error, UncheckedError) { in TEST() argument
152 TEST(Error, IsAHandling) { in TEST() argument
170 TEST(Error, HandleCustomError) { in TEST() argument
192 TEST(Error, HandlerTypeDeduction) { in TEST() argument
241 TEST(Error, HandleCustomErrorWithCustomBaseClass) { in TEST() argument
255 TEST(Error, FirstHandlerOnly) { in TEST() argument
[all …]
/external/crosvm/bit_field/src/
Dlib.rs276 pub struct Error { struct
281 impl Error { impl
282 pub fn new(type_name: &'static str, val: u64) -> Error { in new()
291 impl Display for Error { implementation
301 impl std::error::Error for Error {} implementation
/external/adhd/cras/client/libcras/src/
Dcras_client_message.rs33 pub struct Error { struct
34 error_type: ErrorType, argument
37 impl Error { impl
38 fn new(error_type: ErrorType) -> Error { in new()
43 impl error::Error for Error {} implementation
45 impl fmt::Display for Error { implementation
64 impl From<io::Error> for Error { implementation
70 impl From<sys_util::Error> for Error { implementation
76 impl From<cras_stream::Error> for Error { implementation
82 impl From<TryFromSliceError> for Error { implementation
Dlibcras.rs154 pub struct Error { struct
155 error_type: ErrorType, argument
158 impl Error { implementation
164 impl error::Error for Error {} implementation
166 impl fmt::Display for Error { implementation
181 impl From<io::Error> for Error { implementation
187 impl From<sys_util::Error> for Error { implementation
193 impl From<cras_stream::Error> for Error { implementation
199 impl From<cras_client_message::Error> for Error { implementation
367 Box<dyn error::Error>, in new_playback_stream()
[all …]
Dcras_stream.rs32 pub struct Error { struct
33 error_type: ErrorType, argument
36 impl Error { implementation
37 fn new(error_type: ErrorType) -> Error { in new()
42 impl error::Error for Error {} implementation
44 impl fmt::Display for Error { implementation
54 impl From<io::Error> for Error { implementation
55 fn from(io_err: io::Error) -> Error { in from()
202 ) -> Result<(), Error> { in init_shm() argument
209 fn wait_request_data(&mut self) -> Result<(), Error> { in wait_request_data() argument
[all …]
/external/angle/third_party/spirv-tools/src/utils/vscode/src/lsp/jsonrpc2/
Dwire.go71 Error *Error `json:"error,omitempty"` member
77 type Error struct { struct
79 Code int64 `json:"code"`
81 Message string `json:"message"`
83 Data *json.RawMessage `json:"data"`
100 func (err *Error) Error() string { argument
/external/deqp-deps/SPIRV-Tools/utils/vscode/src/lsp/jsonrpc2/
Dwire.go71 Error *Error `json:"error,omitempty"` member
77 type Error struct { struct
79 Code int64 `json:"code"`
81 Message string `json:"message"`
83 Data *json.RawMessage `json:"data"`
100 func (err *Error) Error() string { func
/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/jsonrpc2/
Dwire.go71 Error *Error `json:"error,omitempty"` member
77 type Error struct { struct
79 Code int64 `json:"code"`
81 Message string `json:"message"`
83 Data *json.RawMessage `json:"data"`
100 func (err *Error) Error() string { argument
/external/rust/crates/syn/1.0.7/src/
Derror.rs86 pub struct Error { struct
87 messages: Vec<ErrorMessage>, argument
106 impl Error { impl
206 pub fn combine(&mut self, another: Error) { in combine()
244 pub fn new_at<T: Display>(scope: Span, cursor: Cursor, message: T) -> Error { in new_at()
253 impl Debug for Error { implementation
275 impl Display for Error { implementation
297 impl std::error::Error for Error { implementation
303 impl From<LexError> for Error { implementation
309 impl IntoIterator for Error { implementation
[all …]
/external/clang/include/clang/ASTMatchers/Dynamic/
DParser.h167 Diagnostics *Error) { in parseMatcherExpression()
171 parseMatcherExpression(StringRef MatcherCode, Diagnostics *Error) { in parseMatcherExpression()
191 VariantValue *Value, Diagnostics *Error) { in parseExpression()
195 Diagnostics *Error) { in parseExpression()
246 Diagnostics *const Error; variable
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/AsmParser/
DAsmParserTest.cpp26 SMDiagnostic Error; in TEST() local
39 SMDiagnostic Error; in TEST() local
52 SMDiagnostic Error; in TEST() local
70 SMDiagnostic Error; in TEST() local
121 SMDiagnostic Error; in TEST() local
157 SMDiagnostic Error; in TEST() local
281 SMDiagnostic Error; in TEST() local
/external/llvm/unittests/AsmParser/
DAsmParserTest.cpp26 SMDiagnostic Error; in TEST() local
39 SMDiagnostic Error; in TEST() local
52 SMDiagnostic Error; in TEST() local
70 SMDiagnostic Error; in TEST() local
121 SMDiagnostic Error; in TEST() local
157 SMDiagnostic Error; in TEST() local
281 SMDiagnostic Error; in TEST() local
/external/libbrillo/brillo/errors/
Derror_unittest.cc28 TEST(Error, Single) { in TEST() argument
47 TEST(Error, Nested) { in TEST() argument
64 TEST(Error, Clone) { in TEST() argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DSpecialCaseList.cpp75 std::string &Error) { in create()
83 std::string &Error) { in create()
92 std::string Error; in createOrDie() local
99 std::string &Error) { in createInternal()
118 std::string &Error) { in createInternal()
127 std::string &Error) { in parse()
/external/crosvm/usb_util/src/
Derror.rs11 pub enum Error { enum
28 impl fmt::Debug for Error { implementation
52 impl From<bindings::libusb_error> for Error { implementation
/external/crosvm/x86_64/src/
Dbzimage.rs17 pub enum Error { enum
28 impl std::error::Error for Error {} implementation
30 impl Display for Error { implementation
/external/grpc-grpc/src/csharp/Grpc.Core/Logging/
DILogger.cs52 void Error(string message); in Error() method
55 void Error(string format, params object[] formatArgs); in Error() method
58 void Error(Exception exception, string message); in Error() method
DNullLogger.cs45 public void Error(string message) in Error() method in Grpc.Core.Logging.NullLogger
52 public void Error(Exception exception, string message) in Error() method in Grpc.Core.Logging.NullLogger
59 public void Error(string format, params object[] formatArgs) in Error() method in Grpc.Core.Logging.NullLogger
/external/clang/test/SemaCXX/
Ddiagnostic-order.cpp9 template<typename T, typename> struct Error { typedef typename T::error error; }; struct
/external/llvm/lib/CodeGen/MIRParser/
DMIRParser.cpp185 bool MIRParserImpl::error(const SMDiagnostic &Error, SMRange SourceRange) { in error()
229 SMDiagnostic Error; in parse() local
306 SMDiagnostic Error; in initializeMachineFunction() local
366 SMDiagnostic Error; in initializeRegisterInfo() local
544 SMDiagnostic Error; in initializeFrameInfo() local
559 SMDiagnostic Error; in parseCalleeSavedRegister() local
608 SMDiagnostic Error; in parseMDNode() local
619 SMDiagnostic Error; in initializeConstantPool() local
663 SMDiagnostic Error; in parseMBBReference() local
669 SMDiagnostic MIRParserImpl::diagFromMIStringDiag(const SMDiagnostic &Error, in diagFromMIStringDiag()
[all …]

12345678910>>...28