/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/webrtc/webrtc/libjingle/xmpp/ |
moduleimpl.h | 50 module_(module) { 54 return module_->HandleStanza(stanza); 57 XmppModuleImpl* module_; member in class:buzz::XmppModuleImpl::ModuleStanzaHandler
|
/system/update_engine/ |
boot_control_android.cc | 75 module_ = reinterpret_cast<boot_control_module_t*>(const_cast<hw_module_t*>(hw_module)); 76 module_->init(module_); 87 return module_->getNumberSlots(module_); 91 return module_->getCurrentSlot(module_); 126 const char* suffix = module_->getSuffix(module_, slot); 144 int ret = module_->isSlotBootable(module_, slot) [all...] |
boot_control_android.h | 54 boot_control_module_t* module_; member in class:chromeos_update_engine::BootControlAndroid
|
/external/webrtc/talk/media/webrtc/ |
webrtcvideocapturer.cc | 133 module_(nullptr), 142 module_(nullptr), 150 if (module_) { 151 module_->Release(); 157 if (module_) { 212 module_ = factory_->Create(0, vcm_id); 213 if (!module_) { 219 module_->AddRef(); 224 SetApplyRotation(module_->GetApplyRotation()); 231 if (module_) { [all...] |
webrtcvideocapturer.h | 98 webrtc::VideoCaptureModule* module_; member in class:cricket::WebRtcVideoCapturer
|
/external/google-breakpad/src/common/ |
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_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
|
dwarf_cfi_to_module.h | 135 : module_(module), register_names_(register_names), reporter_(reporter), 164 Module *module_; member in class:google_breakpad::DwarfCFIToModule
|
stabs_to_module.cc | 73 current_source_file_ = module_->FindFile(name); 121 current_source_file_ = module_->FindFile(name); 144 module_->AddExtern(ext); 193 module_->AddFunctions(functions_.begin(), functions_.end());
|
dwarf_line_to_module.cc | 103 files_[file_num] = module_->FindFile(full_name);
|
dwarf_cfi_to_module.cc | 264 module_->AddStackFrameEntry(entry_);
|
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...] |
dwarf_cu_to_module.cc | 134 module_(module), 824 cu_context_->file_context->module_, &lines_); [all...] |
/external/google-breakpad/src/processor/ |
minidump.cc | [all...] |
/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
|
/external/v8/src/compiler/ |
wasm-compiler.cc | 194 wasm::ModuleEnv* module = builder_->module_; 266 module_(nullptr), [all...] |
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/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...] |
/frameworks/compile/mclinker/tools/mcld/ |
Main.cpp | 90 module_(script_), 91 ir_builder_(module_, config_) { 110 mcld::Module module_; member in class:__anon29775::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...] |