Home
last modified time | relevance | path

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

12345678910>>...321

/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/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/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/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/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/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/python/cpython3/Lib/test/test_warnings/
D__init__.py28 def warnings_state(module): argument
41 original_filters = module.filters
43 module.filters = original_filters[:]
44 module.simplefilter("once")
45 warning_tests.warnings = module
49 module.filters = original_filters
70 # The 'warnings' module must be explicitly set so that the proper
72 sys.modules['warnings'] = self.module
74 # module than warnings.catch_warnings(). Otherwise,
76 unittest.case.warnings = self.module
[all …]
/external/jacoco/org.jacoco.core.test.validation/
Dpom.xml30 <module>../org.jacoco.core.test.validation.java5</module>
74 <module>../org.jacoco.core.test.validation.kotlin</module>
87 <module>../org.jacoco.core.test.validation.kotlin</module>
104 <module>../org.jacoco.core.test.validation.kotlin</module>
105 <module>../org.jacoco.core.test.validation.java7</module>
118 <module>../org.jacoco.core.test.validation.kotlin</module>
119 <module>../org.jacoco.core.test.validation.java7</module>
129 <module>../org.jacoco.core.test.validation.kotlin</module>
130 <module>../org.jacoco.core.test.validation.java7</module>
131 <module>../org.jacoco.core.test.validation.java8</module>
[all …]
/external/python/cpython2/Lib/test/
Dtest_warnings.py19 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/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 …]
/external/clang/test/Modules/
Dexponential-paths.cpp6 // 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/clang/docs/
DModules.rst80module 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 …
87module 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 …
113module (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/apache-commons-bcel/src/conf/
Dcheckstyle.xml19 <!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/opencensus-java/buildscripts/
Dcheckstyle.xml2 <!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 …]
/external/clang/include/clang/Basic/
DModule.h1 //===--- Module.h - Describe a module ---------------------------*- C++ -*-===//
11 /// \brief Defines the clang::Module class, which describes a module in the
43 /// \brief Describes the name of a module.
46 /// \brief Describes a module or submodule.
47 class Module {
49 /// \brief The name of this module.
52 /// \brief The location of the module definition.
55 /// \brief The parent of this module. This will be NULL for the top-level
56 /// module.
57 Module *Parent;
[all …]
/external/clang/include/clang/
Dmodule.modulemap1 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/grpc-grpc-java/buildscripts/
Dcheckstyle.xml2 <!DOCTYPE module PUBLIC
18 <module name = "Checker">
23 <module name="Header">
27 </module>
32 <module name="FileTabCharacter">
34 </module>
36 <module name="TreeWalker">
37 <module name="OuterTypeFilename"/>
38 <module name="IllegalTokenText">
42 </module>
[all …]
/external/python/cpython3/Doc/c-api/
Dmodule.rst5 Module Objects
8 .. index:: object: module
13 .. index:: single: ModuleType (in module types)
15 This instance of :c:type:`PyTypeObject` represents the Python module type. This
21 Return true if *p* is a module object, or a subtype of a module object.
27 Return true if *p* is a module object, but not a subtype of
34 single: __name__ (module attribute)
35 single: __doc__ (module attribute)
36 single: __file__ (module attribute)
37 single: __package__ (module attribute)
[all …]

12345678910>>...321