| /external/deqp/external/openglcts/scripts/ | 
| D | build_caselists.py | 37 class Module:  class 43 	Module("dEQP-EGL",		"EGL"), 44 	Module("dEQP-GLES2",	"GLES2"), 45 	Module("dEQP-GLES3",	"GLES3"), 46 	Module("dEQP-GLES31",	"GLES31"), 47 	Module("dEQP-GL45-ES3",	"GL45"), 48 	Module("dEQP-GL45-ES31","GL45"), 49 	Module("KHR-GLES3",		"GLES3"), 50 	Module("KHR-GLES2",		"GLES2"), 51 	Module("KHR-GLES31",	"GLES31"), [all …] 
 | 
| /external/swiftshader/third_party/SPIRV-Tools/source/opt/ | 
| D | module.h | 44 class Module { 52   Module() : header_({}), contains_debug_info_(false) {}  in Module()  function 324 std::ostream& operator<<(std::ostream& str, const Module& module); 326 inline void Module::AddCapability(std::unique_ptr<Instruction> c) {  in AddCapability() 330 inline void Module::AddExtension(std::unique_ptr<Instruction> e) {  in AddExtension() 334 inline void Module::AddExtInstImport(std::unique_ptr<Instruction> e) {  in AddExtInstImport() 338 inline void Module::SetMemoryModel(std::unique_ptr<Instruction> m) {  in SetMemoryModel() 342 inline void Module::SetSampledImageAddressMode(std::unique_ptr<Instruction> m) {  in SetSampledImageAddressMode() 346 inline void Module::AddEntryPoint(std::unique_ptr<Instruction> e) {  in AddEntryPoint() 350 inline void Module::AddExecutionMode(std::unique_ptr<Instruction> e) {  in AddExecutionMode() [all …] 
 | 
| D | ir_context.h | 101         module_(new Module()),  in IRContext() 116   IRContext(spv_target_env env, std::unique_ptr<Module>&& m, MessageConsumer c)  in IRContext() 137   Module* module() const { return module_.get(); }  in module() 145   inline Module::inst_iterator annotation_begin(); 146   inline Module::inst_iterator annotation_end(); 147   inline IteratorRange<Module::inst_iterator> annotations(); 148   inline IteratorRange<Module::const_inst_iterator> annotations() const; 151   inline Module::inst_iterator capability_begin(); 152   inline Module::inst_iterator capability_end(); 153   inline IteratorRange<Module::inst_iterator> capabilities(); [all …] 
 | 
| /external/deqp-deps/SPIRV-Tools/source/opt/ | 
| D | module.h | 44 class Module { 52   Module() : header_({}), contains_debug_info_(false) {}  in Module()  function 324 std::ostream& operator<<(std::ostream& str, const Module& module); 326 inline void Module::AddCapability(std::unique_ptr<Instruction> c) {  in AddCapability() 330 inline void Module::AddExtension(std::unique_ptr<Instruction> e) {  in AddExtension() 334 inline void Module::AddExtInstImport(std::unique_ptr<Instruction> e) {  in AddExtInstImport() 338 inline void Module::SetMemoryModel(std::unique_ptr<Instruction> m) {  in SetMemoryModel() 342 inline void Module::SetSampledImageAddressMode(std::unique_ptr<Instruction> m) {  in SetSampledImageAddressMode() 346 inline void Module::AddEntryPoint(std::unique_ptr<Instruction> e) {  in AddEntryPoint() 350 inline void Module::AddExecutionMode(std::unique_ptr<Instruction> e) {  in AddExecutionMode() [all …] 
 | 
| D | ir_context.h | 99         module_(new Module()),  in IRContext() 114   IRContext(spv_target_env env, std::unique_ptr<Module>&& m, MessageConsumer c)  in IRContext() 135   Module* module() const { return module_.get(); }  in module() 143   inline Module::inst_iterator annotation_begin(); 144   inline Module::inst_iterator annotation_end(); 145   inline IteratorRange<Module::inst_iterator> annotations(); 146   inline IteratorRange<Module::const_inst_iterator> annotations() const; 149   inline Module::inst_iterator capability_begin(); 150   inline Module::inst_iterator capability_end(); 151   inline IteratorRange<Module::inst_iterator> capabilities(); [all …] 
 | 
| /external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/ | 
| D | module.h | 45 class Module { 53   Module() : header_({}), contains_debug_info_(false) {}  in Module()  function 325 std::ostream& operator<<(std::ostream& str, const Module& module); 327 inline void Module::AddCapability(std::unique_ptr<Instruction> c) {  in AddCapability() 331 inline void Module::AddExtension(std::unique_ptr<Instruction> e) {  in AddExtension() 335 inline void Module::AddExtInstImport(std::unique_ptr<Instruction> e) {  in AddExtInstImport() 339 inline void Module::SetMemoryModel(std::unique_ptr<Instruction> m) {  in SetMemoryModel() 343 inline void Module::SetSampledImageAddressMode(std::unique_ptr<Instruction> m) {  in SetSampledImageAddressMode() 347 inline void Module::AddEntryPoint(std::unique_ptr<Instruction> e) {  in AddEntryPoint() 351 inline void Module::AddExecutionMode(std::unique_ptr<Instruction> e) {  in AddExecutionMode() [all …] 
 | 
| D | ir_context.h | 102         module_(new Module()),  in IRContext() 117   IRContext(spv_target_env env, std::unique_ptr<Module>&& m, MessageConsumer c)  in IRContext() 138   Module* module() const { return module_.get(); }  in module() 146   inline Module::inst_iterator annotation_begin(); 147   inline Module::inst_iterator annotation_end(); 148   inline IteratorRange<Module::inst_iterator> annotations(); 149   inline IteratorRange<Module::const_inst_iterator> annotations() const; 152   inline Module::inst_iterator capability_begin(); 153   inline Module::inst_iterator capability_end(); 154   inline IteratorRange<Module::inst_iterator> capabilities(); [all …] 
 | 
| /external/google-breakpad/src/common/ | 
| D | module_unittest.cc | 47 using google_breakpad::Module; 52 static Module::Function* generate_duplicate_function(const string &name) {  in generate_duplicate_function() 53   const Module::Address DUP_ADDRESS = 0xd35402aac7a7ad5cULL;  in generate_duplicate_function() 54   const Module::Address DUP_SIZE = 0x200b26e605f99071ULL;  in generate_duplicate_function() 55   const Module::Address DUP_PARAMETER_SIZE = 0xf14ac4fed48c4a99ULL;  in generate_duplicate_function() 57   Module::Function* function = new Module::Function(name, DUP_ADDRESS);  in generate_duplicate_function() 58   Module::Range range(DUP_ADDRESS, DUP_SIZE);  in generate_duplicate_function() 72   Module m(MODULE_NAME, MODULE_OS, MODULE_ARCH, MODULE_ID);  in TEST() 81   Module m(MODULE_NAME, MODULE_OS, MODULE_ARCH, MODULE_ID, MODULE_CODE_ID);  in TEST() 91   Module m(MODULE_NAME, MODULE_OS, MODULE_ARCH, MODULE_ID);  in TEST() [all …] 
 | 
| D | dwarf_line_to_module_unittest.cc | 42 using google_breakpad::Module; 43 using google_breakpad::Module; 46   Module m("name", "os", "architecture", "id");  in TEST() 47   vector<Module::Line> lines;  in TEST() 54   vector<Module::File *> files;  in TEST() 67   Module m("name", "os", "architecture", "id");  in TEST() 68   vector<Module::Line> lines;  in TEST() 89   vector<Module::File *> files;  in TEST() 127   Module m("name", "os", "architecture", "id");  in TEST() 128   vector<Module::Line> lines;  in TEST() [all …] 
 | 
| D | stabs_to_module_unittest.cc | 39 using google_breakpad::Module; 44   Module m("name", "os", "arch", "id");  in TEST() 58   Module::File *file = m.FindExistingFile("source-file-name");  in TEST() 61   vector<Module::Function *> functions;  in TEST() 64   Module::Function *function = functions[0];  in TEST() 70   Module::Line *line = &function->lines[0];  in TEST() 81   Module m("name", "os", "arch", "id");  in TEST() 91   vector<Module::Extern *> externs;  in TEST() 94   Module::Extern *extern1 = externs[0];  in TEST() 96   EXPECT_EQ((Module::Address)0x1111, extern1->address);  in TEST() [all …] 
 | 
| /external/clang/include/clang/Lex/ | 
| D | ModuleMap.h | 87   Module *SourceModule; 90   llvm::StringMap<Module *> Modules; 116     llvm::PointerIntPair<Module *, 2, ModuleHeaderRole> Storage; 120     KnownHeader(Module *M, ModuleHeaderRole Role) : Storage(M, Role) { }  in KnownHeader() 130     Module *getModule() const { return Storage.getPointer(); }  in getModule() 141     bool isAccessibleFrom(Module *M) const {  in isAccessibleFrom() 169   llvm::DenseMap<const DirectoryEntry *, Module *> UmbrellaDirs; 210   llvm::DenseMap<const Module *, const FileEntry *> InferredModuleAllowedBy; 212   llvm::DenseMap<const Module *, AdditionalModMapsSet> AdditionalModMaps; 232   Module::ExportDecl  [all …] 
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ | 
| D | Module.cpp | 73 Module::Module(StringRef MID, LLVMContext &C)  in Module()  function in Module 80 Module::~Module() {  in ~Module() 92 std::unique_ptr<RandomNumberGenerator> Module::createRNG(const Pass* P) const {  in createRNG() 113 GlobalValue *Module::getNamedValue(StringRef Name) const {  in getNamedValue() 119 unsigned Module::getMDKindID(StringRef Name) const {  in getMDKindID() 126 void Module::getMDKindNames(SmallVectorImpl<StringRef> &Result) const {  in getMDKindNames() 130 void Module::getOperandBundleTags(SmallVectorImpl<StringRef> &Result) const {  in getOperandBundleTags() 143 FunctionCallee Module::getOrInsertFunction(StringRef Name, FunctionType *Ty,  in getOrInsertFunction() 167 FunctionCallee Module::getOrInsertFunction(StringRef Name, FunctionType *Ty) {  in getOrInsertFunction() 174 Function *Module::getFunction(StringRef Name) const {  in getFunction() [all …] 
 | 
| /external/clang/test/Modules/ | 
| D | rebuild.m | 3 // Build Module and set its timestamp 4 // RUN: echo '@import Module;' | %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%… 5 // RUN: touch -m -a -t 201101010000 %t/Module.pcm 6 // RUN: cp %t/Module.pcm %t/Module.pcm.saved 7 // RUN: wc -c %t/Module.pcm > %t/Module.size.saved 11 // RUN: diff %t/Module.pcm %t/Module.pcm.saved 14 // Rebuild Module, reset its timestamp, and verify its size hasn't changed 15 // RUN: rm %t/Module.pcm 16 // RUN: echo '@import Module;' | %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%… 17 // RUN: touch -m -a -t 201101010000 %t/Module.pcm [all …] 
 | 
| D | Werror.m | 9 // RUN: cp %t/Module.pcm %t-saved/Module.pcm 14 // RUN: diff %t/Module.pcm %t-saved/Module.pcm 20 // RUN: not diff %t/Module.pcm %t-saved/Module.pcm 21 // RUN: cp %t/Module.pcm %t-saved/Module.pcm 27 // RUN: diff %t/Module.pcm %t-saved/Module.pcm 33 // RUN: not diff %t/Module.pcm %t-saved/Module.pcm 34 // RUN: cp %t/Module.pcm %t-saved/Module.pcm 42 // RUN-DISABLED: diff %t/Module.pcm %t-saved/Module.pcm 48 // RUN: cp %t/Module.pcm %t-saved/Module.pcm 52 // RUN: not diff %t/Module.pcm %t-saved/Module.pcm [all …] 
 | 
| /external/cronet/base/profiler/ | 
| D | module_cache.h | 45   class BASE_EXPORT Module { 47     Module() = default; 48     virtual ~Module() = default; 50     Module(const Module&) = delete; 51     Module& operator=(const Module&) = delete; 84     virtual std::unique_ptr<const Module> TryCreateModuleForAddress( 97   const Module* GetModuleForAddress(uintptr_t address); 98   std::vector<const Module*> GetModules() const; 118       const std::vector<const Module*>& defunct_modules, 119       std::vector<std::unique_ptr<const Module>> new_modules); [all …] 
 | 
| /external/llvm/lib/IR/ | 
| D | Module.cpp | 51 Module::Module(StringRef MID, LLVMContext &C)  in Module()  function in Module 58 Module::~Module() {  in ~Module() 70 RandomNumberGenerator *Module::createRNG(const Pass* P) const {  in createRNG() 91 GlobalValue *Module::getNamedValue(StringRef Name) const {  in getNamedValue() 97 unsigned Module::getMDKindID(StringRef Name) const {  in getMDKindID() 104 void Module::getMDKindNames(SmallVectorImpl<StringRef> &Result) const {  in getMDKindNames() 108 void Module::getOperandBundleTags(SmallVectorImpl<StringRef> &Result) const {  in getOperandBundleTags() 121 Constant *Module::getOrInsertFunction(StringRef Name,  in getOrInsertFunction() 144 Constant *Module::getOrInsertFunction(StringRef Name,  in getOrInsertFunction() 154 Constant *Module::getOrInsertFunction(StringRef Name,  in getOrInsertFunction() [all …] 
 | 
| /external/bcc/src/lua/ | 
| D | squishy | 1 Module "bcc.vendor.argparse" "bcc/vendor/argparse.lua" 2 Module "bcc.vendor.posix" "bcc/vendor/posix.lua" 3 Module "bcc.vendor.middleclass" "bcc/vendor/middleclass.lua" 4 Module "bcc.vendor.json" "bcc/vendor/json.lua" 5 Module "bcc.vendor.helpers" "bcc/vendor/helpers.lua" 7 Module "bcc.init" "bcc/init.lua" 8 Module "bcc.run" "bcc/run.lua" 9 Module "bcc.bpf" "bcc/bpf.lua" 10 Module "bcc.sym" "bcc/sym.lua" 11 Module "bcc.libbcc" "bcc/libbcc.lua" [all …] 
 | 
| /external/llvm/tools/bugpoint/ | 
| D | BugDriver.h | 29 class Module;  variable 51   Module *Program;             // The raw program, linked together 133   Module *getProgram() const { return Program; }  in getProgram() 137   Module *swapProgramIn(Module *M) {  in swapProgramIn() 138     Module *OldProgram = Program;  in swapProgramIn() 156   void setNewProgram(Module *M); 162   void compileProgram(Module *M, std::string *Error) const; 167   std::string executeProgram(const Module *Program, 179   std::string executeProgramSafely(const Module *Program, 188   bool createReferenceFile(Module *M, const std::string &Filename [all …] 
 | 
| /external/clang/include/clang/Basic/ | 
| D | Module.h | 47 class Module { 57   Module *Parent; 75   std::vector<Module *> SubModules; 92   mutable llvm::DenseSet<const Module*> VisibleModulesCache; 221   llvm::SmallSetVector<Module *, 2> Imports; 227   typedef llvm::PointerIntPair<Module *, 1, bool> ExportDecl; 251   SmallVector<Module *, 2> DirectUses; 297     Module *Other; 307   Module(StringRef Name, SourceLocation DefinitionLoc, Module *Parent, 310   ~Module(); [all …] 
 | 
| /external/clang/lib/Basic/ | 
| D | Module.cpp | 27 Module::Module(StringRef Name, SourceLocation DefinitionLoc, Module *Parent,  in Module()  function in Module 51 Module::~Module() {  in ~Module() 80 bool Module::isAvailable(const LangOptions &LangOpts, const TargetInfo &Target,  in isAvailable() 86   for (const Module *Current = this; Current; Current = Current->Parent) {  in isAvailable() 103 bool Module::isSubModuleOf(const Module *Other) const {  in isSubModuleOf() 104   const Module *This = this;  in isSubModuleOf() 115 const Module *Module::getTopLevelModule() const {  in getTopLevelModule() 116   const Module *Result = this;  in getTopLevelModule() 123 std::string Module::getFullModuleName() const {  in getFullModuleName() 127   for (const Module *M = this; M; M = M->Parent)  in getFullModuleName() [all …] 
 | 
| /external/skia/experimental/tskit/build/ | 
| D | externs.js | 3 Module.sayHello = function() {}; 4 Module.publicFunction = function() {}; 5 Module.publicExtension = function() {}; 6 Module.withObject = function() {}; 7 Module._privateFunction = function() {}; 8 Module._privateExtension = function() {}; 9 Module._withObject = function() {}; 11 Module.Something =  { 19 Module.CompoundObj = { 26 Module.onRuntimeInitialized = function() {}; [all …] 
 | 
| /external/llvm/bindings/ocaml/transforms/ipo/ | 
| D | llvm_ipo.ml | 11   : [ `Module ] Llvm.PassManager.t -> unit 14   : [ `Module ] Llvm.PassManager.t -> unit 17   : [ `Module ] Llvm.PassManager.t -> unit 20   : [ `Module ] Llvm.PassManager.t -> unit 23   : [ `Module ] Llvm.PassManager.t -> unit 26   : [ `Module ] Llvm.PassManager.t -> unit 29   : [ `Module ] Llvm.PassManager.t -> unit 32   : [ `Module ] Llvm.PassManager.t -> unit 35   : [ `Module ] Llvm.PassManager.t -> unit 38   : [ `Module ] Llvm.PassManager.t -> unit [all …] 
 | 
| /external/guice/core/src/com/google/inject/util/ | 
| D | Modules.java | 29 import com.google.inject.Module; 58   public static final Module EMPTY_MODULE = new EmptyModule(); 60   private static class EmptyModule implements Module { 82   public static OverriddenModuleBuilder override(Module... modules) {  in override() 103   public static OverriddenModuleBuilder override(Iterable<? extends Module> modules) {  in override() 108   public static Module combine(Module... modules) {  in combine() 113   public static Module combine(Iterable<? extends Module> modules) {  in combine() 117   private static class CombinedModule implements Module { 118     final Set<Module> modulesSet; 120     CombinedModule(Iterable<? extends Module> modules) {  in CombinedModule() [all …] 
 | 
| /external/skia/src/sksl/ | 
| D | SkSLModuleLoader.h | 18 struct Module; 39     const Module* rootModule(); 46     const Module* loadSharedModule(SkSL::Compiler* compiler); 47     const Module* loadGPUModule(SkSL::Compiler* compiler); 48     const Module* loadVertexModule(SkSL::Compiler* compiler); 49     const Module* loadFragmentModule(SkSL::Compiler* compiler); 50     const Module* loadComputeModule(SkSL::Compiler* compiler); 51     const Module* loadGraphiteVertexModule(SkSL::Compiler* compiler); 52     const Module* loadGraphiteFragmentModule(SkSL::Compiler* compiler); 54     const Module* loadPublicModule(SkSL::Compiler* compiler); [all …] 
 | 
| /external/llvm/unittests/ExecutionEngine/MCJIT/ | 
| D | MCJITCAPITest.cpp | 152     Module = nullptr;  in SetUp() 161     else if (Module)  in TearDown() 162       LLVMDisposeModule(Module);  in TearDown() 166     Module = LLVMModuleCreateWithName("simple_module");  in buildSimpleFunction() 168     LLVMSetTarget(Module, HostTriple.c_str());  in buildSimpleFunction() 170     Function = LLVMAddFunction(Module, "simple_function",  in buildSimpleFunction() 179     LLVMVerifyModule(Module, LLVMAbortProcessAction, &Error);  in buildSimpleFunction() 186     Module = LLVMModuleCreateWithName("simple_module");  in buildFunctionThatUsesStackmap() 188     LLVMSetTarget(Module, HostTriple.c_str());  in buildFunctionThatUsesStackmap() 192       Module, "llvm.experimental.stackmap",  in buildFunctionThatUsesStackmap() [all …] 
 |