| /external/clang/test/Modules/Inputs/ |
| D | module.map | 1 module c_library [extern_c] { module inner { header "c-header.h" } } 2 module cxx_library { header "cxx-header.h" requires cplusplus } 3 module c_library_bad [extern_c] { header "c-header-bad.h" } 4 module diamond_top { header "diamond_top.h" } 5 module diamond_left { 9 module diamond_right { 13 module diamond_bottom { 17 module irgen { header "irgen.h" } 18 module cxx_irgen_top { header "cxx-irgen-top.h" } 19 module cxx_irgen_left { header "cxx-irgen-left.h" } [all …]
|
| /external/libcxx/include/ |
| D | module.modulemap | 1 // define the module for __config outside of the top level 'std' module 4 module std_config [system] [extern_c] { 8 module std [system] { 17 module depr [extern_c] { 19 module ctype_h { 23 module errno_h { 29 module inttypes_h { 36 module locale_h { 40 module math_h { 44 module setjmp_h { [all …]
|
| /external/clang/test/ARCMT/Inputs/ |
| D | module.map | 1 module c_library [extern_c] { module inner { header "c-header.h" } } 2 module cxx_library { header "cxx-header.h" requires cplusplus } 3 module c_library_bad [extern_c] { header "c-header-bad.h" } 4 module diamond_top { header "diamond_top.h" } 5 module diamond_left { 9 module diamond_right { 13 module diamond_bottom { 17 module irgen { header "irgen.h" } 18 module cxx_irgen_top { header "cxx-irgen-top.h" } 19 module cxx_irgen_left { header "cxx-irgen-left.h" } [all …]
|
| /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/ |
| D | module-directive-bad.s | 5 .module fp=64 6 # CHECK: :[[@LINE-1]]:13: error: .module directive must appear before any code 9 .module fp=32 10 # CHECK-NOT: :[[@LINE-1]]:13: error: .module directive must appear before any code 13 .module fp=64 14 # CHECK: :[[@LINE-1]]:13: error: .module directive must appear before any code 17 .module fp=32 18 # CHECK-NOT: :[[@LINE-1]]:13: error: .module directive must appear before any code 21 .module fp=64 22 # CHECK: :[[@LINE-1]]:13: error: .module directive must appear before any code [all …]
|
| /external/llvm/test/MC/Mips/ |
| D | module-directive-bad.s | 5 .module fp=64 6 # CHECK: :[[@LINE-1]]:13: error: .module directive must appear before any code 9 .module fp=32 10 # CHECK-NOT: :[[@LINE-1]]:13: error: .module directive must appear before any code 13 .module fp=64 14 # CHECK: :[[@LINE-1]]:13: error: .module directive must appear before any code 17 .module fp=32 18 # CHECK-NOT: :[[@LINE-1]]:13: error: .module directive must appear before any code 21 .module fp=64 22 # CHECK: :[[@LINE-1]]:13: error: .module directive must appear before any code [all …]
|
| /external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/ |
| D | PR3488.ll | 3 module asm "\09.section \22___kcrctab+numa_node\22, \22a\22\09" 4 module asm "\09.weak\09__crc_numa_node\09" 5 module asm "\09.long\09__crc_numa_node\09" 6 module asm "\09.previous\09\09\09\09\09" 7 module asm "\09.section \22___kcrctab+_numa_mem_\22, \22a\22\09" 8 module asm "\09.weak\09__crc__numa_mem_\09" 9 module asm "\09.long\09__crc__numa_mem_\09" 10 module asm "\09.previous\09\09\09\09\09" 11 module asm "\09.section \22___kcrctab+node_states\22, \22a\22\09" 12 module asm "\09.weak\09__crc_node_states\09" [all …]
|
| /external/adhd/cras/src/server/ |
| D | cras_dsp_mod_builtin.c | 15 * empty module functions (for source and sink) 17 static int empty_instantiate(struct dsp_module *module, in empty_instantiate() argument 23 static void empty_connect_port(struct dsp_module *module, unsigned long port, in empty_connect_port() argument 26 static int empty_get_delay(struct dsp_module *module) in empty_get_delay() argument 31 static void empty_run(struct dsp_module *module, unsigned long sample_count) {} in empty_run() argument 33 static void empty_deinstantiate(struct dsp_module *module) {} in empty_deinstantiate() argument 35 static void empty_free_module(struct dsp_module *module) in empty_free_module() argument 37 free(module); in empty_free_module() 40 static int empty_get_properties(struct dsp_module *module) { return 0; } in empty_get_properties() argument 42 static void empty_dump(struct dsp_module *module, struct dumper *d) in empty_dump() argument [all …]
|
| /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ |
| D | module.modulemap | 1 module LLVM_Analysis { 4 module * { export * } 10 module LLVM_AsmParser { requires cplusplus umbrella "AsmParser" module * { export * } } 12 // A module covering CodeGen/ and Target/. These are intertwined 13 // and codependent, and thus notionally form a single module. 14 module LLVM_Backend { 17 module CodeGen { 19 module * { export * } 22 // translation unit (or none) and aren't part of this module. 31 module Target { [all …]
|
| /external/okhttp/ |
| D | checkstyle.xml | 2 <!DOCTYPE module PUBLIC 6 <module name="Checker"> 7 <module name="NewlineAtEndOfFile"/> 8 <module name="FileLength"/> 9 <module name="FileTabCharacter"/> 12 <module name="RegexpSingleline"> 15 </module> 18 <module name="RegexpSingleline"> 21 </module> 24 <module name="RegexpSingleline"> [all …]
|
| /external/javapoet/ |
| D | checkstyle.xml | 2 <!DOCTYPE module PUBLIC 6 <module name="Checker"> 7 <module name="SuppressWarningsFilter"/> 8 <module name="NewlineAtEndOfFile"/> 9 <module name="FileLength"/> 10 <module name="FileTabCharacter"/> 13 <module name="RegexpSingleline"> 16 </module> 19 <module name="RegexpSingleline"> 22 </module> [all …]
|
| /external/llvm/include/llvm/ |
| D | module.modulemap | 1 module LLVM_Analysis { 4 module * { export * } 10 module LLVM_AsmParser { requires cplusplus umbrella "AsmParser" module * { export * } } 12 // A module covering CodeGen/ and Target/. These are intertwined 13 // and codependent, and thus notionally form a single module. 14 module LLVM_Backend { 17 module CodeGen { 19 module * { export * } 25 // translation unit (or none) and aren't part of this module. 34 module Target { [all …]
|
| /external/okhttp/okio/ |
| D | checkstyle.xml | 2 <!DOCTYPE module PUBLIC 6 <module name="Checker"> 7 <module name="NewlineAtEndOfFile"/> 8 <module name="FileLength"/> 9 <module name="FileTabCharacter"/> 12 <module name="RegexpSingleline"> 15 </module> 18 <module name="RegexpSingleline"> 21 </module> 24 <module name="RegexpSingleline"> [all …]
|
| /external/dagger2/ |
| D | checkstyle.xml | 2 <!DOCTYPE module PUBLIC 6 <module name="Checker"> 7 <!--module name="NewlineAtEndOfFile"/--> 8 <module name="FileLength"/> 9 <module name="FileTabCharacter"/> 12 <module name="RegexpSingleline"> 15 </module> 18 <module name="RegexpSingleline"> 21 </module> 24 <module name="RegexpSingleline"> [all …]
|
| /external/clang/include/clang/Lex/ |
| D | ModuleMap.h | 11 // module as it relates to headers. 20 #include "clang/Basic/Module.h" 39 /// \brief A mechanism to observe the actions of the module map parser as it 40 /// reads module map files. 45 /// \brief Called when a module map file has been read. 50 /// \param IsSystem Whether this is a module map from a system include path. 54 /// \brief Called when a header is added during module map parsing. 59 /// \brief Called when an umbrella header is added during module map parsing. 80 /// \brief Language options used to parse the module map itself. 85 // The module that the main source file is associated with (the module [all …]
|
| /external/nanohttpd/src/main/checkstyle/ |
| D | nanohttpd-style.xml | 2 <!DOCTYPE module PUBLIC 11 <module name="Checker"> 12 <module name="SuppressionFilter"> 14 </module> 20 <module name="NewlineAtEndOfFile" /> 24 <module name="Translation" /> 28 <module name="FileLength" /> 32 <module name="FileTabCharacter" /> 37 <!-- <module name="Header"> --> 40 <!-- </module> --> [all …]
|
| /external/python/cpython3/Lib/test/test_warnings/ |
| D | __init__.py | 22 def warnings_state(module): argument 35 original_filters = module.filters 37 module.filters = original_filters[:] 38 module.simplefilter("once") 39 warning_tests.warnings = module 43 module.filters = original_filters 60 # The 'warnings' module must be explicitly set so that the proper 62 sys.modules['warnings'] = self.module 64 # module than warnings.catch_warnings(). Otherwise, 66 unittest.case.warnings = self.module [all …]
|
| /external/v8/src/objects/ |
| D | module.cc | 8 #include "src/objects/module.h" 16 #include "src/objects/module-inl.h" 24 V8_INLINE size_t operator()(Handle<Module> module) const { in operator ()() 25 return module->hash(); in operator ()() 30 V8_INLINE bool operator()(Handle<Module> lhs, Handle<Module> rhs) const { in operator ()() 60 : public std::unordered_set<Handle<Module>, ModuleHandleHash, 62 ZoneAllocator<Handle<Module>>> { 65 : std::unordered_set<Handle<Module>, ModuleHandleHash, ModuleHandleEqual, in UnorderedModuleSet() 66 ZoneAllocator<Handle<Module>>>( in UnorderedModuleSet() 68 ZoneAllocator<Handle<Module>>(zone)) {} in UnorderedModuleSet() [all …]
|
| /external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| D | module.h | 32 // A struct for containing the module header information. 41 // A SPIR-V module. It contains all the information for a SPIR-V module and 43 class Module { 50 // Creates an empty module with zero'd header. 51 Module() : header_({}) {} in Module() function 73 // Appends a capability instruction to this module. 76 // Appends an extension instruction to this module. 79 // Appends an extended instruction set instruction to this module. 82 // Set the memory model for this module. 85 // Appends an entry point instruction to this module. [all …]
|
| /external/deqp-deps/SPIRV-Tools/source/opt/ |
| D | module.h | 32 // A struct for containing the module header information. 41 // A SPIR-V module. It contains all the information for a SPIR-V module and 43 class Module { 50 // Creates an empty module with zero'd header. 51 Module() : header_({}) {} in Module() function 73 // Appends a capability instruction to this module. 76 // Appends an extension instruction to this module. 79 // Appends an extended instruction set instruction to this module. 82 // Set the memory model for this module. 85 // Appends an entry point instruction to this module. [all …]
|
| /external/python/cpython2/Lib/test/ |
| D | test_warnings.py | 19 def warnings_state(module): argument 32 original_filters = module.filters 34 module.filters = original_filters[:] 35 module.simplefilter("once") 36 warning_tests.warnings = module 40 module.filters = original_filters 56 # The 'warnings' module must be explicitly set so that the proper 58 sys.modules['warnings'] = self.module 72 self.assertTrue(hasattr(self.module, '__all__')) 76 self.assertSetEqual(set(self.module.__all__), [all …]
|
| /external/clang/test/Modules/ |
| D | exponential-paths.cpp | 6 // Build module map with 40 modules; two layers with importing and re-exporting 9 // RUN: echo 'module a0 { header "a0.h" export * }' > %t/module.modulemap 10 // RUN: echo 'module b0 { header "b0.h" export * }' >> %t/module.modulemap 11 // RUN: echo 'module a1 { header "a1.h" export * }' >> %t/module.modulemap 12 // RUN: echo 'module b1 { header "b1.h" export * }' >> %t/module.modulemap 13 // RUN: echo 'module a2 { header "a2.h" export * }' >> %t/module.modulemap 14 // RUN: echo 'module b2 { header "b2.h" export * }' >> %t/module.modulemap 15 // RUN: echo 'module a3 { header "a3.h" export * }' >> %t/module.modulemap 16 // RUN: echo 'module b3 { header "b3.h" export * }' >> %t/module.modulemap 17 // RUN: echo 'module a4 { header "a4.h" export * }' >> %t/module.modulemap [all …]
|
| /external/apache-commons-bcel/src/conf/ |
| D | checkstyle.xml | 19 <!DOCTYPE module PUBLIC 24 <module name="Checker"> 29 <module name="NewlineAtEndOfFile" /> 33 <module name="FileTabCharacter"> 35 </module> 40 <module name="RegexpSingleline"> 44 </module> 48 <module name="RegexpSingleline"> 53 </module> 55 <module name="TreeWalker"> [all …]
|
| /external/clang/include/clang/ |
| D | module.modulemap | 1 module Clang_Analysis { 7 module * { export * } 10 module Clang_AST { 19 module * { export * } 22 module Clang_ASTMatchers { requires cplusplus umbrella "ASTMatchers" module * { export * } } 24 module Clang_Basic { 51 module * { export * } 54 module Clang_CodeGen { requires cplusplus umbrella "CodeGen" module * { export * } } 55 module Clang_Config { requires cplusplus umbrella "Config" module * { export * } } 58 // logically form a single module. [all …]
|
| /external/clang/docs/ |
| D | Modules.rst | 80 …module import behaves quite differently from the corresponding ``#include <stdio.h>``: when the co… 83 …``std.io`` module is only compiled once, and importing the module into a translation unit is a con… 85 * **Fragility**: Each module is parsed as a standalone entity, so it has a consistent preprocessor … 87 …module as a representation of that API. Because modules can only be built standalone, tools can re… 91 Many programming languages have a module or package system, and because of the variety of features … 97 … Thus, a struct declared in one module will still conflict with a struct of the same name declared… 99 … expose the full complexity of the language. Maintaining a stable binary module format across arch… 107 …bjective-C provides syntax for importing a module via an *@import declaration*, which imports the … 113 …module (which would contain, e.g., the entire C or C++ standard library) and make its API availabl… 127 …s automatically translate ``#include`` directives into the corresponding module import. For exampl… [all …]
|
| /external/opencensus-java/buildscripts/ |
| D | checkstyle.xml | 2 <!DOCTYPE module PUBLIC 18 <module name = "Checker"> 24 <module name="RegexpHeader"> 27 </module> 32 <module name="FileTabCharacter"> 34 </module> 36 <module name="TreeWalker"> 37 <module name="OuterTypeFilename"/> 38 <module name="IllegalTokenText"> 44 </module> [all …]
|