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

1 2

  /external/webrtc/webrtc/base/
win32window_unittest.cc 20 TestWindow() : destroyed_(false) { memset(&msg_, 0, sizeof(msg_)); }
21 const MSG& msg() const { return msg_; }
26 msg_.message = uMsg;
27 msg_.wParam = wParam;
28 msg_.lParam = lParam;
37 MSG msg_; member in class:TestWindow
messagequeue.cc 215 msgq_.push_back(dmsgq_.top().msg_);
394 if (it->msg_.Match(phandler, id)) {
396 removed->push_back(it->msg_);
398 delete it->msg_.pdata;
messagequeue.h 153 : cmsDelay_(delay), msTrigger_(trigger), num_(num), msg_(msg) {}
163 Message msg_; member in class:rtc::DelayedMessage
  /external/webrtc/webrtc/p2p/base/
stunrequest.cc 132 rtc::scoped_ptr<StunMessage> response(iter->second->msg_->CreateNew());
143 msg_(new StunMessage()), tstamp_(0) {
144 msg_->SetTransactionID(
150 msg_(request), tstamp_(0) {
151 msg_->SetTransactionID(
161 delete msg_;
165 if (msg_->type() == 0) {
167 msg_->AddAttribute(new StunByteStringAttribute(STUN_ATTR_ORIGIN,
170 Prepare(msg_);
171 ASSERT(msg_->type() != 0)
    [all...]
stunrequest.h 87 const std::string& id() { return msg_->transaction_id(); }
96 // Returns a const pointer to |msg_|.
127 StunMessage* msg_; member in class:cricket::StunRequest
  /build/kati/
stats.cc 66 : st_(st), msg_(msg) {
76 if (msg_ && e > 3.0) {
77 LOG_STAT("slow %s (%f): %s", st_->name_, e, msg_);
stats.h 48 const char* msg_; member in class:ScopedStatsRecorder
regen.cc 370 msg_ = err;
384 msg_ = err;
392 fprintf(stderr, "%s", msg_.c_str());
403 string msg_; member in class:__anon1264::StampChecker
  /external/google-breakpad/src/client/windows/crash_generation/
crash_generation_server.cc 364 memset(&msg_, 0, sizeof(msg_));
366 &msg_,
367 sizeof(msg_),
414 if (!IsClientRequestValid(msg_)) {
419 if (msg_.tag == MESSAGE_TAG_UPLOAD_REQUEST) {
421 upload_request_callback_(upload_context_, msg_.id);
428 msg_.id,
429 msg_.dump_type,
430 msg_.thread_id
    [all...]
crash_generation_server.h 287 ProtocolMessage msg_; member in class:google_breakpad::CrashGenerationServer
  /external/elfutils/libdwfl/
dwfl_error.c 59 #define DWFL_ERROR(name, text) char msg_##name[sizeof text];
86 [DWFL_E_##name] = offsetof (struct msgtable, msg_##name),
  /external/v8/src/
codegen.cc 74 : masm_(masm), msg_(msg) {
80 if (msg_[0] == '[') __ RecordComment("]");
macro-assembler.h 218 const char* msg_; member in class:v8::internal::Comment
  /external/deqp/modules/egl/
teglMultiThreadTests.cpp 70 Message (deUint64 timeUs_, const char* msg_) : timeUs(timeUs_), msg(msg_) {}
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/android/apps/common/testing/accessibility/framework/accessibility-test-framework/2.1/
accessibility-test-framework-2.1.jar 
  /external/c-ares/
ltmain.sh     [all...]
  /external/google-breakpad/autotools/
ltmain.sh     [all...]
  /external/google-tv-pairing-protocol/cpp/
libtool     [all...]
ltmain.sh     [all...]
  /external/libcap-ng/libcap-ng-0.7/
ltmain.sh     [all...]
  /external/libedit/
ltmain.sh     [all...]
  /external/libevent/
ltmain.sh     [all...]
  /external/libexif/
ltmain.sh     [all...]
  /external/libmicrohttpd/
ltmain.sh     [all...]
  /external/libmtp/
ltmain.sh     [all...]

Completed in 533 milliseconds

1 2