OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LOG
(Results
126 - 150
of
2830
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/third_party/libjingle/source/talk/base/
nssstreamadapter.cc
64
LOG
(LS_ERROR) \
126
LOG
(LS_INFO) <<
132
LOG
(LS_ERROR) << "Write error";
399
LOG
(LS_ERROR) << "Error enabling security on SSL Socket";
406
LOG
(LS_ERROR) << "Error disabling SSL2";
415
LOG
(LS_ERROR) << "Error disabling cache";
422
LOG
(LS_ERROR) << "Error enabling tickets";
430
LOG
(LS_ERROR) << "Error disabling renegotiation";
437
LOG
(LS_ERROR) << "Error disabling false start";
466
LOG
(LS_INFO) << "BeginSSL:
[
all
...]
autodetectproxy.cc
61
LOG
(LS_INFO) << "GetProxySettingsForUrl(" << server_url_ << ") - start";
63
LOG
(LS_INFO) << "GetProxySettingsForUrl - stop";
67
LOG
(LS_WARNING) << "AutoDetectProxy removing http prefix on proxy host";
70
LOG
(LS_INFO) << "AutoDetectProxy found proxy at " << proxy_.address;
72
LOG
(LS_INFO) << "AutoDetectProxy initiating proxy classification";
133
//
Log
the gathered data at a
log
level that will never actually be enabled
135
LOG
(LS_SENSITIVE) << agent << " " << next << " " << type << " "
148
LOG
(LS_VERBOSE) << "Resolved " << proxy_.address << " to "
155
LOG
(LS_INFO) << "Failed to resolve " << resolver_->address()
[
all
...]
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
dtlstransport.h
82
LOG
(LS_WARNING) << "Local fingerprint does not match identity";
86
LOG
(LS_WARNING)
103
LOG
(LS_INFO) << "Local and Remote description must be set before "
147
LOG
(LS_ERROR) << "Offerer must use actpass value for setup attribute";
156
LOG
(LS_ERROR) << "Answerer must use either active or passive value "
164
LOG
(LS_ERROR) << "Offerer must use actpass value for setup attribute";
172
LOG
(LS_ERROR) << "Answerer must use either active or passive value "
184
LOG
(LS_ERROR)
223
LOG
(LS_INFO) << "Failed to set ssl role for the channel.";
/external/chromium_org/tools/android/forwarder2/
device_controller.cc
34
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/ui/gl/
gl_surface_wgl.cc
80
LOG
(ERROR) << "GetModuleHandleEx failed.";
97
LOG
(ERROR) << "RegisterClass failed.";
112
LOG
(ERROR) << "CreateWindow failed.";
120
LOG
(ERROR) << "Unable to get the pixel format for GL context.";
126
LOG
(ERROR) << "Unable to set the pixel format for temporary GL context.";
170
LOG
(ERROR) << "Failed to create temporary context.";
174
LOG
(ERROR) << "Failed to make temporary GL context current.";
211
LOG
(ERROR) << "GetClientRect failed.\n";
230
LOG
(ERROR) << "CreateWindow failed.\n";
238
LOG
(ERROR) << "Unable to get device context for window."
[
all
...]
gl_surface_egl.cc
118
LOG
(ERROR) << "OZONE failed to initialize hardware";
128
LOG
(ERROR) << "eglGetDisplay failed with error " << GetLastEGLErrorString();
133
LOG
(ERROR) << "eglInitialize failed with error " << GetLastEGLErrorString();
163
LOG
(ERROR) << "eglChooseConfig failed with error "
169
LOG
(ERROR) << "No suitable EGL configs found.";
178
LOG
(ERROR) << "eglChooseConfig failed with error "
261
LOG
(ERROR) << "Trying to create surface without window.";
266
LOG
(ERROR) << "Trying to create surface with invalid display.";
285
LOG
(ERROR) << "eglCreateWindowSurface failed with error "
308
LOG
(ERROR) << "eglDestroySurface failed with error
[
all
...]
/external/chromium_org/base/process/
process_iterator_freebsd.cc
27
LOG
(ERROR) << "failed to get the size needed for the process list";
41
LOG
(ERROR) << "failed to get the process list";
55
LOG
(ERROR) << "failed to collect the process list in a few tries";
76
LOG
(ERROR) << "failed to figure out the buffer size for a command line";
83
LOG
(ERROR) << "failed to fetch a commandline";
93
LOG
(ERROR) << "command line data didn't match expected format";
/external/chromium_org/content/renderer/media/
video_source_handler.cc
85
LOG
(ERROR) << "VideoSourceHandler::Close - Failed to get the video source "
92
LOG
(ERROR) << "VideoSourceHandler::Close - Failed to find receiver that "
114
LOG
(ERROR) << "GetFirstVideoSource - invalid url: " << url;
122
LOG
(ERROR) << "GetFirstVideoSource - MediaStreamExtraData is NULL.";
127
LOG
(ERROR) << "GetFirstVideoSource - native stream is NULL.";
133
LOG
(ERROR) << "GetFirstVideoSource - stream has no video track.";
/external/chromium_org/net/disk_cache/simple/
simple_version_upgrade.cc
28
LOG
(ERROR) << "Failed to upgrade Simple Cache from version: " << version;
46
LOG
(ERROR) << "Failed to write fake index file: "
158
LOG
(ERROR) << "File structure does not match the disk cache backend.";
165
LOG
(ERROR) << "Inconsistent cache version.";
184
LOG
(ERROR) << "Failed to write a new fake index.";
189
LOG
(ERROR) << "Failed to replace the fake index.";
/frameworks/base/core/java/com/android/internal/http/multipart/
FilePart.java
39
import org.apache.commons.logging.
Log
;
68
/**
Log
object for this class. */
69
private static final
Log
LOG
= LogFactory.getLog(FilePart.class);
191
LOG
.trace("enter sendDispositionHeader(OutputStream out)");
210
LOG
.trace("enter sendData(OutputStream out)");
216
LOG
.debug("No data to send.");
239
LOG
.trace("enter getSource()");
250
LOG
.trace("enter lengthOfData()");
/external/iproute2/examples/
dhcp-client-script
17
exec >> /var/
log
/DHS.
log
2>&1
22
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 $route
[
all
...]
/external/chromium_org/chrome/browser/net/
firefox_proxy_settings.cc
45
LOG
(ERROR) << "Unknown Firefox proxy config type: " << type;
57
LOG
(ERROR) << "Unknown Firefox proxy config type: " << type;
87
LOG
(ERROR) << "Invalid key found in Firefox pref file '" <<
94
LOG
(ERROR) << "Invalid value found in Firefox pref file '" <<
100
LOG
(ERROR) << "Invalid value found in Firefox pref file '" <<
134
LOG
(ERROR) << "Invalid value found in Firefox pref file '"
260
LOG
(ERROR) << "Failed to retrieve Firefox proxy autoconfig URL";
267
LOG
(ERROR) << "Failed to retrieve Firefox proxy HTTP host";
270
LOG
(ERROR) << "Failed to retrieve Firefox proxy HTTP port";
273
LOG
(ERROR) << "Failed to retrieve Firefox proxy SSL host"
[
all
...]
/external/chromium_org/components/policy/core/common/cloud/
cloud_policy_validator.cc
172
LOG
(ERROR) << "Error in policy blob."
182
LOG
(ERROR) << "Failed to parse policy response";
220
LOG
(ERROR) << "New public key signature verification failed";
228
LOG
(ERROR) << "Policy signature validation failed";
240
LOG
(ERROR) << "Initial policy signature validation failed";
250
LOG
(ERROR) << "Wrong policy type " << policy_data_->policy_type();
260
LOG
(ERROR) << "Wrong settings_entity_id "
274
LOG
(ERROR) << "Policy timestamp missing";
283
LOG
(ERROR) << "Policy too old: " << policy_data_->timestamp();
288
LOG
(ERROR) << "Policy from the future: " << policy_data_->timestamp()
[
all
...]
/external/chromium/chrome/browser/importer/
firefox_proxy_settings.cc
43
LOG
(ERROR) << "Unknown Firefox proxy config type: " << type;
55
LOG
(ERROR) << "Unknown Firefox proxy config type: " << type;
176
LOG
(ERROR) << "Failed to retrieve Firefox proxy autoconfig URL";
183
LOG
(ERROR) << "Failed to retrieve Firefox proxy HTTP host";
186
LOG
(ERROR) << "Failed to retrieve Firefox proxy HTTP port";
189
LOG
(ERROR) << "Failed to retrieve Firefox proxy SSL host";
191
LOG
(ERROR) << "Failed to retrieve Firefox proxy SSL port";
193
LOG
(ERROR) << "Failed to retrieve Firefox proxy FTP host";
195
LOG
(ERROR) << "Failed to retrieve Firefox proxy SSL port";
197
LOG
(ERROR) << "Failed to retrieve Firefox proxy gopher host"
[
all
...]
/external/chromium_org/remoting/host/
audio_capturer_win.cc
67
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
(ERROR) << "Failed to initialize IAudioClient. Error " << hr
[
all
...]
/external/chromium_org/ui/base/resource/
data_pack.cc
114
LOG
(ERROR) << "Bad data pack version: got " << version << ", expected "
128
LOG
(ERROR) << "Bad data pack text encoding: got " << text_encoding_type_
140
LOG
(ERROR) << "Data pack file corruption: too short for number of "
153
LOG
(ERROR) << "Entry #" << i << " in data pack points off end of file. "
224
LOG
(ERROR) << "Failed to write file version";
233
LOG
(ERROR) << "Failed to write entry count";
240
LOG
(ERROR) << "Invalid text encoding type, got " << textEncodingType
248
LOG
(ERROR) << "Failed to write file text resources encoding";
262
LOG
(ERROR) << "Failed to write id for " << resource_id;
268
LOG
(ERROR) << "Failed to write offset for " << resource_id
[
all
...]
/external/chromium/base/memory/
scoped_temp_dir.cc
15
LOG
(WARNING) << "Could not delete temp dir in dtor.";
70
LOG
(ERROR) << "ScopedTempDir unable to delete " << path_.value();
/external/chromium/chrome/browser/policy/
policy_path_parser_posix.cc
30
LOG
(ERROR) << "Username variable can not be resolved. ";
39
LOG
(ERROR) << "Machine name variable can not be resolved.";
/external/chromium/net/base/
cert_database_mac.cc
31
LOG
(ERROR) << "CertDatabase couldn't find private key for user cert";
56
LOG
(ERROR) << "CertDatabase failed to add cert to keychain: " << err;
/external/chromium/sdch/open-vcdiff/src/
decodetable.h
112
LOG
(DFATAL) << "Internal error: last_instruction_start past end of "
118
LOG
(DFATAL) << "Internal error: two pending instructions in a row "
/external/chromium_org/chrome/browser/extensions/
external_registry_loader_win.cc
83
LOG
(ERROR) << "Unable to read registry key at path (HKLM & HKCU): "
92
LOG
(ERROR) << "Invalid id value " << id
112
LOG
(ERROR) << "Missing value " << kRegistryExtensionPath
119
LOG
(ERROR) << "File path " << extension_path_str
126
LOG
(ERROR) << "File " << extension_path_str
133
LOG
(ERROR) << "File " << extension_path_str
144
LOG
(ERROR) << "Missing value " << kRegistryExtensionVersion
151
LOG
(ERROR) << "Invalid version value " << extension_version
/external/chromium_org/chrome/browser/printing/
printer_manager_dialog_linux.cc
46
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/
local_safebrowsing_test_server.cc
28
LOG
(ERROR) << "Failed to get DIR_SOURCE_ROOT";
49
LOG
(ERROR) << "Cannot find pyproto dir for generated code.";
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
display_overscan_handler.cc
101
LOG
(ERROR) << "Can't find ID";
107
LOG
(ERROR) << "Invalid parameter: " << id_value;
143
LOG
(ERROR) << "The first argument must be orientation";
147
LOG
(ERROR) << "The second argument must be a numeric";
162
LOG
(ERROR) << "The orientation must be '" << kOrientationHorizontal
174
LOG
(ERROR) << "The first argument must be orientation";
178
LOG
(ERROR) << "The second argument must be a numeric";
193
LOG
(ERROR) << "The orientation must be '" << kOrientationHorizontal
/external/chromium_org/chrome/renderer/safe_browsing/
features.cc
25
// In this case, we'll
log
to a histogram so we can see that this is
27
LOG
(ERROR) << "Not adding feature: " << name << " because the "
35
LOG
(ERROR) << "Not adding feature: " << name << " because the value "
Completed in 1049 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>