/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 seven 15 R: zero nine nine five seven two oh one zero six 19 R: four two zero eight five nine oh nine four zer [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' 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...] |
/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 | 63 System.out.println(Enum.valueOf(c, "NINE")); 128 Enum.valueOf(c, "NINE"); 156 Enum.valueOf(c, "NINE"); 184 Enum.valueOf(c, "NINE");
|
/dalvik/tests/055-enum-performance/src/otherpackage/ |
OtherPackagePublicEnum.java | 4 ZERO, ONE, TWO, THREE, FOUR, FIVE, SIX, SEVEN, EIGHT, NINE,
|
/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 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 seven 19 recognize_nist dallas/0000/S083.nwf 0 0 zero nine nine five seven two oh one zero six 21 recognize_nist dallas/0000/S088.nwf 0 0 four two zero eight five nine oh nine four zer [all...] |
/dalvik/tests/055-enum-performance/ |
expected.txt | 4 NINE
|
/external/srec/config/en.us/dictionary/ |
basic.ok | 20 nine +>|
|
/cts/tests/res/drawable/ |
ninepatchdrawable.xml | 18 <nine-patch xmlns:android="http://schemas.android.com/apk/res/android"
|
/frameworks/base/core/res/res/drawable/ |
dark_header_dither.xml | 17 <nine-patch xmlns:android="http://schemas.android.com/apk/res/android"
|
light_header_dither.xml | 17 <nine-patch xmlns:android="http://schemas.android.com/apk/res/android"
|
title_bar.xml | 17 <nine-patch xmlns:android="http://schemas.android.com/apk/res/android"
|
/frameworks/base/docs/html/guide/developing/tools/ |
draw9patch.jd | 6 <p>For an introduction to Nine-patch graphics and how they work, please read 7 the section on Nine-patch in the 8 <a href="{@docRoot}guide/topics/resources/available-resources.html#ninepatch">Nine-patch Images</a> topic.</p> 13 <p>Here's a quick guide to create a Nine-patch graphic using the Draw 9-patch tool.
|
/frameworks/base/graphics/java/android/graphics/ |
NinePatch.java | 21 * The NinePatch class permits drawing a bitmap in nine sections. 29 * <a href="{@docRoot}guide/topics/graphics/2d-graphics.html#nine-patch">2D 39 * Create a drawable projection from a bitmap to nine patches. 71 * Draw a bitmap of nine patches. 84 * Draw a bitmap of nine patches. 97 * Draw a bitmap of nine patches.
|
/dalvik/tests/003-omnibus-opcodes/src/ |
MethodCall.java | 50 assert(a29.equals("twenty nine")); 70 25, 26, null, null, "twenty nine");
|
/external/icu4c/data/unidata/ |
DerivedNumericValues.txt | [all...] |
/external/dropbear/libtomcrypt/src/ciphers/ |
kasumi.c | 41 u16 nine, seven; local 86 * nine bits and seven bits - as is the subkey */ 88 nine = (u16)(in>>7)&0x1FF; 92 nine = (u16)(S9[nine] ^ seven); 93 seven = (u16)(S7[seven] ^ (nine & 0x7F)); 95 nine ^= (subkey&0x1FF); 96 nine = (u16)(S9[nine] ^ seven); 97 seven = (u16)(S7[seven] ^ (nine & 0x7F)) [all...] |
/external/srec/config/en.us/grammars/ |
digits.grxml | 68 nine
|
/external/webkit/WebCore/manual-tests/ |
keep_spelling_markers.html | 22 <div>eight nine ten</div>
|
stale-scrollbar-client-crash.html | 36 <option>Nine</option>
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
NinePatchDrawable.java | 58 * Create drawable from raw nine-patch data, not dealing with density. 68 * Create drawable from raw nine-patch data, setting initial target density 78 * Create drawable from existing nine-patch, not dealing with density. 88 * Create drawable from existing nine-patch, setting initial target density 235 ": <nine-patch> requires a valid src attribute"); 263 ": <nine-patch> requires a valid src attribute"); 266 ": <nine-patch> requires a valid 9-patch source image");
|
/dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/ |
DTMStringPool.java | 145 "Six","Seven","Eight","Nine","Ten", 150 "Twenty-Nine","Thirty","Thirty-One","Thirty-Two", 152 "Thirty-Seven","Thirty-Eight","Thirty-Nine"};
|
/external/guava/src/com/google/common/primitives/ |
Primitives.java | 68 /** All nine primitive types (including void). */ 72 /** All nine wrapper types (including Void). */ 77 * Returns {@code true} if {@code type} is one of the nine
|
/external/webkit/JavaScriptCore/tests/mozilla/js1_5/Array/ |
regress-107138.js | 45 'six', 'seven', 'eight', 'nine', 'ten']; 143 expect = 'nine'; 148 expect = 'nine';
|