Home
last modified time | relevance | path

Searched full:module (Results 1 – 25 of 13131) sorted by relevance

12345678910>>...526

/external/llvm-project/clang/test/Modules/Inputs/
Dmodule.map1 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/clang/test/Modules/Inputs/
Dmodule.map1 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/llvm-project/libcxx/include/
Dmodule.modulemap1 // 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 {
27 module fenv_h {
32 module inttypes_h {
39 module locale_h {
43 module math_h {
[all …]
/external/libcxx/include/
Dmodule.modulemap1 // 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/
Dmodule.map1 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/llvm-project/clang/test/ARCMT/Inputs/
Dmodule.map1 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/llvm-project/llvm/test/MC/Mips/
Dmodule-directive-bad.s5 .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/
Dmodule-directive-bad.s5 .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-project/llvm/include/llvm/
Dmodule.modulemap1 module LLVM_Analysis {
4 module * { export * }
11 module LLVM_AsmParser {
14 module * { export * }
17 // A module covering CodeGen/ and Target/. These are intertwined
18 // and codependent, and thus notionally form a single module.
19 module LLVM_Backend {
22 module CodeGen {
24 module * { export * }
27 // translation unit (or none) and aren't part of this module.
[all …]
/external/llvm-project/lldb/include/lldb/
Dmodule.modulemap2 module lldb_API {
8 module * { export * }
11 module lldb_Host {
17 module ConnectionFileDescriptor { header "Host/ConnectionFileDescriptor.h" export * }
18 module Debug { header "Host/Debug.h" export * }
19 module Editline { header "Host/Editline.h" export * }
20 module FileCache { header "Host/FileCache.h" export * }
21 module File { header "Host/File.h" export * }
22 module FileAction { header "Host/FileAction.h" export * }
23 module FileSystem { header "Host/FileSystem.h" export * }
[all …]
/external/llvm-project/llvm/test/CodeGen/PowerPC/
DPR3488.ll3 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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/
Dmodule.modulemap1 module LLVM_Analysis {
4 module * { export * }
11 module LLVM_AsmParser {
14 module * { export * }
17 // A module covering CodeGen/ and Target/. These are intertwined
18 // and codependent, and thus notionally form a single module.
19 module LLVM_Backend {
22 module CodeGen {
24 module * { export * }
27 // translation unit (or none) and aren't part of this module.
[all …]
/external/adhd/cras/src/server/
Dcras_dsp_mod_builtin.c15 * 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
28 static int empty_get_delay(struct dsp_module *module) in empty_get_delay() argument
33 static void empty_run(struct dsp_module *module, unsigned long sample_count) in empty_run() argument
37 static void empty_deinstantiate(struct dsp_module *module) in empty_deinstantiate() argument
41 static void empty_free_module(struct dsp_module *module) in empty_free_module() argument
43 free(module); in empty_free_module()
46 static int empty_get_properties(struct dsp_module *module) in empty_get_properties() argument
51 static void empty_dump(struct dsp_module *module, struct dumper *d) in empty_dump() argument
[all …]
/external/okhttp/
Dcheckstyle.xml2 <!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/
Dcheckstyle.xml2 <!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/
Dmodule.modulemap1 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/
Dcheckstyle.xml2 <!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/llvm-project/clang/include/clang/Lex/
DModuleMap.h10 // module as it relates to headers.
20 #include "clang/Basic/Module.h"
45 /// A mechanism to observe the actions of the module map parser as it
46 /// reads module map files.
53 /// Called when a module map file has been read.
58 /// \param IsSystem Whether this is a module map from a system include path.
62 /// Called when a header is added during module map parsing.
67 /// Called when an umbrella header is added during module map parsing.
88 /// Language options used to parse the module map itself.
93 /// The module that the main source file is associated with (the module
[all …]
/external/deqp-deps/SPIRV-Tools/source/opt/
Dmodule.h33 // A struct for containing the module header information.
42 // A SPIR-V module. It contains all the information for a SPIR-V module and
44 class Module {
51 // Creates an empty module with zero'd header.
52 Module() : header_({}), contains_debug_info_(false) {} in Module() function
74 // Appends a capability instruction to this module.
77 // Appends an extension instruction to this module.
80 // Appends an extended instruction set instruction to this module.
83 // Set the memory model for this module.
86 // Appends an entry point instruction to this module.
[all …]
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dmodule.h33 // A struct for containing the module header information.
42 // A SPIR-V module. It contains all the information for a SPIR-V module and
44 class Module {
51 // Creates an empty module with zero'd header.
52 Module() : header_({}), contains_debug_info_(false) {} in Module() function
74 // Appends a capability instruction to this module.
77 // Appends an extension instruction to this module.
80 // Appends an extended instruction set instruction to this module.
83 // Set the memory model for this module.
86 // Appends an entry point instruction to this module.
[all …]
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dmodule.h33 // A struct for containing the module header information.
42 // A SPIR-V module. It contains all the information for a SPIR-V module and
44 class Module {
51 // Creates an empty module with zero'd header.
52 Module() : header_({}), contains_debug_info_(false) {} in Module() function
74 // Appends a capability instruction to this module.
77 // Appends an extension instruction to this module.
80 // Appends an extended instruction set instruction to this module.
83 // Set the memory model for this module.
86 // Appends an entry point instruction to this module.
[all …]
/external/clang/include/clang/Lex/
DModuleMap.h11 // 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/llvm-project/clang/include/clang/
Dmodule.modulemap1 module Clang_Analysis {
7 module * { export * }
16 module Clang_AST {
25 module * { export * }
28 module Clang_ASTMatchers { requires cplusplus umbrella "ASTMatchers" module * { export * } }
30 module Clang_Basic {
70 module * { export * }
73 module Clang_CodeGen { requires cplusplus umbrella "CodeGen" module * { export * } }
74 module Clang_Config { requires cplusplus umbrella "Config" module * { export * } }
77 // logically form a single module.
[all …]
/external/python/cpython3/Lib/test/test_warnings/
D__init__.py22 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
64 # The 'warnings' module must be explicitly set so that the proper
66 sys.modules['warnings'] = self.module
68 # module than warnings.catch_warnings(). Otherwise,
70 unittest.case.warnings = self.module
[all …]
/external/nanohttpd/src/main/checkstyle/
Dnanohttpd-style.xml2 <!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 …]

12345678910>>...526