/external/icu/icu4c/source/test/intltest/ |
D | listformattertest.cpp | 23 three("Charlie", -1, US_INV), four("Delta", -1, US_INV) { in ListFormatterTest() 38 UnicodeString three, UnicodeString four, UnicodeString results[4]) { in CheckFourCases() argument 54 UnicodeString input4[] = {one, two, three, four}; in CheckFourCases() 59 UnicodeString three, UnicodeString four, UnicodeString results[4]) { in RecordFourCases() argument 72 UnicodeString input4[] = {one, two, three, four}; in RecordFourCases() 86 one + ", " + two + ", " + three + ", " + four in TestRoot() 89 CheckFourCases("", one, two, three, four, results); in TestRoot() 95 if (RecordFourCases(Locale::getDefault(), one, two, three, four, results)) { in TestBogus() 96 CheckFourCases("ex_PY", one, two, three, four, results); in TestBogus() 107 one + ", " + two + ", " + three + ", and " + four in TestEnglish() [all …]
|
D | listformattertest.h | 47 UnicodeString four, 54 UnicodeString four, 63 const UnicodeString four; variable
|
/external/v8/test/mjsunit/ |
D | smi-negative-zero.js | 34 var four = 4; variable 52 assertEquals(Infinity, one / (four % two), "foo3"); 53 assertEquals(Infinity, one / (four % minus_two), "foo4"); 82 assertEquals(Infinity, one / (four % 2), "buzz5"); 83 assertEquals(Infinity, one / (four % -2), "buzz6");
|
D | smi-ops-inlined.js | 444 var four = 4; 466 assertEquals(0x73594000, (pos_non_smi) << four); 476 assertEquals(0x73594000, (pos_non_smi + 0.5) << four); 484 assertEquals(-0x73594000, (neg_non_smi) << four); 495 assertEquals(-0x73594000, (neg_non_smi - 0.5) << four); 520 assertEquals(0x46536000, (neg_smi) << four); 530 assertEquals(0x46536000, (neg_smi - 0.5) << four); 537 four = five - one; 538 three = four - one; 539 one = four - three; [all …]
|
D | smi-ops.js | 451 var four = 4; 473 assertEquals(0x73594000, (pos_non_smi) << four); 483 assertEquals(0x73594000, (pos_non_smi + 0.5) << four); 491 assertEquals(-0x73594000, (neg_non_smi) << four); 502 assertEquals(-0x73594000, (neg_non_smi - 0.5) << four); 527 assertEquals(0x46536000, (neg_smi) << four); 537 assertEquals(0x46536000, (neg_smi - 0.5) << four); 544 four = five - one; 545 three = four - one; 546 one = four - three; [all …]
|
/external/lldb/test/lang/c/bitfields/ |
D | TestBitfields.py | 176 four = bits.GetChildMemberWithName("four") 177 self.DebugSBValue(four) 178 self.assertTrue(four.GetName() == "four" and 179 four.GetTypeName() == "uint32_t:4" and 180 four.IsInScope() and 181 int(four.GetValue(), 0) == 15,
|
D | main.c | 25 four : 4; in main() 47 bits.four = i; //// break $source:$line in main()
|
/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/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/clang/test/SemaCXX/ |
D | gnu-case-ranges.cpp | 8 four enumerator 20 case four: in test()
|
/external/crcalc/tests/src/com/hp/creals/ |
D | CRTest.java | 85 CR four = two.add(two); in testCR() local 86 check_eq(CR.valueOf(4), four, "2 + 2 failed"); in testCR() 90 check_eq(two.multiply(two), four, "multiply failed"); in testCR() local 91 check_eq(one.divide(four).shiftLeft(4), four, "divide failed 1"); in testCR()
|
/external/markdown/MarkdownTest/Tests_2004/ |
D | Links, reference style.text | 20 Indented [four][] times. 28 [four]: /url
|
/external/markdown/tests/markdown-test/ |
D | links-reference.txt | 20 Indented [four][] times. 28 [four]: /url
|
/external/v8/test/mjsunit/regress/ |
D | regress-crbug-107996.js | 48 var four = 4; 53 fourteen = three + four + seven;
|
/external/clang/test/CodeGenCXX/ |
D | cp-blocks-linetables.cpp | 17 zero, one, two, three, four enumerator 51 return (enum numbers) four; in main()
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/ |
D | btVector3.cpp | 908 const uint32x2_t four = (uint32x2_t) {4,4}; in _maxdot_large_v0() 938 indexLo = vadd_u32(indexLo, four); in _maxdot_large_v0() 939 indexHi = vadd_u32(indexHi, four); in _maxdot_large_v0() 967 indexLo = vadd_u32(indexLo, four); in _maxdot_large_v0() 968 indexHi = vadd_u32(indexHi, four); in _maxdot_large_v0() 999 indexLo = vadd_u32(indexLo, four); in _maxdot_large_v0() 1000 indexHi = vadd_u32(indexHi, four); in _maxdot_large_v0() 1091 const uint32x4_t four = (uint32x4_t){ 4, 4, 4, 4 }; in _maxdot_large_v1() 1123 local_index = vaddq_u32(local_index, four); in _maxdot_large_v1() 1149 local_index = vaddq_u32(local_index, four); in _maxdot_large_v1() [all …]
|
/external/markdown/MarkdownTest/Tests_2007/ |
D | Links, reference style.text | 20 Indented [four][] times. 28 [four]: /url
|
/external/curl/tests/data/ |
D | test1075 | 61 four is the number of lines 80 four is the number of lines 91 four is the number of lines
|
D | test1142 | 40 HTTP redirect to http://// (four slashes!) 58 # 3, CURLE_URL_MALFORMAT for the four slashes
|
D | test917 | 29 …example.com --mail-rcpt recipient.three@example.com --mail-rcpt recipient.four@example.com --mail-… 42 RCPT TO:<recipient.four@example.com>
|
D | test1071 | 82 four is the number of lines 101 four is the number of lines 111 four is the number of lines
|
/external/mesa3d/src/gallium/docs/source/cso/ |
D | velems.rst | 14 guaranteed to support 32-bit floating-point vectors of one to four components. 27 uses less than four components, it will be padded out with the constant vector 36 Vertex position may be specified with two to four components. Using less than
|
/external/nanopb-c/examples/simple/ |
D | README.txt | 7 The code uses four different API functions: 25 After that, add the following four files to your project and compile:
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/array/ |
D | PrimitiveArrayTest.java | 196 ArrayLongArr four = new ArrayLongArr(); in testMultiDimensional() local 197 four.setContents(new LongArr[] { new LongArr(new long[] { 1, 2, 3, 4 }), in testMultiDimensional() 199 Object result = cycle(four); in testMultiDimensional() 200 assertEquals(four, (ArrayLongArr) result); in testMultiDimensional()
|