/external/llvm-project/mlir/test/Dialect/GPU/ |
D | mapping.mlir | 7 %four = constant 4 : index 9 step (%four, %four) { 10 scf.parallel (%si0, %si1) = (%zero, %zero) to (%four, %four) 33 %four = constant 4 : index 35 step (%four, %four, %four, %four) { 36 …cf.parallel (%si0, %si1, %si2, %si3) = (%zero, %zero, %zero, %zero) to (%four, %four, %four, %four) 38 …cf.parallel (%ti0, %ti1, %ti2, %ti3) = (%zero, %zero, %zero, %zero) to (%four, %four, %four, %four)
|
/external/auto/factory/src/it/functional/src/test/java/com/google/auto/factory/ |
D | DependencyInjectionIntegrationTest.java | 49 GenericFoo<Number, ArrayList<Double>, Long, DepE> four = genericFooFactory.create( in daggerInjectedGenericFactory() local 58 assertThat(four.getDepA()).isEqualTo(3); in daggerInjectedGenericFactory() 59 ArrayList<Double> unusedDoubleList = four.getDepB(); in daggerInjectedGenericFactory() 60 assertThat(four.getDepB()).isInstanceOf(ArrayList.class); in daggerInjectedGenericFactory() 61 assertThat(four.getDepB()).containsExactly(4.0); in daggerInjectedGenericFactory() 62 assertThat(four.getDepDIntAccessor()).isEqualTo(INT_AND_STRING_ACCESSOR); in daggerInjectedGenericFactory() 63 assertThat(four.getDepDStringAccessor()).isEqualTo(INT_AND_STRING_ACCESSOR); in daggerInjectedGenericFactory() 64 assertThat(four.passThrough(5L)).isEqualTo(5L); in daggerInjectedGenericFactory() 65 assertThat(four.getDepE()).isEqualTo(DepE.VALUE_2); in daggerInjectedGenericFactory() 106 GenericFoo<Number, ArrayList<Double>, Long, DepE> four = genericFooFactory.create( in guiceInjectedGenericFactory() local [all …]
|
/external/icu/icu4c/source/data/lang/ |
D | en_XA.txt | 10 colCaseFirst{"[Ûþþéŕçåšé⁄Ļöŵéŕçåšé Öŕðéŕîñĝ one two three four]"} 19 dx{"[Ðîçţîöñåŕý Ɓŕéåķ Éẋçļûšîöñš one two three four]"} 28 lw{"[Ļîñé Ɓŕéåķš Îñ Ŵöŕðš Šéţţîñĝ one two three four]"} 32 rg{"[Ŕéĝîöñ Ƒöŕ Šûþþļéɱéñţåļ Ðåţå one two three four]"} 35 ss{"[Šéñţéñçé Ɓŕéåķ Šûþþŕéššîöñš Ţýþé one two three four]"} 489 qug{"[Çĥîɱƀöŕåžö Ĥîĝĥļåñð Ǫûîçĥûå one two three four]"} 656 zgh{"[Šţåñðåŕð Ṁöŕöççåñ Ţåɱåžîĝĥţ one two three four]"} 667 zh_Hans{"[Šîɱþļîƒîéð Ṁåñðåŕîñ Çĥîñéšé one two three four]"} 668 zh_Hant{"[Ţŕåðîţîöñåļ Ṁåñðåŕîñ Çĥîñéšé one two three four]"} 711 Cans{"[Ûñîƒîéð Çåñåðîåñ Åƀöŕîĝîñåļ Šýļļåƀîçš one two three four five]"} [all …]
|
/external/icu/icu4c/source/data/zone/ |
D | en_XA.txt | 178 ld{"[Ŵéšţéŕñ Åŕĝéñţîñå Šûɱɱéŕ Ţîɱé one two three four]"} 180 ls{"[Ŵéšţéŕñ Åŕĝéñţîñå Šţåñðåŕð Ţîɱé one two three four]"} 196 ld{"[Åûšţŕåļîåñ Çéñţŕåļ Ðåýļîĝĥţ Ţîɱé one two three four]"} 198 ls{"[Åûšţŕåļîåñ Çéñţŕåļ Šţåñðåŕð Ţîɱé one two three four]"} 201 ld{"[Åûšţŕåļîåñ Çéñţŕåļ Ŵéšţéŕñ Ðåýļîĝĥţ Ţîɱé one two three four five]"} 202 lg{"[Åûšţŕåļîåñ Çéñţŕåļ Ŵéšţéŕñ Ţîɱé one two three four]"} 203 ls{"[Åûšţŕåļîåñ Çéñţŕåļ Ŵéšţéŕñ Šţåñðåŕð Ţîɱé one two three four five]"} 206 ld{"[Åûšţŕåļîåñ Éåšţéŕñ Ðåýļîĝĥţ Ţîɱé one two three four]"} 208 ls{"[Åûšţŕåļîåñ Éåšţéŕñ Šţåñðåŕð Ţîɱé one two three four]"} 211 ld{"[Åûšţŕåļîåñ Ŵéšţéŕñ Ðåýļîĝĥţ Ţîɱé one two three four]"} [all …]
|
/external/llvm-project/libcxx/test/std/numerics/numeric.ops/numeric.ops.midpoint/ |
D | midpoint.integer.pass.cpp | 29 constexpr T four{4}; in signed_test() local 43 assert(std::midpoint(one, four) == two); in signed_test() 44 assert(std::midpoint(four, one) == three); in signed_test() 45 assert(std::midpoint(three, four) == three); in signed_test() 46 assert(std::midpoint(four, three) == four); in signed_test() 78 constexpr T four{4}; in unsigned_test() local 93 assert(std::midpoint(one, four) == two); in unsigned_test() 94 assert(std::midpoint(four, one) == three); in unsigned_test() 95 assert(std::midpoint(three, four) == three); in unsigned_test() 96 assert(std::midpoint(four, three) == four); in unsigned_test()
|
/external/llvm-project/lldb/test/Shell/SymbolFile/NativePDB/ |
D | function-types-classes.cpp | 43 R four(A a, B b, C c) { return MakeResult<R>::result(); } in four() function 80 auto a = &four<S, C*, U&, E&&>; 82 auto b = &four<E, const S*, const C&, const U&&>; 84 auto c = &four<U, volatile E*, volatile S&, volatile C&&>; 86 auto d = &four<C, const volatile U*, const volatile E&, const volatile S&&>; 99 auto h = &four<TC<void>, TC<int>, TC<TC<int>>, TC<A::B::S>>;
|
/external/rust/crates/proc-macro-error/tests/ui/ |
D | children_messages.stderr | 4 4 | children_messages!(one, two, three, four); 10 4 | children_messages!(one, two, three, four); 16 4 | children_messages!(one, two, three, four); 22 4 | children_messages!(one, two, three, four);
|
D | emit.stderr | 4 4 | emit!(one, two, three, four, five); 10 4 | emit!(one, two, three, four, five); 16 4 | emit!(one, two, three, four, five); 22 4 | emit!(one, two, three, four, five); 28 4 | emit!(one, two, three, four, five);
|
/external/llvm-project/llvm/test/Instrumentation/HWAddressSanitizer/ |
D | globals.ll | 4 ; CHECK29: @four = global 13 ; CHECK30: @four.hwasan = private global { i32, [12 x i8] } { i32 1, [12 x i8] c"\00\00\00\00\00\00… 14 …four.hwasan.descriptor = private constant { i32, i32 } { i32 trunc (i64 sub (i64 ptrtoint ({ i32, … 23 ; CHECK30: @four = alias i32, inttoptr (i64 add (i64 ptrtoint ({ i32, [12 x i8] }* @four.hwasan to … 28 ; CHECK30: [[FOUR]] = !{{{{}} i32, [12 x i8] }* @four.hwasan} 34 @four = global i32 1
|
/external/icu/icu4c/source/test/intltest/ |
D | listformattertest.cpp | 115 three("Charlie", -1, US_INV), four("Delta", -1, US_INV) { in ListFormatterTest() 130 UnicodeString three, UnicodeString four, UnicodeString results[4], const char* testName) { in CheckFourCases() argument 146 UnicodeString input4[] = {one, two, three, four}; in CheckFourCases() 151 UnicodeString three, UnicodeString four, UnicodeString results[4], const char* testName) { in RecordFourCases() argument 164 UnicodeString input4[] = {one, two, three, four}; in RecordFourCases() 178 one + ", " + two + ", " + three + ", " + four in TestRoot() 181 CheckFourCases("", one, two, three, four, results, "TestRoot()"); in TestRoot() 187 if (RecordFourCases(Locale::getDefault(), one, two, three, four, results, "TestBogus()")) { in TestBogus() 188 CheckFourCases("ex_PY", one, two, three, four, results, "TestBogus()"); in TestBogus() 199 one + ", " + two + ", " + three + ", and " + four in TestEnglish() [all …]
|
/external/angle/extensions/ |
D | ANGLE_texture_compression_dxt.txt | 45 such that the size must be a multiple of four (except for mip levels 99 * <width> is not one, two, or a multiple of four. 100 * <height> is not one, two, or a multiple of four. 112 * <width> is not a multiple of four or equal to TEXTURE_WIDTH. 113 * <height> is not a multipls of four or equal to TEXTURE_HEIGHT. 114 * <xoffset> or <yoffset> is not a multiple of four. 128 - <width> is not one, two, or a multiple of four. 129 - <height> is not one, two, or a multiple of four. 142 - <width> is not a multiple of four or equal to TEXTURE_WIDTH; 143 - <height> is not a multiple of four or equal to TEXTURE_HEIGHT; [all …]
|
D | ANGLE_lossy_etc_decode.txt | 46 dimensions must be a multiple of four (except for mip levels where the 115 * <width> is not one, two, nor a multiple of four. 116 * <height> is not one, two, nor a multiple of four. 128 * <width> is not a multiple of four nor equal to TEXTURE_WIDTH. 129 * <height> is not a multiple of four nor equal to TEXTURE_HEIGHT. 130 * <xoffset> or <yoffset> is not a multiple of four. 140 - <width> is not one, two, nor a multiple of four. 141 - <height> is not one, two, nor a multiple of four. 146 - <width> is not a multiple of four nor equal to TEXTURE_WIDTH; 147 - <height> is not a multiple of four nor equal to TEXTURE_HEIGHT; [all …]
|
/external/llvm-project/clang/test/Parser/ |
D | pragma-fenv_access.c | 25 CONST float four = 4.0F ; in main() local 26 CONST float frac_ok = one/four; in main() 43 e1 = (int)one, e3 = (int)three, e4 = (int)four, e_four_quarters = (int)(frac_ok * 4) in main() 52 if (one <= four) return 0; in main()
|
/external/fonttools/Tests/feaLib/data/ |
D | feature_aalt.fea | 16 sub one slash four by onequarter; 18 sub three slash four by threequarters; 22 sub [zero one two three four five six seven eight nine] [A a]' by ordfeminine; 23 sub [zero one two three four five six seven eight nine] [O o]' by ordmasculine;
|
D | GPOS_1.fea | 12 pos four 400; 13 pos four.oldstyle 401; 28 pos four 400; 29 pos four <0 0 400 0>;
|
/external/llvm-project/lldb/test/API/lang/c/bitfields/ |
D | TestBitfields.py | 237 four = bits.GetChildMemberWithName("four") 238 self.DebugSBValue(four) 239 self.assertTrue(four.GetName() == "four" and 240 four.GetTypeName() == "uint32_t:4" and 241 four.IsInScope() and 242 int(four.GetValue(), 0) == 15,
|
/external/llvm-project/llvm/test/tools/llvm-strings/ |
D | radix-filename.test | 6 RUN: echo four >> %t 24 CHECK-NONE: [[FILE]]: four 31 CHECK-DEC: [[FILE]]: 14 four 38 CHECK-OCT: [[FILE]]: 16 four 45 CHECK-HEX: [[FILE]]: e four
|
D | radix.test | 8 four 32 CHECK-NONE: {{^}}four 39 CHECK-DEC: {{^}} 14 four 46 CHECK-OCT: {{^}} 16 four 53 CHECK-HEX: {{^}} e four
|
/external/llvm-project/llvm/test/Transforms/ADCE/ |
D | 2017-08-21-DomTree-deletions.ll | 11 i32 4, label %four 13 four: ; preds = %switch 21 exit: ; preds = %default, %two, %five, %four
|
/external/caliper/examples/src/main/java/examples/ |
D | VarargsBenchmark.java | 46 @Override long four(long a, long b, long c, long d) { in four() method 70 @Override long four(long a, long b, long c, long d) { in four() method 71 return VarargsBenchmark.four(a, b, c, d); in four() 89 abstract long four(long a, long b, long c, long d); in four() method in VarargsBenchmark.Strategy 116 private static long four(long a, long b, long c, long d) { in four() method in VarargsBenchmark 197 dummy += strategy.four( in fourArguments()
|
/external/linux-kselftest/tools/testing/selftests/bpf/ |
D | test_sockmap_kern.h | 177 int *bytes, zero = 0, one = 1, two = 2, three = 3, four = 4, five = 5; in bpf_prog4() local 194 start_pop = bpf_map_lookup_elem(&sock_bytes, &four); in bpf_prog4() 204 int zero = 0, one = 1, two = 2, three = 3, four = 4, five = 5; in bpf_prog5() local 247 start_pop = bpf_map_lookup_elem(&sock_bytes, &four); in bpf_prog5() 270 int zero = 0, one = 1, two = 2, three = 3, four = 4, five = 5, key = 0; in bpf_prog6() local 291 start_pop = bpf_map_lookup_elem(&sock_bytes, &four); in bpf_prog6() 312 int zero = 0, one = 1, two = 2, three = 3, four = 4, five = 5; in bpf_prog7() local 355 start_pop = bpf_map_lookup_elem(&sock_bytes, &four); in bpf_prog7() 426 int zero = 0, one = 1, two = 2, three = 3, four = 4, five = 5; in bpf_prog10() local 442 start_pop = bpf_map_lookup_elem(&sock_bytes, &four); in bpf_prog10()
|
/external/llvm/test/CodeGen/SystemZ/ |
D | args-08.ll | 5 ; Up to four integer return values fit into GPRs. 18 ; More than four integer return values use sret. 32 ; Up to four floating-point return values fit into GPRs. 45 ; More than four integer return values use sret.
|
D | args-07.ll | 5 ; Up to four integer return values fit into GPRs. 16 ; More than four integer return values use sret. 28 ; Up to four floating-point return values fit into FPRs. 44 ; More than four floating-point return values use sret.
|
/external/llvm-project/llvm/test/CodeGen/SystemZ/ |
D | args-08.ll | 5 ; Up to four integer return values fit into GPRs. 18 ; More than four integer return values use sret. 32 ; Up to four floating-point return values fit into GPRs. 45 ; More than four integer return values use sret.
|
/external/llvm-project/clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.nodiscard/ |
D | p2.cpp | 50 fp2_alias four; in f() local 55 …four(); // expected-warning {{ignoring return value of function declared with 'nodiscard' attribut… in f() 61 (void)four(); in f()
|