Home
last modified time | relevance | path

Searched refs:SIMPLE (Results 1 – 25 of 77) sorted by relevance

1234

/external/llvm-project/llvm/test/CodeGen/MIR/AMDGPU/
Dmachine-function-info-no-ir.mir2 …run-pass=none -simplify-mir -verify-machineinstrs %s -o - | FileCheck -check-prefixes=SIMPLE,ALL %s
37 # SIMPLE: machineFunctionInfo:
38 # SIMPLE-NEXT: explicitKernArgSize: 128
39 # SIMPLE-NEXT: maxKernArgAlign: 64
40 # SIMPLE-NEXT: ldsSize: 2048
41 # SIMPLE-NEXT: isEntryFunction: true
42 # SIMPLE-NEXT: memoryBound: true
43 # SIMPLE-NEXT: waveLimiter: true
44 # SIMPLE-NEXT: scratchRSrcReg: '$sgpr8_sgpr9_sgpr10_sgpr11'
45 # SIMPLE-NEXT: frameOffsetReg: '$sgpr12'
[all …]
/external/llvm-project/llvm/test/Other/
Dchange-printer.ll6 …rint-changed -passes=instsimplify 2>&1 -o /dev/null < %s | FileCheck %s --check-prefix=CHECK-SIMPLE
39 …anged -passes=instsimplify 2>&1 -o /dev/null < %s | FileCheck %s --check-prefix=CHECK-SIMPLE-BEFORE
60 ; CHECK-SIMPLE: *** IR Dump At Start: ***
61 ; CHECK-SIMPLE-NEXT: ; ModuleID = {{.+}}
62 ; CHECK-SIMPLE: *** IR Dump After VerifierPass (module) omitted because no change ***
63 ; CHECK-SIMPLE: *** IR Dump After InstSimplifyPass *** (function: g)
64 ; CHECK-SIMPLE-NEXT: define i32 @g()
65 ; CHECK-SIMPLE: *** IR Pass PassManager{{.*}} (function: g) ignored ***
66 ; CHECK-SIMPLE: *** IR Dump After InstSimplifyPass *** (function: f)
67 ; CHECK-SIMPLE-NEXT: define i32 @f()
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/text/
DUnicodeSetSpanner.java119 return countIn(sequence, CountMethod.MIN_ELEMENTS, SpanCondition.SIMPLE); in countIn()
132 return countIn(sequence, countMethod, SpanCondition.SIMPLE); in countIn()
151 SpanCondition skipSpan = spanCondition == SpanCondition.NOT_CONTAINED ? SpanCondition.SIMPLE in countIn()
182 return replaceFrom(sequence, "", CountMethod.WHOLE_SPAN, SpanCondition.SIMPLE); in deleteFrom()
209 return replaceFrom(sequence, replacement, CountMethod.MIN_ELEMENTS, SpanCondition.SIMPLE); in replaceFrom()
225 return replaceFrom(sequence, replacement, countMethod, SpanCondition.SIMPLE); in replaceFrom()
244 SpanCondition copySpan = spanCondition == SpanCondition.NOT_CONTAINED ? SpanCondition.SIMPLE in replaceFrom()
315 return trim(sequence, TrimOption.BOTH, SpanCondition.SIMPLE); in trim()
337 return trim(sequence, trimOption, SpanCondition.SIMPLE); in trim()
DFilteredNormalizer2.java51 normalize(src, dest, UnicodeSet.SpanCondition.SIMPLE); in normalize()
62 return normalize(src, dest, UnicodeSet.SpanCondition.SIMPLE); in normalize()
118 UnicodeSet.SpanCondition spanCondition=UnicodeSet.SpanCondition.SIMPLE; in isNormalized()
122 spanCondition=UnicodeSet.SpanCondition.SIMPLE; in isNormalized()
140 UnicodeSet.SpanCondition spanCondition=UnicodeSet.SpanCondition.SIMPLE; in quickCheck()
144 spanCondition=UnicodeSet.SpanCondition.SIMPLE; in quickCheck()
164 UnicodeSet.SpanCondition spanCondition=UnicodeSet.SpanCondition.SIMPLE; in spanQuickCheckYes()
168 spanCondition=UnicodeSet.SpanCondition.SIMPLE; in spanQuickCheckYes()
226 spanCondition=UnicodeSet.SpanCondition.SIMPLE; in normalize()
256 int prefixLimit=set.span(second, 0, UnicodeSet.SpanCondition.SIMPLE); in normalizeSecondAndAppend()
[all …]
DMessagePattern.java757 SIMPLE, enumConstant
1008 argType=ArgType.SIMPLE; in parseArg()
1025 if(argType==ArgType.SIMPLE) { in parseArg()
1030 if(argType!=ArgType.SIMPLE) { in parseArg()
1036 if(argType==ArgType.SIMPLE) { in parseArg()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DUnicodeSetSpanner.java136 return countIn(sequence, CountMethod.MIN_ELEMENTS, SpanCondition.SIMPLE); in countIn()
151 return countIn(sequence, countMethod, SpanCondition.SIMPLE); in countIn()
172 SpanCondition skipSpan = spanCondition == SpanCondition.NOT_CONTAINED ? SpanCondition.SIMPLE in countIn()
205 return replaceFrom(sequence, "", CountMethod.WHOLE_SPAN, SpanCondition.SIMPLE); in deleteFrom()
236 return replaceFrom(sequence, replacement, CountMethod.MIN_ELEMENTS, SpanCondition.SIMPLE); in replaceFrom()
254 return replaceFrom(sequence, replacement, countMethod, SpanCondition.SIMPLE); in replaceFrom()
275 SpanCondition copySpan = spanCondition == SpanCondition.NOT_CONTAINED ? SpanCondition.SIMPLE in replaceFrom()
356 return trim(sequence, TrimOption.BOTH, SpanCondition.SIMPLE); in trim()
380 return trim(sequence, trimOption, SpanCondition.SIMPLE); in trim()
DFilteredNormalizer2.java52 normalize(src, dest, UnicodeSet.SpanCondition.SIMPLE); in normalize()
64 return normalize(src, dest, UnicodeSet.SpanCondition.SIMPLE); in normalize()
127 UnicodeSet.SpanCondition spanCondition=UnicodeSet.SpanCondition.SIMPLE; in isNormalized()
131 spanCondition=UnicodeSet.SpanCondition.SIMPLE; in isNormalized()
150 UnicodeSet.SpanCondition spanCondition=UnicodeSet.SpanCondition.SIMPLE; in quickCheck()
154 spanCondition=UnicodeSet.SpanCondition.SIMPLE; in quickCheck()
175 UnicodeSet.SpanCondition spanCondition=UnicodeSet.SpanCondition.SIMPLE; in spanQuickCheckYes()
179 spanCondition=UnicodeSet.SpanCondition.SIMPLE; in spanQuickCheckYes()
240 spanCondition=UnicodeSet.SpanCondition.SIMPLE; in normalize()
270 int prefixLimit=set.span(second, 0, UnicodeSet.SpanCondition.SIMPLE); in normalizeSecondAndAppend()
[all …]
DMessagePattern.java819 SIMPLE, enumConstant
1079 argType=ArgType.SIMPLE; in parseArg()
1096 if(argType==ArgType.SIMPLE) { in parseArg()
1101 if(argType!=ArgType.SIMPLE) { in parseArg()
1107 if(argType==ArgType.SIMPLE) { in parseArg()
/external/jackson-core/src/test/java/com/fasterxml/jackson/core/filter/
DBasicParserFilteringTest.java72 private final String SIMPLE = aposToQuotes( field in BasicParserFilteringTest
77 JsonParser p = JSON_F.createParser(SIMPLE); in testNonFiltering()
79 assertEquals(SIMPLE, result); in testNonFiltering()
84 JsonParser p0 = JSON_F.createParser(SIMPLE); in testSingleMatchFilteringWithoutPath()
266 JsonParser p0 = JSON_F.createParser(SIMPLE); in testMultipleMatchFilteringWithPath1()
303 FilteringParserDelegate p = new FilteringParserDelegate(JSON_F.createParser(SIMPLE), in testIndexMatchWithPath1()
309 p = new FilteringParserDelegate(JSON_F.createParser(SIMPLE), in testIndexMatchWithPath1()
318 FilteringParserDelegate p = new FilteringParserDelegate(JSON_F.createParser(SIMPLE), in testIndexMatchWithPath2()
332 JsonParser p0 = JSON_F.createParser(SIMPLE); in testBasicSingleMatchFilteringWithPath()
346 JsonParser p0 = JSON_F.createParser(SIMPLE); in testTokensSingleMatchWithPath()
[all …]
/external/icu/icu4c/source/test/perf/normperf/
DMakefile.in24 SIMPLE = simplenormperf
50 all-local: $(TARGET) $(SIMPLE)
58 $(RMV) $(OBJECTS) $(SIMPLE_OBJ) $(TARGET) $(SIMPLE)
73 $(SIMPLE) : $(SIMPLE_OBJ)
/external/auto/value/src/it/functional/src/test/java/com/google/auto/value/gwt/
DCustomFieldSerializerTest.java73 private static final ValueType SIMPLE = ValueType.create("anotherstring", 1729, null); field in CustomFieldSerializerTest
74 private static final ValueType CONS = ValueType.create("whatever", 1296, SIMPLE);
76 ValueType.create("blim", 11881376, SIMPLE, ImmutableList.of(SIMPLE, CONS));
88 verify(streamWriter).writeObject(SIMPLE); in testCustomFieldSerializer()
89 verify(streamWriter).writeObject(ImmutableList.of(SIMPLE, CONS)); in testCustomFieldSerializer()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
DUnicodeSetStringSpanTest.java40 int pos = set.spanBack(string, 3, SpanCondition.SIMPLE); in TestSimpleStringSpan()
45 pos = set.span(string, SpanCondition.SIMPLE); in TestSimpleStringSpan()
50 pos = set.span(string, 1, SpanCondition.SIMPLE); in TestSimpleStringSpan()
66 int length = containsSpanBackUTF16(set, string, 3, SpanCondition.SIMPLE); in TestSimpleStringSpanSlow()
71 length = containsSpanUTF16(set, string, SpanCondition.SIMPLE); in TestSimpleStringSpanSlow()
76 length = containsSpanUTF16(set, string.substring(1), SpanCondition.SIMPLE); in TestSimpleStringSpanSlow()
117 || set.span(s16.substring(0, 12), SpanCondition.SIMPLE) != 6 in TestSimpleStringSpanAndFreeze()
118 || set.span(s16.substring(7), SpanCondition.SIMPLE) != 5) { in TestSimpleStringSpanAndFreeze()
123 || set.span(s16.substring(0, 12), SpanCondition.SIMPLE) != 6 in TestSimpleStringSpanAndFreeze()
124 || set.span(s16.substring(7), SpanCondition.SIMPLE) != 5) { in TestSimpleStringSpanAndFreeze()
[all …]
DUnicodeSetTest.java2520 … checkCodePoints("x\u0308", "z\u0308", CountMethod.MIN_ELEMENTS, SpanCondition.SIMPLE, null, 1); in TestCodePoints()
2521 checkCodePoints("��", "��", CountMethod.MIN_ELEMENTS, SpanCondition.SIMPLE, null, 1); in TestCodePoints()
2522 checkCodePoints("��", "��", CountMethod.MIN_ELEMENTS, SpanCondition.SIMPLE, null, 1); in TestCodePoints()
2544 checkCountIn(m, CountMethod.MIN_ELEMENTS, SpanCondition.SIMPLE, "abc", 2); in TestCountIn()
2545 checkCountIn(m, CountMethod.WHOLE_SPAN, SpanCondition.SIMPLE, "abc", 1); in TestCountIn()
2555 return spanCondition != SpanCondition.SIMPLE ? m.countIn(ab, countMethod, spanCondition) in callCountIn()
2576 int problemFound = checkSpan(longString, us, SpanCondition.SIMPLE); in testForSpanGaps()
2673 …equence span", 3, new UnicodeSet("[a-cA]"). span(new StringBuilder("abc"), SpanCondition.SIMPLE) ); in TestCharSequenceArgs()
2674 …ence span", 3, new UnicodeSet("[a-cA]"). span(new StringBuilder("abc"), 1, SpanCondition.SIMPLE) ); in TestCharSequenceArgs()
2675 …spanBack", 0, new UnicodeSet("[a-cA]"). spanBack(new StringBuilder("abc"), SpanCondition.SIMPLE) ); in TestCharSequenceArgs()
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DUnicodeSetStringSpanTest.java37 int pos = set.spanBack(string, 3, SpanCondition.SIMPLE); in TestSimpleStringSpan()
42 pos = set.span(string, SpanCondition.SIMPLE); in TestSimpleStringSpan()
47 pos = set.span(string, 1, SpanCondition.SIMPLE); in TestSimpleStringSpan()
63 int length = containsSpanBackUTF16(set, string, 3, SpanCondition.SIMPLE); in TestSimpleStringSpanSlow()
68 length = containsSpanUTF16(set, string, SpanCondition.SIMPLE); in TestSimpleStringSpanSlow()
73 length = containsSpanUTF16(set, string.substring(1), SpanCondition.SIMPLE); in TestSimpleStringSpanSlow()
114 || set.span(s16.substring(0, 12), SpanCondition.SIMPLE) != 6 in TestSimpleStringSpanAndFreeze()
115 || set.span(s16.substring(7), SpanCondition.SIMPLE) != 5) { in TestSimpleStringSpanAndFreeze()
120 || set.span(s16.substring(0, 12), SpanCondition.SIMPLE) != 6 in TestSimpleStringSpanAndFreeze()
121 || set.span(s16.substring(7), SpanCondition.SIMPLE) != 5) { in TestSimpleStringSpanAndFreeze()
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/number/
DNotation.java27 private static final SimpleNotation SIMPLE = new SimpleNotation(); field in Notation
184 return SIMPLE; in simple()
/external/cldr/tools/java/org/unicode/cldr/tool/resolver/
DResolutionType.java15 SIMPLE, FULL, NO_CODE_FALLBACK; enumConstant
50 return SIMPLE; in forString()
DCldrResolver.java83 ResolutionType resolutionType = ResolutionType.SIMPLE; in main()
233 if (resolutionType == ResolutionType.SIMPLE && !locale.equals(ROOT)) { in resolveLocaleInternal()
270 if (resolutionType == ResolutionType.SIMPLE) { in resolveLocaleInternal()
283 …String path = resolutionType == ResolutionType.SIMPLE ? distinguishedPath : file.getFullXPath(dist… in resolveLocaleInternal()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
DNotation.java27 private static final SimpleNotation SIMPLE = new SimpleNotation(); field in Notation
189 return SIMPLE; in simple()
/external/guava/android/guava-tests/benchmark/com/google/common/math/
DStatsBenchmark.java34 SIMPLE { enumConstant
94 SIMPLE { enumConstant
/external/guava/guava-tests/benchmark/com/google/common/math/
DStatsBenchmark.java34 SIMPLE { enumConstant
94 SIMPLE { enumConstant
/external/harfbuzz_ng/src/
Dhb-ot-glyf-table.hh664 enum glyph_type_t { EMPTY, SIMPLE, COMPOSITE }; enumerator
686 case SIMPLE: return SimpleGlyph (*header, bytes).trim_padding (); in trim_padding()
695 case SIMPLE: SimpleGlyph (*header, bytes).drop_hints (); return; in drop_hints()
704 case SIMPLE: SimpleGlyph (*header, bytes).drop_hints_bytes (dest_start, dest_end); return; in drop_hints_bytes()
719 …case SIMPLE: return SimpleGlyph (*header, bytes).get_contour_points (points_, end_points_, phan… in get_contour_points()
728 bool is_simple_glyph () const { return type == SIMPLE; } in is_simple_glyph()
745 else if (num_contours > 0) type = SIMPLE; in Glyph()
/external/llvm-project/lld/test/ELF/linkerscript/
Dsymbols.s9 # RUN: llvm-objdump -t %t1 | FileCheck --check-prefix=SIMPLE %s
10 # SIMPLE: .text 0000000000000000 text_end
/external/jackson-core/src/test/java/com/fasterxml/jackson/core/json/async/
DAsyncPointerFromContext563Test.java14 final String SIMPLE = aposToQuotes("{'a':123,'array':[1,2,[3],5,{'obInArray':4}]," in testPointerWithAsyncParser() local
16 byte[] SIMPLE_BYTES = SIMPLE.getBytes("UTF-8"); in testPointerWithAsyncParser()
/external/dagger2/java/dagger/internal/codegen/writing/
DMethodBindingExpression.java139 case SIMPLE: in bindingMethodImplementation()
172 SIMPLE, enumConstant
/external/libxml2/test/valid/dtds/
Dxhtml1.dcl163 SIMPLE NO

1234