Searched refs:LOG (Results 201 - 225 of 2400) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Drtpdataengine.cc151 LOG(LS_WARNING) << "Failed to SetRecvCodecs because of unknown codec: "
163 LOG(LS_WARNING) <<
179 LOG(LS_WARNING) << "Not adding data send stream '" << stream.id
192 LOG(LS_INFO) << "Added data send stream '" << stream.id
216 LOG(LS_WARNING) << "Not adding data recv stream '" << stream.id
223 LOG(LS_INFO) << "Added data recv stream '" << stream.id
238 // LOG(LS_WARNING) << "Could not read rtp header from packet of length "
246 // LOG(LS_WARNING) << "Could not read rtp header"
255 LOG(LS_WARNING) << "Not receiving packet "
265 // LOG(LS_WARNIN
[all...]
/external/chromium_org/base/i18n/
H A Dicu_util.cc71 LOG(ERROR) << "Couldn't mmap icu data file";
97 LOG(ERROR) << "Failed to load " << ICU_UTIL_DATA_SHARED_MODULE_NAME;
103 LOG(ERROR) << ICU_UTIL_DATA_SYMBOL << ": not found in "
144 LOG(ERROR) << ICU_UTIL_DATA_FILE_NAME << " not found in bundle";
149 LOG(ERROR) << "Couldn't mmap " << data_path.AsUTF8Unsafe();
/external/chromium_org/chrome/browser/chromeos/policy/
H A Duser_policy_disk_cache.cc61 LOG(WARNING) << "Failed to read policy data from "
69 LOG(WARNING) << "Failed to parse policy data read from "
117 LOG(WARNING) << "Failed to serialize policy data";
125 LOG(WARNING) << "Failed to create directory "
135 LOG(WARNING) << "Failed to write " << backing_file_path_.value();
/external/chromium_org/chromeos/login/auth/
H A Donline_attempt.cc85 LOG(ERROR) << "Login attempt canceled!?!? Trying again.";
89 LOG(ERROR) << "Login attempt canceled again? Already retried...";
98 LOG(WARNING) << "Rejecting valid HOSTED account.";
105 LOG(WARNING) << "Two factor authenticated. Sync will not work.";
139 LOG(WARNING) << "Canceling ClientLogin attempt.";
/external/chromium_org/net/quic/
H A Dquic_server.cc74 LOG(ERROR) << "Listen() failed: " << ErrorToString(rc);
83 LOG(ERROR) << "SetReceiveBufferSize() failed: " << ErrorToString(rc);
89 LOG(ERROR) << "SetSendBufferSize() failed: " << ErrorToString(rc);
95 LOG(ERROR) << "GetLocalAddress() failed: " << ErrorToString(rc);
165 LOG(ERROR) << "QuicServer read failed: " << ErrorToString(result);
/external/chromium_org/remoting/codec/
H A Daudio_decoder_opus.cc43 LOG(ERROR) << "Failed to create OPUS decoder; Error code: " << error;
64 LOG(WARNING) << "Unsupported OPUS parameters: "
82 LOG(WARNING) << "Received an audio packet with encoding "
87 LOG(WARNING) << "Received an packet with too many frames.";
122 LOG(ERROR) << "Failed decoding Opus frame. Error code: " << result;
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dtransportdescriptionfactory.cc109 LOG(LS_WARNING) << "Failed to create TransportDescription answer "
139 LOG(LS_WARNING) << "Failed to create TransportDescription answer "
150 LOG(LS_ERROR) << "Cannot create identity digest with no identity";
159 LOG(LS_ERROR) << "Failed to retrieve the certificate's digest algorithm";
166 LOG(LS_ERROR) << "Failed to create identity fingerprint, alg="
/external/chromium_org/third_party/webrtc/system_wrappers/interface/
H A Dlogging.h22 // LOG(...) an ostream target that can be used to send formatted
29 // There are several variations on the LOG macro which facilitate logging
32 // LOG(sev) logs the given stream at severity "sev", which must be a
35 // LOG_V(sev) Like LOG(), but sev is a run-time variable of the LoggingSeverity
37 // LOG_F(sev) Like LOG(), but includes the name of the current function.
94 #ifndef LOG
123 #define LOG(sev) \ macro
135 #define LOG_F(sev) LOG(sev) << __PRETTY_FUNCTION__ << ": "
137 #define LOG_F(sev) LOG(sev) << __FUNCTION__ << ": "
147 #define LOG_FERR0(sev, func) LOG(se
[all...]
/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_external_codec_impl.cc45 LOG(LS_WARNING) << "ViEExternalCodec released too many times.";
64 LOG(LS_INFO) << "Register external encoder for channel " << video_channel
84 LOG(LS_INFO) << "Deregister external encoder for channel " << video_channel;
106 LOG(LS_INFO) << "Register exrernal decoder for channel " << video_channel
129 LOG(LS_INFO) << "DeRegisterExternalReceiveCodec for channel " << video_channel
/external/chromium_org/tools/android/forwarder2/
H A Ddevice_listener.cc28 LOG(ERROR) << "Device could not bind and listen to local port "
87 LOG(INFO) << "Received exit notification, stopped accepting clients.";
91 LOG(WARNING) << "Could not Accept in ListenerSocket.";
100 LOG(ERROR) << "Host could not connect to server.";
103 LOG(ERROR) << "Adb Control connection lost. "
/external/chromium_org/win8/metro_driver/ime/
H A Dtext_service.cc100 LOG(ERROR) << "QueryFrom failed. hr = " << hr;
108 LOG(ERROR) << "ITfCompartment::GetCompartment failed. hr = " << hr;
116 LOG(ERROR) << "ITfCompartment::SetValue failed. hr = " << hr;
127 LOG(ERROR) << "QueryFrom failed. hr = " << hr;
135 LOG(ERROR) << "ITfCompartment::GetCompartment failed. hr = " << hr;
143 LOG(ERROR) << "ITfCompartment::SetValue failed. hr = " << hr;
151 LOG(ERROR) << "ITfCompartment::GetCompartment failed. hr = " << hr;
159 LOG(ERROR) << "ITfCompartment::SetValue failed. hr = " << hr;
199 LOG(ERROR) << "QueryFrom failed, hr = " << hr;
204 LOG(ERRO
[all...]
/external/openfst/src/include/fst/
H A Dicu.h43 LOG(ERROR) << "UTF8StringToLabels: continuation byte as lead byte";
51 LOG(ERROR) << "UTF8StringToLabels: truncated utf-8 byte sequence";
56 LOG(ERROR) << "UTF8StringToLabels: missing/invalid continuation byte";
64 LOG(ERROR) << "UTF8StringToLabels: Invalid character found: " << c;
79 LOG(ERROR) << "LabelsToUTF8String: Invalid character found: " << code;
/external/openfst/src/lib/
H A Dsymbol-table-ops.cc103 LOG(ERROR) << "FstReadSymbols: Can't open file " << filename;
108 LOG(ERROR) << "FstReadSymbols: Couldn't read header from " << filename;
114 LOG(ERROR) << "FstReadSymbols: Could not read input symbols from "
126 LOG(ERROR) << "FstReadSymbols: Could not read output symbols from "
135 LOG(ERROR) << "FstReadSymbols: The file " << filename
/external/chromium_org/chrome/browser/mac/
H A Drelauncher.cc87 LOG(ERROR) << "No CHILD_PROCESS_EXE";
153 LOG(ERROR) << "base::LaunchProcess failed";
169 LOG(ERROR) << "read: unexpected result " << read_result;
198 LOG(ERROR) << "unexpected parent_pid";
231 LOG(ERROR) << "kevent (monitor): unexpected result " << events;
239 LOG(ERROR) << "kevent (monitor): unexpected event, filter " << event.filter
276 LOG(ERROR) << "relauncher process invoked with unexpected arguments";
289 LOG(ERROR) << "CFArrayCreateMutable";
330 LOG(ERROR) << "base::SysUTF8ToCFStringRef failed for " << arg;
339 LOG(ERRO
[all...]
/external/chromium_org/third_party/webrtc/base/
H A Ddbus.cc42 LOG(LS_WARNING) << "Failed to load dbus-glib symbol table.";
155 LOG(LS_ERROR) << "DBus monitoring setup failed.";
178 LOG(LS_ERROR) << "g_idle_source_new() failed.";
195 LOG(LS_ERROR) << "DBusSigFilter list corrupted.";
206 LOG(LS_ERROR) << "dbus_connection_add_filter() failed."
222 LOG(LS_ERROR) << "DBusSigFilter list corrupted.";
240 LOG(LS_ERROR) << "dbus_g_bus_get_private() unable to get connection.";
244 LOG(LS_ERROR) << "dbus_g_connection_get_connection() returns NULL. "
352 LOG(LS_ERROR) << "g_main_context_new() failed.";
358 LOG(LS_ERRO
[all...]
H A Dlogging_unittest.cc31 LOG(LS_INFO) << "INFO";
32 LOG(LS_VERBOSE) << "VERBOSE";
55 LOG(LS_INFO) << "INFO";
56 LOG(LS_VERBOSE) << "VERBOSE";
82 LOG(LS_SENSITIVE) << "LOG";
128 LOG(LS_SENSITIVE) << message;
136 LOG(LS_INFO) << "Average log time: " << TimeDiff(finish, start) << " us";
H A Doptionsfile.cc107 LOG(LS_WARNING) << "Ignoring operation for illegal option " << name;
118 LOG(LS_WARNING) << "Ignoring operation for illegal value " << value;
127 LOG(LS_VERBOSE) << "OptionsFile::GetStringValue "
142 LOG(LS_VERBOSE) << "OptionsFile::GetIntValue "
156 LOG(LS_VERBOSE) << "OptionsFile::SetStringValue "
167 LOG(LS_VERBOSE) << "OptionsFile::SetIntValue "
176 LOG(LS_VERBOSE) << "OptionsFile::RemoveValue " << option;
/external/chromium_org/chrome/browser/extensions/
H A Dconvert_web_app.cc93 LOG(ERROR) << "Could not get path to profile temporary directory.";
99 LOG(ERROR) << "Could not create temporary directory.";
125 LOG(ERROR) << "Could not serialize manifest.";
132 LOG(ERROR) << "Could not create icons directory.";
146 LOG(ERROR) << "Could not create icon file.";
153 LOG(ERROR) << "Could not write icon file.";
167 LOG(ERROR) << error;
/external/chromium_org/media/cdm/ppapi/external_clear_key/
H A Dlibvpx_cdm_video_decoder.cc45 LOG(ERROR) << "Initialize(): invalid video decoder configuration.";
50 LOG(ERROR) << "Initialize(): Already initialized.";
65 LOG(ERROR) << "InitializeLibvpx(): vpx_codec_dec_init failed, ret="
117 LOG(ERROR) << "DecodeFrameLibvpx(): vpx_codec_decode failed, status="
129 LOG(ERROR) << "DecodeFrameLibvpx() invalid output timestamp.";
135 LOG(ERROR) << "DecodeFrameLibvpx() could not copy vpx image to output "
158 LOG(ERROR) << "CopyVpxImageTo() CdmHost::Allocate failed.";
/external/chromium_org/net/test/spawned_test_server/
H A Dlocal_test_server_win.cc37 LOG(WARNING) << "Timeout reached; unblocking pipe by writing "
69 LOG(ERROR) << "ReadFile returned invalid byte count: " << num_bytes;
78 LOG(ERROR) << "Timeout exceeded for ReadData";
184 LOG(ERROR) << "Failed to launch " << python_command.GetCommandLineString();
198 LOG(ERROR) << "Could not read server_data_len";
204 LOG(ERROR) << "Could not read server_data (" << server_data_len
210 LOG(ERROR) << "Could not parse server_data: " << server_data;
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dsymbol-table.cpp38 LOG(ERROR) << "SymbolTable::ReadText: Can't open symbol file: "
54 LOG(ERROR) << "SymbolTable::ReadText: Bad number of columns (skipping), "
63 LOG(ERROR) << "SymbolTable::ReadText: Bad non-negative integer \""
107 LOG(ERROR) << "SymbolTable::Read: read failed";
124 LOG(ERROR) << "SymbolTable::Read: read failed";
142 LOG(ERROR) << "SymbolTable::Write: write failed";
156 LOG(ERROR) << "SymbolTable::WriteText: write failed";
/external/chromium_org/content/browser/geolocation/
H A Dwifi_data_provider_linux.cc129 LOG(WARNING) << "Could not enumerate access points";
153 LOG(WARNING) << "Failed to get the device type for "
160 LOG(WARNING) << "Unexpected response for " << device_type << ": "
185 LOG(WARNING) << "Failed to get the device list";
191 LOG(WARNING) << "Unexpected response: " << response->ToString();
213 LOG(WARNING) << "Failed to get access points data for "
220 LOG(WARNING) << "Unexpected response for " << adapter_path.value() << ": "
246 LOG(WARNING) << "Unexpected response for " << access_point_path.value()
253 LOG(WARNING) << "Unexpected response for " << access_point_path.value()
269 LOG(WARNIN
[all...]
/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_library_list.cpp179 LOG("%s: for %s (ref_count=%d)\n",
234 LOG("%s: lib_name='%s'\n", __FUNCTION__, lib_name);
263 LOG("%s: Loading system library '%s'\n", __FUNCTION__, lib_name);
275 LOG("%s: System library %s loaded at %p\n", __FUNCTION__, lib_name, wrap);
276 LOG(" name=%s\n", wrap->GetName());
286 LOG("%s: Looking through the search path list\n", __FUNCTION__);
304 LOG("%s: Full library path: %s\n", __FUNCTION__, full_path.c_str());
316 LOG("%s: Loading dependencies of %s\n", __FUNCTION__, base_name);
334 LOG("%s: Dependencies loaded for %s\n", __FUNCTION__, base_name);
336 LOG("
[all...]
/external/chromium_org/net/android/
H A Dkeystore_unittest.cc117 LOG(ERROR) << "Could not open private key file: " << filename;
123 LOG(ERROR) << "Could not load public key file: " << filename
139 LOG(ERROR) << "Can't get PKCS#8 private key from EVP_PKEY: "
166 LOG(ERROR) << "Could not open public key file: " << filename;
171 LOG(ERROR) << "Could not load public key file: " << filename
234 LOG(ERROR) << "Could not get ECDSA public key: "
249 LOG(ERROR) << "ECDSA_verify() failed: " << GetOpenSSLErrorString();
275 LOG(ERROR) << "Could not get RSA from EVP_PKEY: "
287 LOG(ERROR) << "RSA_sign() failed: " << GetOpenSSLErrorString();
297 LOG(ERRO
[all...]
/external/chromium_org/ui/gl/
H A Dgl_surface_egl.cc123 LOG(ERROR) << "eglGetDisplay failed with error " << GetLastEGLErrorString();
128 LOG(ERROR) << "eglInitialize failed with error " << GetLastEGLErrorString();
159 LOG(ERROR) << "eglChooseConfig failed with error "
165 LOG(ERROR) << "No suitable EGL configs found.";
174 LOG(ERROR) << "eglChooseConfig failed with error "
311 LOG(ERROR) << "Trying to create surface with invalid display.";
337 LOG(ERROR) << "eglCreateWindowSurface failed with error "
360 LOG(ERROR) << "eglDestroySurface failed with error "
402 LOG(ERROR) << "eglChooseConfig failed with error "
413 LOG(ERRO
[all...]

Completed in 2646 milliseconds

1234567891011>>