HomeSort by relevance Sort by last modified time
    Searched full:debug_name_ (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/media/sctp/
sctpdataengine.cc 311 debug_name_("SctpDataMediaChannel") {
332 LOG(LS_VERBOSE) << debug_name_
339 LOG_ERRNO(LS_ERROR) << debug_name_ << "Failed to create SCTP socket.";
346 LOG_ERRNO(LS_ERROR) << debug_name_ << "Failed to set SCTP to non blocking.";
358 LOG_ERRNO(LS_ERROR) << debug_name_ << "Failed to set SO_LINGER.";
368 LOG_ERRNO(LS_ERROR) << debug_name_
377 LOG_ERRNO(LS_ERROR) << debug_name_ << "Failed to set SCTP_NODELAY.";
388 LOG_ERRNO(LS_ERROR) << debug_name_
406 LOG_ERRNO(LS_ERROR) << debug_name_ << "Failed to set SCTP_EVENT type: "
432 LOG(LS_VERBOSE) << debug_name_ << "->Connect()."
    [all...]
sctpdataengine.h 189 debug_name_ = debug_name;
191 const std::string& debug_name() const { return debug_name_; }
254 std::string debug_name_; member in class:cricket::SctpDataMediaChannel
  /external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/test/
bwe_test.cc 33 : debug_name_(config.debug_name),
45 baseline_(BaseLineFileInterface::Create(test_name + "_" + debug_name_,
61 BWE_TEST_LOGGING_CONTEXT(debug_name_);
94 BWE_TEST_LOGGING_CONTEXT(debug_name_);
112 BWE_TEST_LOGGING_CONTEXT(debug_name_);
139 string debug_name_; member in class:webrtc::testing::bwe::TestedEstimator
  /external/chromium_org/content/common/gpu/client/
context_provider_command_buffer.h 74 std::string debug_name_; member in class:content::ContextProviderCommandBuffer
context_provider_command_buffer.cc 52 debug_name_(debug_name),
100 base::StringPrintf("%s-%p", debug_name_.c_str(), context3d_.get());
  /external/chromium_org/webkit/common/gpu/
context_provider_in_process.h 73 std::string debug_name_; member in class:webkit::gpu::ContextProviderInProcess
context_provider_in_process.cc 71 debug_name_(debug_name) {
104 base::StringPrintf("%s-%p", debug_name_.c_str(), context3d_.get());
  /external/chromium_org/v8/src/compiler/
linkage.h 72 debug_name_(debug_name) {
127 const char* debug_name() const { return debug_name_; }
141 const char* debug_name_; member in class:v8::internal::compiler::FINAL

Completed in 474 milliseconds