/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/ |
webrtcvoiceengine.cc | 310 LOG(LS_ERROR) << "Unable to start soundclip"; 364 LOG(LS_VERBOSE) << "WebRtcVoiceEngine::WebRtcVoiceEngine"; 419 LOG(LS_WARNING) << "Codec parameter \"maxaveragebitrate\" has an " 427 LOG(LS_INFO) << "WebRtc VoiceEngine codecs:"; 453 LOG(LS_INFO) << ToString(codec); 473 LOG(LS_WARNING) << "Unexpected codec: " << ToString(voe_codec); 482 LOG(LS_VERBOSE) << "WebRtcVoiceEngine::~WebRtcVoiceEngine"; 505 LOG(LS_INFO) << "WebRtcVoiceEngine::Init"; 508 LOG(LS_INFO) << "WebRtcVoiceEngine::Init Done!"; 510 LOG(LS_ERROR) << "WebRtcVoiceEngine::Init failed" [all...] |
/external/chromium_org/chrome/browser/password_manager/ |
native_backend_kwallet_x.cc | 69 LOG(WARNING) << "Invalid KWallet entry detected (realm: " << realm << ")"; 81 LOG(ERROR) << "Failed to deserialize URL."; 196 LOG(ERROR) << "Error contacting klauncher to start kwalletd"; 206 LOG(ERROR) << "Error reading response from klauncher to start kwalletd: " 211 LOG(ERROR) << "Error launching kwalletd: error '" << error << "' " 228 LOG(ERROR) << "Error contacting kwalletd (isEnabled)"; 234 LOG(ERROR) << "Error reading response from kwalletd (isEnabled): " 252 LOG(ERROR) << "Error contacting kwalletd (networkWallet)"; 257 LOG(ERROR) << "Error reading response from kwalletd (networkWallet): " 357 LOG(ERROR) << "Error contacting kwalletd (entryList)" [all...] |
/external/chromium_org/third_party/libjingle/source/talk/base/ |
openssladapter.cc | 317 LOG(LS_INFO) << "BeginSSL: " << ssl_host_name_; 376 LOG(LS_ERROR) << "TLS post connection check failed"; 388 LOG(LS_INFO) << " -- onStreamReadable"; 390 LOG(LS_INFO) << " -- onStreamWriteable"; 401 LOG(LS_WARNING) << "ContinueSSL -- error " << code; 410 LOG(LS_WARNING) << "OpenSSLAdapter::Error(" 420 LOG(LS_INFO) << "Cleanup"; 444 //LOG(LS_INFO) << "OpenSSLAdapter::Send(" << cb << ")"; 472 //LOG(LS_INFO) << " -- success"; 475 //LOG(LS_INFO) << " -- error want read" [all...] |
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/ |
sampler_test.cc | 81 #undef LOG // defined in base/logging.h 83 // newline at the end of the previous log message, which is good enough :-) 84 #define LOG(level) std::cerr << "\n" 177 ad_sum += (2*i + 1) * log(random_sample[i] * (1 - random_sample[n-1-i])); 190 LOG(INFO) << StringPrintf("AD stat = %f, n=%d\n", ad_statistic, n); 204 LOG(INFO) << StringPrintf("Testing the AD test. n=%d, ad_stat = %f", 214 LOG(INFO) << "x= " << x << " adpv= " 248 LOG(INFO) << StringPrintf("pvalue for AndersonDarlingTest " 291 LOG(INFO) << StringPrintf("pvalue for geometric AndersonDarlingTest " 322 LOG(INFO) << current_value [all...] |
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/ |
sampler_test.cc | 81 #undef LOG // defined in base/logging.h 83 // newline at the end of the previous log message, which is good enough :-) 84 #define LOG(level) std::cerr << "\n" 177 ad_sum += (2*i + 1) * log(random_sample[i] * (1 - random_sample[n-1-i])); 190 LOG(INFO) << StringPrintf("AD stat = %f, n=%d\n", ad_statistic, n); 204 LOG(INFO) << StringPrintf("Testing the AD test. n=%d, ad_stat = %f", 214 LOG(INFO) << "x= " << x << " adpv= " 248 LOG(INFO) << StringPrintf("pvalue for AndersonDarlingTest " 291 LOG(INFO) << StringPrintf("pvalue for geometric AndersonDarlingTest " 322 LOG(INFO) << current_value [all...] |
/external/chromium/chrome/browser/chromeos/input_method/ |
xkeyboard.cc | 110 LOG(ERROR) << "NULL display_ is passed"; 194 LOG(ERROR) << "Failed to set auto-repeat rate"; 243 LOG(WARNING) << "Set layout: " << layout_to_set; 280 LOG(ERROR) << "Failed to execute setxkbmap: " << layout_to_set; 298 LOG(ERROR) << "OnSetLayoutFinish: execute_queue_ is empty. " 324 LOG(ERROR) << "Invalid layout_name: " << layout_name; 330 LOG(ERROR) << "Invalid layout_name: " << layout_name; 354 LOG(ERROR) << "We don't support remaping " 359 LOG(ERROR) << ModifierKeyToString(modifier_map[i].original) 369 LOG(ERROR) << "Incomplete ModifierMap: size=" << modifier_map.size() [all...] |
/external/chromium/chrome/browser/extensions/ |
external_extension_provider_impl.cc | 75 LOG(WARNING) << "Malformed extension dictionary: key " 81 LOG(WARNING) << "Malformed extension dictionary: key " 97 LOG(WARNING) << "Malformed extension dictionary for extension: " 104 LOG(WARNING) << "Malformed extension dictionary for extension: " 113 LOG(WARNING) << "This provider does not support installing external " 119 LOG(WARNING) << "Path traversal not allowed in path: " 130 LOG(WARNING) << "File path " << external_crx.c_str() 140 LOG(WARNING) << "Malformed extension dictionary for extension: " 150 LOG(WARNING) << "This provider does not support installing external " 156 LOG(WARNING) << "Malformed extension dictionary for extension: [all...] |
/external/chromium_org/chrome/browser/sync/test/integration/ |
passwords_helper.cc | 146 LOG(ERROR) << "Password forms in Verifier Profile:"; 149 LOG(ERROR) << *it << std::endl; 151 LOG(ERROR) << "Password forms in Profile" << index << ":"; 154 LOG(ERROR) << *it << std::endl; 167 LOG(ERROR) << "Password forms in Profile" << index_a << ":"; 170 LOG(ERROR) << *it << std::endl; 172 LOG(ERROR) << "Password forms in Profile" << index_b << ":"; 175 LOG(ERROR) << *it << std::endl; 184 LOG(ERROR) << "Profile " << i << " does not contain the same password" 195 LOG(ERROR) << "Profile " << i << " does not contain the same password [all...] |
/external/chromium_org/media/audio/alsa/ |
alsa_util.cc | 24 LOG(WARNING) << "PcmOpen: " << device_name << "," 33 LOG(WARNING) << "PcmSetParams: " << device_name << ", " 38 LOG(WARNING) << "Unable to close audio device. Leaking handle."; 88 LOG(ERROR) << "PcmClose: " << device_name << ", " 121 LOG(ERROR) << "MixerOpen: " << device_name << ", " 129 LOG(ERROR) << "MixerAttach, " << control_name << ", " 137 LOG(ERROR) << "MixerElementRegister: " << control_name << ", " 158 LOG(WARNING) << "MixerDetach: " << control_name << ", " 165 LOG(WARNING) << "MixerClose: " << wrapper->StrError(error); 176 LOG(ERROR) << "MixerLoad: " << wrapper->StrError(error) [all...] |
/external/chromium_org/remoting/host/setup/ |
daemon_controller_delegate_linux.cc | 80 LOG(ERROR) << "Refusing to run script as root."; 85 LOG(ERROR) << "GetScriptPath() failed."; 102 LOG(ERROR) << "Failed to run command: " 109 LOG(ERROR) << "Timeout exceeded for command: " 182 LOG(ERROR) << "Failed to add user to chrome-remote-desktop group."; 191 LOG(ERROR) << "Failed to create config directory " << config_dir.value(); 200 LOG(ERROR) << "Failed to update config file."; 222 LOG(ERROR) << "Failed to update config file."; 266 LOG(ERROR) << "Failed to run \"" << command_line.GetCommandLineString() 273 LOG(ERROR) << "Received invalid host version number: " << version [all...] |
/external/chromium_org/ui/gl/ |
gl_surface_x11.cc | 58 LOG(ERROR) << "GLSurfaceGLX::InitializeOneOff failed."; 64 LOG(ERROR) << "NativeViewGLSurfaceOSMesa::InitializeOneOff failed."; 70 LOG(ERROR) << "GLSurfaceEGL::InitializeOneOff failed."; 98 LOG(ERROR) << "XOpenDisplay failed."; 115 LOG(ERROR) << "XCreateGC failed."; 148 LOG(ERROR) << "XGetWindowAttributes failed for window " << window_ << "."; 169 LOG(ERROR) << "XCreatePixmap failed."; 176 LOG(ERROR) << "XCreateGC failed"; 192 LOG(ERROR) << "XGetWindowAttributes failed for window " << window_ << "."; 234 LOG(ERROR) << "XGetWindowAttributes failed for window " << window_ << "." [all...] |
/frameworks/base/core/java/com/android/internal/http/multipart/ |
Part.java | 38 import org.apache.commons.logging.Log; 54 /** Log object for this class. */ 55 private static final Log LOG = LogFactory.getLog(Part.class); 204 LOG.trace("enter sendStart(OutputStream out)"); 217 LOG.trace("enter sendDispositionHeader(OutputStream out)"); 230 LOG.trace("enter sendContentTypeHeader(OutputStream out)"); 252 LOG.trace("enter sendTransferEncodingHeader(OutputStream out)"); 267 LOG.trace("enter sendEndOfHeader(OutputStream out)"); 293 LOG.trace("enter sendEnd(OutputStream out)") [all...] |
/art/runtime/jdwp/ |
jdwp_socket.cc | 86 LOG(ERROR) << "JDWP net startup failed (req port=" << options->port << ")"; 94 LOG(INFO) << "JDWP will wait for debugger on port " << port; 96 LOG(INFO) << "JDWP will " << (options->server ? "listen" : "connect") << " on port " << port; 281 LOG(WARNING) << "gethostbyname_r('" << options->host << "') failed: " << hstrerror(error); 299 LOG(INFO) << "Connecting out to " << inet_ntoa(addr.addrInet.sin_addr) << ":" << ntohs(addr.addrInet.sin_port); 320 LOG(INFO) << "Connection established to " << options->host << " (" << inet_ntoa(addr.addrInet.sin_addr) << ":" << ntohs(addr.addrInet.sin_port) << ")"; 386 LOG(INFO) << "NOTE: entering select w/o wakepipe"; 417 LOG(ERROR) << "Exit wake set, but not exiting?"; 419 LOG(DEBUG) << "Got wake-up signal, bailing out of select"; 424 LOG(INFO) << "Ignoring second debugger -- accepting and dropping" [all...] |
/external/chromium/chrome/browser/sync/engine/ |
syncer_proto_util.cc | 110 LOG(WARNING) << "Expected a birthday on first sync."; 121 LOG(WARNING) << "No birthday in server response?"; 126 LOG(WARNING) << "Birthday changed, showing syncer stuck"; 156 LOG(WARNING) << "Error posting from syncer:" << http_response; 229 LOG(WARNING) << "Sync protocol out-of-date. The server is using a more " 236 LOG(WARNING) << "Client silenced by server."; 249 LOG(WARNING) << "SyncerProtoUtil: Authentication expired."; 272 LOG(WARNING) << "ctime mismatch"; 280 LOG(WARNING) << "Client name mismatch"; 284 LOG(WARNING) << "Parent ID mismatch" [all...] |
/external/chromium_org/chrome/browser/extensions/api/networking_private/ |
networking_private_crypto.cc | 83 LOG(ERROR) << "Failed to parse certificate."; 101 LOG(ERROR) << "Failed to parse certificate."; 116 LOG(ERROR) << "Certificate is not issued by the trusted CA."; 124 LOG(ERROR) << "Certificate does not have common name."; 133 LOG(ERROR) << "MAC addresses don't match."; 141 LOG(ERROR) << "Unable to extract public key from certificate."; 154 LOG(ERROR) << "Signed blobs did not match."; 174 LOG(ERROR) << "Failed to parse public key."; 182 LOG(ERROR) << "Too much data to encrypt."; 194 LOG(ERROR) << "Error during encryption." [all...] |
/external/chromium_org/third_party/libjingle/source/talk/media/devices/ |
linuxdevicemanager.cc | 113 LOG(LS_ERROR) << "Can't enumerate devices"; 163 LOG(LS_ERROR) << "Failed to read V4L2 device meta " << device_meta_path; 215 LOG(LS_INFO) << "Trying " + meta_file_path; 221 LOG(LS_INFO) << "Trying " << meta_file_path; 226 LOG(LS_INFO) << "Trying " << meta_file_path; 232 LOG(LS_ERROR) 236 LOG(LS_INFO) << "Name for " << device_file_name << " is " << device_name; 242 LOG(LS_INFO) << ("Enumerating V4L2 devices"); 262 LOG(LS_INFO) << "V4L2 device metadata found at " << metadata_dir; 277 LOG(LS_ERROR) << "Unable to detect v4l2 metadata directory" [all...] |
/external/chromium_org/cloud_print/virtual_driver/win/install/ |
setup.cc | 69 LOG(ERROR) << "Unable to get system path."; 82 LOG(ERROR) << "Unable to get windows path."; 108 LOG(ERROR) << "Unable to get port monitor target path."; 115 LOG(ERROR) << "Unable copy port monitor dll from " << 126 LOG(ERROR) << "Can't find regsvr32.exe."; 145 LOG(ERROR) << "Unable to launch regsvr32.exe."; 152 LOG(ERROR) << "Unable to get regsvr32.exe exit code."; 156 LOG(ERROR) << "Regsvr32.exe failed with " << exit_code; 166 LOG(ERROR) << "Unable to delete " << target_path.value(); 264 LOG(WARNING) << "File is missing: " << file_path.BaseName().value() [all...] |
/external/chromium_org/third_party/libjingle/source/talk/sound/ |
pulseaudiosoundsystem.cc | 96 LOG(LS_VERBOSE) << "Configuring latency = " << attr->tlength << ", minreq = " 158 LOG(LS_ERROR) << "Can't disconnect stream"; 180 LOG(LS_ERROR) << "Can't query latency"; 298 LOG(LS_ERROR) << "Did not receive GetVolumeCallback"; 358 LOG(LS_ERROR) << "Did not receive GetSourceChannelCountCallback"; 373 LOG(LS_ERROR) << "pa_context_set_source_volume_by_index()"; 443 LOG(LS_ERROR) << "Can't read data!"; 473 LOG(LS_ERROR) << "Can't ack read data"; 487 LOG(LS_ERROR) << "Can't read data!"; 511 LOG(LS_WARNING) << "Buffer overflow on capture stream " << stream [all...] |
/external/chromium/chrome/browser/chromeos/ |
audio_mixer_alsa.cc | 142 LOG(WARNING) << "Got request to set volume to NaN"; 274 LOG(ERROR) << "ALSA mixer " << card << " open error: " << snd_strerror(err); 279 LOG(ERROR) << "ALSA Attach to card " << card << " failed: " 295 LOG(WARNING) << "ALSA PCM open: " << snd_strerror(err); 299 LOG(ERROR) << "ALSA mixer register error: " << snd_strerror(err); 305 LOG(ERROR) << "ALSA mixer " << card << " load error: %s" 320 LOG(WARNING) << "snd_mixer_selem_get_playback_dB_range() failed " 328 LOG(ERROR) << "Cannot find 'Master' ALSA mixer element on " << card; 339 LOG(WARNING) << "snd_mixer_selem_get_playback_dB_range() failed for PCM: " 444 LOG(ERROR) << "ALSA unable to find simple control [all...] |
system_access.cc | 49 const char* kVpdTool[] = { "cat", "/var/log/vpd_2.0.txt" }; 89 LOG(ERROR) << "GetTimezoneID: Cannot read timezone symlink " 97 LOG(ERROR) << "GetTimezoneID: Timezone symlink is wrong " 116 LOG(ERROR) << "SetTimezoneID: Cannot find timezone file " 127 LOG(ERROR) << "SetTimezoneID: Unable to create symlink " 134 LOG(ERROR) << "SetTimezoneID: Unable to move symlink " 181 LOG(ERROR) << "Got an empty string for timezone, default to " << id;
|
/external/chromium_org/content/zygote/ |
zygote_linux.cc | 169 LOG(WARNING) << "Error parsing message from browser"; 183 LOG(WARNING) << "Error parsing reap request from browser"; 189 LOG(ERROR) << "Child not found!"; 218 LOG(ERROR) << "Zygote::GetTerminationStatus for unknown PID " 257 LOG(WARNING) << "Error parsing GetTerminationStatus request " 301 LOG(ERROR) << "Failed to create dummy FD"; 305 LOG(ERROR) << "Failed to get inode for dummy FD"; 309 LOG(ERROR) << "Failed to create pipe"; 339 LOG(FATAL) << "Failed to synchronise with parent zygote process"; 342 LOG(FATAL) << "Invalid pid from parent zygote" [all...] |
/art/compiler/dex/quick/ |
codegen_util.cc | 92 LOG(FATAL) << "Oat: invalid memref kind - " << mem_type; 124 LOG(INFO) << "-------- method entry " 128 LOG(INFO) << "-------- Method_Exit"; 131 LOG(INFO) << "-------- BARRIER"; 134 LOG(INFO) << "-------- entry offset: 0x" << std::hex << dest; 140 LOG(INFO) << "-------- dalvik offset: 0x" << std::hex 144 LOG(INFO) << "-------- exit offset: 0x" << std::hex << dest; 147 LOG(INFO) << reinterpret_cast<uintptr_t>(base_addr) + offset << " (0x" << std::hex 151 LOG(INFO) << "Exception_Handling:"; 155 LOG(INFO) << "L" << reinterpret_cast<void*>(lir) << ":" [all...] |
/external/chromium/net/test/ |
test_server_posix.cc | 73 LOG(ERROR) << "Failed to poll for the child file descriptor."; 122 LOG(WARNING) << "Failed to clean up older orphaned testserver instances."; 128 LOG(ERROR) << "Failed to launch " << python_command.command_line_string() 146 LOG(ERROR) << "Could not read server_data_len"; 153 LOG(ERROR) << "Could not read server_data (" << server_data_len 159 LOG(ERROR) << "Could not parse server_data: " << server_data;
|
/external/chromium/sdch/open-vcdiff/src/ |
vcdiffengine.cc | 47 LOG(DFATAL) << "Init() called twice for same VCDiffEngine object" 54 LOG(DFATAL) << "Creation of dictionary hash failed" << LOG_ENDL; 58 LOG(DFATAL) << "RollingHash initialization failed" << LOG_ENDL; 143 LOG(DFATAL) << "Internal error in VCDiffEngine::Encode: " 157 LOG(DFATAL) << "Internal error: VCDiffEngine::Encode() " 179 LOG(DFATAL) << "Instantiation of target hash failed" << LOG_ENDL;
|
/external/chromium_org/chrome/browser/extensions/api/log_private/ |
syslog_parser.cc | 44 LOG(ERROR) 54 LOG(ERROR) 59 LOG(ERROR) 77 LOG(ERROR) << "Error when parsing time"; 98 LOG(ERROR) << "Error when parsing time"; 115 LOG(ERROR)
|