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

<<31323334353637383940>>

  /tools/acloud/internal/lib/
android_build_client.py 26 from acloud.public import errors
86 raise errors.DriverError(str(e))
121 except errors.HttpError as e:
127 raise errors.HttpError(e.code, message=error_msg)
gstorage_client.py 27 from acloud.public import errors
104 raise errors.DriverError(str(e))
141 except errors.DriverError as e:
158 errors.ResourceNotFoundError: when file is not found.
161 errors.ResourceNotFoundError,
  /external/python/cpython2/Python/
codecs.c 181 const char *errors)
185 args = PyTuple_New(1 + (errors != NULL));
190 if (errors) {
193 v = PyString_FromString(errors);
223 const char *errors,
231 if (errors)
232 ret = PyObject_CallFunction(inccodec, "s", errors);
241 const char *errors,
249 ret = codec_makeincrementalcodec(codec_info, errors, attrname);
259 const char *errors,
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
gather_nd_op.cc 85 return errors::InvalidArgument("params must be at least a vector");
88 return errors::InvalidArgument("indices must be at least a vector");
91 return errors::InvalidArgument(
105 return errors::InvalidArgument(
110 return errors::InvalidArgument("params.NumElements() too large for ",
136 return errors::InvalidArgument(
148 return errors::InvalidArgument(
183 return errors::InvalidArgument(
191 return errors::InvalidArgument(
load_and_remap_matrix_op.cc 27 #include "tensorflow/core/lib/core/errors.h"
47 return errors::Unimplemented(
79 errors::InvalidArgument(strings::StrCat(
113 errors::InvalidArgument(strings::StrCat(
142 errors::InvalidArgument(strings::StrCat(
149 errors::InvalidArgument(strings::StrCat(
159 errors::InvalidArgument(strings::StrCat(
253 errors::Internal(strings::StrCat(
281 errors::InvalidArgument(
292 errors::InvalidArgument
    [all...]
spacetobatch_op.cc 52 errors::InvalidArgument("block_shape rank should be 1 instead of ",
58 errors::InvalidArgument("input rank should be >= ", 1 + block_dims,
65 errors::InvalidArgument("paddings should have shape [",
106 errors::InvalidArgument("Product of block sizes must be positive, got ",
112 errors::InvalidArgument(
150 errors::InvalidArgument("Paddings must be non-negative"));
156 errors::InvalidArgument("padded_shape[", block_dim, "]=", padded_size,
226 errors::InvalidArgument("Block size should be > 1: ", block_size_));
242 errors::InvalidArgument("Input rank should be: ", kRequiredDims,
fifo_queue.cc 29 #include "tensorflow/core/lib/core/errors.h"
65 errors::Cancelled("FIFOQueue '", name_, "' is closed."));
82 ctx->SetStatus(errors::Cancelled("Enqueue operation was cancelled"));
123 errors::Cancelled("FIFOQueue '", name_, "' is closed."));
150 ctx->SetStatus(errors::Cancelled("Enqueue operation was cancelled"));
170 attempt->context->SetStatus(errors::OutOfRange(
190 ctx->SetStatus(errors::Cancelled("Dequeue operation was cancelled"));
199 ctx->SetStatus(errors::InvalidArgument(
277 errors::DataLoss("Failed to restore element from "
299 attempt->context->SetStatus(errors::OutOfRange
    [all...]
shape_ops.h 37 return errors::InvalidArgument(
66 errors::InvalidArgument("Shape output type is 32-bit ", " but dim ",
96 errors::InvalidArgument("ShapeN output type is 32-bit but shape ",
139 errors::InvalidArgument("Number of elements was larger than "
155 errors::InvalidArgument("ExpandDims on Variant not supported"));
160 errors::InvalidArgument("Tried to expand dim index ", dim,
189 errors::Internal("Could not expand dimension with input shape ",
208 errors::InvalidArgument("Squeeze on Variant not supported"));
220 errors::InvalidArgument("Tried to squeeze dim index ", dim,
238 errors::InvalidArgument
    [all...]
serialize_sparse_op.cc 59 errors::InvalidArgument(
64 errors::InvalidArgument(
69 errors::InvalidArgument(
150 errors::InvalidArgument(
155 errors::InvalidArgument(
160 errors::InvalidArgument(
168 errors::InvalidArgument(
211 errors::InvalidArgument(
306 errors::InvalidArgument("Serialized sparse should have non-zero rank ",
310 errors::InvalidArgument
    [all...]
  /external/tensorflow/tensorflow/python/data/kernel_tests/
interleave_dataset_op_test.py 24 from tensorflow.python.framework import errors
133 with self.assertRaises(errors.OutOfRangeError):
144 with self.assertRaises(errors.OutOfRangeError):
155 with self.assertRaises(errors.OutOfRangeError):
161 with self.assertRaises(errors.OutOfRangeError):
167 with self.assertRaises(errors.OutOfRangeError):
176 with self.assertRaises(errors.OutOfRangeError):
201 with self.assertRaises(errors.OutOfRangeError):
215 with self.assertRaises(errors.OutOfRangeError):
shuffle_dataset_op_test.py 28 from tensorflow.python.framework import errors
69 with self.assertRaises(errors.OutOfRangeError):
81 with self.assertRaises(errors.OutOfRangeError):
94 with self.assertRaises(errors.OutOfRangeError):
107 with self.assertRaises(errors.OutOfRangeError):
123 with self.assertRaises(errors.OutOfRangeError):
132 with self.assertRaises(errors.OutOfRangeError):
163 with self.assertRaises(errors.OutOfRangeError):
181 with self.assertRaises(errors.OutOfRangeError):
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
codecs.c 181 const char *errors)
185 args = PyTuple_New(1 + (errors != NULL));
190 if (errors) {
193 v = PyString_FromString(errors);
224 const char *errors,
236 if (errors)
237 ret = PyObject_CallFunction(inccodec, "s", errors);
249 const char *errors,
259 if (errors != NULL)
260 streamcodec = PyObject_CallFunction(codeccls, "Os", stream, errors);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
codecs.c 181 const char *errors)
185 args = PyTuple_New(1 + (errors != NULL));
190 if (errors) {
193 v = PyString_FromString(errors);
224 const char *errors,
236 if (errors)
237 ret = PyObject_CallFunction(inccodec, "s", errors);
249 const char *errors,
259 if (errors != NULL)
260 streamcodec = PyObject_CallFunction(codeccls, "Os", stream, errors);
    [all...]
  /external/boringssl/src/util/fipstools/
inject-hash.go 25 "errors"
69 return errors.New("failed to parse object: " + err.Error())
85 return errors.New("failed to find .text section in object")
95 return errors.New("failed to parse symbols: " + err.Error())
106 return errors.New("duplicate start symbol found")
112 return errors.New("duplicate end symbol found")
122 return errors.New("could not find module boundaries in object")
133 return errors.New("failed to seek to module start in .text: " + err.Error())
137 return errors.New("failed to read .text: " + err.Error())
150 return errors.New("did not find uninitialised hash value in object file"
    [all...]
  /external/tensorflow/tensorflow/core/util/
example_proto_helper.cc 23 #include "tensorflow/core/lib/core/errors.h"
37 return errors::InvalidArgument("Received input dtype: ",
55 return errors::InvalidArgument("Invalid input dtype: ",
72 return errors::InvalidArgument(
85 return errors::InvalidArgument(
98 return errors::InvalidArgument(
111 return errors::InvalidArgument("Invalid input dtype: ",
239 return errors::InvalidArgument("Name: ", example_name, ", Feature: ", key,
250 return errors::InvalidArgument("Name: ", example_name,
282 return errors::InvalidArgument("Name: ", example_name
    [all...]
  /external/tensorflow/tensorflow/core/platform/cloud/
gcs_file_system.cc 29 #include "tensorflow/core/lib/core/errors.h"
132 return errors::Internal("'filename' cannot be nullptr.");
138 return errors::Internal("Failed to create a temporary file.");
145 return errors::Internal("Failed to create a temporary file.");
161 return errors::Internal("bucket and object cannot be null.");
166 return errors::InvalidArgument("GCS path doesn't start with 'gs://': ",
171 return errors::InvalidArgument("GCS path doesn't contain a bucket name: ",
177 return errors::InvalidArgument("GCS path doesn't contain an object name: ",
224 return errors::Internal("Couldn't parse JSON response from GCS.");
238 return errors::Internal("The field '", name
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
config_winreg.c 53 int errors = 0; local
98 errors++;
105 errors++;
115 return errors ? -1 : 0;
203 int errors = 0; local
226 errors++;
235 errors++;
249 errors++;
255 errors++;
279 return errors ? -1 : 0
290 int errors = 0; local
376 int errors = 0; local
441 int errors = 0; local
638 int i, errors = 0; local
835 int i, errors = 0; local
990 int errors = 0; local
    [all...]
  /external/tensorflow/tensorflow/contrib/data/python/kernel_tests/
sql_dataset_op_test.py 27 from tensorflow.python.framework import errors
110 with self.assertRaises(errors.OutOfRangeError):
128 with self.assertRaises(errors.OutOfRangeError):
146 with self.assertRaises(errors.OutOfRangeError):
164 with self.assertRaises(errors.OutOfRangeError):
175 with self.assertRaises(errors.OutOfRangeError):
190 with self.assertRaises(errors.OutOfRangeError):
198 with self.assertRaises(errors.InvalidArgumentError):
219 with self.assertRaises(errors.UnknownError):
234 with self.assertRaises(errors.UnknownError)
    [all...]
  /external/libbrillo/brillo/streams/
file_stream.cc 15 #include <brillo/errors/error_codes.h>
96 Error::AddTo(error, FROM_HERE, errors::stream::kDomain,
97 errors::stream::kInvalidParameter,
114 Error::AddTo(error, FROM_HERE, errors::stream::kDomain,
115 errors::stream::kInvalidParameter,
244 brillo::errors::system::AddSystemError(error, FROM_HERE, errno);
248 brillo::errors::system::AddSystemError(error, FROM_HERE, errno);
269 brillo::errors::system::AddSystemError(error, FROM_HERE, errno);
276 brillo::errors::system::AddSystemError(error, FROM_HERE, errno);
292 Error::AddTo(error, FROM_HERE, errors::stream::kDomain
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/
ascii.py 22 return codecs.ascii_encode(input, self.errors)[0]
26 return codecs.ascii_decode(input, self.errors)[0]
latin_1.py 22 return codecs.latin_1_encode(input,self.errors)[0]
26 return codecs.latin_1_decode(input,self.errors)[0]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/
ascii.py 22 return codecs.ascii_encode(input, self.errors)[0]
26 return codecs.ascii_decode(input, self.errors)[0]
latin_1.py 22 return codecs.latin_1_encode(input,self.errors)[0]
26 return codecs.latin_1_decode(input,self.errors)[0]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_threaded_import.py 36 if test.threaded_import_hangers.errors:
37 raise TestFailed(test.threaded_import_hangers.errors)
  /external/guice/core/src/com/google/inject/internal/
BindingProcessor.java 47 BindingProcessor(Errors errors, Initializer initializer, ProcessedBindingData bindingData) {
48 super(errors, bindingData);
58 errors.voidProviderMethod();
60 errors.missingConstantValues();
66 errors.bindingToProvider();
76 binding.getConstructor(), source, scoping, errors, false, false);
80 errors.merge(e.getErrors());
145 errors.recursiveBinding();

Completed in 975 milliseconds

<<31323334353637383940>>