Searched refs:VLOG (Results 1 - 25 of 902) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/installer/util/
H A Dconditional_work_item_list.cc17 VLOG(1) << "Evaluating " << log_message_ << " condition...";
19 VLOG(1) << "Beginning conditional work item list";
22 VLOG(1) << "No work to do in condition work item list "
28 VLOG(1) << "Rolling back conditional list " << log_message_;
/external/chromium_org/chrome/common/safe_browsing/
H A Dzip_analyzer.cc20 VLOG(1) << "Failed to open zip file";
27 VLOG(1) << "Could not advance to next entry, aborting zip scan.";
31 VLOG(1) << "Failed to open current entry in zip file";
41 VLOG(2) << "Downloaded a zipped executable: " << file.value();
46 VLOG(3) << "Ignoring non-binary file: " << file.value();
/external/chromium_org/chrome/browser/media/
H A Dtest_license_server.cc29 VLOG(0) << "License server is not supported on current platform.";
35 VLOG(0) << "Could not get server command line to launch.";
39 VLOG(0) << "Starting test license server " <<
43 VLOG(0) << "Failed to start test license server!";
53 VLOG(0) << "Killing license server.";
60 VLOG(1) << "Kill failed?!";
/external/chromium_org/chromecast/media/cma/base/
H A Dcma_logging.h13 #define CMALOG(loglevel) VLOG(loglevel)
/external/chromium_org/mojo/shell/
H A Dtest_child_process.cc22 VLOG(2) << "TestChildProcess::Main()";
/external/chromium_org/ppapi/proxy/
H A Daudio_buffer_resource.cc34 VLOG(1) << "Buffer is invalid";
42 VLOG(1) << "Buffer is invalid";
50 VLOG(1) << "Buffer is invalid";
58 VLOG(1) << "Buffer is invalid";
66 VLOG(1) << "Buffer is invalid";
74 VLOG(1) << "Buffer is invalid";
82 VLOG(1) << "Buffer is invalid";
90 VLOG(1) << "Buffer is invalid";
/external/chromium_org/net/tools/flip_server/
H A Dflip_config.cc44 VLOG(1) << "Attempting to listen on " << listen_ip_.c_str() << ":"
75 VLOG(1) << "Listening on socket: ";
77 VLOG(1) << "\tType : Proxy";
79 VLOG(1) << "\tType : SPDY Server";
81 VLOG(1) << "\tType : HTTP Server";
82 VLOG(1) << "\tIP : " << listen_ip_;
83 VLOG(1) << "\tPort : " << listen_port_;
84 VLOG(1) << "\tHTTP Server : " << http_server_ip_ << ":" << http_server_port_;
85 VLOG(1) << "\tHTTPS Server : " << https_server_ip_ << ":"
87 VLOG(
[all...]
H A Dsm_connection.cc67 VLOG(2) << log_prefix_ << ACCEPTOR_CLIENT_IDENT
74 VLOG(2) << log_prefix_ << ACCEPTOR_CLIENT_IDENT << "EnqueueDataFrame: "
113 VLOG(1) << log_prefix_ << ACCEPTOR_CLIENT_IDENT
117 VLOG(1) << log_prefix_ << ACCEPTOR_CLIENT_IDENT
128 VLOG(2) << log_prefix_ << ACCEPTOR_CLIENT_IDENT
166 VLOG(1) << "setsockopt(CORK): " << errno;
173 VLOG(1) << "setsockopt(CORK): " << errno;
191 VLOG(2) << "SSLWrite(" << chunksize << " bytes): " << rv;
246 VLOG(2) << log_prefix_ << ACCEPTOR_CLIENT_IDENT << "Cleanup: " << cleanup;
258 VLOG(
[all...]
/external/chromium_org/media/tools/player_x11/
H A Ddata_source_logger.cc12 VLOG(1) << "Read(" << position << ", " << size << ") -> " << result;
24 VLOG(1) << "Stop()";
31 VLOG(1) << "Read(" << position << ", " << size << ")";
38 VLOG(1) << "GetSize() -> " << (success ? "true" : "false")
45 VLOG(1) << "IsStreaming() -> true (overridden)";
50 VLOG(1) << "IsStreaming() -> " << (streaming ? "true" : "false");
55 VLOG(1) << "SetBitrate(" << bitrate << ")";
/external/chromium_org/ppapi/thunk/
H A Dppb_audio_config_thunk.cc19 VLOG(4) << "PPB_AudioConfig::CreateStereo16Bit()";
29 VLOG(4) << "PPB_AudioConfig::RecommendSampleFrameCount()";
37 VLOG(4) << "PPB_AudioConfig::RecommendSampleFrameCount()";
47 VLOG(4) << "PPB_AudioConfig::IsAudioConfig()";
53 VLOG(4) << "PPB_AudioConfig::GetSampleRate()";
61 VLOG(4) << "PPB_AudioConfig::GetSampleFrameCount()";
69 VLOG(4) << "PPB_AudioConfig::RecommendSampleRate()";
H A Dppb_image_data_thunk.cc23 VLOG(4) << "PPB_ImageData::GetNativeImageDataFormat()";
28 VLOG(4) << "PPB_ImageData::IsImageDataFormatSupported()";
36 VLOG(4) << "PPB_ImageData::Create()";
47 VLOG(4) << "PPB_ImageData::IsImageData()";
53 VLOG(4) << "PPB_ImageData::Describe()";
63 VLOG(4) << "PPB_ImageData::Map()";
71 VLOG(4) << "PPB_ImageData::Unmap()";
H A Dppb_video_frame_thunk.cc20 VLOG(4) << "PPB_VideoFrame::IsVideoFrame()";
26 VLOG(4) << "PPB_VideoFrame::GetTimestamp()";
34 VLOG(4) << "PPB_VideoFrame::SetTimestamp()";
42 VLOG(4) << "PPB_VideoFrame::GetFormat()";
50 VLOG(4) << "PPB_VideoFrame::GetSize()";
58 VLOG(4) << "PPB_VideoFrame::GetDataBuffer()";
66 VLOG(4) << "PPB_VideoFrame::GetDataBufferSize()";
H A Dppb_audio_buffer_thunk.cc20 VLOG(4) << "PPB_AudioBuffer::IsAudioBuffer()";
26 VLOG(4) << "PPB_AudioBuffer::GetTimestamp()";
34 VLOG(4) << "PPB_AudioBuffer::SetTimestamp()";
42 VLOG(4) << "PPB_AudioBuffer::GetSampleRate()";
50 VLOG(4) << "PPB_AudioBuffer::GetSampleSize()";
58 VLOG(4) << "PPB_AudioBuffer::GetNumberOfChannels()";
66 VLOG(4) << "PPB_AudioBuffer::GetNumberOfSamples()";
74 VLOG(4) << "PPB_AudioBuffer::GetDataBuffer()";
82 VLOG(4) << "PPB_AudioBuffer::GetDataBufferSize()";
H A Dppb_device_ref_dev_thunk.cc20 VLOG(4) << "PPB_DeviceRef_Dev::IsDeviceRef()";
26 VLOG(4) << "PPB_DeviceRef_Dev::GetType()";
34 VLOG(4) << "PPB_DeviceRef_Dev::GetName()";
H A Dppb_url_response_info_thunk.cc20 VLOG(4) << "PPB_URLResponseInfo::IsURLResponseInfo()";
27 VLOG(4) << "PPB_URLResponseInfo::GetProperty()";
35 VLOG(4) << "PPB_URLResponseInfo::GetBodyAsFileRef()";
H A Dppb_camera_capabilities_private_thunk.cc21 VLOG(4) << "PPB_CameraCapabilities_Private::Create()";
29 VLOG(4) << "PPB_CameraCapabilities_Private::IsCameraCapabilities()";
37 VLOG(4) << "PPB_CameraCapabilities_Private::GetSupportedPreviewSizes()";
47 VLOG(4) << "PPB_CameraCapabilities_Private::GetSupportedJpegSizes()";
H A Dppb_find_private_thunk.cc19 VLOG(4) << "PPB_Find_Private::SetPluginToHandleFindRequests()";
29 VLOG(4) << "PPB_Find_Private::NumberOfFindResultsChanged()";
37 VLOG(4) << "PPB_Find_Private::SelectedFindResultChanged()";
47 VLOG(4) << "PPB_Find_Private::SetTickmarks()";
H A Dppb_media_stream_audio_track_thunk.cc21 VLOG(4) << "PPB_MediaStreamAudioTrack::IsMediaStreamAudioTrack()";
29 VLOG(4) << "PPB_MediaStreamAudioTrack::Configure()";
42 VLOG(4) << "PPB_MediaStreamAudioTrack::GetAttrib()";
50 VLOG(4) << "PPB_MediaStreamAudioTrack::GetId()";
58 VLOG(4) << "PPB_MediaStreamAudioTrack::HasEnded()";
68 VLOG(4) << "PPB_MediaStreamAudioTrack::GetBuffer()";
78 VLOG(4) << "PPB_MediaStreamAudioTrack::RecycleBuffer()";
86 VLOG(4) << "PPB_MediaStreamAudioTrack::Close()";
H A Dppb_network_list_thunk.cc20 VLOG(4) << "PPB_NetworkList::IsNetworkList()";
26 VLOG(4) << "PPB_NetworkList::GetCount()";
34 VLOG(4) << "PPB_NetworkList::GetName()";
42 VLOG(4) << "PPB_NetworkList::GetType()";
50 VLOG(4) << "PPB_NetworkList::GetState()";
60 VLOG(4) << "PPB_NetworkList::GetIpAddresses()";
68 VLOG(4) << "PPB_NetworkList::GetDisplayName()";
76 VLOG(4) << "PPB_NetworkList::GetMTU()";
/external/chromium_org/chromeos/dbus/
H A Dfake_bluetooth_gatt_descriptor_service_provider.cc26 VLOG(1) << "Creating Bluetooth GATT descriptor: " << object_path_.value();
46 VLOG(1) << "Cleaning up Bluetooth GATT descriptor: "
58 VLOG(1) << "Sent descriptor value changed: " << object_path_.value()
65 VLOG(1) << "GATT descriptor value Get request: " << object_path_.value()
76 VLOG(1) << "GATT characteristic for descriptor does not exist: "
82 VLOG(1) << "GATT descriptor not registered.";
96 VLOG(1) << "GATT descriptor value Set request: " << object_path_.value()
107 VLOG(1) << "GATT characteristic for descriptor does not exist: "
113 VLOG(1) << "GATT descriptor not registered.";
H A Dfake_bluetooth_agent_service_provider.cc18 VLOG(1) << "Creating Bluetooth Agent: " << object_path_.value();
27 VLOG(1) << "Cleaning up Bluetooth Agent: " << object_path_.value();
36 VLOG(1) << object_path_.value() << ": Release";
43 VLOG(1) << object_path_.value() << ": RequestPinCode for "
51 VLOG(1) << object_path_.value() << ": DisplayPincode " << pincode << " for "
59 VLOG(1) << object_path_.value() << ": RequestPasskey for "
67 VLOG(1) << object_path_.value() << ": DisplayPasskey " << passkey
76 VLOG(1) << object_path_.value() << ": RequestConfirmation " << passkey
84 VLOG(1) << object_path_.value() << ": RequestAuthorization for "
93 VLOG(
[all...]
/external/chromium_org/content/shell/tools/
H A Dcontent_shell_crash_service.cc29 VLOG(1) << "session start. cmdline is [" << cmd_line << "]";
35 VLOG(1) << "ready to process crash requests";
40 VLOG(1) << "session end. return code is " << retv;
/external/chromium_org/chrome/browser/chromeos/login/session/
H A Dkiosk_auto_launcher_session_manager_delegate.cc31 VLOG(1) << "Kiosk app auto launch >> login-prompt-visible";
/external/chromium_org/content/browser/renderer_host/
H A Dsocket_stream_host.cc40 VLOG(1) << "SocketStreamHost: render_frame_id=" << render_frame_id
56 VLOG(1) << "SocketStreamHost destructed socket_id=" << socket_id_;
63 VLOG(1) << "SocketStreamHost::Connect url=" << url;
75 VLOG(1) << "SocketStreamHost::SendData";
80 VLOG(1) << "SocketStreamHost::Close";
87 VLOG(1) << "SocketStreamHost::CancelWithError: error=" << error;
94 VLOG(1) << "SocketStreamHost::CancelWithSSLError";
101 VLOG(1) << "SocketStreamHost::ContinueDespiteError";
/external/chromium_org/ppapi/generators/test_thunk/
H A Dsimple_thunk.cc22 VLOG(4) << "PPB_Simple::Create()";
30 VLOG(4) << "PPB_Simple::IsSimple()";
36 VLOG(4) << "PPB_Simple::PostMessage()";
44 VLOG(4) << "PPB_Simple::DoUint32Instance()";
52 VLOG(4) << "PPB_Simple::DoUint32Instance()";
60 VLOG(4) << "PPB_Simple::DoUint32Resource()";
68 VLOG(4) << "PPB_Simple::DoUint32ResourceNoErrors()";
76 VLOG(4) << "PPB_Simple::OnFailure12()";

Completed in 1680 milliseconds

1234567891011>>