HomeSort by relevance Sort by last modified time
    Searched refs:DLOG_IF (Results 1 - 25 of 83) sorted by null

1 2 3 4

  /external/chromium_org/ppapi/host/
resource_message_handler.cc 49 DLOG_IF(WARNING, reply_context.params.result() != PP_OK)
  /external/chromium_org/content/renderer/media/
cdm_session_adapter.cc 147 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/
midi_manager_win.cc 90 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(ERROR, result != MMSYSERR_NOERROR
    [all...]
  /external/chromium_org/chrome/installer/util/
registry_test_data.cc 29 DLOG_IF(DFATAL, result != ERROR_SUCCESS)
73 DLOG_IF(DFATAL, result != ERROR_SUCCESS)
advanced_firewall_manager_win.cc 84 DLOG_IF(ERROR, FAILED(hr)) << logging::SystemErrorCodeToString(hr);
167 DLOG_IF(ERROR, FAILED(hr)) << logging::SystemErrorCodeToString(hr);
  /external/chromium_org/media/audio/openbsd/
audio_manager_openbsd.cc 100 DLOG_IF(ERROR, !device_id.empty()) << "Not implemented!";
123 DLOG_IF(ERROR, !output_device_id.empty()) << "Not implemented!";
  /external/chromium_org/chrome/browser/media/
media_stream_device_permissions.cc 72 DLOG_IF(ERROR, !pattern.IsValid()) << "Invalid URL pattern: " << value;
  /external/chromium_org/media/audio/win/
audio_low_latency_input_win.cc 147 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/
connection.cc 317 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(FATAL, !poisoned_) << "Illegal use of connection without a db"
    [all...]
  /external/chromium_org/media/audio/cras/
audio_manager_cras.cc 111 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/
test_signin_client.cc 105 DLOG_IF(WARNING, signin_host_id_ != kInvalidProcessId)
signin_manager_base.cc 72 DLOG_IF(ERROR, !gaia::AreEmailsSame(username, authenticated_username_))
  /external/chromium_org/media/audio/android/
audio_manager_android.cc 203 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/
quic_sent_entropy_manager.cc 89 DLOG_IF(WARNING, entropy_hash != expected_entropy_hash)
  /external/chromium_org/net/spdy/
spdy_frame_builder.h 77 DLOG_IF(DFATAL, SpdyConstants::GetFrameMaximumSize(version_) < length_)
  /external/chromium_org/base/
logging_unittest.cc 78 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/
host_globals.cc 218 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/
ipc_message_pipe_reader.cc 73 DLOG_IF(WARNING, wait_result != MOJO_RESULT_FAILED_PRECONDITION)
  /external/chromium_org/media/audio/mac/
audio_low_latency_input_mac.cc 253 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/
x509_util_ios.cc 103 DLOG_IF(INFO, cert_handle && !nss_cert_handle_)
  /external/chromium_org/media/audio/alsa/
audio_manager_alsa.cc 287 DLOG_IF(ERROR, !device_id.empty()) << "Not implemented!";
308 DLOG_IF(ERROR, !output_device_id.empty()) << "Not implemented!";
  /external/chromium_org/ppapi/shared_impl/
resource_tracker.cc 43 DLOG_IF(ERROR, !CheckIdType(res, PP_ID_TYPE_RESOURCE))
68 DLOG_IF(ERROR, !CheckIdType(res, PP_ID_TYPE_RESOURCE))
var_tracker.cc 67 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/
open_with_dialog_controller.cc 119 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/
video_capture_device_win.cc 101 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 733 milliseconds

1 2 3 4