HomeSort by relevance Sort by last modified time
    Searched defs:module_ (Results 1 - 13 of 13) sorted by null

  /system/update_engine/
boot_control_android.h 54 boot_control_module_t* module_; member in class:chromeos_update_engine::BootControlAndroid
  /external/webrtc/webrtc/libjingle/xmpp/
moduleimpl.h 50 module_(module) {
54 return module_->HandleStanza(stanza);
57 XmppModuleImpl* module_; member in class:buzz::XmppModuleImpl::ModuleStanzaHandler
  /external/google-breakpad/src/common/
dwarf_line_to_module.h 125 : module_(module),
149 Module *module_; member in class:google_breakpad::DwarfLineToModule
161 // to the appropriate function from module_ until we've read the
stabs_to_module.h 67 module_(module),
85 // Do any final processing necessary to make module_ contain all the
101 Module *module_; member in class:google_breakpad::StabsToModule
104 // module_ as we parse them. Instead, we wait until we've computed
107 // We could just stick them in module_ from the outset, but if
108 // module_ already contains data gathered from other debugging
dwarf_cfi_to_module.h 135 : module_(module), register_names_(register_names), reporter_(reporter),
164 Module *module_; member in class:google_breakpad::DwarfCFIToModule
dwarf_cu_to_module.h 115 Module *module_; member in class:google_breakpad::DwarfCUToModule::FileContext
252 // addresses, and then add them to module_.
277 // section. Record source files in module_, but record source lines
dwarf_cu_to_module_unittest.cc 123 : module_("module-name", "module-os", "module-arch", "module-id"),
124 file_context_("dwarf-filename", &module_, true),
244 // Test that the number of functions defined in the module this.module_ is
249 // this.module_ has the given name, address, and size, and that its
255 // in the module this.module_ is equal to EXPECTED.
265 Module module_; member in class:CUFixtureBase
299 // extracted from module_, sorted by address.
301 // True if we have filled the above vector with this.module_'s function list.
314 l.file = module_.FindFile(filename);
332 &module_, _)
    [all...]
  /external/webrtc/talk/media/webrtc/
webrtcvideocapturer.h 98 webrtc::VideoCaptureModule* module_; member in class:cricket::WebRtcVideoCapturer
  /external/webrtc/webrtc/modules/rtp_rtcp/test/testAPI/
test_api.cc 96 module_.reset(RtpRtcp::CreateRtpRtcp(configuration));
105 rtc::scoped_ptr<RtpRtcp> module_; member in class:webrtc::RtpRtcpAPITest
115 module_->SetSequenceNumber(test_sequence_number_);
116 EXPECT_EQ(test_sequence_number_, module_->SequenceNumber());
118 module_->SetStartTimestamp(test_timestamp_);
119 EXPECT_EQ(test_timestamp_, module_->StartTimestamp());
121 EXPECT_FALSE(module_->Sending());
122 EXPECT_EQ(0, module_->SetSendingStatus(true));
123 EXPECT_TRUE(module_->Sending());
127 EXPECT_EQ(0, module_->SetMaxTransferUnit(1234))
    [all...]
  /external/v8/src/compiler/
wasm-compiler.h 127 void set_module(wasm::ModuleEnv* module) { this->module_ = module; }
141 wasm::ModuleEnv* module_; member in class:v8::internal::compiler::WasmGraphBuilder
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
nack_rtx_unittest.cc 78 module_(NULL) {}
83 module_ = rtpRtcpModule;
153 return module_->IncomingRtcpPacket((const uint8_t*)data, len) == 0;
163 RtpRtcp* module_; member in class:webrtc::RtxLoopBackTransport
  /frameworks/compile/mclinker/tools/mcld/
Main.cpp 90 module_(script_),
91 ir_builder_(module_, config_) {
110 mcld::Module module_; member in class:__anon28932::Driver
505 if (!ConfigureOutputName(output_name, module_, config_)) {
506 mcld::unreachable(mcld::diag::unrecognized_output_file) << module_.name();
510 config_.options().setSOName(module_.name());
    [all...]
  /external/google-breakpad/src/google_breakpad/processor/
minidump.h 379 const MDRawModule* module() const { return valid_ ? &module_ : NULL; }
383 return valid_ ? module_.base_of_image : static_cast<uint64_t>(-1);
385 virtual uint64_t size() const { return valid_ ? module_.size_of_image : 0; }
452 MDRawModule module_; member in class:google_breakpad::MinidumpModule
    [all...]

Completed in 1320 milliseconds