/external/srec/doc/logs/srec/ |
D | recog4_SHIP_change_sample_rate2.res | 1 R: oh eight four nine two five one eight five 3 R: eight eight nine five eight eight two eight four 7 R: five zero two seven four nine three three zero zero 19 R: four two zero eight five nine oh nine four zero 25 R: eight four zero five six five four one four six 33 R: zero seven nine six five one four eight one eight 39 R: seven six zero eight three three zero five nine four 43 R: four nine seven eight four five eight two zero zero 45 R: nine oh one one five oh four seven five zero 47 R: five zero nine two four four six two three [all …]
|
D | out_SHIP_change_sample_rate2.txt | 15 C: oh eight four zero nine two five one eight five 21 TRANSCRIPTION : 'oh eight four zero nine two five one eight five' 22 LITERAL[ 0] : 'oh eight four nine two five one eight five' 27 LITERAL[ 1] : 'five four nine two five one eight five' 32 LITERAL[ 2] : 'oh eight four nine two five one eight five oh' 37 LITERAL[ 3] : 'oh eight four nine two five one five' 42 LITERAL[ 4] : 'oh eight four oh nine two five one eight five' 47 LITERAL[ 5] : 'oh oh eight four nine two five one eight five' 52 LITERAL[ 6] : 'oh eight four nine two five one two five' 57 LITERAL[ 7] : 'oh eight four nine two five four eight five' [all …]
|
/external/srec/config/en.us/tcp/ |
D | change_sample_rate2.tcp | 12 recognize_nist dallas/0000/S072.nwf 0 0 oh eight four zero nine two five one eight five 15 recognize_nist dallas/0000/S076.nwf 0 0 five zero two seven four nine three three zero zero 21 recognize_nist dallas/0000/S088.nwf 0 0 four two zero eight five nine oh nine four zero 25 recognize_nist dallas/0300/S057.nwf 0 0 eight four zero five six five four one four six 37 recognize_nist dallas-8kHz/0301/S079.nwf 0 0 zero seven nine six five one four eight one eight 40 recognize_nist dallas-8kHz/0301/S083.nwf 0 0 seven six zero eight three three zero five nine four 43 recognize_nist dallas-8kHz/0302/S051.nwf 0 0 four nine seven eight four five eight two zero zero 45 recognize_nist dallas-8kHz/0302/S053.nwf 0 0 five zero nine two four four six two two three 46 recognize_nist dallas-8kHz/0302/S054.nwf 0 0 four nine three zero three oh five seven two three 47 recognize_nist dallas-8kHz/0302/S065.nwf 0 0 five six five four five five three eight six seven [all …]
|
/external/icu4c/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() 92 one + ", " + two + ", " + three + ", " + four in TestRoot() 95 CheckFourCases("", one, two, three, four, results); in TestRoot() 104 one + ", " + two + ", " + three + ", " + four in TestBogus() 107 CheckFourCases("ex_PY", one, two, three, four, results); in TestBogus() 117 one + ", " + two + ", " + three + ", and " + four in TestEnglish() 120 CheckFourCases("en", one, two, three, four, results); in TestEnglish() 128 one + ", " + two + ", " + three + ", and " + four in TestEnglishUS() [all …]
|
D | listformattertest.h | 47 UnicodeString four, 56 const UnicodeString four; variable
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
D | ConcurrentModTest.java | 39 Double four = new Double(4.0); in testGet() local 43 al.add(four); in testGet() 69 Double four = new Double(4.0); in testSet() local 73 al.add(four); in testSet() 99 Double four = new Double(4.0); in testAdd() local 103 al.add(four); in testAdd() 129 Double four = new Double(4.0); in testRemove() local 133 al.add(four); in testRemove() 159 Double four = new Double(4.0); in testAddAll() local 163 al.add(four); in testAddAll()
|
/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/clang/test/SemaCXX/ |
D | gnu-case-ranges.cpp | 8 four enumerator 20 case four: in test()
|
/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/markdown/MarkdownTest/Tests_2007/ |
D | Links, reference style.text | 20 Indented [four][] times. 28 [four]: /url
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/ |
D | CodeSignerTest.java | 72 CodeSigner four = new CodeSigner(cpath2, null); in testEqualsObject() local 81 assertFalse( three.equals(four)); in testEqualsObject()
|
/external/llvm/test/Archive/ |
D | README.txt | 8 There are four archives accompanying these tests: 16 contain four members:
|
/external/icu4c/samples/ustring/ |
D | ustring.cpp | 471 UnicodeString four(writeable, LENGTHOF(writeable), LENGTHOF(writeable)); in demoUnicodeStringStorage() local 472 printUnicodeString("writeable-alias string: ", four); in demoUnicodeStringStorage() 474 four.setCharAt(1, 0x39); in demoUnicodeStringStorage() 475 for(i=0; i<four.length(); ++i) { in demoUnicodeStringStorage() 481 two=four; in demoUnicodeStringStorage()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonScheduleV4.td | 10 // There are four SLOTS (four parallel pipelines) in Hexagon V4 machine.
|
/external/ceres-solver/docs/ |
D | faq.tex | 14 …ogether. For example the three components of a translation vector and the four components of the q… 32 For example consider the following residual block of size 18 which depends on four parameter blocks… 45 …dual blocks. One residual block of size 2 that depends on all four parameter block and four residu…
|
D | powell.tex | 12 $F(x)$ is a function of four parameters, and has four residuals. Now, 13 one way to solve this problem would be to define four 78 …he two parameters that the corresponding residual object depends on and not on all four parameters.
|
/external/bzip2/ |
D | words2 | 2 Checking test results. If any of the four "cmp"s which follow
|
/external/llvm/test/YAMLParser/ |
D | construct-null.data | 6 # This mapping has four keys,
|
D | spec-06-01.data | 8 By four
|
/external/srec/config/en.us/dictionary/ |
D | basic.ok | 19 four RX0
|
/external/icu4c/test/testdata/ |
D | test4x.ucm | 8 # Test file for MBCS conversion extension with four-byte codepage data.
|