HomeSort by relevance Sort by last modified time
    Searched refs:LOG (Results 276 - 300 of 2830) sorted by null

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/extensions/api/messaging/
native_process_launcher_win.cc 89 LOG(ERROR) << "Native Messaging host path must be absolute.";
108 LOG(ERROR) << "Failed to create pipe " << out_pipe_name;
119 LOG(ERROR) << "Failed to create pipe " << in_pipe_name;
125 LOG(ERROR) << "COMSPEC is not set";
142 LOG(ERROR) << "Error launching process "
153 LOG(ERROR) << "Failed to connect IO pipes when starting "
  /external/chromium_org/chrome/browser/ui/android/
ssl_client_certificate_request.cc 79 LOG(ERROR) << "Could not create key types array (String[])";
88 LOG(ERROR) << "Could not create principals array (byte[][])";
100 LOG(ERROR) << "Could not extract host name from: '"
160 LOG(ERROR) << "Client certificate request cancelled";
179 LOG(ERROR) << "Could not decode client certificate chain";
187 LOG(ERROR) << "Could not create OpenSSL wrapper for private key";
  /external/chromium_org/content/browser/renderer_host/
image_transport_factory_android.cc 104 LOG(ERROR) << "Failed to make helper context current.";
112 LOG(ERROR) << "Failed to make helper context current.";
120 LOG(ERROR) << "Failed to make helper context current.";
128 LOG(ERROR) << "Failed to make helper context current.";
137 LOG(ERROR) << "Failed to make helper context current.";
181 LOG(ERROR) << "Context lost.";
  /external/chromium_org/content/browser/tracing/
tracing_ui.cc 50 LOG(ERROR) << "Options were not base64 encoded.";
56 LOG(ERROR) << "Options were not valid JSON";
61 LOG(ERROR) << "Options must be dict";
77 LOG(ERROR) << "Malformed options";
110 LOG(ERROR) << "Failed to read file " << path.value();
144 LOG(ERROR) << "Unhandled request to " << path;
  /external/chromium_org/net/test/spawned_test_server/
local_test_server_posix.cc 76 LOG(ERROR) << "poll() timed out; bytes_read=" << bytes_read;
104 // Log is useful in the event you want to run a nearby script (e.g. a test) in
135 LOG(WARNING) << "Failed to clean up older orphaned testserver instances.";
143 LOG(ERROR) << "Failed to launch " << python_command.GetCommandLineString();
159 LOG(ERROR) << "Could not read server_data_len";
166 LOG(ERROR) << "Could not read server_data (" << server_data_len
172 LOG(ERROR) << "Could not parse server_data: " << server_data;
  /external/chromium_org/remoting/host/
pairing_registry_delegate_linux.cc 55 LOG(WARNING) << "Failed to load '" << pairing_file.value() << "' ("
94 LOG(WARNING) << "Failed to load pairing information: " << error_message
101 LOG(WARNING) << "Failed to parse pairing information: not a dictionary.";
113 LOG(ERROR) << "Could not create pairing registry directory: " << error;
120 LOG(ERROR) << "Failed to serialize pairing data for "
129 LOG(ERROR) << "Could not save pairing data for " << pairing.client_id();
register_support_host_request.cc 112 LOG(ERROR) << "Received error in response to heartbeat: "
119 LOG(ERROR) << "Received unexpect stanza of type \"" << type << "\"";
126 LOG(ERROR) << "<" << kRegisterQueryResultTag
135 LOG(ERROR) << "<" << kSupportIdTag
145 LOG(ERROR) << "<" << kSupportIdLifetimeTag
154 LOG(ERROR) << "<" << kSupportIdLifetimeTag
  /external/chromium_org/sandbox/linux/services/
libc_urandom_override.cc 79 LOG(FATAL) << "Failed to get fopen() from libc.";
82 LOG(WARNING) << "Failed to get fopen64() from libc. Using fopen() instead.";
94 LOG(FATAL) << "Failed to get __xstat() from libc.";
97 LOG(FATAL) << "Failed to get __xstat64() from libc.";
106 LOG(FATAL) << "Failed to get stat() from libc.";
109 LOG(FATAL) << "Failed to get stat64() from libc.";
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videoadapter.h 68 LOG(LS_INFO) << "Video Adapter third scaling is now "
131 LOG(LS_INFO) << "CPU smoothing is now "
154 LOG(LS_INFO) << "VAdapt Change Cpu Adapt Wait Time from: "
165 LOG(LS_INFO) << "VAdapt Change High System Threshold from: "
176 LOG(LS_INFO) << "VAdapt Change Low System Threshold from: "
187 LOG(LS_INFO) << "VAdapt Change High Process Threshold from: "
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
basicpacketsocketfactory.cc 72 LOG(LS_ERROR) << "UDP bind failed with error "
85 LOG(LS_ERROR) << "TLS support currently is not available.";
97 LOG(LS_ERROR) << "TCP bind failed with error "
125 LOG(LS_ERROR) << "TLS support currently is not available.";
136 LOG(LS_ERROR) << "TCP bind failed with error "
159 LOG(LS_ERROR) << "TCP connect failed with error "
  /external/chromium_org/ui/gl/
gl_context_glx.cc 69 LOG(ERROR) << "Failed to create GL context with "
82 LOG(ERROR) << "Failed to create GL context with glXCreateNewContext.";
121 LOG(ERROR) << "Couldn't make context current with X drawable.";
137 LOG(ERROR) << "Could not make current.";
152 LOG(ERROR) << "glXMakeCurrent failed in ReleaseCurrent";
194 LOG(WARNING) <<
  /external/chromium_org/win8/metro_driver/ime/
input_source.cc 43 LOG(ERROR) << "ITfSource::AdviseSink failed. hr = " << hr;
107 LOG(ERROR) << "ITfInputProcessorProfileMgr::GetActiveProfile failed."
143 LOG(ERROR) << "Failed to instantiate CLSID_TF_InputProcessorProfiles."
150 LOG(ERROR) << "QueryFrom to ITfSource failed. hr = " << hr;
157 LOG(ERROR) << "CComObject<InputSourceMonitor>::CreateInstance failed."
162 LOG(ERROR) << "Failed to initialize the monitor.";
  /art/compiler/llvm/
md_builder.cc 64 LOG(FATAL) << "Unknown TBAA special type: " << sty_id;
87 LOG(FATAL) << "Unknown TBAA special type: " << sty_id;
107 LOG(FATAL) << "Unknown JType: " << jty_id;
  /external/chromium/chrome/browser/extensions/
external_policy_extension_loader.cc 24 LOG(WARNING) << "Policy specifies invalid update URL for external "
29 LOG(WARNING) << "Policy specifies invalid ID for external "
57 LOG(WARNING) << "Failed to read forcelist string.";
  /external/chromium/chrome/browser/policy/
enterprise_install_attributes.cc 40 LOG(ERROR) << "Install attributes invalid.";
50 LOG(ERROR) << "Failed writing attributes";
57 LOG(ERROR) << "Failed locking.";
  /external/chromium/chrome/browser/sync/glue/
autofill_profile_change_processor.cc 91 LOG(ERROR) << "Could not find the id in sync db " << changes[i].id;
139 LOG(ERROR) << "Sync id is not found for " << change->key();
144 LOG(ERROR) << "Could not find sync node for id " << sync_id;
154 LOG(ERROR) << "Sync id is not found for " << change->key();
159 LOG(ERROR) << "Could not find sync node for id " << sync_id;
184 LOG(ERROR) << "could not delete the profile " <<
225 LOG(ERROR) << "could not add autofill profile for guid " << p.guid();
238 LOG(ERROR) << "Could not find the autofill profile to update for " <<
249 LOG(ERROR) << "Could not update autofill profile for " <<
267 LOG(ERROR) << "Could not find the node in associator " << guid
    [all...]
extension_sync.cc 30 LOG(ERROR) << "Root node with tag " << tag << " does not exist";
140 LOG(ERROR) << GetRootNodeDoesNotExistError(root_node_tag);
148 LOG(ERROR) << "Failed to fetch sync node for id " << id;
154 LOG(ERROR) << "Invalid extensions specifics for id " << id;
219 LOG(ERROR) << GetRootNodeDoesNotExistError(traits.root_node_tag);
224 LOG(ERROR) << "Could not create node for extension " << id;
247 LOG(ERROR) << GetRootNodeDoesNotExistError(traits.root_node_tag);
258 LOG(ERROR) << "Could not update server data for extension "
286 LOG(DFATAL) << *error;
310 LOG(ERROR) << "Invalid extensions specifics for id " << i
    [all...]
theme_model_associator.cc 41 LOG(ERROR) << kNoThemesFolderError;
64 LOG(ERROR) << "Could not create current theme node.";
87 LOG(ERROR) << kNoThemesFolderError;
  /external/chromium/chrome/browser/sync/tools/
sync_listen_notifications.cc 38 LOG(INFO) << "Notification: type = "
45 LOG(INFO) << "Notifications enabled: " << notifications_enabled;
51 LOG(INFO) << "Got state to store: " << base64_state;
  /external/chromium/third_party/libjingle/source/talk/base/
httprequest.cc 105 LOG(LS_INFO) << "HttpRequest start: " << host_ + client_.request().path;
112 LOG(LS_INFO) << "HttpRequest request timed out";
119 LOG(LS_INFO) << "HttpRequest request error: " << error_;
  /external/chromium_org/chrome/browser/chromeos/attestation/
attestation_ca_client.cc 45 LOG(WARNING) << "Callback from unknown source.";
54 LOG(ERROR) << "Attestation CA request failed, status: "
62 LOG(ERROR) << "Attestation CA sent an error response: "
  /external/chromium_org/chrome/browser/chromeos/dbus/
display_power_service_provider.cc 45 LOG(ERROR) << "Failed to export " << interface_name << "."
67 LOG(ERROR) << "Unable to parse " << kSetDisplayPower << " request";
81 LOG(ERROR) << "Unable to parse " << kSetDisplaySoftwareDimming
  /external/chromium_org/chrome/browser/ui/prefs/
prefs_tab_helper_browsertest.cc 34 LOG(ERROR) << "Can't create " << default_profile.MaybeAsASCII();
39 LOG(ERROR) << "Doesn't exist " << pref_file.MaybeAsASCII();
45 LOG(ERROR) << "Copy error from " << pref_file.MaybeAsASCII()
  /external/chromium_org/chrome/installer/util/
create_reg_key_work_item.cc 64 LOG(ERROR) << key_path << " exists, this is not expected.";
73 LOG(ERROR) << "unkown disposition";
77 LOG(ERROR) << "Failed to create " << key_path;
  /external/chromium_org/cloud_print/gcp20/prototype/
command_line_reader.cc 29 LOG(ERROR) << "HTTP Port is too large";
66 LOG(ERROR) << "Domain name cannot be only \"" << suffix << "\"";
72 LOG(ERROR) << "Domain name should end with \"" << suffix << "\"";

Completed in 490 milliseconds

<<11121314151617181920>>