HomeSort by relevance Sort by last modified time
    Searched refs:error_detail (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/extensions/common/
update_manifest.cc 127 // into |error_detail|.
130 std::string *error_detail) {
134 *error_detail = "Missing appid on app node";
142 *error_detail = "Too many updatecheck tags on app (expecting only 1).";
146 *error_detail = "Missing updatecheck on app.";
158 *error_detail = "Invalid codebase url: '";
159 *error_detail += result->crx_url.possibly_invalid_spec();
160 *error_detail += "'.";
167 *error_detail = "Missing version for updatecheck.";
172 *error_detail = "Invalid version: '"
    [all...]
  /external/chromium_org/chromeos/network/
network_handler_callbacks.cc 27 const std::string& error_detail) {
28 return CreateDBusErrorData(path, error_name, error_detail, "", "");
34 const std::string& error_detail) {
39 make_scoped_ptr(CreateErrorData(path, error_name, error_detail)));
45 const std::string& error_detail,
50 error_data->SetString(kErrorDetail, error_detail);
network_handler_callbacks.h 47 const std::string& error_detail);
54 const std::string& error_detail);
59 const std::string& error_detail,
network_device_handler_impl.cc 228 const std::string& error_detail = params.ip_or_mac_address; local
231 device_path, error_name, error_detail,
  /external/chromium_org/remoting/codec/
video_decoder_vpx.cc 104 const char* error_detail = vpx_codec_error_detail(codec_.get()); local
106 << "Details: " << (error_detail ? error_detail : "(NULL)");
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx/src/
vpx_encoder.c 124 const char *error_detail = local
127 ctx->err_detail = error_detail;
133 ctx->err_detail = error_detail;
  /external/libvpx/libvpx/vpx/src/
vpx_encoder.c 127 const char *error_detail = local
130 ctx->err_detail = error_detail;
136 ctx->err_detail = error_detail;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
vpx_encoder.c 127 const char *error_detail = local
130 ctx->err_detail = error_detail;
136 ctx->err_detail = error_detail;
  /art/runtime/
mem_map.cc 224 std::string error_detail; local
225 CheckNonOverlapping(expected, limit, &error_detail);
231 if (!error_detail.empty()) {
232 os << " : " << error_detail; local

Completed in 140 milliseconds