HomeSort by relevance Sort by last modified time
    Searched refs:errors (Results 751 - 775 of 5875) sorted by null

<<31323334353637383940>>

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/nios2/
movi.s 2 # movi to orhi etc now gives range errors instead.
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/sh/
err-1.s 3 ! Check that errors are emitted, with no crashes, when an external symbol
  /tools/tradefederation/core/prod-tests/src/com/android/tradefed/presubmit/
DeviceTestsConfigValidation.java 59 List<String> errors = new ArrayList<>(); local
81 errors.add(String.format("\t%s: %s", config.getName(), e.getMessage()));
85 // If any errors report them in a final exception.
86 if (!errors.isEmpty()) {
88 String.format("Fail configuration check:\n%s", Joiner.on("\n").join(errors)));
GeneralTestsConfigValidation.java 59 List<String> errors = new ArrayList<>(); local
77 errors.add(String.format("\t%s: %s", configName, e.getMessage()));
81 // If any errors report them in a final exception.
82 if (!errors.isEmpty()) {
84 String.format("Fail configuration check:\n%s", Joiner.on("\n").join(errors)));
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/
idna.py 147 def encode(self,input,errors='strict'):
149 if errors != 'strict':
151 raise UnicodeError("unsupported error handling "+errors)
168 def decode(self,input,errors='strict'):
170 if errors != 'strict':
171 raise UnicodeError("Unsupported error handling "+errors)
198 def _buffer_encode(self, input, errors, final):
199 if errors != 'strict':
201 raise UnicodeError("unsupported error handling "+errors)
232 def _buffer_decode(self, input, errors, final):
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/
idna.py 147 def encode(self,input,errors='strict'):
149 if errors != 'strict':
151 raise UnicodeError("unsupported error handling "+errors)
168 def decode(self,input,errors='strict'):
170 if errors != 'strict':
171 raise UnicodeError("Unsupported error handling "+errors)
198 def _buffer_encode(self, input, errors, final):
199 if errors != 'strict':
201 raise UnicodeError("unsupported error handling "+errors)
232 def _buffer_decode(self, input, errors, final):
    [all...]
  /external/autotest/client/site_tests/security_SMMLocked/
security_SMMLocked.py 24 errors = 0
39 errors = self._registers.verify_msr(Stoney_SMMLock)
52 if errors:
  /external/chromium-trace/catapult/common/eslint/tests/
catapult-camelcase.js 95 errors: [
104 errors: [
113 errors: [
122 errors: [
131 errors: [
140 errors: [
149 errors: [
158 errors: [
167 errors: [
176 errors:
    [all...]
  /external/fec/
dtest.c 29 int errors = 0; local
94 errors++;
97 printf("dtest: %d errors\n",errors);
  /external/guice/core/src/com/google/inject/internal/
ConstructionContext.java 62 public Object createProxy(Errors errors, InjectorOptions injectorOptions,
65 throw errors.circularProxiesDisabled(expectedType).toException();
68 throw errors.cannotSatisfyCircularDependency(expectedType).toException();
  /external/junit/src/main/java/org/junit/rules/
ErrorCollector.java 35 private List<Throwable> errors = new ArrayList<Throwable>(); field in class:ErrorCollector
39 MultipleFailureException.assertEmpty(errors);
46 errors.add(error);
  /external/libbrillo/brillo/streams/
stream_utils.cc 87 errors::stream::kDomain,
88 errors::stream::kStreamClosed,
97 errors::stream::kDomain,
98 errors::stream::kOperationNotSupported,
107 errors::stream::kDomain,
108 errors::stream::kPartialData,
117 errors::stream::kDomain,
118 errors::stream::kTimeout,
145 errors::stream::kDomain,
146 errors::stream::kInvalidParameter
    [all...]
  /external/libunwind/tests/
Gtest-init.cxx 36 int verbose, errors; variable
39 { ++errors; fprintf (stderr, args); return; }
91 if (errors)
  /external/python/cpython2/Lib/encodings/
idna.py 147 def encode(self,input,errors='strict'):
149 if errors != 'strict':
151 raise UnicodeError("unsupported error handling "+errors)
168 def decode(self,input,errors='strict'):
170 if errors != 'strict':
171 raise UnicodeError("Unsupported error handling "+errors)
198 def _buffer_encode(self, input, errors, final):
199 if errors != 'strict':
201 raise UnicodeError("unsupported error handling "+errors)
232 def _buffer_decode(self, input, errors, final)
    [all...]
  /external/python/cpython3/Include/
unicodeobject.h 548 Returns 0 on success and -1 on errors. */
572 decoding if the errors argument is set to "replace". Note: the
855 const char *errors /* error handling */
    [all...]
  /external/python/cpython3/Lib/encodings/
idna.py 147 def encode(self, input, errors='strict'):
149 if errors != 'strict':
151 raise UnicodeError("unsupported error handling "+errors)
184 def decode(self, input, errors='strict'):
186 if errors != 'strict':
187 raise UnicodeError("Unsupported error handling "+errors)
219 def _buffer_encode(self, input, errors, final):
220 if errors != 'strict':
222 raise UnicodeError("unsupported error handling "+errors)
254 def _buffer_decode(self, input, errors, final)
    [all...]
  /external/tensorflow/tensorflow/compiler/tf2xla/kernels/
pack_op.cc 52 errors::InvalidArgument("Pack requires >= 1 arguments"));
57 errors::InvalidArgument(
68 errors::InvalidArgument("axis = ", axis_, " not in [",
split_op.cc 49 errors::InvalidArgument("split_index input to Split Op must be a "
53 errors::InvalidArgument("split_index input to Split Op must be a "
60 errors::InvalidArgument("-input rank(-", input_shape.dims(),
67 errors::InvalidArgument(
72 errors::InvalidArgument(
120 errors::InvalidArgument("split_dim input to Split Op must be a "
128 errors::InvalidArgument("Can't split a 0 dimensional input"));
132 errors::InvalidArgument("0 <= split_dim < number of input dimensions (",
137 errors::InvalidArgument(
148 errors::InvalidArgument
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
ctc_loss_op.cc 60 errors::InvalidArgument("inputs is not a 3-Tensor"));
62 errors::InvalidArgument("sequence_length is not a vector"));
64 errors::InvalidArgument("labels_indices is not a matrix"));
66 errors::InvalidArgument("labels_values is not a vector"));
74 errors::InvalidArgument("num_classes cannot exceed max int"));
79 errors::InvalidArgument("len(sequence_length) != batch_size. ",
85 errors::InvalidArgument(
92 errors::InvalidArgument("batch_size must not be 0"));
108 errors::InvalidArgument("label SparseTensor is not valid: ",
115 errors::InvalidArgument("labels batch index must be between "
    [all...]
encode_wav_op.cc 37 errors::InvalidArgument("audio must be 2-dimensional",
41 errors::InvalidArgument(
48 errors::InvalidArgument(
extract_jpeg_shape_op.cc 42 errors::InvalidArgument("contents must be scalar, got shape ",
46 errors::InvalidArgument("JPEG contents are too large for int: ",
55 errors::InvalidArgument("Invalid JPEG data, size ", input.size()));
initializable_lookup_table.h 47 // Returns errors::Unimplemented.
50 return errors::Unimplemented(
55 return errors::Unimplemented(
62 return errors::Unimplemented(
lookup_util.h 63 status_ = errors::InvalidArgument(
70 errors::InvalidArgument("keys and values cannot be empty tensors.");
78 status_ = errors::OutOfRange("No more data.");
reverse_sequence_op.cc 57 errors::InvalidArgument("batch_dim == seq_dim == ", seq_dim));
59 errors::InvalidArgument("seq_dim must be < input.dims()", "( ",
62 errors::InvalidArgument("batch_dim must be < input.dims()", "( ",
65 errors::InvalidArgument("len(seq_lens) != input.dims(", batch_dim,
71 errors::InvalidArgument("seq_lens(", d, ") < 0"));
73 errors::InvalidArgument("seq_lens(", d, ") > input.dims(",
83 errors::InvalidArgument("batch_dim == seq_dim == ", seq_dim));
85 errors::InvalidArgument("seq_dim must be < input.dims()", "( ",
88 errors::InvalidArgument("batch_dim must be < input.dims()", "( ",
92 errors::InvalidArgument("len(seq_lens) != input.dims(", batch_dim
    [all...]
  /external/tensorflow/tensorflow/core/lib/io/
inputbuffer.cc 17 #include "tensorflow/core/lib/core/errors.h"
68 if (errors::IsOutOfRange(s) && !result->empty()) {
77 return errors::InvalidArgument("Can't read a negative number of bytes: ",
90 return errors::InvalidArgument("Can't read a negative number of bytes: ",
111 if (errors::IsOutOfRange(status) &&
120 if (errors::IsDataLoss(s)) {
121 return errors::DataLoss("Stored data is too large to be a varint32.");
128 if (errors::IsDataLoss(s)) {
129 return errors::DataLoss("Stored data is too large to be a varint64.");
147 return errors::DataLoss("Stored data longer than ", max_bytes, " bytes.")
    [all...]

Completed in 1023 milliseconds

<<31323334353637383940>>