Searched refs:LOG (Results 126 - 150 of 2400) sorted by relevance

1234567891011>>

/external/chromium_org/net/spdy/
H A Dspdy_protocol.cc65 LOG(DFATAL) << "Unhandled SPDY version " << version;
124 LOG(DFATAL) << "Unhandled frame type " << frame_type_field;
151 LOG(DFATAL) << "Serializing unhandled frame type " << frame_type;
183 LOG(DFATAL) << "Serializing unhandled frame type " << frame_type;
188 LOG(DFATAL) << "Unhandled SPDY version " << version;
202 LOG(DFATAL) << "Unhandled SPDY version " << version;
241 LOG(DFATAL) << "Unhandled SPDY version " << version;
286 LOG(DFATAL) << "Unhandled setting ID " << setting_id_field;
311 LOG(DFATAL) << "Serializing unhandled setting id " << id;
330 LOG(DFATA
[all...]
/external/chromium_org/components/nacl/loader/nonsfi/
H A Delf_loader.cc49 LOG(ERROR) << "Bad elf magic";
55 LOG(ERROR) << "Bad elf class";
60 LOG(ERROR) << "Bad elf class";
68 LOG(ERROR) << "Not a relocatable ELF object (not ET_DYN)";
73 LOG(ERROR) << "Bad machine: "
79 LOG(ERROR) << "Bad elf version: "
149 LOG(ERROR) << "ReserveMemory failed to calculate size";
160 LOG(ERROR)
170 LOG(ERROR) << "ReserveMemory: failed to mmap.";
209 LOG(ERRO
[all...]
/external/chromium_org/third_party/webrtc/base/
H A Dopensslstreamadapter.cc211 LOG(LS_WARNING) << "Unknown digest algorithm: " << digest_alg;
270 LOG(LS_ERROR) << "Could not find cipher: " << *cipher;
336 LOG(LS_VERBOSE) << "OpenSSLStreamAdapter::Write(" << data_len << ")";
371 LOG(LS_VERBOSE) << " -- success";
377 LOG(LS_VERBOSE) << " -- error want read";
381 LOG(LS_VERBOSE) << " -- error want write";
396 LOG(LS_VERBOSE) << "OpenSSLStreamAdapter::Read(" << data_len << ")";
432 LOG(LS_VERBOSE) << " -- success";
442 LOG(LS_INFO) << " -- short DTLS read. flushing";
451 LOG(LS_VERBOS
[all...]
H A Dnssstreamadapter.cc47 LOG(LS_ERROR) \
110 LOG(LS_INFO) <<
116 LOG(LS_ERROR) << "Write error";
383 LOG(LS_ERROR) << "Error enabling security on SSL Socket";
390 LOG(LS_ERROR) << "Error disabling SSL2";
399 LOG(LS_ERROR) << "Error disabling cache";
406 LOG(LS_ERROR) << "Error enabling tickets";
414 LOG(LS_ERROR) << "Error disabling renegotiation";
421 LOG(LS_ERROR) << "Error disabling false start";
450 LOG(LS_INF
[all...]
H A Dautodetectproxy.cc44 LOG(LS_INFO) << "GetProxySettingsForUrl(" << server_url_ << ") - start";
46 LOG(LS_INFO) << "GetProxySettingsForUrl - stop";
50 LOG(LS_WARNING) << "AutoDetectProxy removing http prefix on proxy host";
53 LOG(LS_INFO) << "AutoDetectProxy found proxy at " << proxy_.address;
55 LOG(LS_INFO) << "AutoDetectProxy initiating proxy classification";
118 LOG(LS_SENSITIVE) << agent << " " << next << " " << type << " "
131 LOG(LS_VERBOSE) << "Resolved " << proxy_.address << " to "
138 LOG(LS_INFO) << "Failed to resolve " << resolver_->address();
152 LOG(LS_VERBOSE) << "AutoDetectProxy connecting to "
189 LOG(LS_VERBOS
[all...]
/external/chromium_org/chrome/browser/extensions/
H A Dapp_process_apitest.cc71 LOG(INFO) << "Start of test.";
93 LOG(INFO) << "Nav 1.";
104 LOG(INFO) << "New tab.";
107 LOG(INFO) << "Nav 2.";
127 LOG(INFO) << "WindowOpenHelper 1.";
129 LOG(INFO) << "End of test.";
148 LOG(INFO) << "Start of test.";
158 LOG(INFO) << "Loaded extension.";
173 LOG(INFO) << "Nav 1.";
182 LOG(INF
[all...]
H A Dexternal_registry_loader_win.cc92 LOG(ERROR) << "Unable to read registry key at path (HKLM & HKCU): "
101 LOG(ERROR) << "Invalid id value " << id
128 LOG(ERROR) << "Missing value " << kRegistryExtensionPath
135 LOG(ERROR) << "File path " << extension_path_str
142 LOG(ERROR) << "File " << extension_path_str
149 LOG(ERROR) << "File " << extension_path_str
160 LOG(ERROR) << "Missing value " << kRegistryExtensionVersion
167 LOG(ERROR) << "Invalid version value " << extension_version
/external/chromium_org/third_party/webrtc/sound/
H A Dalsasoundsystem.cc100 LOG(LS_ERROR) << "snd_pcm_avail_update(): " << GetError(frames);
110 LOG(LS_ERROR) << "snd_pcm_wait(): " << GetError(ready);
117 LOG(LS_WARNING) << "Timeout while waiting on stream";
123 LOG(LS_ERROR) << "snd_pcm_avail_update(): " << GetError(frames);
129 LOG(LS_WARNING) << "Spurious wake-up";
142 LOG(LS_ERROR) << "snd_pcm_delay(): " << GetError(err);
166 LOG(LS_ERROR) << "Unable to recover from \"" << GetError(error) << "\": "
176 LOG(LS_ERROR) << "snd_pcm_start(): " << GetError(err);
188 LOG(LS_ERROR) << "snd_pcm_drop(): " << GetError(err);
193 LOG(LS_ERRO
[all...]
/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_zip.cpp112 LOG("%s: The size %ld of %s is too large to map\n",
137 LOG("%s: Failed to find end of central directory in %s\n",
151 LOG("%s: Found out of range offset %u for start of directory in %s\n",
158 LOG("%s: Found out of range offset %u for end of directory in %s\n",
173 LOG("%s: Failed to find central directory header marker in %s. "
198 LOG("%s: Failed to find local file header marker in %s. "
222 LOG("%s: Did not find all the expected entries in the central directory. "
227 LOG("%s: There are %d extra bytes at the end of the central directory.\n",
231 LOG("%s: Did not find %s in %s\n", __FUNCTION__, filename, zip_file);
/external/chromium_org/tools/android/forwarder2/
H A Ddevice_controller.cc34 LOG(INFO) << "Listening on Unix Domain Socket " << adb_unix_socket;
70 LOG(INFO) << "Received exit notification";
81 LOG(ERROR) << "Invalid command received.";
90 LOG(WARNING) << "Already forwarding port " << port
109 LOG(INFO) << "Forwarding device port " << listener_port << " to host.";
114 LOG(ERROR) << "Data Connection command received, but "
124 LOG(INFO) << "Unmapping port " << port;
126 LOG(ERROR) << "No listener found for port " << port;
135 LOG(ERROR) << "Invalid command received. Port: " << port
/external/chromium_org/cloud_print/common/win/
H A Dinstall_utils.cc59 LOG(ERROR) << "Unable to open key";
72 LOG(ERROR) << "Unable to get version string";
79 LOG(ERROR) << "Unable to set registry keys";
85 LOG(ERROR) << message;
90 LOG(ERROR) << "Unable to open key";
97 LOG(ERROR) << "Unable to set registry keys";
102 LOG(ERROR) << cloud_print::GetErrorMessage(hr);
107 LOG(ERROR) << "Unable to open key";
113 LOG(ERROR) << "Unable to set registry keys";
122 LOG(ERRO
[all...]
/external/chromium_org/ui/base/resource/
H A Ddata_pack.cc121 LOG(ERROR) << "Bad data pack version: got " << version << ", expected "
135 LOG(ERROR) << "Bad data pack text encoding: got " << text_encoding_type_
148 LOG(ERROR) << "Data pack file corruption: too short for number of "
161 LOG(ERROR) << "Entry #" << i << " in data pack points off end of file. "
205 LOG(ERROR) << "Entry #" << entry_index << " in data pack points off end "
243 LOG(ERROR) << "Failed to write file version";
252 LOG(ERROR) << "Failed to write entry count";
259 LOG(ERROR) << "Invalid text encoding type, got " << textEncodingType
267 LOG(ERROR) << "Failed to write file text resources encoding";
281 LOG(ERRO
[all...]
/external/chromium_org/base/process/
H A Dprocess_iterator_freebsd.cc29 LOG(ERROR) << "failed to get the size needed for the process list";
43 LOG(ERROR) << "failed to get the process list";
57 LOG(ERROR) << "failed to collect the process list in a few tries";
78 LOG(ERROR) << "failed to figure out the buffer size for a command line";
85 LOG(ERROR) << "failed to fetch a commandline";
95 LOG(ERROR) << "command line data didn't match expected format";
/external/chromium_org/chrome/browser/media/
H A Dwebrtc_browsertest_common.cc50 LOG(ERROR)
64 LOG(ERROR)
74 LOG(ERROR)
114 LOG(ERROR) << "Failed to execute javascript " << javascript;
125 LOG(ERROR) << "Failed to sleep.";
128 LOG(ERROR)
/external/chromium_org/device/hid/
H A Ddevice_monitor_linux.cc33 LOG(ERROR) << "Failed to create udev.";
38 LOG(ERROR) << "Failed to create udev monitor.";
44 LOG(ERROR) << "Failed to start udev monitoring.";
50 LOG(ERROR) << "Failed to start udev monitoring.";
101 LOG(ERROR) << "Failed to enumerate devices.";
106 LOG(ERROR) << "Failed to enumerate devices.";
/external/iproute2/examples/
H A Ddhcp-client-script22 LOG () {
23 echo LOG $* ;
131 LOG DelINETAddr $*
136 LOG ifconfig $addrid down
152 LOG AddINETAddr $*
164 LOG ifconfig $addrid $2 $mask_arg $brd_arg up
175 LOG AddDefaultRoutes $*
177 LOG route add default gw $router
190 LOG DelDefaultRoutes $*
193 LOG rout
[all...]
/external/chromium_org/chrome/browser/net/
H A Dfirefox_proxy_settings.cc45 LOG(ERROR) << "Unknown Firefox proxy config type: " << type;
57 LOG(ERROR) << "Unknown Firefox proxy config type: " << type;
88 LOG(ERROR) << "Invalid key found in Firefox pref file '" <<
95 LOG(ERROR) << "Invalid value found in Firefox pref file '" <<
101 LOG(ERROR) << "Invalid value found in Firefox pref file '" <<
135 LOG(ERROR) << "Invalid value found in Firefox pref file '"
261 LOG(ERROR) << "Failed to retrieve Firefox proxy autoconfig URL";
268 LOG(ERROR) << "Failed to retrieve Firefox proxy HTTP host";
271 LOG(ERROR) << "Failed to retrieve Firefox proxy HTTP port";
274 LOG(ERRO
[all...]
/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_capture_impl.cc51 LOG(LS_WARNING) << "ViECapture released too many times.";
83 LOG(LS_INFO) << "AllocateCaptureDevice " << unique_idUTF8;
106 LOG(LS_INFO) << "External capture device allocated: " << capture_id;
118 LOG(LS_INFO) << "External capture device, by module, allocated: "
125 LOG(LS_INFO) << "ReleaseCaptureDevice " << capture_id;
139 LOG(LS_INFO) << "Connect capture id " << capture_id
152 LOG(LS_ERROR) << "Channel doesn't exist.";
157 LOG(LS_ERROR) << "Can't connect capture device to a receive device.";
163 LOG(LS_ERROR) << "Channel already connected to capture device.";
181 LOG(LS_INF
[all...]
/external/chromium_org/chrome/common/extensions/api/networking_private/
H A Dnetworking_private_crypto_nss.cc57 LOG(ERROR) << "Failed to parse certificate.";
73 LOG(ERROR) << "Failed to parse certificate.";
88 LOG(ERROR) << "Certificate is not issued by the trusted CA.";
96 LOG(ERROR) << "Certificate does not have common name.";
105 LOG(ERROR) << "MAC addresses don't match.";
113 LOG(ERROR) << "Unable to extract public key from certificate.";
131 LOG(ERROR) << "Signed blobs did not match.";
150 LOG(ERROR) << "Failed to parse public key.";
158 LOG(ERROR) << "Too much data to encrypt.";
170 LOG(ERRO
[all...]
/external/chromium_org/remoting/host/
H A Daudio_capturer_win.cc67 LOG(ERROR) << "Failed to create IMMDeviceEnumerator. Error " << hr;
76 LOG(ERROR) << "Failed to get IMMDevice. Error " << hr;
86 LOG(ERROR) << "Failed to get an IAudioClient. Error " << hr;
93 LOG(ERROR) << "IAudioClient::GetDevicePeriod failed. Error " << hr;
106 LOG(ERROR) << "Failed to get WAVEFORMATEX. Error " << hr;
116 LOG(ERROR) << "Host sampling rate is neither 44.1 kHz nor 48 kHz.";
137 LOG(ERROR) << "Host sampling rate is neither 44.1 kHz nor 48 kHz.";
154 LOG(ERROR) << "Failed to force 16-bit samples";
160 LOG(ERROR) << "Failed to force 16-bit PCM";
174 LOG(ERRO
[all...]
/external/chromium_org/components/policy/core/common/cloud/
H A Dcloud_policy_validator.cc223 LOG(ERROR) << "Error in policy blob."
233 LOG(ERROR) << "Failed to parse policy response";
279 LOG(ERROR) << "Policy is missing public_key_verification_signature";
290 LOG(ERROR) << "Signature verification failed";
318 LOG(ERROR) << "Policy does not contain a domain";
357 LOG(ERROR) << "New public key rotation signature verification failed";
362 LOG(ERROR) << "New public key root verification failed";
370 LOG(ERROR) << "Policy signature validation failed";
382 LOG(ERROR) << "Initial policy signature validation failed";
387 LOG(ERRO
[all...]
/external/chromium_org/chrome/browser/printing/
H A Dprinter_manager_dialog_linux.cc46 LOG(ERROR) << "Failed to detect the command to open printer config dialog";
54 LOG(ERROR) << "Failed to open printer manager dialog ";
/external/chromium_org/chrome/browser/safe_browsing/
H A Dlocal_safebrowsing_test_server.cc29 LOG(ERROR) << "Failed to get DIR_SOURCE_ROOT";
48 LOG(ERROR) << "Cannot find pyproto dir for generated code.";
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
H A Ddisplay_overscan_handler.cc108 LOG(ERROR) << "Can't find ID";
114 LOG(ERROR) << "Invalid parameter: " << id_value;
150 LOG(ERROR) << "The first argument must be orientation";
154 LOG(ERROR) << "The second argument must be a numeric";
169 LOG(ERROR) << "The orientation must be '" << kOrientationHorizontal
181 LOG(ERROR) << "The first argument must be orientation";
185 LOG(ERROR) << "The second argument must be a numeric";
200 LOG(ERROR) << "The orientation must be '" << kOrientationHorizontal
/external/chromium_org/chrome/installer/util/
H A Ddelete_reg_key_work_item.cc41 LOG(ERROR) << "Failed to backup destination for registry key copy.";
71 LOG(ERROR) << "Failed to restore key in rollback.";

Completed in 3720 milliseconds

1234567891011>>