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

1 2 3 4 5 6 78 91011

  /system/connectivity/shill/vpn/
openvpn_management_server.h 104 void OnInputError(const std::string& error_msg);
openvpn_management_server.cc 203 void OpenVPNManagementServer::OnInputError(const std::string& error_msg) {
204 LOG(ERROR) << error_msg;
  /external/toybox/toys/lsb/
mount.c 149 error_msg("'%s' not user mountable in fstab", dev);
245 error_msg("losetup failed %d", rc);
349 } // TODO else if (getuid()) error_msg("already there") ?
  /system/connectivity/shill/
crypto_util_proxy.cc 318 void CryptoUtilProxy::HandleShimReadError(const string& error_msg) {
319 Error e(Error::kOperationFailed, error_msg);
  /system/update_engine/
update_engine_client.cc 522 string error_msg = chromeos_update_engine::utils::ErrorCodeToString(code); local
525 last_attempt_error, error_msg.c_str());
  /external/toybox/toys/pending/
tar.c 212 error_msg("can't store file '%s' of size '%lld'\n",
234 error_msg("unknown file type '%o'", st->st_mode & S_IFMT);
273 error_msg("'%s' file is the archive; not dumped", TT.fname);
373 error_msg(":%s: not created", file_hdr->name);
542 error_msg("corrupted extended header");
784 error_msg("'%s' not in archive", tmp->arg);
  /art/compiler/
oat_writer.cc 325 std::string error_msg;
326 ScopedFd fd(OpenAndReadMagic(filename, &magic, &error_msg));
353 std::string error_msg;
354 zip_archives_.emplace_back(ZipArchive::OpenFromFd(zip_fd.release(), location, &error_msg));
358 << error_msg;
363 std::unique_ptr<ZipEntry> entry(zip_archive->Find(entry_name.c_str(), &error_msg));
375 LOG(ERROR) << "No dex files in zip file '" << location << "': " << error_msg;
    [all...]
  /external/strace/
util.c 719 error_msg("Out of memory");
731 error_msg("Out of memory");
871 error_msg("Out of memory");
914 error_msg("Out of memory");
1042 error_msg("umoven: short read (%u < %u) @0x%lx",
  /art/runtime/
class_linker.cc 352 std::string* error_msg) {
365 *error_msg = StringPrintf("Invalid image pointer size: %zu", image_pointer_size_);
513 *error_msg = "Boot classpath is empty.";
518 *error_msg = "Null dex file.";
3807 std::string error_msg = local
3942 std::string error_msg; local
5393 std::string error_msg; local
    [all...]
  /art/compiler/utils/
test_dex_file_builder.h 230 std::string error_msg; local
232 &dex_file_data_[0], dex_file_data_.size(), dex_location, 0u, nullptr, false, &error_msg));
233 CHECK(dex_file != nullptr) << error_msg;
  /art/runtime/openjdkjvm/
OpenjdkJvm.cc 331 std::string error_msg; local
338 &error_msg);
346 return env->NewStringUTF(error_msg.c_str());
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_strptime.py 32 error_msg):
34 tuple_position of time_tuple. Uses error_msg as error message.
40 "%s: not found in tuple" % error_msg)
43 (error_msg, comparison, strftime_output))
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_strptime.py 32 error_msg):
34 tuple_position of time_tuple. Uses error_msg as error message.
40 "%s: not found in tuple" % error_msg)
43 (error_msg, comparison, strftime_output))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_strptime.py 32 error_msg):
34 tuple_position of time_tuple. Uses error_msg as error message.
40 "%s: not found in tuple" % error_msg)
43 (error_msg, comparison, strftime_output))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_strptime.py 32 error_msg):
34 tuple_position of time_tuple. Uses error_msg as error message.
40 "%s: not found in tuple" % error_msg)
43 (error_msg, comparison, strftime_output))
  /external/autotest/client/site_tests/firmware_TouchMTB/
firmware_summary.py 108 error_msg = 'Error: The test result directory does not exist: %s'
109 print error_msg % log_dir
  /system/connectivity/shill/net/
rtnl_handler.cc 506 void RTNLHandler::OnReadError(const string& error_msg) {
508 << error_msg;
netlink_manager.h 366 void OnReadError(const std::string& error_msg);
  /art/runtime/jit/
jit_code_cache.cc 59 std::string* error_msg) {
76 *error_msg = oss.str();
87 *error_msg = oss.str();
107 *error_msg = oss.str();
    [all...]
  /external/toybox/
main.c 115 error_msg("Not installed suid root");
  /external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/
client.py 822 error_msg = 'Invalid response %s.' % resp['status']
826 error_msg = d['error']
828 error_msg += ': ' + d['error_description']
834 raise AccessTokenRefreshError(error_msg)
864 error_msg = 'Invalid response %s.' % resp.status
868 error_msg = d['error']
871 raise TokenRevokeError(error_msg)
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/modula3/
modula3.swg 567 char error_msg[256];
568 sprintf(error_msg, "C++ $1_type exception thrown, value: %d", $1);
569 SWIG_JavaThrowException(jenv, SWIG_JavaRuntimeException, error_msg);
    [all...]
  /external/avahi/avahi-python/avahi-discover/
avahi-discover.py 47 def error_msg(msg): function
189 error_msg("You should check that the avahi daemon is running.\n\nError : %s" % e)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/roboto/
awsqueryrequest.py 83 def __init__(self, error_msg):
84 s = 'Error encoding value (%s)' % error_msg
  /external/clang/lib/Tooling/
Tooling.cpp 68 SmallString<256> error_msg; local
69 llvm::raw_svector_ostream error_stream(error_msg);

Completed in 3675 milliseconds

1 2 3 4 5 6 78 91011