Home
last modified time | relevance | path

Searched refs:inclusion (Results 1 – 25 of 983) sorted by relevance

12345678910>>...40

/external/clang/test/Index/
Dannotate-module.m12 // CHECK: Punctuation: "#" [2:1 - 2:2] inclusion directive=[[INC_DIR:DependsOnModule[/\\]Depen…
13 // CHECK-NEXT: Identifier: "include" [2:2 - 2:9] inclusion directive=[[INC_DIR]]
14 // CHECK-NEXT: Punctuation: "<" [2:10 - 2:11] inclusion directive=[[INC_DIR]]
15 // CHECK-NEXT: Identifier: "DependsOnModule" [2:11 - 2:26] inclusion directive=[[INC_DIR]]
16 // CHECK-NEXT: Punctuation: "/" [2:26 - 2:27] inclusion directive=[[INC_DIR]]
17 // CHECK-NEXT: Identifier: "DependsOnModule" [2:27 - 2:42] inclusion directive=[[INC_DIR]]
18 // CHECK-NEXT: Punctuation: "." [2:42 - 2:43] inclusion directive=[[INC_DIR]]
19 // CHECK-NEXT: Identifier: "h" [2:43 - 2:44] inclusion directive=[[INC_DIR]]
20 // CHECK-NEXT: Punctuation: ">" [2:44 - 2:45] inclusion directive=[[INC_DIR]]
32 // CHECK-MOD: Punctuation: "#" [1:1 - 1:2] inclusion directive=[[INC_DIR:Module[/\\]Sub2\.h \(…
[all …]
/external/llvm-project/clang/test/Index/
Dannotate-module.m12 // CHECK: Punctuation: "#" [2:1 - 2:2] inclusion directive=[[INC_DIR:DependsOnModule[/\\]Depen…
13 // CHECK-NEXT: Identifier: "include" [2:2 - 2:9] inclusion directive=[[INC_DIR]]
14 // CHECK-NEXT: Punctuation: "<" [2:10 - 2:11] inclusion directive=[[INC_DIR]]
15 // CHECK-NEXT: Identifier: "DependsOnModule" [2:11 - 2:26] inclusion directive=[[INC_DIR]]
16 // CHECK-NEXT: Punctuation: "/" [2:26 - 2:27] inclusion directive=[[INC_DIR]]
17 // CHECK-NEXT: Identifier: "DependsOnModule" [2:27 - 2:42] inclusion directive=[[INC_DIR]]
18 // CHECK-NEXT: Punctuation: "." [2:42 - 2:43] inclusion directive=[[INC_DIR]]
19 // CHECK-NEXT: Identifier: "h" [2:43 - 2:44] inclusion directive=[[INC_DIR]]
20 // CHECK-NEXT: Punctuation: ">" [2:44 - 2:45] inclusion directive=[[INC_DIR]]
32 // CHECK-MOD: Punctuation: "#" [1:1 - 1:2] inclusion directive=[[INC_DIR:Module[/\\]Sub2\.h \(…
[all …]
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/util/
DSimpleBeanPropertyDefinition.java59 JsonInclude.Value inclusion) in SimpleBeanPropertyDefinition() argument
65 _inclusion = inclusion; in SimpleBeanPropertyDefinition()
93 JsonInclude.Include inclusion) in construct() argument
96 = ((inclusion == null) || (inclusion == JsonInclude.Include.USE_DEFAULTS)) in construct()
97 ? EMPTY_INCLUDE : JsonInclude.Value.construct(inclusion, null); in construct()
107 JsonInclude.Value inclusion) { in construct() argument
109 member, name, metadata, inclusion); in construct()
150 public BeanPropertyDefinition withInclusion(JsonInclude.Value inclusion) { in withInclusion() argument
151 if (_inclusion == inclusion) { in withInclusion()
155 _member, _fullName, _metadata, inclusion); in withInclusion()
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/ser/
DVirtualBeanPropertyWriter.java55 JsonInclude.Value inclusion, Class<?>[] includeInViews) in VirtualBeanPropertyWriter() argument
59 _suppressNulls(inclusion), _suppressableValue(inclusion), in VirtualBeanPropertyWriter()
67 JsonInclude.Value inclusion) in VirtualBeanPropertyWriter() argument
69 this(propDef, contextAnnotations, declaredType, ser, typeSer, serType, inclusion, null); in VirtualBeanPropertyWriter()
80 protected static boolean _suppressNulls(JsonInclude.Value inclusion) { in _suppressNulls() argument
81 if (inclusion == null) { in _suppressNulls()
84 JsonInclude.Include incl = inclusion.getValueInclusion(); in _suppressNulls()
88 protected static Object _suppressableValue(JsonInclude.Value inclusion) { in _suppressableValue() argument
89 if (inclusion == null) { in _suppressableValue()
92 JsonInclude.Include incl = inclusion.getValueInclusion(); in _suppressableValue()
DPropertyBuilder.java152 JsonInclude.Include inclusion = inclV.getValueInclusion(); in buildWriter() local
153 if (inclusion == JsonInclude.Include.USE_DEFAULTS) { // should not occur but... in buildWriter()
154 inclusion = JsonInclude.Include.ALWAYS; in buildWriter()
156 switch (inclusion) { in buildWriter()
/external/llvm-project/clang-tools-extra/test/modularize/
DProblemsInconsistent.modularize16 # CHECK-NEXT: 'FUNC_STYLE(1, 0);' expanded to: '1||0' with respect to these inclusion paths:
23 # CHECK-NEXT: 'FUNC_STYLE(1, 0);' expanded to: '1&&0' with respect to these inclusion paths:
34 # CHECK-NEXT: 'SYMBOL' expanded to: '1' with respect to these inclusion paths:
41 # CHECK-NEXT: 'SYMBOL' expanded to: '2' with respect to these inclusion paths:
52 # CHECK-NEXT: 'defined(SYMBOL1)' expanded to: 'true' with respect to these inclusion paths:
59 # CHECK-NEXT: 'defined(SYMBOL1)' expanded to: 'false' with respect to these inclusion paths:
67 # CHECK-NEXT: 'SYMBOL1' expanded to: 'true' with respect to these inclusion paths:
70 # CHECK-NEXT: 'SYMBOL1' expanded to: 'false' with respect to these inclusion paths:
77 # CHECK-NEXT: 'SYMBOL2' expanded to: 'false' with respect to these inclusion paths:
80 # CHECK-NEXT: 'SYMBOL2' expanded to: 'true' with respect to these inclusion paths:
[all …]
/external/avb/libavb_aftl/
DREADME.md13 transparency that leverages cryptographic proofs of inclusion of build images
15 cryptographic proofs, called inclusion proofs, on-device to allow for offline
36 integration into the log, the AFTL personality returns the inclusion proof back
37 to the `aftltool`, which in turn incorporates the inclusion proof with the
43 * **Transparency log key:** Used by Trillian to sign inclusion proofs. The
60 of inclusion proofs (`AftlIcpEntry`) represented by this structure. Each
61 inclusion proof has associated metadata, such as the transparency log URL. A
72 inclusion proof from a specific transparency log server for a given [VBMeta
74 given the corresponding transparency log public key. The inclusion proof
75 validation process is described in the [inclusion proofs](#inclusion-proofs)
[all …]
/external/rust/crates/nix/
DREADME.md39 block the inclusion of new code.
41 blocks the inclusion of new code. Tests may be run, but failures
42 in tests don't block the inclusion of new code.
44 *do not* block the inclusion of new code. Testing may be run, but
45 failures in tests don't block the inclusion of new code.
/external/modp_b64/
DREADME.chromium9 The modp_b64.c file was modified to remove the inclusion of modp's config.h
11 modp_b64.cc to force it to be compiled as C++ so that the inclusion of
/external/wayland-protocols/freedesktop.org/
DGOVERNANCE.md68 ### 2.2. Protocol inclusion requirements
72 2. Protocols in the "xdg" and "wp" namespace are eligible for inclusion only if
74 3. Protocols in the "xdg" and "wp" namespace are ineligible for inclusion if
78 eligible for inclusion.
79 5. Protocols in the "ext" namespace are eligible for inclusion only if ACKed by
82 one open-source server implementation to be eligible for inclusion.
90 2. Protocol proposal posts must include justification for their inclusion in
96 4. When the proposed protocol meets all requirements for inclusion per section
/external/tensorflow/third_party/nccl/
Darchive.BUILD60 # Required for header inclusion checking, see below for details.
82 # Required for header inclusion checking, see below for details.
88 # Required for header inclusion checking (see
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/ser/impl/
DAttributePropertyWriter.java40 JsonInclude.Value inclusion) in AttributePropertyWriter() argument
44 inclusion, in AttributePropertyWriter()
/external/llvm/include/llvm/
Dmodule.modulemap6 // This is intended for (repeated) textual inclusion.
30 // These are intended for (repeated) textual inclusion.
38 // This is intended for (repeated) textual inclusion.
93 // These are intended for (repeated) textual inclusion.
171 // These are intended for (repeated) textual inclusion.
251 // These are intended for textual inclusion.
/external/llvm-project/libcxx/include/
Dmodule.modulemap56 // <stddef.h>'s __need_* macros require textual inclusion.
67 // <stdio.h>'s __need_* macros require textual inclusion.
73 // <stdlib.h>'s __need_* macros require textual inclusion.
84 // <wchar.h>'s __need_* macros require textual inclusion.
111 // <cassert>'s use of NDEBUG requires textual inclusion.
249 // No submodule for cassert. It fundamentally needs repeated, textual inclusion.
/external/libcxx/include/
Dmodule.modulemap53 // <stddef.h>'s __need_* macros require textual inclusion.
64 // <stdio.h>'s __need_* macros require textual inclusion.
70 // <stdlib.h>'s __need_* macros require textual inclusion.
81 // <wchar.h>'s __need_* macros require textual inclusion.
108 // <cassert>'s use of NDEBUG requires textual inclusion.
241 // No submodule for cassert. It fundamentally needs repeated, textual inclusion.
/external/llvm-project/clang/test/Driver/Inputs/
Dconfig-2.cfg1 # nested inclusion
Dconfig-2a.cfg1 # nested inclusion
/external/llvm-project/clang/test/PCH/
Dfield-designator.c26 # error Header inclusion order messed up
Dchain-default-argument-instantiation.cpp31 #error Header inclusion order messed up
/external/clang/test/PCH/
Dfield-designator.c26 # error Header inclusion order messed up
Dchain-default-argument-instantiation.cpp31 #error Header inclusion order messed up
Dchain-staticvar-instantiation.cpp30 #error Header inclusion order messed up
/external/llvm-project/clang/test/Preprocessor/
Ddump_import.m4 // See also `dump_include.c` which tests other inclusion cases with `-dI`.
/external/webrtc/pc/test/
DDEPS2 # Allow include of Chrome base/android to allow inclusion of headers needed
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
DAnyScriptTest.java54 int inclusion = TestFmwk.getExhaustiveness(); in TestScripts() local
63 if (inclusion < 10 && script != UScript.LATIN in TestScripts()

12345678910>>...40