/external/srec/config/en.us/tcp/ |
change_sample_rate2.tcp | 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 20 recognize_nist dallas/0000/S086.nwf 0 0 six eight seven two one oh eight five zero seve [all...] |
/external/e2fsprogs/lib/ext2fs/ |
sparse.c | 52 unsigned int *five, unsigned int *seven) 69 if (*seven < *min) { 70 min = seven;
|
res_gdt.c | 27 unsigned int *five, unsigned int *seven) 44 if (*seven < *min) { 45 min = seven; 125 unsigned int three = 1, five = 5, seven = 7; local 166 while ((grp = list_backups(fs, &three, &five, &seven)) <
|
/external/dropbear/libtomcrypt/src/ciphers/ |
kasumi.c | 41 u16 nine, seven; local 86 * nine bits and seven bits - as is the subkey */ 89 seven = (u16)(in&0x7F); 92 nine = (u16)(S9[nine] ^ seven); 93 seven = (u16)(S7[seven] ^ (nine & 0x7F)); 94 seven ^= (subkey>>9); 96 nine = (u16)(S9[nine] ^ seven); 97 seven = (u16)(S7[seven] ^ (nine & 0x7F)) [all...] |
/external/webkit/LayoutTests/dom/html/level1/core/ |
hc_textsplittextthree.js | 87 the characters at and after position seven.
|
/external/webkit/LayoutTests/dom/html/level2/html/ |
HTMLTableRowElement11.js | 87 should now be seven.
|
HTMLTableRowElement12.js | 86 and also the numbers of cells should now be seven.
|
HTMLTableRowElement15.js | 82 to insert a cell using an index of seven. This should throw
|
HTMLTableRowElement16.js | 82 to insert a cell using an index of negative seven. This should throw
|
HTMLTableRowElement17.js | 82 to delete a cell using an index of seven. This should throw
|
HTMLTableRowElement20.js | 89 and also the numbers of cells should now be seven.
|
/external/webkit/LayoutTests/dom/xhtml/level1/core/ |
hc_textsplittextthree.js | 87 the characters at and after position seven.
|
/external/webkit/LayoutTests/dom/xhtml/level2/html/ |
HTMLTableRowElement11.js | 87 should now be seven.
|
HTMLTableRowElement12.js | 86 and also the numbers of cells should now be seven.
|
HTMLTableRowElement15.js | 82 to insert a cell using an index of seven. This should throw
|
HTMLTableRowElement16.js | 82 to insert a cell using an index of negative seven. This should throw
|
HTMLTableRowElement17.js | 82 to delete a cell using an index of seven. This should throw
|
HTMLTableRowElement20.js | 89 and also the numbers of cells should now be seven.
|
/packages/apps/Phone/src/com/android/phone/ |
EmergencyDialer.java | 280 findViewById(R.id.seven).setOnClickListener(this); 364 case R.id.seven: {
|
DTMFTwelveKeyDialer.java | 105 mDisplayMap.put(R.id.seven, '7');
|
/frameworks/base/policy/src/com/android/internal/policy/impl/ |
SimPukUnlockScreen.java | 350 mSeven = (TextView) findViewById(R.id.seven);
|
SimUnlockScreen.java | 326 mSeven = (TextView) findViewById(R.id.seven);
|
/external/webp/src/enc/ |
dsp_sse2.c | 294 const __m128i seven = _mm_set1_epi16(7); local 411 const __m128i c0 = _mm_add_epi16(b0, seven); 412 const __m128i c2 = _mm_add_epi16(b2, seven); [all...] |
/packages/apps/Contacts/src/com/android/contacts/dialpad/ |
DialpadFragment.java | 461 fragmentView.findViewById(R.id.seven).setOnClickListener(this); 710 case R.id.seven: { [all...] |
/external/v8/test/mjsunit/ |
strict-mode.js | 488 Object.defineProperty(object, 7, { value: "seven" }); 498 assertEquals(object[7], "seven"); [all...] |