Home
last modified time | relevance | path

Searched defs:errors (Results 26 – 50 of 3367) sorted by relevance

12345678910>>...135

/aosp_15_r20/external/python/cpython2/Python/
Dcodecs.c181 const char *errors) in args_tuple()
223 const char *errors, in codec_makeincrementalcodec()
241 const char *errors, in codec_getincrementalcodec()
259 const char *errors, in codec_getstreamcodec()
281 const char *errors) in _PyCodecInfo_GetIncrementalDecoder()
288 const char *errors) in _PyCodecInfo_GetIncrementalEncoder()
312 const char *errors) in PyCodec_IncrementalEncoder()
318 const char *errors) in PyCodec_IncrementalDecoder()
325 const char *errors) in PyCodec_StreamReader()
332 const char *errors) in PyCodec_StreamWriter()
[all …]
/aosp_15_r20/external/junit/src/main/java/org/junit/internal/runners/rules/
H A DRuleMemberValidator.java88 public void validate(TestClass target, List<Throwable> errors) { in validate()
97 private void validateMember(FrameworkMember<?> member, List<Throwable> errors) { in validateMember()
160 …alidate(FrameworkMember<?> member, Class<? extends Annotation> annotation, List<Throwable> errors); in validate()
167 …lidate(FrameworkMember<?> member, Class<? extends Annotation> annotation, List<Throwable> errors) { in validate()
192 …lidate(FrameworkMember<?> member, Class<? extends Annotation> annotation, List<Throwable> errors) { in validate()
204 …lidate(FrameworkMember<?> member, Class<? extends Annotation> annotation, List<Throwable> errors) { in validate()
220 …lidate(FrameworkMember<?> member, Class<? extends Annotation> annotation, List<Throwable> errors) { in validate()
232 …lidate(FrameworkMember<?> member, Class<? extends Annotation> annotation, List<Throwable> errors) { in validate()
245 …lidate(FrameworkMember<?> member, Class<? extends Annotation> annotation, List<Throwable> errors) { in validate()
258 Class<? extends Annotation> annotation, List<Throwable> errors) { in validate()
[all …]
/aosp_15_r20/external/grpc-grpc/test/core/xds/
H A Dxds_common_types_test.cc129 ValidationErrors errors; in TEST_F() local
141 ValidationErrors errors; in TEST_F() local
157 ValidationErrors errors; in TEST_F() local
199 ValidationErrors errors; in Parse() local
552 ValidationErrors errors; in TEST_F() local
574 ValidationErrors errors; in TEST_F() local
596 ValidationErrors errors; in TEST_F() local
616 ValidationErrors errors; in TEST_F() local
674 ValidationErrors errors; in TEST_F() local
692 ValidationErrors errors; in TEST_F() local
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/python/autograph/g3doc/reference/
H A Dcommon_errors.md7 ### "WARNING: AutoGraph could not transform `<name>`"
32 ### "Unable to locate the source code" or "Source not found" errors
42 ### "WARNING: Large unrolled loop detected"
80 ### "OperatorNotAllowedInGraphError: using a `tf.Tensor` as a Python `bool`"
124 ### "OperatorNotAllowedInGraphError: iterating over `tf.Tensor`"
139 ### "InaccessibleTensorError: The tensor `<name>` is defined in another function or code block"
147 ### "StagingError: in converted code"
154 ### "Unable to identify source code of lambda function"
/aosp_15_r20/external/emboss/compiler/front_end/
H A Dsymbol_resolver.py119 def _add_name_to_scope(name_ir, scope, canonical_name, visibility, errors): argument
133 def _add_name_to_scope_and_normalize(name_ir, scope, visibility, errors): argument
142 def _add_struct_field_to_scope(field, scope, errors): argument
160 def _add_parameter_name_to_scope(parameter, scope, errors): argument
165 def _add_enum_value_to_scope(value, scope, errors): argument
170 def _add_type_name_to_scope(type_definition, scope, errors): argument
198 def _add_import_to_scope(foreign_import, table, module, errors): argument
250 def _add_alias_to_scope(name_ir, table, scope, alias, visibility, errors): argument
269 visible_scopes, source_file_name, errors): argument
276 source_file_name, errors): argument
[all …]
/aosp_15_r20/libcore/ojluni/src/test/java/lang/Integer/
H A DUnsigned.java36 int errors = 0; in main() local
53 int errors = 0; in testRoundtrip() local
77 int errors = 0; in testByteToUnsignedInt() local
94 int errors = 0; in testShortToUnsignedInt() local
111 int errors = 0; in testUnsignedCompare() local
182 int errors = 0; in testToUnsignedLong() local
221 int errors = 0; in testToStringUnsigned() local
283 int errors = 0; in testParseUnsignedInt() local
347 int errors = 0; in testDivideAndRemainder() local
/aosp_15_r20/external/grpc-grpc/src/core/ext/xds/
H A Dxds_listener.cc304 XdsExtension extension, ValidationErrors* errors) { in HttpConnectionManagerParse()
501 ValidationErrors errors; in LdsResourceParseClient() local
520 ValidationErrors* errors) { in DownstreamTlsContextParse()
607 ValidationErrors* errors) { in CidrRangeParse()
636 ValidationErrors* errors) { in FilterChainMatchParse()
712 ValidationErrors* errors) { in FilterChainParse()
768 ValidationErrors* errors) { in AddressParse()
818 ValidationErrors* errors) { in AddFilterChainDataForSourcePort()
832 ValidationErrors* errors) { in AddFilterChainDataForSourcePorts()
845 ValidationErrors* errors) { in AddFilterChainDataForSourceIpRange()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/xds/
Dxds_listener.cc305 XdsExtension extension, ValidationErrors* errors) { in HttpConnectionManagerParse()
497 ValidationErrors errors; in LdsResourceParseClient() local
516 ValidationErrors* errors) { in DownstreamTlsContextParse()
603 ValidationErrors* errors) { in CidrRangeParse()
632 ValidationErrors* errors) { in FilterChainMatchParse()
708 ValidationErrors* errors) { in FilterChainParse()
764 ValidationErrors* errors) { in AddressParse()
814 ValidationErrors* errors) { in AddFilterChainDataForSourcePort()
828 ValidationErrors* errors) { in AddFilterChainDataForSourcePorts()
841 ValidationErrors* errors) { in AddFilterChainDataForSourceIpRange()
[all …]
/aosp_15_r20/libcore/ojluni/src/test/java/lang/Long/
H A DUnsigned.java44 int errors = 0; in main() local
62 int errors = 0; in testRoundtrip() local
86 int errors = 0; in testByteToUnsignedLong() local
103 int errors = 0; in testShortToUnsignedLong() local
119 int errors = 0; in testUnsignedCompare() local
197 int errors = 0; in testToStringUnsigned() local
267 int errors = 0; in testParseUnsignedLong() local
364 int errors = 0; in testUnsignedOverflow() local
384 int errors = 0; in testDivideAndRemainder() local
/aosp_15_r20/external/python/cpython3/Python/
Dcodecs.c231 const char *errors) in args_tuple()
273 const char *errors, in codec_makeincrementalcodec()
291 const char *errors, in codec_getincrementalcodec()
309 const char *errors, in codec_getstreamcodec()
331 const char *errors) in _PyCodecInfo_GetIncrementalDecoder()
338 const char *errors) in _PyCodecInfo_GetIncrementalEncoder()
362 const char *errors) in PyCodec_IncrementalEncoder()
368 const char *errors) in PyCodec_IncrementalDecoder()
375 const char *errors) in PyCodec_StreamReader()
382 const char *errors) in PyCodec_StreamWriter()
[all …]
/aosp_15_r20/external/cronet/third_party/boringssl/src/pki/
H A Dverify_name_match_unittest.cc352 CertErrors errors; in TEST() local
372 CertErrors errors; in TEST() local
387 CertErrors errors; in TEST() local
401 CertErrors errors; in TEST() local
414 CertErrors errors; in TEST() local
427 CertErrors errors; in TEST() local
441 CertErrors errors; in TEST() local
453 CertErrors errors; in TEST() local
465 CertErrors errors; in TEST() local
485 CertErrors errors; in TEST() local
[all …]
/aosp_15_r20/system/core/libutils/binder/
H A DErrors_test.cpp35 TEST(errors, unwrap_or_return) { in TEST() argument
53 TEST(errors, unwrap_or_return_result) { in TEST() argument
69 TEST(errors, unwrap_or_return_result_int) { in TEST() argument
85 TEST(errors, unwrap_or_fatal) { in TEST() argument
91 TEST(errors, result_in_status) { in TEST() argument
112 TEST(errors, conversion_promotion) { in TEST() argument
126 TEST(errors, conversion_promotion_bool) { in TEST() argument
140 TEST(errors, conversion_promotion_char) { in TEST() argument
160 TEST(errors, conversion_construct) { in TEST() argument
/aosp_15_r20/external/junit/src/main/java/org/junit/experimental/theories/
H A DTheories.java82 protected void collectInitializationErrors(List<Throwable> errors) { in collectInitializationErrors()
88 private void validateDataPointFields(List<Throwable> errors) { in validateDataPointFields()
104 private void validateDataPointMethods(List<Throwable> errors) { in validateDataPointMethods()
121 protected void validateConstructor(List<Throwable> errors) { in validateConstructor()
126 protected void validateTestMethods(List<Throwable> errors) { in validateTestMethods()
138 validateParameterSupplier(annotation.value(), errors); in validateTestMethods() local
144 …lidateParameterSupplier(Class<? extends ParameterSupplier> supplierClass, List<Throwable> errors) { in validateParameterSupplier()
226 List<Throwable> errors) { in runWithCompleteAssignment()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Dcodecs.py138 def encode(self, input, errors='strict'): argument
157 def decode(self, input, errors='strict'): argument
186 def __init__(self, errors='strict'): argument
226 def __init__(self, errors='strict'): argument
231 def _buffer_encode(self, input, errors, final): argument
260 def __init__(self, errors='strict'): argument
309 def __init__(self, errors='strict'): argument
314 def _buffer_decode(self, input, errors, final): argument
348 def __init__(self, stream, errors='strict'): argument
423 def __init__(self, stream, errors='strict'): argument
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dcodecs.py138 def encode(self, input, errors='strict'): argument
157 def decode(self, input, errors='strict'): argument
186 def __init__(self, errors='strict'): argument
226 def __init__(self, errors='strict'): argument
231 def _buffer_encode(self, input, errors, final): argument
260 def __init__(self, errors='strict'): argument
309 def __init__(self, errors='strict'): argument
314 def _buffer_decode(self, input, errors, final): argument
348 def __init__(self, stream, errors='strict'): argument
423 def __init__(self, stream, errors='strict'): argument
[all …]
/aosp_15_r20/external/python/cpython3/Lib/
Dcodecs.py138 def encode(self, input, errors='strict'): argument
157 def decode(self, input, errors='strict'): argument
186 def __init__(self, errors='strict'): argument
226 def __init__(self, errors='strict'): argument
231 def _buffer_encode(self, input, errors, final): argument
260 def __init__(self, errors='strict'): argument
309 def __init__(self, errors='strict'): argument
314 def _buffer_decode(self, input, errors, final): argument
348 def __init__(self, stream, errors='strict'): argument
423 def __init__(self, stream, errors='strict'): argument
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dcodecs.py138 def encode(self, input, errors='strict'): argument
157 def decode(self, input, errors='strict'): argument
186 def __init__(self, errors='strict'): argument
226 def __init__(self, errors='strict'): argument
231 def _buffer_encode(self, input, errors, final): argument
260 def __init__(self, errors='strict'): argument
309 def __init__(self, errors='strict'): argument
314 def _buffer_decode(self, input, errors, final): argument
348 def __init__(self, stream, errors='strict'): argument
423 def __init__(self, stream, errors='strict'): argument
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dcodecs.py138 def encode(self, input, errors='strict'): argument
157 def decode(self, input, errors='strict'): argument
186 def __init__(self, errors='strict'): argument
226 def __init__(self, errors='strict'): argument
231 def _buffer_encode(self, input, errors, final): argument
260 def __init__(self, errors='strict'): argument
309 def __init__(self, errors='strict'): argument
314 def _buffer_decode(self, input, errors, final): argument
348 def __init__(self, stream, errors='strict'): argument
423 def __init__(self, stream, errors='strict'): argument
[all …]
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Dcodecs.py138 def encode(self, input, errors='strict'): argument
157 def decode(self, input, errors='strict'): argument
186 def __init__(self, errors='strict'): argument
226 def __init__(self, errors='strict'): argument
231 def _buffer_encode(self, input, errors, final): argument
260 def __init__(self, errors='strict'): argument
309 def __init__(self, errors='strict'): argument
314 def _buffer_decode(self, input, errors, final): argument
348 def __init__(self, stream, errors='strict'): argument
423 def __init__(self, stream, errors='strict'): argument
[all …]
/aosp_15_r20/external/python/cpython2/Lib/
Dcodecs.py132 def encode(self, input, errors='strict'): argument
151 def decode(self, input, errors='strict'): argument
180 def __init__(self, errors='strict'): argument
220 def __init__(self, errors='strict'): argument
224 def _buffer_encode(self, input, errors, final): argument
253 def __init__(self, errors='strict'): argument
302 def __init__(self, errors='strict'): argument
306 def _buffer_decode(self, input, errors, final): argument
340 def __init__(self, stream, errors='strict'): argument
413 def __init__(self, stream, errors='strict'): argument
[all …]
/aosp_15_r20/packages/services/Car/service/src/com/android/car/hal/fakevhal/
DFakeVhalConfigParser.java249 List<String> errors = new ArrayList<>(); in parseJsonConfig() local
309 private ConfigDeclaration parseEachProperty(JsonReader reader, int index, List<String> errors) in parseEachProperty()
447 SparseArray<RawPropValues> defaultValuesByAreaId, List<String> errors) in parseAreaConfigs()
488 int index, List<String> errors) throws IOException { in parseAreaConfig()
572 private RawPropValues parseDefaultValue(JsonReader reader, List<String> errors) in parseDefaultValue()
633 List<String> errors) throws IOException { in parseStringValue()
655 private int parseIntValue(JsonReader reader, String fieldName, List<String> errors) in parseIntValue()
677 private float parseFloatValue(JsonReader reader, String fieldName, List<String> errors) in parseFloatValue()
698 private int parseConstantValue(String stringValue, List<String> errors) { in parseConstantValue()
747 private int[] parseIntArrayValue(JsonReader reader, String fieldName, List<String> errors) in parseIntArrayValue()
[all …]
/aosp_15_r20/external/grpc-grpc/src/core/lib/json/
H A Djson_object_loader.h147 ValidationErrors* errors) const override { in LoadInto()
162 ValidationErrors* errors) const override { in LoadInto()
176 ValidationErrors* errors) const override { in LoadInto()
190 ValidationErrors* errors) const override { in LoadInto()
282 ValidationErrors* errors) const override { in LoadInto()
521 ValidationErrors* errors) const override { in LoadInto()
539 ValidationErrors* errors) const override { in LoadInto()
609 ValidationErrors errors; variable
620 ValidationErrors* errors) { in LoadFromJson()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/json/
Djson_object_loader.h148 ValidationErrors* errors) const override { in LoadInto()
163 ValidationErrors* errors) const override { in LoadInto()
177 ValidationErrors* errors) const override { in LoadInto()
191 ValidationErrors* errors) const override { in LoadInto()
283 ValidationErrors* errors) const override { in LoadInto()
522 ValidationErrors* errors) const override { in LoadInto()
540 ValidationErrors* errors) const override { in LoadInto()
610 ValidationErrors errors; variable
621 ValidationErrors* errors) { in LoadFromJson()
/aosp_15_r20/external/grpc-grpc/test/cpp/ext/gcp/
H A Dobservability_logging_sink_test.cc42 grpc_core::ValidationErrors errors; in TEST() local
68 grpc_core::ValidationErrors errors; in TEST() local
95 grpc_core::ValidationErrors errors; in TEST() local
119 grpc_core::ValidationErrors errors; local
149 grpc_core::ValidationErrors errors; local
184 grpc_core::ValidationErrors errors; local
213 grpc_core::ValidationErrors errors; local
241 grpc_core::ValidationErrors errors; local
271 grpc_core::ValidationErrors errors; local
306 grpc_core::ValidationErrors errors; local
/aosp_15_r20/external/python/cpython2/Lib/encodings/
Dutf_8_sig.py14 def encode(input, errors='strict'): argument
17 def decode(input, errors='strict'): argument
26 def __init__(self, errors='strict'): argument
48 def __init__(self, errors='strict'): argument
52 def _buffer_decode(self, input, errors, final): argument
80 def encode(self, input, errors='strict'): argument
92 def decode(self, input, errors='strict'): argument

12345678910>>...135