/external/srec/doc/logs/srec/ |
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 5 R: zero seven six five nine oh zero two five two 7 R: five zero two seven four nine three three zero zero 9 R: six nine five zero two eight seven seven 11 R: seven one one five six zero oh six five nine 13 R: oh three seven nine zero six eight five seve [all...] |
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 [all...] |
/external/srec/config/en.us/tcp/ |
change_sample_rate2.tcp | 12 recognize_nist dallas/0000/S072.nwf 0 0 oh eight four zero nine two five one eight five 13 recognize_nist dallas/0000/S074.nwf 0 0 eight six one oh five six six two six two 14 recognize_nist dallas/0000/S075.nwf 0 0 zero seven six five nine oh zero two five two 15 recognize_nist dallas/0000/S076.nwf 0 0 five zero two seven four nine three three zero zero 16 recognize_nist dallas/0000/S077.nwf 0 0 six nine five zero two eight seven seven three six 17 recognize_nist dallas/0000/S079.nwf 0 0 seven one one five six zero oh six five nine 18 recognize_nist dallas/0000/S080.nwf 0 0 seven oh three seven nine zero six eight five seve [all...] |
/dalvik/tests/055-enum-performance/src/ |
SamePackagePrivateEnum.java | 2 ZERO, ONE, TWO, THREE, FOUR, FIVE, SIX, SEVEN, EIGHT, NINE,
|
SamePackagePublicEnum.java | 2 ZERO, ONE, TWO, THREE, FOUR, FIVE, SIX, SEVEN, EIGHT, NINE,
|
Main.java | 64 System.out.println(Enum.valueOf(c, "FIVE")); 124 Enum.valueOf(c, "FIVE"); 152 Enum.valueOf(c, "FIVE"); 180 Enum.valueOf(c, "FIVE");
|
/dalvik/tests/055-enum-performance/src/otherpackage/ |
OtherPackagePublicEnum.java | 4 ZERO, ONE, TWO, THREE, FOUR, FIVE, SIX, SEVEN, EIGHT, NINE,
|
/dalvik/tests/055-enum-performance/ |
expected.txt | 5 FIVE
|
/external/webkit/JavaScriptCore/tests/mozilla/js1_5/Scope/ |
scope-001.js | 22 * The idea behind bug 53268 is as follows. The item 'five' below is defined 24 * obj.__proto__ = this, 'five' should become a read-only propery of obj. 26 * If we then change obj.__proto__ to null, obj.five should initially be 27 * undefined. We should be able to define obj.five to whatever we want, 28 * and be able to access this value as obj.five. 30 * Bug 53268 was filed because obj.five could not be set or accessed after 39 const five = 5; 57 actual = obj.five; 61 obj.five=1; 62 actual = obj.five; [all...] |
/external/srec/config/en.us/dictionary/ |
basic.ok | 18 five R>3
|
/external/e2fsprogs/lib/ext2fs/ |
sparse.c | 52 unsigned int *five, unsigned int *seven) 65 if (*five < *min) { 66 min = five;
|
res_gdt.c | 27 unsigned int *five, unsigned int *seven) 40 if (*five < *min) { 41 min = five; 126 unsigned int three = 1, five = 5, seven = 7; local 167 while ((grp = list_backups(fs, &three, &five, &seven)) <
|
/frameworks/base/core/tests/coretests/src/android/view/ |
CreateViewTest.java | 67 ViewOne five = new ViewOne(mContext); local 68 vert.addView(five, new LinearLayout.LayoutParams(MATCH_PARENT, MATCH_PARENT, 0)); 109 TextView five = new TextView(mContext); local 110 five.setText("H"); 111 vert.addView(five, new LinearLayout.LayoutParams(MATCH_PARENT, WRAP_CONTENT, 0));
|
/external/webkit/WebCore/manual-tests/ |
caretScrolling.html | 12 five<br>
|
keep_spelling_markers.html | 20 One twwo three foor five siz seven
|
/frameworks/base/tests/CoreTests/android/core/ |
InstanceofTest.java | 87 ChildOfAOne five = mFive; local 89 assertTrue("m_five is suppose to be a ChildOfAFive", five instanceof ChildOfAFive); 95 ChildOfAFive five = mFive; local 97 assertTrue("m_five is suppose to be a InterfaceFour", five instanceof InterfaceFour);
|
/external/icu4c/data/unidata/ |
DerivedNumericValues.txt | 150 215D ; 0.625 ; ; 5/8 # No VULGAR FRACTION FIVE EIGHTHS 179 215A ; 0.83333333 ; ; 5/6 # No VULGAR FRACTION FIVE SIXTHS 180 1245C ; 0.83333333 ; ; 5/6 # Nl CUNEIFORM NUMERIC SIGN FIVE SIXTHS DISH 543 0F2E ; 4.5 ; ; 9/2 # No TIBETAN DIGIT HALF FIVE 549 0035 ; 5.0 ; ; 5 # Nd DIGIT FIVE 550 0665 ; 5.0 ; ; 5 # Nd ARABIC-INDIC DIGIT FIVE 551 06F5 ; 5.0 ; ; 5 # Nd EXTENDED ARABIC-INDIC DIGIT FIVE 552 07C5 ; 5.0 ; ; 5 # Nd NKO DIGIT FIVE 553 096B ; 5.0 ; ; 5 # Nd DEVANAGARI DIGIT FIVE 554 09EB ; 5.0 ; ; 5 # Nd BENGALI DIGIT FIVE [all...] |
/external/icu4c/test/intltest/ |
itrbnf.cpp | 305 UnicodeString expected("four point five",""); 852 const llong FIVE(0, 5); 853 const llong NEG_FIVE = -FIVE; 858 const llong TWO_TO_32X5 = TWO_TO_32 * FIVE; 869 &FIVE, &TWO, &TWO, 870 &FIVE, &NEG_TWO, &NEG_TWO, 873 &TWO, &FIVE, &ZERO, 875 &NEG_TWO, &FIVE, &ZERO, 881 &TWO_TO_32, &FIVE, &TWO_TO_32d5, 883 &NEG_TWO_TO_32, &FIVE, &NEG_TWO_TO_32d5 [all...] |
/frameworks/base/docs/html/guide/topics/manifest/ |
uses-configuration-element.jd | 17 <dd><pre class="stx"><uses-configuration android:<a href="#five">reqFiveWayNav</a>=["true" | "false"] 39 requires a five-way navigation control, a touch screen that can be operated 52 <dt><a name="five"></a>{@code android:reqFiveWayNav}</dt> 53 <dd>Whether or not the application requires a five-way navigation control 54 — "{@code true}" if it does, and "{@code false}" if not. A five-way 136 <code><a href="#five">reqFiveWayNav</a></code> attribute to "{@code true}"
|
/dalvik/libdex/ |
Leb128.c | 27 * values are ones that are five bytes long where the final byte has 49 * values are ones that are five bytes long where the final byte has
|
/external/icu4c/i18n/ |
unesctrn.h | 39 * values are stored as a five character header. That is, their 41 * string. Following these five characters, the prefix
|
/cts/tools/signature-tools/ |
README.txt | 4 It consists roughly of five parts:
|
/dalvik/dx/tests/091-ssa-const-collector/ |
Blort.java | 5 ONE,TWO,THREE,FOUR,FIVE,SIX,SEVEN,EIGHT
|
/dalvik/tests/015-switch/src/ |
Main.java | 80 case -5: System.out.print("neg five\n"); break; 82 case 5: System.out.print("five\n"); break; 94 case -5: System.out.print("neg five\n"); break; 96 case 5: System.out.print("five\n"); break;
|
/external/srec/config/en.us/grammars/ |
digits.grxml | 52 five
|