HomeSort by relevance Sort by last modified time
    Searched refs:error_msg (Results 126 - 150 of 256) sorted by null

1 2 3 4 56 7 8 91011

  /development/testrunner/test_defs/
xml_suite_helper.py 98 error_msg = ('Could not find attribute %s in %s' %
100 raise errors.ParseError(msg=error_msg)
  /external/autotest/client/site_tests/audio_ActiveStreamStress/
audio_ActiveStreamStress.py 120 error_msg = ('Active stream count: %d is not matching with '
125 raise error.TestError(error_msg)
  /external/chromium-trace/catapult/third_party/graphy/graphy/backends/google_chart_api/
line_chart_test.py 51 error_msg = '\n%s\n!=\n%s' % (actual, expected)
52 self.assertEqual(actual, expected, error_msg)
  /system/connectivity/apmanager/
hostapd_monitor.cc 225 void HostapdMonitor::OnReadError(const string& error_msg) {
227 << error_msg;
  /system/connectivity/shill/
icmp_session.cc 238 void IcmpSession::OnEchoReplyError(const std::string& error_msg) {
239 LOG(ERROR) << __func__ << ": " << error_msg; local
icmp_session.h 123 void OnEchoReplyError(const std::string& error_msg);
  /art/runtime/
oat_file_manager.h 123 /*out*/ std::string* error_msg) const
dex_file_verifier.h 30 const char* location, std::string* error_msg);
165 std::string* error_msg);
173 std::string* error_msg);
thread_pool.cc 42 std::string error_msg; local
44 false, false, &error_msg));
45 CHECK(stack_.get() != nullptr) << error_msg;
utils.cc 1251 std::string error_msg; local
1281 std::string error_msg; local
1372 std::string error_msg; local
    [all...]
common_runtime_test.cc 298 std::string error_msg; local
300 if (!DexFile::Open(location, location, &error_msg, &dex_files)) {
301 LOG(FATAL) << "Could not open .dex file '" << location << "': " << error_msg << "\n"; local
496 std::string error_msg; local
498 bool success = DexFile::Open(filename.c_str(), filename.c_str(), &error_msg, &dex_files);
499 CHECK(success) << "Failed to open '" << filename << "': " << error_msg; local
common_throws.cc 574 std::string error_msg; local
630 error_msg = "Could not create stack trace.";
636 error_msg = "Couldn't throw new StackOverflowError because JNI NewStringUTF failed.";
639 error_msg = "Could not allocate StackOverflowError object.";
642 if (!error_msg.empty()) {
643 LOG(WARNING) << error_msg;
  /external/toybox/toys/other/
makedevs.c 77 error_msg("line %d: bad type %c", line_no, type);
  /art/dexlist/
dexlist.cc 183 std::string error_msg; local
185 if (!DexFile::Open(fileName, fileName, &error_msg, &dex_files)) {
186 fputs(error_msg.c_str(), stderr);
  /art/runtime/arch/x86/
instruction_set_features_x86.cc 58 const std::string& variant, std::string* error_msg ATTRIBUTE_UNUSED,
310 std::string* error_msg) const {
349 *error_msg = StringPrintf("Unknown instruction set feature: '%s'", feature.c_str());
  /art/runtime/gc/accounting/
atomic_stack.h 241 std::string error_msg; local
243 PROT_READ | PROT_WRITE, false, false, &error_msg));
244 CHECK(mem_map_.get() != nullptr) << "couldn't allocate mark stack.\n" << error_msg;
space_bitmap.cc 69 std::string error_msg; local
72 &error_msg));
74 LOG(ERROR) << "Failed to allocate bitmap " << name << ": " << error_msg; local
  /external/strace/
pathtrace.c 140 error_msg("Requested path '%s' resolved into '%s'", path, rpath);
259 error_msg("umoven() failed");
280 error_msg("umoven() failed");
  /external/toybox/toys/pending/
tftpd.c 80 error_msg(errmsg);
172 error_msg("timeout");
199 error_msg(message);
  /bionic/tests/
signal_test.cpp 385 static constexpr char error_msg[] = local
402 << "rt_tgsigqueueinfo failed: " << strerror(errno) << error_msg;
405 << error_msg;
409 << "rt_tgsigqueueinfo failed: " << strerror(errno) << error_msg;
412 << error_msg;
  /art/dex2oat/
dex2oat.cc 573 std::string error_msg; member in struct:art::FINAL::ParserOptions
625 instruction_set_, str.as_string(), &parser_options->error_msg));
627 Usage("%s", parser_options->error_msg.c_str());
637 instruction_set_, "default", &parser_options->error_msg));
640 parser_options->error_msg.c_str());
645 &parser_options->error_msg));
647 Usage("Error parsing '%s': %s", option.data(), parser_options->error_msg.c_str());
2001 std::string error_msg; local
2009 << "': " << error_msg; local
2055 std::string error_msg; local
2063 << classes_filename << "': " << error_msg; local
2071 std::string error_msg; local
2083 << compiled_methods_filename_ << "': " << error_msg; local
    [all...]
  /system/netd/tests/
dns_responder.cpp 39 char error_msg[512] = { 0 }; local
40 if (strerror_r(errno, error_msg, sizeof(error_msg)))
42 return std::string(error_msg);
616 char error_msg[512] = { 0 }; local
617 if (strerror_r(errno, error_msg, sizeof(error_msg)))
618 strncpy(error_msg, "UNKNOWN", sizeof(error_msg));
619 APLOGI("epoll_create() failed: %s", error_msg);
    [all...]
  /external/autotest/site_utils/
generate_test_report 327 error_msg = None
349 error_msg = ': '.join([failure_type, reason])
367 'error_msg': error_msg,
431 crashes, error_msg, perf keyvals [optional], info [optional].
508 def _PrintErrors(self, test, error_msg):
512 @param error_msg: a message to print. None is allowed, but ignored.
515 if not self._options.csv and error_msg:
516 self._PrintEntries([test, self._Indent(error_msg)])
626 if not result['status'] and result['error_msg']
    [all...]
  /art/compiler/
common_compiler_test.cc 286 std::string error_msg; local
294 &error_msg));
295 CHECK(image_reservation_.get() != nullptr) << error_msg;
  /art/runtime/base/
arena_allocator.cc 174 std::string error_msg; local
176 name, nullptr, size, PROT_READ | PROT_WRITE, low_4gb, false, &error_msg));
177 CHECK(map_.get() != nullptr) << error_msg;

Completed in 2552 milliseconds

1 2 3 4 56 7 8 91011