Home
last modified time | relevance | path

Searched defs:error_type (Results 1 – 25 of 77) sorted by relevance

1234

/external/rust/android-crates-io/crates/thiserror/tests/ui/
Dconcat-display.rs3 macro_rules! error_type { macro
/external/rust/android-crates-io/crates/num_enum_derive/src/
Denum_attributes.rs17 pub(crate) error_type: Option<ErrorTypeAttribute>, field
185 let error_type = attributes.error_type.unwrap(); in parse_num_enum_attr() localVariable
204 let error_type = attributes.error_type.unwrap(); in parse_num_enum_attr_swapped_order() localVariable
Dlib.rs208 let error_type = &error_type_info.name; in derive_try_from_primitive() localVariable
/external/chromiumos-config/proto/chromiumos/test/api/
Ddevice_manager_service.proto155 LeaseDeviceResponseErrorType error_type = 2; field
177 BulkLeaseDevicesResponseErrorType error_type = 2; field
195 ReleaseDeviceResponseErrorType error_type = 2; field
/external/tensorflow/tensorflow/python/ops/ragged/
Ddynamic_ragged_shape_test.py403 def testNumSlicesInDimensionRaises(self, lengths, axis, error_type, argument
426 def testAltInnerShapeRaises(self, lengths, new_dense_rank, error_type, argument
467 def testWithDenseRankRaises(self, lengths, new_dense_rank, error_type, argument
491 error_type, error_regex): argument
595 error_type, argument
790 def testIsUniformRaises(self, lengths, num_row_partitions, axis, error_type, argument
1043 error_type, argument
2398 layer_broadcasters, dtype, error_type, argument
2528 self, ac_0, bc_0, a_1, b_1, error_type, error_regex): argument
2568 self, ac_0, bc_0, a_1, b_1, error_type, error_regex): argument
[all …]
/external/grpc-grpc/src/proto/grpc/testing/xds/v3/
Dfault.proto41 oneof error_type { oneof
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/proto/grpc/testing/xds/v3/
Dfault.proto41 oneof error_type { oneof
/external/grpc-grpc-java/xds/third_party/envoy/src/main/proto/envoy/config/filter/http/fault/v2/
Dfault.proto35 oneof error_type { oneof
/external/grpc-grpc-java/xds/third_party/envoy/src/main/proto/envoy/extensions/filters/http/fault/v3/
Dfault.proto40 oneof error_type { oneof
/external/sdv/vsomeip/third_party/boost/regex/include/boost/regex/v4/
Derror_type.hpp29 enum error_type{ enum
/external/sdv/vsomeip/third_party/boost/regex/include/boost/regex/v5/
Derror_type.hpp29 enum error_type{ enum
/external/google-cloud-java/java-bigquerymigration/proto-google-cloud-bigquerymigration-v2alpha/src/main/proto/google/cloud/bigquery/migration/v2alpha/
Dtranslation_service.proto122 SqlTranslationErrorType error_type = 1; field
/external/googleapis/google/cloud/bigquery/migration/v2alpha/
Dtranslation_service.proto122 SqlTranslationErrorType error_type = 1; field
/external/googleapis/google/apps/drive/labels/v2/
Dexception_detail.proto114 ExceptionType error_type = 1; field
/external/googleapis/google/apps/drive/labels/v2beta/
Dexception_detail.proto114 ExceptionType error_type = 1; field
/external/openscreen/cast/receiver/channel/
Ddevice_auth_namespace_handler.cc33 CastMessage GenerateErrorMessage(AuthError::ErrorType error_type) { in GenerateErrorMessage()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_libcdep.cc49 void ReportErrorSummary(const char *error_type, StackTrace *stack) { in ReportErrorSummary()
/external/scudo/standalone/include/scudo/
Dinterface.h101 enum scudo_error_type error_type; member
/external/openscreen/
DPRESUBMIT.py74 error_type, argument
/external/openscreen/cast/common/channel/proto/
Dcast_channel.proto113 required ErrorType error_type = 1; field
/external/tensorflow/tensorflow/python/ops/structured/
Dstructured_array_ops_test.py844 def testConcatError(self, values, axis, error_type, error_regex): argument
1201 error_type, argument
/external/cronet/tot/base/types/
Dexpected.h279 using error_type = E; variable
661 using error_type = E; in requires() local
/external/cronet/stable/base/types/
Dexpected.h279 using error_type = E; variable
661 using error_type = E; in requires() local
/external/tensorflow/tensorflow/python/util/
Dnest_test.py1181 def testMapWithPathsIncompatibleStructures(self, s1, s2, error_type): argument
1218 def testMapWithTuplePathsIncompatibleStructures(self, s1, s2, error_type): argument
/external/google-cloud-java/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/proto/google/cloud/aiplatform/v1/
Dindex_service.proto313 RecordErrorType error_type = 1; field

1234