| /external/rust/crates/nom/tests/ |
| D | custom_errors.rs | 13 pub struct CustomError(String); struct 15 impl<'a> From<(&'a str, ErrorKind)> for CustomError { implementation 21 impl<'a> ParseError<&'a str> for CustomError { implementation 31 fn test1(input: &str) -> IResult<&str, &str, CustomError> { in test1() argument 36 fn test2(input: &str) -> IResult<&str, &str, CustomError> { in test2() argument 41 fn test3(input: &str) -> IResult<&str, &str, CustomError> { in test3() argument 46 fn test4(input: &str) -> IResult<&str, Vec<&str>, CustomError> { in test4() argument
|
| /external/tensorflow/tensorflow/python/autograph/pyct/ |
| D | error_utils_test.py | 28 class CustomError(Exception): class 43 class CustomError(Exception): class
|
| /external/rust/crates/nom/src/combinator/ |
| D | tests.rs | 93 impl From<u32> for CustomError { implementation 99 impl<I> ParseError<I> for CustomError { implementation 109 struct CustomError; struct 111 fn custom_error(input: &[u8]) -> IResult<&[u8], &[u8], CustomError> { in custom_error() argument
|
| /external/connectedappssdk/tests/shared/src/main/java/com/google/android/enterprise/connectedapps/testapp/ |
| D | CustomError.java | 3 public class CustomError extends Error { class
|
| /external/llvm/unittests/Support/ |
| D | ErrorTest.cpp | 23 class CustomError : public ErrorInfo<CustomError> { class 26 CustomError(int Info) : Info(Info) {} in CustomError() function in __anon4ded11290111::CustomError 48 CustomError() : Info(0) {} in CustomError() function in __anon4ded11290111::CustomError
|
| /external/rust/crates/rusqlite/src/ |
| D | lib.rs | 1827 enum CustomError { enum 1832 impl fmt::Display for CustomError { implementation 1841 impl StdError for CustomError { implementation 1854 impl From<Error> for CustomError { implementation 1855 fn from(se: Error) -> CustomError { in from()
|
| /external/rust/crates/pest/src/ |
| D | error.rs | 53 CustomError { enumerator
|
| /external/parameter-framework/upstream/tools/coverage/ |
| D | coverage.py | 52 class CustomError(Exception): class
|
| /external/python/apitools/samples/servicemanagement_sample/servicemanagement_v1/ |
| D | servicemanagement_v1_messages.py | 543 class CustomError(_messages.Message): class
|
| /external/python/cpython3/Lib/test/ |
| D | test_dataclasses.py | 23 class CustomError(Exception): pass class
|
| /external/python/google-api-python-client/googleapiclient/discovery_cache/documents/ |
| D | serviceusage.v1.json | 864 "CustomError": { object
|
| D | servicenetworking.v1beta.json | 802 "CustomError": { object
|
| D | serviceconsumermanagement.v1beta1.json | 814 "CustomError": { object
|
| D | serviceconsumermanagement.v1.json | 933 "CustomError": { object
|
| D | servicemanagement.v1.json | 1345 "CustomError": { object
|
| D | serviceusage.v1beta1.json | 1455 "CustomError": { object
|
| D | servicenetworking.v1.json | 1455 "CustomError": { object
|
| /external/python/apitools/samples/servicemanagement_sample/ |
| D | servicemanagement_v1.json | 1267 "CustomError": { object
|