/toolchain/binutils/binutils-2.27/gas/testsuite/gas/sh/sh64/ |
err-movi-noexp-1.s | 1 ! Check that we get errors for MOVI operands out-of-range with -no-expand.
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic6x/ |
sploop-bad-1.s | 1 # Test bad SPLOOP instructions and operands. Bad operands (generic errors).
|
/toolchain/binutils/binutils-2.27/gold/ |
debug.h | 29 #include "errors.h" 79 parameters->errors()->debug(__VA_ARGS__); \
|
/tools/acloud/internal/lib/ |
android_build_client_test.py | 28 from acloud.public import errors 88 self.assertRaises(errors.DriverError, self.client.DownloadArtifact, 118 mock_api_request.execute.side_effect = errors.HttpError(503, 121 errors.HttpError,
|
base_cloud_client_test.py | 26 from acloud.public import errors 104 error_1 = errors.HttpError(503, "fake retriable error.") 144 error = errors.HttpError(503, "fake retriable error.") 146 self.assertRaises(errors.HttpError, client.Execute, api_mock)
|
/tools/test/connectivity/acts/framework/acts/controllers/relay_lib/ |
helpers.py | 16 from acts.controllers.relay_lib.errors import RelayConfigError
|
relay_board.py | 21 from acts.controllers.relay_lib.errors import RelayConfigError
|
relay_device.py | 17 from acts.controllers.relay_lib.errors import RelayConfigError
|
/development/testrunner/ |
adb_interface.py | 29 import errors 243 raise errors.InstrumentationError("no test results... device setup " 251 raise errors.InstrumentationError(short_msg_result) 255 raise errors.DeviceUnresponsiveError 343 except errors.WaitForResponseTimedOutError: 344 raise errors.WaitForResponseTimedOutError( 354 except errors.AbortError: 419 except errors.AbortError, e: 429 raise errors.WaitForResponseTimedOutError() 457 raise errors.WaitForResponseTimedOutError [all...] |
/external/autotest/client/site_tests/graphics_Idle/ |
graphics_Idle.py | 53 errors = '' 54 errors += self.verify_graphics_dvfs() 55 errors += self.verify_graphics_fbc() 56 errors += self.verify_graphics_psr() 57 errors += self.verify_graphics_gem_idle() 58 errors += self.verify_graphics_i915_min_clock() 59 errors += self.verify_graphics_rc6() 60 errors += self.verify_lvds_downclock() 61 errors += self.verify_short_blanking() 62 if errors [all...] |
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
grpc_server_lib.cc | 134 return errors::Internal("Could not parse worker name."); 143 return errors::InvalidArgument("Task ", server_def_.task_index(), 151 return errors::InvalidArgument( 160 return errors::Internal("Job \"", server_def_.job_name(), 198 return errors::Unknown("Could not start gRPC server"); 259 return errors::InvalidArgument("JobDef for job \"", job.name(), 278 Status s = errors::InvalidArgument( 300 return errors::Internal("Could not parse port for local server from \"", 304 return errors::InvalidArgument("Requested port ", requested_port, 331 return errors::FailedPrecondition("Server has stopped.") [all...] |
/external/tensorflow/tensorflow/core/kernels/ |
depthwise_conv_op.cc | 161 errors::Unimplemented( 267 errors::InvalidArgument("Invalid data format")); 270 errors::InvalidArgument("Sliding window strides field must " 278 errors::InvalidArgument( 283 errors::InvalidArgument("Current implementation does not yet support " 303 errors::InvalidArgument("input must be 4-dimensional", 306 errors::InvalidArgument("filter must be 4-dimensional: ", 312 errors::InvalidArgument( 326 errors::InvalidArgument("Input rows too large")); 334 errors::InvalidArgument("Input cols too large")) [all...] |
/external/tensorflow/tensorflow/core/platform/cloud/ |
gcs_file_system_test.cc | 71 errors::Code::OUT_OF_RANGE, 113 EXPECT_EQ(errors::Code::OUT_OF_RANGE, 180 EXPECT_EQ(errors::Code::OUT_OF_RANGE, 188 EXPECT_EQ(errors::Code::OUT_OF_RANGE, 310 EXPECT_EQ(errors::Code::INVALID_ARGUMENT, 390 "", errors::Unavailable("503"), 503), 396 "", errors::FailedPrecondition("308"), nullptr, 403 "", errors::Unavailable("503"), 503), 409 "", errors::FailedPrecondition("308"), nullptr, 459 "", errors::Unavailable("503"), 503) [all...] |
/art/openjdkjvmti/ |
ti_extension.cc | 80 const std::vector<jvmtiError>& errors) { 120 func_info.error_count = errors.size(); 121 if (!errors.empty()) { 123 AllocJvmtiUniquePtr<jvmtiError[]>(env, errors.size(), &error); 127 func_info.errors = errors_ptr.get(); 131 func_info.errors[i] = errors[i]; 134 func_info.errors = nullptr;
|
/development/testrunner/test_defs/ |
host_test.py | 23 import errors 85 errors.AbortError: if fatal error occurs 97 raise errors.AbortError(msg="Could not find jar %s" % path)
|
/external/ImageMagick/config/ |
tap-driver.sh | 53 [--enable-hard-errors={yes|no}] [--ignore-exit] 80 --enable-hard-errors) shift;; # No-op.
|
/external/curl/docs/cmdline-opts/ |
fail-early.d | 9 errors if there are more URLs given and the last URL's success will determine
|
/external/google-breakpad/android/ |
test-driver | 49 [--enable-hard-errors={yes|no}] [--] TEST-SCRIPT 71 --enable-hard-errors) enable_hard_errors=$2; shift;;
|
/external/python/cpython3/Modules/_io/clinic/ |
textio.c.h | 6 "IncrementalNewlineDecoder(decoder, translate, errors=\'strict\')\n" 21 PyObject *errors); 27 static const char * const _keywords[] = {"decoder", "translate", "errors", NULL}; 31 PyObject *errors = NULL; local 34 &decoder, &translate, &errors)) { 37 return_value = _io_IncrementalNewlineDecoder___init___impl((nldecoder_object *)self, decoder, translate, errors); 117 "TextIOWrapper(buffer, encoding=None, errors=None, newline=None,\n" 126 "errors determines the strictness of encoding and decoding (see\n" 152 const char *encoding, const char *errors, 160 static const char * const _keywords[] = {"buffer", "encoding", "errors", "newline", "line_buffering", "write_through", NULL} 164 const char *errors = NULL; local [all...] |
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
const_op.cc | 34 errors::InvalidArgument("Type mismatch between value (", 102 errors::InvalidArgument("Cannot parse tensor from proto: ",
|
diag_op.cc | 91 errors::InvalidArgument("Diag op must have at an input")); 96 errors::InvalidArgument("Expected 1 <= dims, got shape ", 143 errors::InvalidArgument("Expected 2 <= dims, got shape ", 146 errors::InvalidArgument("The input tensor must have even rank; " 154 errors::InvalidArgument("Invalid shape ", input_shape.DebugString(), 205 errors::InvalidArgument("MatrixDiag op must have at an input")); 210 errors::InvalidArgument("Expected 1 <= dims, got shape ", 241 errors::InvalidArgument("Expected 2 <= dims, got shape ",
|
matrix_set_diag_op.cc | 35 errors::InvalidArgument( 51 errors::InvalidArgument(
|
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/ |
compiler.cc | 38 #include "tensorflow/core/lib/core/errors.h" 86 return tensorflow::errors::Unimplemented( 94 return tensorflow::errors::InvalidArgument(
|
/external/tensorflow/tensorflow/compiler/xla/ |
status_macros_test.cc | 21 #include "tensorflow/core/lib/core/errors.h" 62 return tensorflow::errors::Internal("foobar"); 72 Status ReturnStatusError() { return (tensorflow::errors::Internal("foobar")); }
|
/external/tensorflow/tensorflow/contrib/coder/kernels/ |
range_coder_ops.cc | 30 #include "tensorflow/core/lib/core/errors.h" 121 return errors::InvalidArgument( 127 return errors::InvalidArgument( 140 errors::InvalidArgument("`precision` must be in [1, 16]: ", 173 context->CtxFailure(errors::InvalidArgument( 222 errors::InvalidArgument("`precision` must be in [1, 16]: ", 232 errors::InvalidArgument("Invalid `encoded` shape: ", 235 errors::InvalidArgument("Invalid `shape` shape: ", 265 context->CtxFailure(errors::InvalidArgument(
|