Home
last modified time | relevance | path

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

12345678910>>...50

/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/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/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/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/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/cronet/third_party/modp_b64/
DREADME.chromium10 - Removed the inclusion of modp's config.h
13 the inclusion of basictypes.h could be possible
/external/tensorflow/third_party/nccl/
Darchive.BUILD61 # Required for header inclusion checking, see below for details.
94 # Required for header inclusion checking, see below for details.
104 # 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/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/cronet/buildtools/third_party/libc++/trunk/utils/
DCMakeLists.txt2 add_custom_target(libcxx-generate-public-header-transitive-inclusion-tests
42 DEPENDS libcxx-generate-public-header-transitive-inclusion-tests
/external/avb/tools/transparency/verify/
DREADME.md3 …developers.google.com/android/binary_transparency/pixel#verifying-image-inclusion-inclusion-proof).
/external/libxml2/result/XInclude/
Dloop.xml.err1 ./test/XInclude/without-reader/loop.xml:2: element include: XInclude error : inclusion loop detected
/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/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()
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
DAnyScriptTest.java51 int inclusion = TestFmwk.getExhaustiveness(); in TestScripts() local
60 if (inclusion < 10 && script != UScript.LATIN in TestScripts()
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/jsontype/impl/
DAsPropertyTypeDeserializer.java41 As inclusion) in AsPropertyTypeDeserializer() argument
44 _inclusion = inclusion; in AsPropertyTypeDeserializer()
/external/libabigail/
DVISIBILITY33 then all the public header files inclusion (using #include directives)
34 follow. At the end of these public header files inclusion, one need
/external/rust/crates/async-stream/
DREADME.tpl12 for inclusion in `async-stream` by you, shall be licensed as MIT, without any
/external/rust/crates/tokio-util/
DREADME.md12 for inclusion in Tokio by you, shall be licensed as MIT, without any additional
/external/rust/crates/tokio-test/
DREADME.md12 for inclusion in Tokio by you, shall be licensed as MIT, without any additional

12345678910>>...50