/external/syzkaller/vendor/google.golang.org/appengine/internal/modules/ |
D | modules_service.pb.go | 111 func (m *GetModulesResponse) GetModule() []string { func 127 func (m *GetVersionsRequest) GetModule() string { func 159 func (m *GetDefaultVersionRequest) GetModule() string { func 192 func (m *GetNumInstancesRequest) GetModule() string { func 233 func (m *SetNumInstancesRequest) GetModule() string { func 272 func (m *StartModuleRequest) GetModule() string { func 304 func (m *StopModuleRequest) GetModule() string { func 337 func (m *GetHostnameRequest) GetModule() string { func
|
/external/v8/src/torque/ |
D | declaration-visitor.h | 39 ScopedModuleActivator activator(this, decl->GetModule()); in Visit() 40 Declarations::ModuleScopeActivator scope(declarations(), decl->GetModule()); in Visit() 48 decl->SetModule(global_context_.GetModule(decl->name)); in Visit()
|
D | global-context.h | 46 default_module_(GetModule("base", true)), in GlobalContext() 49 Module* GetModule(const std::string& name, bool is_default = false) {
|
D | ast.h | 165 Module* GetModule() const { return module; } in GetModule() function
|
D | implementation-visitor.cc | 156 Module* module = decl->GetModule(); in Visit() 159 Declarations::ModuleScopeActivator scope(declarations(), decl->GetModule()); in Visit()
|
/external/clang/lib/CodeGen/ |
D | ModuleBuilder.cpp | 91 llvm::Module *GetModule() { in GetModule() function in __anon075db5b60111::CodeGeneratorImpl 294 llvm::Module *CodeGenerator::GetModule() { in GetModule() function in CodeGenerator 295 return static_cast<CodeGeneratorImpl*>(this)->GetModule(); in GetModule()
|
D | CodeGenAction.cpp | 83 llvm::Module *getModule() const { return Gen->GetModule(); } in getModule()
|
/external/libchrome/base/ |
D | vlog.cc | 88 base::StringPiece GetModule(const base::StringPiece& file) { in GetModule() function 107 base::StringPiece module(GetModule(file)); in GetVlogLevel()
|
/external/clang/include/clang/CodeGen/ |
D | ModuleBuilder.h | 59 llvm::Module *GetModule();
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | hlo_to_ir_bindings.cc | 209 return c->parent() == c->GetModule()->entry_computation() && in BuffersInvariantWithinConsumer() 266 base_ptrs_.begin()->first->GetModule()->MakeComputationPostOrder()) { in ToString()
|
D | stream_assignment.cc | 75 if (hlo.GetModule() in ComputeStreamToAssign()
|
D | cudnn_conv_algorithm_picker.cc | 269 instr->GetModule() in PickBestAlgorithm()
|
D | ir_emitter_unnested.cc | 264 int max_unroll_factor = hlo->GetModule() in ComputeMaxUnrollFactor()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | while_loop_simplifier.cc | 54 HloModule* module = while_op->GetModule(); in TryRemoveDeadWhileParams() 311 HloModule* module = while_op->GetModule(); in TryRemoveConstantParams() 643 HloModule* module = while_op->GetModule(); in TryFlattenNestedTuples() 770 HloModule* module = while_op->GetModule(); in TryMergeInductionVariables()
|
D | sort_simplifier.cc | 105 HloModule* module = sort->GetModule(); in RemoveUnusedOperandFromSort()
|
D | hlo_module_group_test.cc | 193 module_ids.push_back(metadata->GetModuleId(companion->GetModule())); in TEST_F()
|
D | stable_sort_expander.cc | 93 sort->set_to_apply(sort->GetModule()->AddEmbeddedComputation( in ExpandInstruction()
|
D | scatter_expander.cc | 311 scatter->GetModule())); in ScatterLoopBody()
|
D | hlo_instructions.cc | 1312 if (GetModule()) { in MergeFusionInstructionIntoMultiOutput() 1313 TF_CHECK_OK(GetModule()->RemoveEmbeddedComputation(computation_to_merge)); in MergeFusionInstructionIntoMultiOutput() 1391 CHECK_NOTNULL(GetModule())->AddEmbeddedComputation(builder.Build())); in CloneAndFuseInternal() 1565 HloModule* module = context != nullptr ? context->module() : GetModule(); in CloneWithNewOperandsImpl()
|
D | hlo_instruction.cc | 2713 visitor->ReserveVisitStates(root->GetModule()->instruction_count()); in PostOrderDFS() 3129 auto lhs_module = lhs->GetModule(); in operator ()() 3130 auto rhs_module = rhs->GetModule(); in operator ()() 3196 HloModule* HloInstruction::GetModule() const { in GetModule() function in xla::HloInstruction
|
D | hlo_instruction.h | 1356 HloModule* GetModule() const;
|
D | elemental_ir_emitter.cc | 1597 llvm::Value* hlo_random_value = b_->getInt64(hlo->GetModule()->RandomNew64()); in MakePhiloxRngElementGenerator()
|
/external/tensorflow/tensorflow/compiler/xla/tools/ |
D | hlo_extractor.cc | 142 ExtractionVisitor visitor(*instruction->GetModule(), &boundary); in ExtractModule()
|
/external/python/cpython3/PC/ |
D | pyshellext.cpp | 494 return Module<InProc>::GetModule().GetClassObject(rclsid, riid, ppv); in DllGetClassObject() 498 return Module<InProc>::GetModule().Terminate() ? S_OK : S_FALSE; in DllCanUnloadNow()
|