/prebuilts/go/darwin-x86/src/crypto/x509/ |
pkcs8.go | 12 "errors" 37 return nil, errors.New("x509: failed to parse RSA private key embedded in PKCS#8: " + err.Error()) 49 return nil, errors.New("x509: failed to parse EC private key embedded in PKCS#8: " + err.Error()) 77 return nil, errors.New("x509: unknown curve while marshalling to PKCS#8") 82 return nil, errors.New("x509: failed to marshal curve OID: " + err.Error()) 93 return nil, errors.New("x509: failed to marshal EC private key while building PKCS#8: " + err.Error())
|
/prebuilts/go/darwin-x86/src/net/ |
nss.go | 10 "errors" 90 return errors.New("no colon on line") 113 return errors.New("unclosed criterion bracket") 118 return errors.New("invalid criteria: " + string(srcs[1:bclose])) 144 return errors.New("criterion too short") 148 return errors.New("criterion lacks equal sign")
|
/prebuilts/go/darwin-x86/src/strings/ |
reader.go | 8 "errors" 50 return 0, errors.New("strings.Reader.ReadAt: negative offset") 75 return errors.New("strings.Reader.UnreadByte: at beginning of string") 98 return errors.New("strings.Reader.UnreadRune: previous operation was not ReadRune") 117 return 0, errors.New("strings.Reader.Seek: invalid whence") 120 return 0, errors.New("strings.Reader.Seek: negative position")
|
/prebuilts/go/linux-x86/src/crypto/tls/ |
key_agreement.go | 16 "errors" 23 var errClientKeyExchange = errors.New("tls: invalid ClientKeyExchange message") 24 var errServerKeyExchange = errors.New("tls: invalid ServerKeyExchange message") 49 return nil, errors.New("tls: certificate private key does not implement crypto.Decrypter") 66 return errors.New("tls: unexpected ServerKeyExchange") 118 return nil, crypto.Hash(0), errors.New("tls: unsupported hash function used by peer") 151 return 0, errors.New("tls: unknown signature algorithm") 164 return 0, errors.New("tls: client doesn't support any common hash functions") 213 return nil, errors.New("tls: no supported elliptic curves offered") 230 return nil, errors.New("tls: preferredCurves includes unsupported curve" [all...] |
/prebuilts/go/linux-x86/src/crypto/x509/ |
pkcs8.go | 12 "errors" 37 return nil, errors.New("x509: failed to parse RSA private key embedded in PKCS#8: " + err.Error()) 49 return nil, errors.New("x509: failed to parse EC private key embedded in PKCS#8: " + err.Error()) 77 return nil, errors.New("x509: unknown curve while marshalling to PKCS#8") 82 return nil, errors.New("x509: failed to marshal curve OID: " + err.Error()) 93 return nil, errors.New("x509: failed to marshal EC private key while building PKCS#8: " + err.Error())
|
/prebuilts/go/linux-x86/src/net/ |
nss.go | 10 "errors" 90 return errors.New("no colon on line") 113 return errors.New("unclosed criterion bracket") 118 return errors.New("invalid criteria: " + string(srcs[1:bclose])) 144 return errors.New("criterion too short") 148 return errors.New("criterion lacks equal sign")
|
/prebuilts/go/linux-x86/src/strings/ |
reader.go | 8 "errors" 50 return 0, errors.New("strings.Reader.ReadAt: negative offset") 75 return errors.New("strings.Reader.UnreadByte: at beginning of string") 98 return errors.New("strings.Reader.UnreadRune: previous operation was not ReadRune") 117 return 0, errors.New("strings.Reader.Seek: invalid whence") 120 return 0, errors.New("strings.Reader.Seek: negative position")
|
/system/netd/server/ |
ResolverStats.h | 32 STATS_ERRORS, // # errors 34 STATS_INTERNAL_ERRORS, // # internal errors 42 int errors {-1}; 70 cur[STATS_ERRORS] = errors; 85 errors = cur[STATS_ERRORS];
|
/tools/acloud/internal/lib/ |
auth.py | 49 from acloud.public import errors 68 errors.AuthentcationError: if failed to authenticate. 76 raise errors.AuthentcationError( 132 raise errors.AuthentcationError(
|
/external/tensorflow/tensorflow/core/common_runtime/ |
placer.cc | 30 #include "tensorflow/core/lib/core/errors.h" 262 return errors::InvalidArgument("Cannot colocate nodes '", x.name(), 274 return errors::InvalidArgument( 362 return errors::InvalidArgument( 368 return errors::InvalidArgument( 375 return errors::InvalidArgument( 382 return errors::InvalidArgument( 396 return errors::Internal("No devices are registered"); 402 return errors::InvalidArgument( 513 // the TensorFlow runtime, we consider errors in this branch t [all...] |
/external/tensorflow/tensorflow/core/kernels/ |
lrn_op.cc | 27 #include "tensorflow/core/lib/core/errors.h" 174 errors::InvalidArgument("cuDNN requires beta >= 0.01, got: ", beta_)); 178 errors::InvalidArgument("cuDNN requires depth_radius in [1, 7], got: ", 182 errors::InvalidArgument("cuDNN requires bias >= 1e-5, got: ", bias_)); 207 OP_REQUIRES(context, stream, errors::Internal("No GPU stream available.")); 215 errors::Internal("NormalizeWithDimensions launch failed")); 235 errors::InvalidArgument("depth_radius = ", depth_radius64, 250 errors::InvalidArgument("in must be 4-dimensional")); 254 errors::InvalidArgument("argument to LRN too large")); 263 errors::InvalidArgument("depth ", depth, " + depth_radius " [all...] |
sparse_tensors_map_ops.cc | 90 return errors::InvalidArgument( 179 errors::InvalidArgument( 184 errors::InvalidArgument( 189 errors::InvalidArgument( 232 errors::InvalidArgument( 237 errors::InvalidArgument( 242 errors::InvalidArgument( 250 errors::InvalidArgument( 282 errors::InvalidArgument( 353 errors::InvalidArgument [all...] |
conv_grad_ops_3d.cc | 30 #include "tensorflow/core/lib/core/errors.h" 51 errors::InvalidArgument(label, ": input must be 5-dimensional")); \ 54 errors::InvalidArgument(label, ": filter must be 5-dimensional")); \ 57 errors::InvalidArgument(label, ": out_backprop must be 5-dimensional")); \ 61 errors::InvalidArgument( \ 75 errors::InvalidArgument( \ 80 errors::InvalidArgument( \ 90 errors::InvalidArgument( \ 97 errors::InvalidArgument( \ 102 errors::InvalidArgument( [all...] |
segment_reduction_ops.cc | 56 errors::InvalidArgument("segment_ids should be a vector.")); 59 errors::InvalidArgument( 100 errors::InvalidArgument("segment ids must be >= 0")); 111 errors::InvalidArgument("segment ids must be >= 0")); 141 errors::InvalidArgument("segment ids are not increasing")); 152 errors::InvalidArgument( 224 errors::InvalidArgument("segment_ids should be a vector."), done); 229 errors::InvalidArgument( 257 errors::Internal( 272 errors::InvalidArgument("segment ids must be >= 0") [all...] |
/external/tensorflow/tensorflow/python/eager/ |
core_test.py | 33 from tensorflow.python.framework import errors 259 with self.assertRaises(errors.InvalidArgumentError): 275 with self.assertRaises(errors.InvalidArgumentError): 291 with self.assertRaises(errors.InvalidArgumentError): 318 with self.assertRaises(errors.InvalidArgumentError): 336 with self.assertRaises(errors.InvalidArgumentError): 345 with self.assertRaises(errors.InvalidArgumentError): 363 with self.assertRaises(errors.InvalidArgumentError): 371 with self.assertRaises(errors.InvalidArgumentError): 388 with self.assertRaises(errors.InvalidArgumentError) [all...] |
/external/tensorflow/tensorflow/python/lib/core/ |
py_func.cc | 26 #include "tensorflow/core/lib/core/errors.h" 88 return errors::Internal("Unable to procure EagerTensor from Tensor."); 144 return errors::Unimplemented("Unsupported numpy type ", np); 176 return errors::InvalidArgument( 191 return errors::InvalidArgument(PyExceptionFetch()); 194 return errors::OutOfRange(PyExceptionFetch()); 196 return errors::ResourceExhausted(PyExceptionFetch()); 198 return errors::Unimplemented(PyExceptionFetch()); 202 return errors::Unknown(PyExceptionFetch()); 205 return errors::Internal("Failed to run py callback ", call->token [all...] |
/build/soong/python/ |
python_test.go | 18 "errors" 60 errors []string 73 errors: []string{ 92 errors: []string{ 115 errors: []string{ 151 errors: []string{ 177 errors: []string{ 214 errors: []string{ 353 testErrs = append(testErrs, expectErrors(t, actErrs, d.errors)...) 375 t.Errorf("got (%d) errors, expected (%d) errors!", len(actErrStrs), len(expErrs) [all...] |
/external/tensorflow/tensorflow/core/framework/ |
shape_inference.cc | 21 #include "tensorflow/core/lib/core/errors.h" 173 return errors::InvalidArgument("Unknown output name: ", output_name); 178 return errors::InvalidArgument("Must have exactly ", shapes.size(), 192 return errors::InvalidArgument("Unknown input name: ", input_name); 206 return errors::InvalidArgument("Unknown output name: ", output_name); 251 construction_status_ = errors::InvalidArgument( 260 construction_status_ = errors::InvalidArgument( 332 return errors::InvalidArgument("Rank cannot exceed kint32max"); 350 return errors::InvalidArgument("Shape must be rank ", rank, " but is rank ", 357 return errors::InvalidArgument("Rank cannot exceed kint32max") [all...] |
/external/tensorflow/tensorflow/contrib/tensorrt/convert/ |
convert_nodes.cc | 33 #include "tensorflow/core/lib/core/errors.h" 68 return tensorflow::errors::InvalidArgument("Unsupported data type"); 326 // Logger for GIE info/warning/errors 375 return tensorflow::errors::Unimplemented( 391 return tensorflow::errors::AlreadyExists( 549 return tensorflow::errors::Unimplemented( 582 return tensorflow::errors::Unimplemented( 592 return tensorflow::errors::Unimplemented( 628 return tensorflow::errors::Unimplemented("Binary op not supported: " + 647 return tensorflow::errors::Unimplemented [all...] |
/external/tensorflow/tensorflow/python/data/kernel_tests/ |
map_dataset_op_test.py | 30 from tensorflow.python.framework import errors 79 with self.assertRaises(errors.OutOfRangeError): 89 except errors.OutOfRangeError: 149 with self.assertRaises(errors.OutOfRangeError): 162 except errors.OutOfRangeError: 237 with self.assertRaises(errors.InvalidArgumentError): 240 with self.assertRaises(errors.OutOfRangeError): 258 with self.assertRaises(errors.InvalidArgumentError): 261 with self.assertRaises(errors.OutOfRangeError): 289 with self.assertRaises(errors.OutOfRangeError) [all...] |
/cts/hostsidetests/incident/apps/errorsapp/src/com/android/server/cts/errors/ |
ANRActivity.java | 17 package com.android.server.cts.errors;
|
/cts/tests/sensor/src/android/hardware/cts/ |
SensorAdditionalInfoTest.java | 53 List<String> errors = new ArrayList<String>(); local 66 errors.add("Sensor: " + s.getName() + ", error: " + e.getMessage()); 69 if (errors.size() > 0) { 73 for (String error : errors) {
|
SensorParameterRangeTest.java | 176 List<String> errors = new ArrayList<>(); local 180 errors.add(String.format("sensor \"%s\" has id %d", s.getName(), id)); 183 if (errors.size() > 0) { 185 TextUtils.join(", ", errors) + " >";
|
/development/testrunner/ |
run_command.py | 26 import errors 56 except errors.WaitForResponseTimedOutError: 77 errors.WaitForResponseTimedOutError if command did not complete within 79 errors.AbortError is command returned error code and SetAbortOnError is on. 138 raise errors.WaitForResponseTimedOutError 145 raise errors.AbortError(msg=output)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/ |
test_setups.py | 49 self.assertEqual(len(result.errors), 0)
67 self.assertEqual(len(result.errors), 0)
97 self.assertEqual(len(result.errors), 0)
112 self.assertEqual(len(result.errors), 1)
113 error, _ = result.errors[0]
142 self.assertEqual(len(result.errors), 2)
146 error, _ = result.errors[0]
255 self.assertEqual(len(result.errors), 0)
284 self.assertEqual(len(result.errors), 0)
327 self.assertEqual(len(result.errors), 1) [all...] |