Searched refs:DLOG_IF (Results 1 - 25 of 84) sorted by relevance

1234

/external/chromium_org/ppapi/host/
H A Dresource_message_handler.cc49 DLOG_IF(WARNING, reply_context.params.result() != PP_OK)
/external/chromium_org/content/renderer/media/
H A Dcdm_session_adapter.cc147 DLOG_IF(WARNING, !session) << __FUNCTION__ << " for unknown session "
156 DLOG_IF(WARNING, !session) << __FUNCTION__ << " for unknown session "
166 DLOG_IF(WARNING, !session) << __FUNCTION__ << " for unknown session "
174 DLOG_IF(WARNING, !session) << __FUNCTION__ << " for unknown session "
182 DLOG_IF(WARNING, !session) << __FUNCTION__ << " for unknown session "
194 DLOG_IF(WARNING, !session) << __FUNCTION__ << " for unknown session "
/external/chromium_org/media/midi/
H A Dmidi_manager_win.cc90 DLOG_IF(ERROR, result != MMSYSERR_NOERROR)
140 DLOG_IF(ERROR, result != MMSYSERR_NOERROR)
245 DLOG_IF(ERROR, result != MMSYSERR_NOERROR)
254 DLOG_IF(ERROR, result != MMSYSERR_NOERROR)
258 DLOG_IF(ERROR, result != MMSYSERR_NOERROR)
319 DLOG_IF(ERROR, result != MMSYSERR_NOERROR)
331 DLOG_IF(ERROR, result != MMSYSERR_NOERROR)
440 DLOG_IF(ERROR, result != MMSYSERR_NOERROR)
443 DLOG_IF(ERROR, result != MMSYSERR_NOERROR)
470 DLOG_IF(ERRO
[all...]
/external/chromium_org/chrome/installer/util/
H A Dregistry_test_data.cc29 DLOG_IF(DFATAL, result != ERROR_SUCCESS)
73 DLOG_IF(DFATAL, result != ERROR_SUCCESS)
H A Dadvanced_firewall_manager_win.cc84 DLOG_IF(ERROR, FAILED(hr)) << logging::SystemErrorCodeToString(hr);
167 DLOG_IF(ERROR, FAILED(hr)) << logging::SystemErrorCodeToString(hr);
/external/chromium_org/media/audio/openbsd/
H A Daudio_manager_openbsd.cc100 DLOG_IF(ERROR, !device_id.empty()) << "Not implemented!";
123 DLOG_IF(ERROR, !output_device_id.empty()) << "Not implemented!";
/external/chromium_org/chrome/browser/media/
H A Dmedia_stream_device_permissions.cc72 DLOG_IF(ERROR, !pattern.IsValid()) << "Invalid URL pattern: " << value;
/external/chromium_org/media/audio/win/
H A Daudio_low_latency_input_win.cc147 DLOG_IF(ERROR, !opened_) << "Open() has not been called successfully";
169 DLOG_IF(ERROR, FAILED(hr)) << "Failed to start input streaming.";
222 DLOG_IF(ERROR, !opened_) << "Open() has not been called successfully";
237 DLOG_IF(ERROR, !opened_) << "Open() has not been called successfully";
245 DLOG_IF(WARNING, FAILED(hr)) << "Failed to set new input master volume.";
263 DLOG_IF(WARNING, FAILED(hr)) << "Failed to get input master volume.";
277 DLOG_IF(WARNING, FAILED(hr)) << "Failed to get input master volume.";
437 DLOG_IF(ERROR, FAILED(hr)) << "Failed to release capture buffer";
642 DLOG_IF(ERROR, hr == S_FALSE) << "Format is not supported "
/external/chromium_org/sql/
H A Dconnection.cc317 DLOG_IF(FATAL, !poisoned_) << "Cannot preload null db";
385 DLOG_IF(FATAL, !poisoned_) << "Cannot raze null db";
494 DLOG_IF(FATAL, !poisoned_) << "Cannot raze null db";
505 DLOG_IF(FATAL, !poisoned_) << "Cannot raze null db";
526 DLOG_IF(FATAL, !poisoned_) << "Cannot poison null db";
588 DLOG_IF(FATAL, !poisoned_) << "Rolling back a nonexistent transaction";
605 DLOG_IF(FATAL, !poisoned_) << "Rolling back a nonexistent transaction";
656 DLOG_IF(FATAL, !poisoned_) << "Illegal use of connection without a db";
664 DLOG_IF(FATAL, !poisoned_) << "Illegal use of connection without a db";
683 DLOG_IF(FATA
[all...]
/external/chromium_org/media/audio/cras/
H A Daudio_manager_cras.cc111 DLOG_IF(ERROR, !device_id.empty()) << "Not implemented!";
133 DLOG_IF(ERROR, !output_device_id.empty()) << "Not implemented!";
/external/chromium_org/components/signin/core/browser/
H A Dtest_signin_client.cc105 DLOG_IF(WARNING, signin_host_id_ != kInvalidProcessId)
H A Dsignin_manager_base.cc72 DLOG_IF(ERROR, !gaia::AreEmailsSame(username, authenticated_username_))
/external/chromium_org/media/audio/android/
H A Daudio_manager_android.cc203 DLOG_IF(ERROR, !device_id.empty()) << "Not implemented!";
217 DLOG_IF(ERROR, !device_id.empty()) << "Not implemented!";
226 DLOG_IF(ERROR, device_id.empty()) << "Invalid device ID!";
272 DLOG_IF(ERROR, !output_device_id.empty()) << "Not implemented!";
/external/chromium_org/net/quic/
H A Dquic_sent_entropy_manager.cc89 DLOG_IF(WARNING, entropy_hash != expected_entropy_hash)
/external/chromium_org/net/spdy/
H A Dspdy_frame_builder.h77 DLOG_IF(DFATAL, SpdyConstants::GetFrameMaximumSize(version_) < length_)
/external/chromium_org/base/
H A Dlogging_unittest.cc78 DLOG_IF(INFO, true) << mock_log_source.Log();
144 DLOG_IF(INFO, true) << mock_log_source.Log();
180 DLOG_IF(INFO, debug_only_variable) << "test";
/external/chromium_org/content/renderer/pepper/
H A Dhost_globals.cc218 DLOG_IF(ERROR, !CheckIdType(module, ppapi::PP_ID_TYPE_MODULE))
229 DLOG_IF(ERROR, !CheckIdType(module, ppapi::PP_ID_TYPE_MODULE))
270 DLOG_IF(ERROR, !CheckIdType(instance, ppapi::PP_ID_TYPE_INSTANCE))
/external/chromium_org/ipc/mojo/
H A Dipc_message_pipe_reader.cc73 DLOG_IF(WARNING, wait_result != MOJO_RESULT_FAILED_PRECONDITION)
/external/chromium_org/media/audio/mac/
H A Daudio_low_latency_input_mac.cc253 DLOG_IF(ERROR, !audio_unit_) << "Open() has not been called successfully";
384 DLOG_IF(WARNING, successful_channels == 0)
472 DLOG_IF(WARNING, result != noErr) << "Failed to get mute state";
614 DLOG_IF(WARNING, result != noErr) << "Could not get audio device latency.";
/external/chromium_org/net/cert/
H A Dx509_util_ios.cc103 DLOG_IF(INFO, cert_handle && !nss_cert_handle_)
/external/chromium_org/media/audio/alsa/
H A Daudio_manager_alsa.cc287 DLOG_IF(ERROR, !device_id.empty()) << "Not implemented!";
308 DLOG_IF(ERROR, !output_device_id.empty()) << "Not implemented!";
/external/chromium_org/ppapi/shared_impl/
H A Dresource_tracker.cc43 DLOG_IF(ERROR, !CheckIdType(res, PP_ID_TYPE_RESOURCE))
68 DLOG_IF(ERROR, !CheckIdType(res, PP_ID_TYPE_RESOURCE))
H A Dvar_tracker.cc67 DLOG_IF(ERROR, !CheckIdType(var_id, PP_ID_TYPE_VAR))
100 DLOG_IF(ERROR, !CheckIdType(var_id, PP_ID_TYPE_VAR))
/external/chromium_org/win8/test/
H A Dopen_with_dialog_controller.cc119 DLOG_IF(WARNING, (state_ == CONTEXT_AUTOMATION_READY ||
157 DLOG_IF(WARNING, SUCCEEDED(automation_result_) && FAILED(open_with_result_))
/external/chromium_org/media/video/capture/win/
H A Dvideo_capture_device_win.cc101 DLOG_IF(ERROR, FAILED(hr)) << "Failed to bind camera filter: "
492 DLOG_IF(WARNING, FAILED(hr)) << "IAMVideoControl Interface NOT SUPPORTED: "
593 DLOG_IF(ERROR, FAILED(hr)) << "Anti-flicker setting failed: "
618 DLOG_IF(ERROR, !crossbar_video_output_pin_)
635 DLOG_IF(ERROR, !analog_video_input_pin_) << "Failed to find WDM Video Input";

Completed in 1223 milliseconds

1234