Home
last modified time | relevance | path

Searched defs:errors (Results 1 – 25 of 803) sorted by relevance

12345678910>>...33

/external/junit/src/main/java/org/junit/runners/model/
DNoGenericTypeParametersValidator.java18 void validate(List<Throwable> errors) { in validate()
24 private void validateNoTypeParameterOnType(Type type, List<Throwable> errors) { in validateNoTypeParameterOnType()
29 validateNoTypeParameterOnParameterizedType((ParameterizedType) type, errors); in validateNoTypeParameterOnType() local
31 validateNoTypeParameterOnWildcardType((WildcardType) type, errors); in validateNoTypeParameterOnType() local
33 validateNoTypeParameterOnGenericArrayType((GenericArrayType) type, errors); in validateNoTypeParameterOnType() local
38 List<Throwable> errors) { in validateNoTypeParameterOnParameterizedType()
45 List<Throwable> errors) { in validateNoTypeParameterOnWildcardType()
55 GenericArrayType arrayType, List<Throwable> errors) { in validateNoTypeParameterOnGenericArrayType()
56 validateNoTypeParameterOnType(arrayType.getGenericComponentType(), errors); in validateNoTypeParameterOnGenericArrayType() local
/external/tensorflow/tensorflow/python/autograph/g3doc/reference/
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"
146 ### "StagingError: in converted code"
153 ### "Unable to identify source code of lambda function"
/external/python/cpython3/Modules/
D_codecsmodule.c103 const char *errors) in _codecs_encode_impl()
130 const char *errors) in _codecs_decode_impl()
180 const char *errors) in _codecs_escape_decode_impl()
197 const char *errors) in _codecs_escape_encode_impl()
262 const char *errors, int final) in _codecs_utf_7_decode_impl()
282 const char *errors, int final) in _codecs_utf_8_decode_impl()
302 const char *errors, int final) in _codecs_utf_16_decode_impl()
324 const char *errors, int final) in _codecs_utf_16_le_decode_impl()
346 const char *errors, int final) in _codecs_utf_16_be_decode_impl()
376 const char *errors, int byteorder, int final) in _codecs_utf_16_ex_decode_impl()
[all …]
/external/python/cpython2/Modules/
D_codecsmodule.c91 const char *errors = NULL; in codec_encode() local
125 const char *errors = NULL; in codec_decode() local
164 const char *errors = NULL; in escape_decode() local
180 const char *errors = NULL; in escape_encode() local
211 const char *errors = NULL; in unicode_internal_decode() local
237 const char *errors = NULL; in utf_7_decode() local
260 const char *errors = NULL; in utf_8_decode() local
283 const char *errors = NULL; in utf_16_decode() local
306 const char *errors = NULL; in utf_16_le_decode() local
330 const char *errors = NULL; in utf_16_be_decode() local
[all …]
/external/openscreen/third_party/abseil/src/absl/types/internal/
Dconformance_testing.h242 ConformanceErrors* errors; member
253 void ExpectOneWayEquality(ConformanceErrors* errors, in ExpectOneWayEquality()
285 void ExpectEquality(ConformanceErrors* errors, absl::string_view test_name, in ExpectEquality()
314 ConformanceErrors* errors; member
337 ConformanceErrors* errors; member
359 ConformanceErrors* errors; member
382 ConformanceErrors* errors; member
407 ConformanceErrors* errors; member
429 ConformanceErrors* errors; member
454 ConformanceErrors* errors; member
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/types/internal/
Dconformance_testing.h242 ConformanceErrors* errors; member
253 void ExpectOneWayEquality(ConformanceErrors* errors, in ExpectOneWayEquality()
285 void ExpectEquality(ConformanceErrors* errors, absl::string_view test_name, in ExpectEquality()
314 ConformanceErrors* errors; member
337 ConformanceErrors* errors; member
359 ConformanceErrors* errors; member
382 ConformanceErrors* errors; member
407 ConformanceErrors* errors; member
429 ConformanceErrors* errors; member
454 ConformanceErrors* errors; member
[all …]
/external/libtextclassifier/abseil-cpp/absl/types/internal/
Dconformance_testing.h242 ConformanceErrors* errors; member
253 void ExpectOneWayEquality(ConformanceErrors* errors, in ExpectOneWayEquality()
285 void ExpectEquality(ConformanceErrors* errors, absl::string_view test_name, in ExpectEquality()
314 ConformanceErrors* errors; member
337 ConformanceErrors* errors; member
359 ConformanceErrors* errors; member
382 ConformanceErrors* errors; member
407 ConformanceErrors* errors; member
429 ConformanceErrors* errors; member
454 ConformanceErrors* errors; member
[all …]
/external/angle/third_party/abseil-cpp/absl/types/internal/
Dconformance_testing.h242 ConformanceErrors* errors; member
253 void ExpectOneWayEquality(ConformanceErrors* errors, in ExpectOneWayEquality()
285 void ExpectEquality(ConformanceErrors* errors, absl::string_view test_name, in ExpectEquality()
314 ConformanceErrors* errors; member
337 ConformanceErrors* errors; member
359 ConformanceErrors* errors; member
382 ConformanceErrors* errors; member
407 ConformanceErrors* errors; member
429 ConformanceErrors* errors; member
454 ConformanceErrors* errors; member
[all …]
/external/junit/src/main/java/org/junit/internal/runners/rules/
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 …]
/external/junit/src/main/java/org/junit/runners/
DBlockJUnit4ClassRunner.java148 protected void collectInitializationErrors(List<Throwable> errors) { in collectInitializationErrors()
159 private void validatePublicConstructor(List<Throwable> errors) { in validatePublicConstructor()
165 protected void validateNoNonStaticInnerClass(List<Throwable> errors) { in validateNoNonStaticInnerClass()
178 protected void validateConstructor(List<Throwable> errors) { in validateConstructor()
187 protected void validateOnlyOneConstructor(List<Throwable> errors) { in validateOnlyOneConstructor()
198 protected void validateZeroArgConstructor(List<Throwable> errors) { in validateZeroArgConstructor()
218 protected void validateInstanceMethods(List<Throwable> errors) { in validateInstanceMethods()
228 protected void validateFields(List<Throwable> errors) { in validateFields()
229 RULE_VALIDATOR.validate(getTestClass(), errors); in validateFields() local
232 private void validateMethods(List<Throwable> errors) { in validateMethods()
[all …]
/external/junit/src/main/java/org/junit/experimental/theories/
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()
/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
Dutf_16.py15 def decode(input, errors='strict'): argument
19 def __init__(self, errors='strict'): argument
54 def __init__(self, errors='strict'): argument
58 def _buffer_decode(self, input, errors, final): argument
76 def __init__(self, stream, errors='strict'): argument
84 def encode(self, input, errors='strict'): argument
104 def decode(self, input, errors='strict'): argument
Dzlib_codec.py14 def zlib_encode(input,errors='strict'): argument
28 def zlib_decode(input,errors='strict'): argument
48 def encode(self, input, errors='strict'): argument
50 def decode(self, input, errors='strict'): argument
54 def __init__(self, errors='strict'): argument
70 def __init__(self, errors='strict'): argument
Dbz2_codec.py15 def bz2_encode(input,errors='strict'): argument
29 def bz2_decode(input,errors='strict'): argument
49 def encode(self, input, errors='strict'): argument
51 def decode(self, input, errors='strict'): argument
55 def __init__(self, errors='strict'): argument
71 def __init__(self, errors='strict'): argument
Dutf_32.py10 def decode(input, errors='strict'): argument
14 def __init__(self, errors='strict'): argument
49 def __init__(self, errors='strict'): argument
53 def _buffer_decode(self, input, errors, final): argument
100 def __init__(self, stream, errors='strict'): argument
108 def encode(self, input, errors='strict'): argument
128 def decode(self, input, errors='strict'): argument
Dcharmap.py25 def __init__(self, errors='strict', mapping=None): argument
33 def __init__(self, errors='strict', mapping=None): argument
42 def __init__(self,stream,errors='strict',mapping=None): argument
46 def encode(self,input,errors='strict'): argument
51 def __init__(self,stream,errors='strict',mapping=None): argument
55 def decode(self,input,errors='strict'): argument
/external/chromium-trace/catapult/common/eslint/tests/
Dcatapult-camelcase.js95 errors: [ property
104 errors: [ property
113 errors: [ property
122 errors: [ property
131 errors: [ property
140 errors: [ property
149 errors: [ property
158 errors: [ property
167 errors: [ property
176 errors: [ property
[all …]
/external/python/cpython3/Modules/clinic/
D_codecsmodule.c.h84 const char *errors = NULL; in _codecs_encode() local
161 const char *errors = NULL; in _codecs_decode() local
263 const char *errors = NULL; in _codecs_escape_decode() local
335 const char *errors = NULL; in _codecs_escape_encode() local
390 const char *errors = NULL; in _codecs_utf_7_decode() local
465 const char *errors = NULL; in _codecs_utf_8_decode() local
540 const char *errors = NULL; in _codecs_utf_16_decode() local
615 const char *errors = NULL; in _codecs_utf_16_le_decode() local
690 const char *errors = NULL; in _codecs_utf_16_be_decode() local
766 const char *errors = NULL; in _codecs_utf_16_ex_decode() local
[all …]
/external/python/cpython3/Lib/encodings/
Dzlib_codec.py13 def zlib_encode(input, errors='strict'): argument
17 def zlib_decode(input, errors='strict'): argument
22 def encode(self, input, errors='strict'): argument
24 def decode(self, input, errors='strict'): argument
28 def __init__(self, errors='strict'): argument
44 def __init__(self, errors='strict'): argument
Dbz2_codec.py15 def bz2_encode(input, errors='strict'): argument
19 def bz2_decode(input, errors='strict'): argument
24 def encode(self, input, errors='strict'): argument
26 def decode(self, input, errors='strict'): argument
30 def __init__(self, errors='strict'): argument
46 def __init__(self, errors='strict'): argument
Dutf_8_sig.py14 def encode(input, errors='strict'): argument
18 def decode(input, errors='strict'): argument
27 def __init__(self, errors='strict'): argument
50 def __init__(self, errors='strict'): argument
54 def _buffer_decode(self, input, errors, final): argument
93 def encode(self, input, errors='strict'): argument
105 def decode(self, input, errors='strict'): argument
Dutf_16.py15 def decode(input, errors='strict'): argument
19 def __init__(self, errors='strict'): argument
54 def __init__(self, errors='strict'): argument
58 def _buffer_decode(self, input, errors, final): argument
105 def __init__(self, stream, errors='strict'): argument
113 def encode(self, input, errors='strict'): argument
133 def decode(self, input, errors='strict'): argument
Dutf_32.py10 def decode(input, errors='strict'): argument
14 def __init__(self, errors='strict'): argument
49 def __init__(self, errors='strict'): argument
53 def _buffer_decode(self, input, errors, final): argument
100 def __init__(self, stream, errors='strict'): argument
108 def encode(self, input, errors='strict'): argument
128 def decode(self, input, errors='strict'): argument
Dcharmap.py25 def __init__(self, errors='strict', mapping=None): argument
33 def __init__(self, errors='strict', mapping=None): argument
42 def __init__(self,stream,errors='strict',mapping=None): argument
46 def encode(self,input,errors='strict'): argument
51 def __init__(self,stream,errors='strict',mapping=None): argument
55 def decode(self,input,errors='strict'): argument

12345678910>>...33