Home
last modified time | relevance | path

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

12345678910>>...625

/external/aws-sdk-java-v2/services/
Dpom.xml26 <module>acm</module>
27 <module>apigateway</module>
28 <module>applicationautoscaling</module>
29 <module>appstream</module>
30 <module>athena</module>
31 <module>autoscaling</module>
32 <module>batch</module>
33 <module>budgets</module>
34 <module>clouddirectory</module>
35 <module>cloudformation</module>
[all …]
/external/google-cloud-java/
Dpom.xml14 <module>gapic-libraries-bom</module>
15 <module>google-cloud-jar-parent</module>
16 <module>google-cloud-pom-parent</module>
17 <module>java-accessapproval</module>
18 <module>java-accesscontextmanager</module>
19 <module>java-advisorynotifications</module>
20 <module>java-aiplatform</module>
21 <module>java-alloydb</module>
22 <module>java-analytics-admin</module>
23 <module>java-analytics-data</module>
[all …]
/external/cronet/third_party/libc++/src/include/
Dmodule.modulemap.in2 module std_algorithm [system] {
6 module std_any [system] {
10 module std_array [system] {
14 module std_atomic [system] {
18 module std_barrier [system] {
22 module std_bit [system] {
26 module std_bitset [system] {
30 module std_charconv [system] {
34 module std_chrono [system] {
38 module std_codecvt [system] {
[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/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/swiftshader/third_party/llvm-16.0/llvm/include/llvm/
Dmodule.modulemap1 module LLVM_Analysis {
4 module * { export * }
12 module LLVM_AsmParser {
15 module * { export * }
18 // A module covering CodeGen/ and Target/. These are intertwined
19 // and codependent, and thus notionally form a single module.
20 module LLVM_Backend {
23 module CodeGen {
25 module * { export * }
28 // translation unit (or none) and aren't part of this module.
[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/owasp/java-encoder/src/main/config/
Dcheckstyle.xml2 <!DOCTYPE module PUBLIC
5 <module name="Checker">
7 <!--<module name="SuppressionFilter">-->
9 <!--</module>-->
11 <!-- <module name="NewlineAtEndOfFile"/> doesn't work... -->
12 <module name="Translation"/>
13 <module name="FileLength"/>
14 <module name="FileTabCharacter"/>
16 <module name="RegexpSingleline">
21 </module>
[all …]
/external/ow2-asm/tools/
Dcheckstyle.xml2 <!DOCTYPE module PUBLIC
6 <module name="Checker">
10 <module name="TreeWalker">
12 <module name="OuterTypeFilename" />
13 <module name="IllegalTokenText">
19 </module>
20 <module name="AvoidEscapedUnicodeCharacters">
24 </module>
25 <module name="AvoidStarImport" />
26 <module name="OneTopLevelClass" />
[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/tensorflow/tensorflow/core/ir/tests/
Dtypes.mlir3 // CHECK: module attributes {tfg.type = !tf_type.qint8
4 module attributes {tfg.type = !tf_type.qint8} {}
5 // CHECK: module attributes {tfg.type = !tf_type.qint16
6 module attributes {tfg.type = !tf_type.qint16} {}
7 // CHECK: module attributes {tfg.type = !tf_type.qint32
8 module attributes {tfg.type = !tf_type.qint32} {}
9 // CHECK: module attributes {tfg.type = !tf_type.quint8
10 module attributes {tfg.type = !tf_type.quint8} {}
11 // CHECK: module attributes {tfg.type = !tf_type.quint16
12 module attributes {tfg.type = !tf_type.quint16} {}
[all …]
/external/zxing/src/checkstyle/
Dcheckstyle.xml2 <!DOCTYPE module PUBLIC
23 <module name="Checker">
34 <!-- <module name="JavadocPackage"/> -->
38 <!--<module name="NewlineAtEndOfFile"/>-->
42 <module name="Translation"/>
44 <module name="FileLength"/>
47 <!-- <module name="RegexpHeader"/> -->
49 <module name="FileTabCharacter">
51 </module>
54 <module name="RegexpSingleline">
[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/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/swiftshader/third_party/SPIRV-Tools/source/opt/
Dmodule.h34 // A struct for containing the module header information.
43 // A SPIR-V module. It contains all the information for a SPIR-V module and
45 class Module {
52 // Creates an empty module with zero'd header.
53 Module() : header_({}), contains_debug_info_(false) {} in Module() function
75 // Appends a capability instruction to this module.
78 // Appends an extension instruction to this module.
81 // Appends an extended instruction set instruction to this module.
84 // Set the memory model for this module.
87 // Set the sampled image addressing mode for this module.
[all …]
/external/angle/third_party/spirv-tools/src/source/opt/
Dmodule.h34 // A struct for containing the module header information.
43 // A SPIR-V module. It contains all the information for a SPIR-V module and
45 class Module {
52 // Creates an empty module with zero'd header.
53 Module() : header_({}), contains_debug_info_(false) {} in Module() function
75 // Appends a capability instruction to this module.
78 // Appends an extension instruction to this module.
81 // Appends an extended instruction set instruction to this module.
84 // Set the memory model for this module.
87 // Set the sampled image addressing mode for this module.
[all …]
/external/deqp-deps/SPIRV-Tools/source/opt/
Dmodule.h34 // A struct for containing the module header information.
43 // A SPIR-V module. It contains all the information for a SPIR-V module and
45 class Module {
52 // Creates an empty module with zero'd header.
53 Module() : header_({}), contains_debug_info_(false) {} in Module() function
75 // Appends a capability instruction to this module.
78 // Appends an extension instruction to this module.
81 // Appends an extended instruction set instruction to this module.
84 // Set the memory model for this module.
87 // Set the sampled image addressing mode for this 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 …]
/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 …]

12345678910>>...625