Home
last modified time | relevance | path

Searched refs:error_msg (Results 1 – 25 of 164) sorted by relevance

1234567

/external/libxml2/
Dcheck-xml-test-suite.py26 error_msg = '' variable
29 global error_msg
32 if len(error_msg) < 300:
33 if len(error_msg) == 0 or error_msg[-1] == '\n':
34 error_msg = error_msg + " >>" + str
36 error_msg = error_msg + str
75 global error_msg
79 error_msg = ''
100 global error_msg
104 error_msg = ''
[all …]
Dcheck-xinclude-test-suite.py28 error_msg = '' variable
32 global error_msg
36 if len(error_msg) < 300:
37 if len(error_msg) == 0 or error_msg[-1] == '\n':
38 error_msg = error_msg + " >>" + str
40 error_msg = error_msg + str
46 global error_msg
50 error_msg = ''
60 global error_msg
161 if error_msg != '':
[all …]
/external/vulkan-validation-layers/layers/
Ddescriptor_sets.cpp247 std::string *error_msg) const { in IsCompatible()
255 *error_msg = error_str.str(); in IsCompatible()
269 *error_msg = error_str.str(); in IsCompatible()
278 *error_msg = error_str.str(); in IsCompatible()
286 *error_msg = error_str.str(); in IsCompatible()
318 std::string *error_msg) const { in VerifyUpdateConsistency()
339 *error_msg = error_str.str(); in VerifyUpdateConsistency()
669 std::string *error_msg) { in ValidateCopyUpdate() argument
673 string_sprintf(error_msg, in ValidateCopyUpdate()
684 error_msg, in ValidateCopyUpdate()
[all …]
/external/tensorflow/tensorflow/python/framework/
Dimporter_test.py379 error_msg = ("Input 0 of node import/B was passed int32 from import/A:0 "
382 error_msg = ("Cannot convert a tensor of type int32 to an input of type "
386 with self.assertRaisesRegexp(ValueError, error_msg):
430 error_msg = "NodeDef expected inputs '' do not match 1 inputs specified"
432 error_msg = r"More inputs specified \('A:0'\) than the op expects"
435 with self.assertRaisesRegexp(ValueError, error_msg):
445 error_msg = ("NodeDef expected inputs 'int32, float' do not match 1 "
448 error_msg = (r"Input types mismatch \(expected 'int32, float32' but "
452 with self.assertRaisesRegexp(ValueError, error_msg):
461 error_msg = "Node 'B': Unknown input node 'A:0'"
[all …]
/external/tensorflow/tensorflow/compiler/aot/tests/
Dtfcompile_test.cc44 EXPECT_EQ(add.error_msg(), ""); in TEST()
52 EXPECT_EQ(add.error_msg(), ""); in TEST()
58 EXPECT_EQ(add_const.error_msg(), ""); in TEST()
83 EXPECT_EQ(add.error_msg(), ""); in TEST()
95 EXPECT_EQ(add.error_msg(), ""); in TEST()
102 EXPECT_EQ(add.error_msg(), ""); in TEST()
108 EXPECT_EQ(add_const.error_msg(), ""); in TEST()
123 EXPECT_EQ(add.error_msg(), ""); in TEST()
130 EXPECT_EQ(add.error_msg(), ""); in TEST()
136 EXPECT_EQ(add_const.error_msg(), ""); in TEST()
[all …]
/external/autotest/client/common_lib/
Drevision_control.py127 error_msg=None): argument
149 cmd, error_msg if error_msg is not None else '')
151 raise error_class(error_msg if error_msg is not None
230 error_msg='Failed to reset to %s' % branch_or_sha)
283 error_msg='Failed to refresh index.')
287 error_msg='Failed to check for local changes.')
298 error_msg='Failed to set origin.')
301 error_msg='Failed to checkout.')
304 error_msg='Failed to clean.')
Dfile_utils.py48 error_msg = 'File %s does not exist.' % filepath
50 raise IOError(error_msg)
75 error_msg = 'Directory %s does not exist.' % dirpath
77 raise IOError(error_msg)
/external/toybox/toys/pending/
Dtftp.c225 if (nbytes == 0) error_msg("Connection lost."); in read_ack()
226 else if (nbytes > 0) error_msg("Short packet: %d bytes", nbytes); in read_ack()
227 else error_msg("Server read ACK failure."); in read_ack()
237 error_msg("Invalid address in DATA."); in read_ack()
241 error_msg("Invalid port in DATA."); in read_ack()
250 error_msg("Bad opcode."); in read_ack()
262 error_msg("Timeout, Waiting for ACK."); in read_ack()
301 error_msg("Invalid address in DATA."); in file_get()
311 error_msg("Invalid port in DATA."); in file_get()
318 error_msg("Tiny data packet ignored."); in file_get()
[all …]
Dinit.c133 error_msg("Unable to open /etc/inittab. Using Default inittab"); in inittab_parsing()
165 if (!*tmp) error_msg("Invalid action at line number %d ---- ignoring",line_number); in inittab_parsing()
171 error_msg("Bad inittab entry at line %d", line_number); in inittab_parsing()
222 error_msg("unable to run %s",command); in run_command()
260 error_msg("Unable to open %s,%s\n", x->terminal_name, strerror(errno)); in final_run()
325 error_msg("The system is going down NOW!"); in set_default()
327 error_msg("Sent SIGTERM to all processes"); in set_default()
343 error_msg("Requesting system halt"); in halt_poweroff_reboot_handler()
347 error_msg("Requesting system poweroff"); in halt_poweroff_reboot_handler()
351 error_msg("Requesting system reboot"); in halt_poweroff_reboot_handler()
[all …]
/external/protobuf/src/google/protobuf/compiler/
Dplugin.cc98 string* error_msg) { in GenerateCode() argument
112 *error_msg = "protoc asked plugin to generate a file but " in GenerateCode()
174 string error_msg; in PluginMain() local
177 if (GenerateCode(request, *generator, &response, &error_msg)) { in PluginMain()
183 if (!error_msg.empty()) { in PluginMain()
184 std::cerr << argv[0] << ": " << error_msg << std::endl; in PluginMain()
/external/autotest/client/site_tests/cellular_OutOfCreditsSubscriptionState/
Dcellular_OutOfCreditsSubscriptionState.py62 error_msg = 'Service marked as out-of-credits when it ' \
64 logging.error(error_msg)
65 raise error.TestFail(error_msg)
76 error_msg = 'Service not marked out-of-credits when it ' \
78 logging.error(error_msg)
79 raise error.TestFail(error_msg)
/external/v8/src/wasm/
Dwasm-result.h44 std::unique_ptr<char[]> error_msg; member
55 error_msg = std::move(that.error_msg); in MoveFrom()
71 } else if (result.error_msg.get() != nullptr) {
74 os << result.error_msg.get() << " @" << offset;
76 os << result.error_msg.get() << " @+" << offset;
/external/python/cpython3/Lib/test/
Dtest_script_helper.py25 error_msg = str(error_context.exception)
26 self.assertIn('command line:', error_msg)
27 self.assertIn('sys.exit(0)', error_msg, msg='unexpected command line')
32 error_msg = str(error_context.exception)
33 self.assertIn('Process return code is 0\n', error_msg)
34 self.assertIn('import sys; sys.exit(0)', error_msg,
/external/autotest/client/site_tests/touch_UpdateErrors/
Dtouch_UpdateErrors.py113 error_msg = log_entries.split('\n')[0]
114 error_msg = error_msg[error_msg.find(term)+len(term):].strip()
115 raise error.TestFail(error_msg)
/external/autotest/client/site_tests/platform_Firewall/
Dplatform_Firewall.py39 def _check(expected_rule, actual_rules, error_msg, executable, check): argument
42 raise error.TestFail(error_msg % executable)
46 def _check_included(expected_rule, actual_rules, error_msg, executable): argument
49 expected_rule, actual_rules, error_msg, executable,
54 def _check_not_included(expected_rule, actual_rules, error_msg, executable): argument
57 expected_rule, actual_rules, error_msg, executable,
/external/autotest/client/common_lib/cros/
Dautoupdater.py112 error_msg = 'Cannot check contents of devserver, update url %s' % update_url
116 logging.warning('%s: %s', error_msg, e)
125 logging.warning('%s: %s', error_msg, e)
162 error_msg = self.host.run(
164 error_msg = (error_msg.stdout.strip()).replace('\n', ', ')
165 return error_msg
295 error_msg = ''
297 error_msg = 'Update error: %s' % self.get_last_update_error()
300 (UPDATER_NEED_REBOOT, status, error_msg))
Dpath_utils.py63 error_msg = 'Unable to find %s' % cmd
65 error_msg += ' on %s' % host.hostname
66 raise error.TestError(error_msg)
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_eu_validate.c52 CAT(error_msg, error(msg)); \
143 struct string error_msg = { .str = NULL, .len = 0 }; in brw_validate_instructions() local
178 if (error_msg.str && annotation) { in brw_validate_instructions()
179 annotation_insert_error(annotation, src_offset, error_msg.str); in brw_validate_instructions()
181 free(error_msg.str); in brw_validate_instructions()
/external/autotest/client/cros/chameleon/
Dchameleon_video_capturer.py80 error_msg = "Expected current time to be > 1 seconds"
85 exception=error.TestError(error_msg))
87 error_msg = "Couldn't get the right number of frames"
92 error.TestError(error_msg),
/external/autotest/client/site_tests/audio_Aplay/
Daudio_Aplay.py74 error_msg = 'invalid response from aplay'
77 raise error.TestError('%s: %s' % (error_msg, results))
82 (error_msg, sorted(set(expected) - result_set)))
/external/strace/
Derror_prints.h44 void error_msg(const char *fmt, ...) ATTRIBUTE_FORMAT((printf, 1, 2));
57 error_msg(__VA_ARGS__); \
67 error_msg("%s: " fmt_, __func__, ##__VA_ARGS__)
/external/protobuf/conformance/
Dconformance_test_runner.cc113 string error_msg; in RunTest() local
115 StringAppendF(&error_msg, in RunTest()
118 StringAppendF(&error_msg, in RunTest()
121 GOOGLE_LOG(INFO) << error_msg; in RunTest()
125 response_obj.set_runtime_error(error_msg); in RunTest()
/external/strace/linux/x86_64/
Dget_scno.c105 error_msg("Unknown value CS=0x%08X while " in arch_get_scno()
135 error_msg("Unknown syscall opcode (0x%04X) while " in arch_get_scno()
149 error_msg("syscall_%" PRI_klu "(...) in unsupported " in arch_get_scno()
/external/tensorflow/tensorflow/python/kernel_tests/
Dweights_broadcast_test.py96 error_msg = 'weights can not be broadcast to values'
97 with self.assertRaisesRegexp(ValueError, error_msg):
104 with self.assertRaisesRegexp(errors_impl.OpError, error_msg):
223 error_msg = 'weights can not be broadcast to values'
224 with self.assertRaisesRegexp(ValueError, error_msg):
231 with self.assertRaisesRegexp(errors_impl.OpError, error_msg):
/external/tensorflow/tensorflow/python/ops/
Dcontrol_flow_util.py245 error_msg = (
249 error_msg = (
256 log_msg = error_msg
263 raise ValueError(error_msg + " See info log for more details.")

1234567