Home
last modified time | relevance | path

Searched refs:debug_name_ (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/talk/media/sctp/
Dsctpdataengine.cc373 debug_name_("SctpDataMediaChannel") { in SctpDataMediaChannel()
399 LOG(LS_VERBOSE) << debug_name_ in OpenSctpSocket()
414 LOG_ERRNO(LS_ERROR) << debug_name_ << "Failed to create SCTP socket."; in OpenSctpSocket()
421 LOG_ERRNO(LS_ERROR) << debug_name_ << "Failed to set SCTP to non blocking."; in OpenSctpSocket()
433 LOG_ERRNO(LS_ERROR) << debug_name_ << "Failed to set SO_LINGER."; in OpenSctpSocket()
443 LOG_ERRNO(LS_ERROR) << debug_name_ in OpenSctpSocket()
452 LOG_ERRNO(LS_ERROR) << debug_name_ << "Failed to set SCTP_NODELAY."; in OpenSctpSocket()
463 LOG_ERRNO(LS_ERROR) << debug_name_ in OpenSctpSocket()
481 LOG_ERRNO(LS_ERROR) << debug_name_ << "Failed to set SCTP_EVENT type: " in OpenSctpSocket()
507 LOG(LS_VERBOSE) << debug_name_ << "->Connect()."; in Connect()
[all …]
Dsctpdataengine.h183 debug_name_ = debug_name; in set_debug_name()
185 const std::string& debug_name() const { return debug_name_; } in debug_name()
251 std::string debug_name_; variable
/external/v8/src/compiler/
Dcommon-operator.h106 : index_(index), debug_name_(debug_name) {} in ParameterInfo()
109 const char* debug_name() const { return debug_name_; } in debug_name()
113 const char* debug_name_; variable
Dlinkage.h180 debug_name_(debug_name) { in kind_()
255 const char* debug_name() const { return debug_name_; } in debug_name()
276 const char* const debug_name_; variable
Dregister-allocator.h790 const char* debug_name() const { return debug_name_; } in debug_name()
832 const char* const debug_name_; variable
Dregister-allocator.cc1278 debug_name_(debug_name), in RegisterAllocationData()
/external/v8/src/
Dcompiler.cc181 debug_name_(debug_name) { in CompilationInfo()
314 const char* str = debug_name_ ? debug_name_ : "unknown"; in GetDebugName()
Dcompiler.h524 const char* debug_name_; variable