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

1 2

  /system/update_engine/
boot_control_android.h 51 ::android::sp<::android::hardware::boot::V1_0::IBootControl> module_; member in class:chromeos_update_engine::BootControlAndroid
boot_control_recovery.h 56 boot_control_module_t* module_; member in class:chromeos_update_engine::BootControlRecovery
  /external/webrtc/webrtc/libjingle/xmpp/
moduleimpl.h 50 module_(module) {
54 return module_->HandleStanza(stanza);
57 XmppModuleImpl* module_; member in class:buzz::XmppModuleImpl::ModuleStanzaHandler
  /hardware/qcom/display/msm8996/sdm/libs/hwc2/
hwc_buffer_allocator.h 64 const hw_module_t *module_; member in class:sdm::HWCBufferAllocator
  /hardware/qcom/display/msm8998/sdm/libs/hwc2/
hwc_buffer_allocator.h 64 const hw_module_t *module_; member in class:sdm::HWCBufferAllocator
  /hardware/qcom/display/sdm845/sdm/libs/hwc2/
hwc_buffer_allocator.h 67 const hw_module_t *module_; member in class:sdm::HWCBufferAllocator
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/opt/
ir_loader.h 51 IrLoader(Module* module) : module_(module) {}
56 module_->SetHeader({magic, version, generator, bound, reserved});
69 Module* module_; member in class:spvtools::ir::IrLoader
function.h 46 : module_(nullptr),
51 void SetParent(Module* module) { module_ = module; }
68 Module* module_; // The enclosing module. member in class:spvtools::ir::Function
  /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
  /test/vts/testcases/target/hal_lights/
hal_lights_basic_test.cpp 35 int rc = hw_get_module_by_class(LIGHTS_HARDWARE_MODULE_ID, NULL, &module_);
36 if (rc || !module_) {
38 module_ = NULL;
42 rc = module_->methods->open(
43 module_, LIGHT_ID_NOTIFICATIONS,
47 module_ = NULL;
66 const struct hw_module_t* module_; member in class:__anon115365::VtsStructuralTestHalLightsBasicTest
  /test/vts/testcases/target/hal_power/
hal_power_basic_test.cpp 36 hw_get_module(POWER_HARDWARE_MODULE_ID, (hw_module_t const **)&module_);
37 if (rc || !module_) {
39 module_ = NULL;
42 if (module_->init) module_->init(module_);
49 ASSERT_TRUE(module_->get_number_of_platform_modes)
51 ASSERT_TRUE(module_->get_voter_list) << "get_voter_list is NULL";
52 ASSERT_TRUE(module_->get_number_of_platform_modes)
54 num_modes_ = module_->get_number_of_platform_modes(module_)
62 struct power_module *module_; member in class:__anon115366::VtsStructuralTestHalPowerTest
    [all...]
  /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...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/val/
Function.h 189 ValidationState_t& module_; member in class:libspirv::Function
  /external/v8/src/compiler/
wasm-compiler.h 246 wasm::ModuleEnv* module_env() const { return module_; }
254 wasm::ModuleEnv* module_ = nullptr; 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:__anon41008::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...]
  /external/v8/src/wasm/
function-body-decoder.cc 39 if (module_ != nullptr && module_->origin == kAsmJsOrigin) { \
163 module_(module),
166 const WasmModule* module_; member in class:v8::internal::wasm::WasmDecoder
294 if (module_ != nullptr && operand.index < module_->globals.size()) {
295 operand.global = &module_->globals[operand.index];
304 if (module_ != nullptr && operand.index < module_->functions.size()) {
305 operand.sig = module_->functions[operand.index].sig
    [all...]
wasm-interpreter.cc 844 const WasmModule* module_; member in class:v8::internal::wasm::CodeMap
848 : zone_(zone), module_(module), interpreter_code_(zone) {
873 if (table_index >= module_->function_tables.size()) return nullptr;
875 &module_->function_tables[table_index];
    [all...]
wasm-module.cc 212 : isolate_(isolate), module_(module) {}
224 helper_->module_->pending_tasks.get()->Signal();
229 WasmModule* module_; member in class:__anon36213::CompilationHelper
295 module_->pending_tasks.get()->Wait();
407 WasmModuleWrapper::New(isolate_, module_);
408 WasmInstance temp_instance(module_);
410 temp_instance.mem_size = WasmModule::kPageSize * module_->min_mem_pages;
416 static_cast<int>(module_->function_tables.size());
431 ModuleBytesEnv module_env(module_, &temp_instance, wire_bytes);
435 int code_table_size = static_cast<int>(module_->functions.size()
1346 WasmModule* const module_; member in class:InstantiationHelper
    [all...]

Completed in 1332 milliseconds

1 2