Home
last modified time | relevance | path

Searched refs:incl (Results 1 – 25 of 272) sorted by relevance

1234567891011

/external/llvm-project/llvm/test/MC/X86/AlignedBundling/
Dautogen-inst-offset-padding.s18 # CHECK: 0: incl
28 # CHECK: 21: incl
38 # CHECK: 42: incl
48 # CHECK: 63: incl
58 # CHECK: 84: incl
68 # CHECK: a5: incl
78 # CHECK: c6: incl
88 # CHECK: e7: incl
98 # CHECK: 108: incl
108 # CHECK: 129: incl
[all …]
Dautogen-inst-offset-align-to-end.s19 # CHECK: f: incl
30 # CHECK: 2f: incl
41 # CHECK: 4f: incl
52 # CHECK: 6f: incl
63 # CHECK: 8f: incl
74 # CHECK: af: incl
85 # CHECK: cf: incl
96 # CHECK: ef: incl
107 # CHECK: 10f: incl
118 # CHECK: 12f: incl
[all …]
/external/llvm/test/MC/X86/AlignedBundling/
Dautogen-inst-offset-padding.s18 # CHECK: 0: incl
28 # CHECK: 21: incl
38 # CHECK: 42: incl
48 # CHECK: 63: incl
58 # CHECK: 84: incl
68 # CHECK: a5: incl
78 # CHECK: c6: incl
88 # CHECK: e7: incl
98 # CHECK: 108: incl
108 # CHECK: 129: incl
[all …]
Dautogen-inst-offset-align-to-end.s19 # CHECK: f: incl
30 # CHECK: 2f: incl
41 # CHECK: 4f: incl
52 # CHECK: 6f: incl
63 # CHECK: 8f: incl
74 # CHECK: af: incl
85 # CHECK: cf: incl
96 # CHECK: ef: incl
107 # CHECK: 10f: incl
118 # CHECK: 12f: incl
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DCharacterPropertiesImpl.java36 UnicodeSet incl = new UnicodeSet(); in getInclusionsForSource() local
39 UCharacterProperty.INSTANCE.addPropertyStarts(incl); in getInclusionsForSource()
42 UCharacterProperty.INSTANCE.upropsvec_addPropertyStarts(incl); in getInclusionsForSource()
45 UCharacterProperty.INSTANCE.addPropertyStarts(incl); in getInclusionsForSource()
46 UCharacterProperty.INSTANCE.upropsvec_addPropertyStarts(incl); in getInclusionsForSource()
49 Norm2AllModes.getNFCInstance().impl.addPropertyStarts(incl); in getInclusionsForSource()
50 UCaseProps.INSTANCE.addPropertyStarts(incl); in getInclusionsForSource()
53 Norm2AllModes.getNFCInstance().impl.addPropertyStarts(incl); in getInclusionsForSource()
56 Norm2AllModes.getNFKCInstance().impl.addPropertyStarts(incl); in getInclusionsForSource()
59 Norm2AllModes.getNFKC_CFInstance().impl.addPropertyStarts(incl); in getInclusionsForSource()
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DCharacterPropertiesImpl.java34 UnicodeSet incl = new UnicodeSet(); in getInclusionsForSource() local
37 UCharacterProperty.INSTANCE.addPropertyStarts(incl); in getInclusionsForSource()
40 UCharacterProperty.INSTANCE.upropsvec_addPropertyStarts(incl); in getInclusionsForSource()
43 UCharacterProperty.INSTANCE.addPropertyStarts(incl); in getInclusionsForSource()
44 UCharacterProperty.INSTANCE.upropsvec_addPropertyStarts(incl); in getInclusionsForSource()
47 Norm2AllModes.getNFCInstance().impl.addPropertyStarts(incl); in getInclusionsForSource()
48 UCaseProps.INSTANCE.addPropertyStarts(incl); in getInclusionsForSource()
51 Norm2AllModes.getNFCInstance().impl.addPropertyStarts(incl); in getInclusionsForSource()
54 Norm2AllModes.getNFKCInstance().impl.addPropertyStarts(incl); in getInclusionsForSource()
57 Norm2AllModes.getNFKC_CFInstance().impl.addPropertyStarts(incl); in getInclusionsForSource()
[all …]
/external/jackson-annotations/src/main/java/com/fasterxml/jackson/annotation/
DJsonInclude.java415 public Value withValueInclusion(Include incl) { in withValueInclusion() argument
416 return (incl == _valueInclusion) ? this in withValueInclusion()
417 : new Value(incl, _contentInclusion, _valueFilter, _contentFilter); in withValueInclusion()
433 Include incl; in withValueFilter() local
435 incl = Include.USE_DEFAULTS; in withValueFilter()
438 incl = Include.CUSTOM; in withValueFilter()
440 return construct(incl, _contentInclusion, filter, _contentFilter); in withValueFilter()
456 Include incl; in withContentFilter() local
458 incl = Include.USE_DEFAULTS; in withContentFilter()
461 incl = Include.CUSTOM; in withContentFilter()
[all …]
DJsonIncludeProperties.java118 for (String incl : otherIncluded) { in withOverrides()
119 if (_included.contains(incl)) { in withOverrides()
120 toInclude.add(incl); in withOverrides()
/external/perfetto/tools/
Dcheck_include_violations57 incl = m[0]
60 if not (incl.startswith('perfetto/') or incl.startswith('protos/')):
64 ' <angle brackets> instead\n') % (rel_path, incl))
74 incl.startswith('perfetto/ext/')):
76 '/ext/ header %s.\n') % (rel_path, incl))
/external/libxkbcommon/src/xkbcomp/
Dast-build.c459 FreeInclude(IncludeStmt *incl);
464 IncludeStmt *incl, *first; in IncludeCreate() local
468 incl = first = NULL; in IncludeCreate()
491 first = incl = malloc(sizeof(*first)); in IncludeCreate()
493 incl->next_incl = malloc(sizeof(*first)); in IncludeCreate()
494 incl = incl->next_incl; in IncludeCreate()
497 if (!incl) in IncludeCreate()
500 incl->common.type = STMT_INCLUDE; in IncludeCreate()
501 incl->common.next = NULL; in IncludeCreate()
502 incl->merge = merge; in IncludeCreate()
[all …]
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/ser/
DVirtualBeanPropertyWriter.java84 JsonInclude.Include incl = inclusion.getValueInclusion(); in _suppressNulls() local
85 return (incl != JsonInclude.Include.ALWAYS) && (incl != JsonInclude.Include.USE_DEFAULTS); in _suppressNulls()
92 JsonInclude.Include incl = inclusion.getValueInclusion(); in _suppressableValue() local
93 if ((incl == JsonInclude.Include.ALWAYS) in _suppressableValue()
94 || (incl == JsonInclude.Include.NON_NULL) in _suppressableValue()
95 || (incl == JsonInclude.Include.USE_DEFAULTS)) { in _suppressableValue()
DBasicSerializerFactory.java862 …JsonInclude.Include incl = (inclV == null) ? JsonInclude.Include.USE_DEFAULTS : inclV.getContentIn… in _checkMapContentInclusion() local
863 if (incl == JsonInclude.Include.USE_DEFAULTS in _checkMapContentInclusion()
864 || incl == JsonInclude.Include.ALWAYS) { in _checkMapContentInclusion()
876 switch (incl) { in _checkMapContentInclusion()
933 …JsonInclude.Include incl = (inclV == null) ? JsonInclude.Include.USE_DEFAULTS : inclV.getContentIn… in buildMapEntrySerializer() local
934 if (incl == JsonInclude.Include.USE_DEFAULTS in buildMapEntrySerializer()
935 || incl == JsonInclude.Include.ALWAYS) { in buildMapEntrySerializer()
944 switch (incl) { in buildMapEntrySerializer()
1118 …JsonInclude.Include incl = (inclV == null) ? JsonInclude.Include.USE_DEFAULTS : inclV.getContentIn… in buildAtomicReferenceSerializer() local
1122 if (incl == JsonInclude.Include.USE_DEFAULTS in buildAtomicReferenceSerializer()
[all …]
/external/icu/icu4c/source/common/
Dcharacterproperties.cpp99 LocalPointer<UnicodeSet> incl(new UnicodeSet()); in initInclusion() local
100 if (incl.isNull()) { in initInclusion()
105 (USet *)incl.getAlias(), in initInclusion()
181 if (incl->isBogus()) { in initInclusion()
186 incl->compact(); in initInclusion()
187 gInclusions[src].fSet = incl.orphan(); in initInclusion()
208 const UnicodeSet *incl = getInclusionsForSource(src, errorCode); in initIntPropInclusion() local
218 int32_t numRanges = incl->getRangeCount(); in initIntPropInclusion()
221 UChar32 rangeEnd = incl->getRangeEnd(i); in initIntPropInclusion()
222 for (UChar32 c = incl->getRangeStart(i); c <= rangeEnd; ++c) { in initIntPropInclusion()
/external/llvm-project/llvm/test/MC/COFF/
Dcv-loc.s30 incl (%rdi)
33 incl (%rdi)
35 incl (%rdi)
38 incl (%rdi)
/external/llvm/test/MC/COFF/
Dcv-loc.s28 incl (%rdi)
31 incl (%rdi)
33 incl (%rdi)
36 incl (%rdi)
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/jdk/
DJDKAtomicTypesDeserTest.java155 JsonInclude.Value incl = in testSerPropInclusionAlways() local
158 mapper.setDefaultPropertyInclusion(incl); in testSerPropInclusionAlways()
165 JsonInclude.Value incl = in testSerPropInclusionNonNull() local
168 mapper.setDefaultPropertyInclusion(incl); in testSerPropInclusionNonNull()
175 JsonInclude.Value incl = in testSerPropInclusionNonAbsent() local
178 mapper.setDefaultPropertyInclusion(incl); in testSerPropInclusionNonAbsent()
185 JsonInclude.Value incl = in testSerPropInclusionNonEmpty() local
188 mapper.setDefaultPropertyInclusion(incl); in testSerPropInclusionNonEmpty()
/external/toybox/toys/posix/
Dtar.c56 struct double_list *incl, *excl, *seen;
711 if ((delete = filter(TT.incl, TT.hdr.name)) && TT.incl != TT.seen) { in unpack_tar()
715 if (TT.incl == delete) TT.incl = TT.incl->next; in unpack_tar()
716 else for (walk = TT.incl; walk != TT.seen; walk = walk->next) { in unpack_tar()
719 dlist_add_nomalloc(&TT.incl, delete); in unpack_tar()
725 if (filter(TT.excl, TT.hdr.name) || (TT.incl && !delete)) in unpack_tar()
797 if (pline) trim2list(TT.X ? &TT.excl : &TT.incl, *pline); in do_XT()
819 for (args = toys.optargs; *args; args++) trim2list(&TT.incl, *args); in tar_main()
824 if (!TT.incl) error_exit("empty archive"); in tar_main()
920 if (TT.seen != TT.incl) { in tar_main()
[all …]
/external/llvm-project/lld/test/ELF/linkerscript/
Dcommon-exclude.s9 # Commons from file0 and file1 are not excluded, so they must be in .common.incl
14 # CHECK: Name: .common.incl
60 # CHECK-NEXT: Section: .common.incl
69 # CHECK-NEXT: Section: .common.incl
/external/llvm-project/polly/cmake/
DFindISL.cmake8 foreach (incl IN LISTS ISL_INCLUDE_DIRS)
9 set_property(TARGET ISL APPEND PROPERTY INTERFACE_INCLUDE_DIRECTORIES ${incl})
/external/llvm/test/CodeGen/X86/
Dpeep-test-2.ll6 ; EFLAGS value from the incl, however it can't be known whether the add
7 ; will overflow, and if it does the incl would set OF, and the
/external/llvm-project/llvm/test/CodeGen/X86/
Dpeep-test-2.ll6 ; EFLAGS value from the incl, however it can't be known whether the add
7 ; will overflow, and if it does the incl would set OF, and the
Dfixup-lea.ll36 ; CHECK-NEXT: incl %ecx
40 ; CHECK-NEXT: incl %ecx
89 ; CHECK-NEXT: incl %ecx
93 ; CHECK-NEXT: incl %ecx
142 ; CHECK-NEXT: incl %ecx
146 ; CHECK-NEXT: incl %ecx
212 ; SLOW-NEXT: incl %ecx
Dslow-incdec.ll9 ; INCDEC-NEXT: incl %eax
41 ; CHECK-NEXT: incl %eax
61 ; CHECK-NEXT: incl %eax
84 ; INCDEC-NEXT: incl (%eax)
127 ; INCDEC-NEXT: incl (%eax)
Dpr42998.ll11 ; CHECK-NEXT: incl %esi
28 ; CHECK-NEXT: incl %esi
45 ; FAST-INCDEC-NEXT: incl %esi
Dfma-intrinsics-phi-213-to-231.ll14 ; CHECK-NEXT: incl %eax
51 ; CHECK-NEXT: incl %eax
88 ; CHECK-NEXT: incl %eax
125 ; CHECK-NEXT: incl %eax
162 ; CHECK-NEXT: incl %eax
199 ; CHECK-NEXT: incl %eax
243 ; CHECK-NEXT: incl %eax
280 ; CHECK-NEXT: incl %eax
317 ; CHECK-NEXT: incl %eax
354 ; CHECK-NEXT: incl %eax
[all …]

1234567891011