/external/autotest/client/cros/chameleon/ |
audio_test_utils.py | 417 errors = [] 438 errors.append( 450 errors.append( 460 errors.append( 476 errors.append( 483 errors.append( 509 errors.append( 515 errors.append( 522 errors.append( 528 errors.append [all...] |
/external/autotest/server/site_tests/display_Resolution/ |
display_Resolution.py | 70 errors = [] 138 test_mirrored, errors, chameleon_supported) 140 if errors: 141 raise error.TestFail('; '.join(set(errors)))
|
/external/compiler-rt/make/ |
options.mk | 35 # FIXME: Remove these pipes once ranlib errors are fixed. 41 # FIXME: Remove these pipes once ranlib errors are fixed.
|
/external/curl/src/ |
tool_main.c | 148 config->showerror = -1; /* Will show errors */ 149 config->errors = stderr; /* Default errors to stderr */ 197 if(config->errors_fopened && config->errors) 198 fclose(config->errors); 199 config->errors = NULL;
|
/external/libbrillo/brillo/dbus/ |
exported_property_set.h | 18 #include <brillo/errors/error.h> 19 #include <brillo/errors/error_codes.h> 122 // many languages don't support errors coming back from invalid writes. 193 brillo::Error::AddTo(error, FROM_HERE, errors::dbus::kDomain, 199 brillo::Error::AddTo(error, FROM_HERE, errors::dbus::kDomain,
|
utils.h | 12 #include <brillo/errors/error.h> 29 // Any inner errors are formatted as "domain/code:message" string and appended
|
/external/libopus/celt/ |
opus_custom_demo.c | 141 /* This is for simulating bit errors */ 143 int errors = 0; 152 errors++; 158 if (errors == 1) 160 else if (errors%2 == 1) 167 /*if (errors && (errors%2==0))*/
|
/external/llvm/bindings/go/llvm/ |
support.go | 24 "errors" 36 err := errors.New(C.GoString(errstr))
|
/external/parameter-framework/upstream/parameter/ |
AreaConfiguration.h | 55 * @param[out] errors, errors encountered during restoration 58 bool restore(CParameterBlackboard *pMainBlackboard, bool bSync, core::Results *errors) const;
|
/external/python/cpython2/Lib/distutils/tests/ |
test_util.py | 6 from distutils.errors import DistutilsByteCompileError
|
/external/python/cpython2/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...] |
/external/python/cpython3/Lib/unittest/test/ |
test_setups.py | 48 self.assertEqual(len(result.errors), 0) 66 self.assertEqual(len(result.errors), 0) 96 self.assertEqual(len(result.errors), 0) 111 self.assertEqual(len(result.errors), 1) 112 error, _ = result.errors[0] 141 self.assertEqual(len(result.errors), 2) 145 error, _ = result.errors[0] 254 self.assertEqual(len(result.errors), 0) 283 self.assertEqual(len(result.errors), 0) 326 self.assertEqual(len(result.errors), 1 [all...] |
/external/robolectric-shadows/robolectric/src/main/java/org/robolectric/ |
ParameterizedRobolectricTestRunner.java | 98 protected void validateConstructor(List<Throwable> errors) { 99 validateOnlyOneConstructor(errors); 123 protected void validateConstructor(List<Throwable> errors) { 124 TestClassRunnerForParameters.this.validateOnlyOneConstructor(errors);
|
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
cwise_ops.h | 42 errors::InvalidArgument("Input types of binary op must match"));
|
shape_util.cc | 32 return errors::InvalidArgument(
|
/external/tensorflow/tensorflow/compiler/tf2xla/lib/ |
batch_dot.cc | 24 #include "tensorflow/core/lib/core/errors.h" 40 return errors::InvalidArgument( 47 return errors::InvalidArgument( 56 return errors::InvalidArgument( 67 return errors::InvalidArgument(
|
/external/tensorflow/tensorflow/contrib/tpu/ops/ |
outfeed_ops.cc | 77 return errors::InvalidArgument(
|
/external/tensorflow/tensorflow/core/distributed_runtime/ |
server_lib.cc | 20 #include "tensorflow/core/lib/core/errors.h" 59 return errors::NotFound(
|
/external/tensorflow/tensorflow/core/kernels/ |
cholesky_op.cc | 29 #include "tensorflow/core/lib/core/errors.h" 68 errors::InvalidArgument(kErrMsg)); 107 errors::InvalidArgument("Input must have rank >= 2, got ", ndims), 111 errors::InvalidArgument("Input matrices must be squares, got", 161 OP_REQUIRES_ASYNC(context, status.ok(), errors::InvalidArgument(kErrMsg),
|
colorspace_op.cc | 50 errors::InvalidArgument("input must be at least 1D", 54 errors::FailedPrecondition( 89 errors::InvalidArgument("input must be at least 1D", 93 errors::FailedPrecondition(
|
hinge-loss.h | 23 #include "tensorflow/core/lib/core/errors.h" 117 return errors::InvalidArgument(
|
matrix_solve_ls_op_impl.h | 25 #include "tensorflow/core/lib/core/errors.h" 80 errors::InvalidArgument("l2_regularizer must be scalar, got shape ", 84 errors::InvalidArgument("l2_regularizer must be >= 0.")); 116 errors::InvalidArgument("Input matrix was rank deficient or " 137 errors::InvalidArgument("Input matrix was rank deficient or "
|
padding_fifo_queue_op.cc | 30 #include "tensorflow/core/lib/core/errors.h" 50 errors::InvalidArgument("shape ", shape.DebugString(),
|
queue_op.h | 26 #include "tensorflow/core/lib/core/errors.h" 70 return errors::ResourceExhausted("Failed to allocate queue.");
|
spacetobatch_functor_gpu.cu.cc | 119 return errors::InvalidArgument("block_shape value exceeds 2^32-1"); 124 return errors::InvalidArgument("space_tensor dimension exceeds 2^32-1"); 129 return errors::InvalidArgument("paddings/crops value exceeds 2^32-1"); 139 return errors::InvalidArgument(
|