/external/quake/quake/src/QW/client/ |
d_parta.asm | 350 cmp ds:word ptr[edx],bp
352 mov ds:word ptr[edx],bp
360 cmp ds:word ptr[edx],bp
362 mov ds:word ptr[edx],bp
365 cmp ds:word ptr[2+edx],bp
367 mov ds:word ptr[2+edx],bp
370 cmp ds:word ptr[edx+esi*1],bp
372 mov ds:word ptr[edx+esi*1],bp
375 cmp ds:word ptr[2+edx+esi*1],bp
377 mov ds:word ptr[2+edx+esi*1],bp [all...] |
surf16.asm | 284 mov ax,ds:word ptr[12345678h+eax*2]
287 mov ds:word ptr[edi],ax
288 mov cx,ds:word ptr[12345678h+ecx*2]
290 mov ds:word ptr[2+edi],cx
298 mov ax,ds:word ptr[12345678h+eax*2]
301 mov ds:word ptr[edi],ax
302 mov cx,ds:word ptr[12345678h+ecx*2]
304 mov ds:word ptr[2+edi],cx
312 mov ax,ds:word ptr[12345678h+eax*2]
315 mov ds:word ptr[edi],ax [all...] |
/development/samples/SearchableDictionary/src/com/example/android/searchabledict/ |
WordActivity.java | 29 * Displays a word and its definition. 36 setContentView(R.layout.word); 46 TextView word = (TextView) findViewById(R.id.word); local 52 word.setText(cursor.getString(wIndex));
|
/external/openssl/crypto/ |
sparccpuid.S | 46 .word 0x91408000 !rd %ccr,%o0 52 .word 0xbfa00040 !fmovd %f0,%f62 53 .word 0xbba00040 !... 54 .word 0xb7a00040 55 .word 0xb3a00040 56 .word 0xafa00040 57 .word 0xaba00040 58 .word 0xa7a00040 59 .word 0xa3a00040 60 .word 0x9fa0004 [all...] |
/cts/tools/dasm/src/dasm/ |
parser.cup | 86 terminal str_token Str, Word, Insn; 166 DSOURCE Word:w SEP 188 classname ::= Word:w 279 DENCLOSING METHOD Word:w SEP 354 Word:n Word:dsc 358 Word:n Word:dsc Word:sub 388 Word:ds [all...] |
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/util/ |
Inet6Util.java | 46 String word = ""; local 90 if (!isValidIP4Word(word)) { 102 word = ""; 119 word = ""; 145 if (word.length() > 3) { 152 word += c; 158 if (numberOfPeriods != 3 || !isValidIP4Word(word)) { 168 // If we have an empty word at the end, it means we ended in either 172 if (word == "" && ipAddress.charAt(length - 1 - offset) == ':' 182 public static boolean isValidIP4Word(String word) { [all...] |
/external/proguard/src/proguard/ |
WordReader.java | 105 * Reads a word from this WordReader, or from one of its active included 108 * @return the read word. 114 // See if we have an included reader to produce a word. 117 // Does the included word reader still produce a word? 125 // Otherwise close and ditch the word reader. 130 // Get a word from this reader. 175 // Find the word starting at the current index. 183 // The next word is a single delimiting character. 188 // The next word is starting with a quote character [all...] |
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/voice/ |
EditingUtil.java | 73 * @return the word that surrounds the cursor, including up to one trailing 80 return (range == null) ? null : range.word; 84 * Removes the word surrounding the cursor. Parameters are identical to 94 // Move cursor to beginning of word, to avoid crash when cursor is outside 109 * Characters after selection start, including one trailing word 114 /** The actual characters that make up a word */ 115 String word; field in class:EditingUtil.Range 117 public Range(int charsBefore, int charsAfter, String word) { 123 this.word = word; 151 String word = before.toString().substring(start, before.length()) local [all...] |
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/include/ |
nj_ext.h | 83 extern NJ_INT16 njd_get_word_data(NJ_CLASS *iwnn, NJ_DIC_SET *dicset, NJ_SEARCH_LOCATION_SET *loctset, NJ_UINT16 dic_idx, NJ_WORD *word); 89 extern NJ_INT16 njd_init_word(NJ_WORD* word); 93 extern NJ_INT16 njd_b_get_word(NJ_SEARCH_LOCATION_SET *loctset, NJ_WORD *word); 94 extern NJ_INT16 njd_b_get_candidate(NJ_WORD *word, NJ_CHAR *candidate, 96 extern NJ_INT16 njd_b_get_stroke(NJ_WORD *word, NJ_CHAR *stroke, NJ_UINT16 size); 100 extern NJ_INT16 njd_f_get_word(NJ_SEARCH_LOCATION_SET *loctset, NJ_WORD *word); 101 extern NJ_INT16 njd_f_get_stroke(NJ_WORD *word, NJ_CHAR *stroke, 103 extern NJ_INT16 njd_f_get_candidate(NJ_WORD *word, NJ_CHAR *candidate, 108 extern NJ_INT16 njd_l_add_word(NJ_CLASS *iwnn, NJ_LEARN_WORD_INFO *word, 113 extern NJ_INT16 njd_l_get_word(NJ_CLASS *iwnn, NJ_SEARCH_LOCATION_SET *loctset, NJ_WORD *word); [all...] |
/external/openssl/crypto/des/asm/ |
des_enc.m4 | 961 .word 0 962 .word $7.1-$7.0 963 .word $7.2-$7.0 964 .word $7.3-$7.0 965 .word $7.4-$7.0 966 .word $7.5-$7.0 967 .word $7.6-$7.0 968 .word $7.7-$7.0 1096 .word 0 1097 .word $7.1-$7. [all...] |
/external/bison/lib/ |
abitset.c | 29 of words. Any unused bits in the last word must be zero. */ 55 bitset_word word; local 57 word = ABITSET_WORDS (src)[0]; 60 if (!word) 68 word >>= bitno; 71 of the word of interest. */ 75 for (count = 0; word; bitno++) 77 if (word & 1) 79 word >>= 1; 84 for (count = 0; word; bitno++ 172 bitset_word word; local 211 bitset_word word; local [all...] |
/system/extras/tests/pftest/ |
pftest.c | 63 * word 0 -> word 0 -> word 0 -> .... -> word 0 -> (page 0/word 0) 65 * word 1023 word 1023 word 1023 : word 1023
|
/external/guava/src/com/google/common/base/ |
CaseFormat.java | 127 private String normalizeFirstWord(String word) { 129 case LOWER_CAMEL: return word.toLowerCase(Locale.US); 130 default: return normalizeWord(word); 134 private String normalizeWord(String word) { 136 case LOWER_HYPHEN: return word.toLowerCase(Locale.US); 137 case LOWER_UNDERSCORE: return word.toLowerCase(Locale.US); 138 case LOWER_CAMEL: return toTitleCase(word); 139 case UPPER_CAMEL: return toTitleCase(word); 140 case UPPER_UNDERSCORE: return word.toUpperCase(Locale.US); 145 private static String toTitleCase(String word) { [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/ |
SDL_cgxaccel.c | 40 void BMKBRP(struct BitMap *a,WORD b, WORD c,struct RastPort *d,WORD e,WORD f,WORD g,WORD h,UBYTE i,APTR j) 43 void BBRP(struct BitMap *a,WORD b, WORD c,struct RastPort *d,WORD e,WORD f,WORD g,WORD h,UBYTE i [all...] |
/cts/tests/tests/provider/src/android/provider/cts/ |
UserDictionary_WordsTest.java | 42 UserDictionary.Words.WORD, 79 String word = "UserDictionary_WordsTest"; local 81 UserDictionary.Words.addWord(getContext(), word, frequency, local 86 UserDictionary.Words.WORD + "='" + word + "'", null, null); 89 assertEquals(word, cursor.getString(WORD_INDEX));
|
/development/samples/Wiktionary/res/values/ |
strings.xml | 19 <string name="app_descrip">Example of a fast Wiktionary browser and Word-of-day widget</string> 23 <string name="template_wotd_title">"Wiktionary:Word of the day/%s %s"</string> 28 <string name="widget_loading">"Loading word\nof day\u2026"</string> 29 <string name="widget_error">No word of day found</string> 48 <string name="search_hint">Define word</string> 54 <string name="empty_result">No entry found for this word, or problem reading data.</string>
|
/external/v8/src/ |
regexp-macro-assembler-irregexp-inl.h | 45 uint32_t word = ((twenty_four_bits << BYTECODE_SHIFT) | byte); local 50 *reinterpret_cast<uint32_t*>(buffer_.start() + pc_) = word; 55 void RegExpMacroAssemblerIrregexp::Emit16(uint32_t word) { 60 *reinterpret_cast<uint16_t*>(buffer_.start() + pc_) = word; 65 void RegExpMacroAssemblerIrregexp::Emit32(uint32_t word) { 70 *reinterpret_cast<uint32_t*>(buffer_.start() + pc_) = word;
|
/packages/inputmethods/LatinIME/native/src/ |
dictionary.h | 27 // The bit that decides if this is a terminal node for a word. The node could still have children, 28 // if the word has other endings. 37 bool isValidWord(unsigned short *word, int length); 51 bool sameAsTyped(unsigned short *word, int length); 52 bool addWord(unsigned short *word, int length, int frequency); 56 bool isValidWordRec(int pos, unsigned short *word, int offset, int length);
|
/external/srec/srec/Vocabulary/include/ |
SR_Vocabulary.h | 52 * Returns phonetic representation of word. 55 * @param word Word to check for 56 * @param pronunciation [out] Phonetic representation of word 60 ESR_ReturnCode(*getPronunciation)(struct SR_Vocabulary_t* self, const LCHAR* word, LCHAR* pronunciation, size_t* len); 121 * Adds word to vocabulary. 124 * @param word Word to be added 127 SREC_VOCABULARY_API ESR_ReturnCode SR_VocabularyAddWord(SR_Vocabulary* self, const LCHAR* word); 146 * Looks up a word to vocabulary [all...] |
/external/openssl/crypto/0.9.9-dev/aes/ |
aes-armv4.pl | 47 .word 0xc66363a5, 0xf87c7c84, 0xee777799, 0xf67b7b8d 48 .word 0xfff2f20d, 0xd66b6bbd, 0xde6f6fb1, 0x91c5c554 49 .word 0x60303050, 0x02010103, 0xce6767a9, 0x562b2b7d 50 .word 0xe7fefe19, 0xb5d7d762, 0x4dababe6, 0xec76769a 51 .word 0x8fcaca45, 0x1f82829d, 0x89c9c940, 0xfa7d7d87 52 .word 0xeffafa15, 0xb25959eb, 0x8e4747c9, 0xfbf0f00b 53 .word 0x41adadec, 0xb3d4d467, 0x5fa2a2fd, 0x45afafea 54 .word 0x239c9cbf, 0x53a4a4f7, 0xe4727296, 0x9bc0c05b 55 .word 0x75b7b7c2, 0xe1fdfd1c, 0x3d9393ae, 0x4c26266a 56 .word 0x6c36365a, 0x7e3f3f41, 0xf5f7f702, 0x83cccc4 [all...] |
/dalvik/vm/mterp/armv5te/ |
OP_CONST_WIDE.S | 6 orr r0, r0, r1, lsl #16 @ r0<- BBBBbbbb (low word) 9 orr r1, r2, r3, lsl #16 @ r1<- HHHHhhhh (high word)
|
/external/icu4c/data/brkitr/ |
title.txt | 18 # any non-cased stuff, to reach the start of the next word. 30 # any non-cased stuff, to reach the start of the next word.
|
/external/opencore/codecs_v2/audio/mp3/dec/src/asm/ |
pvmp3_dct_16_gcc.s | 422 .word 0x404f4680 424 .word 0x519e4e00 426 .word 0x4140fb80 428 .word 0x42e13c00 430 .word 0x6e3c9300 432 .word 0x4cf8de80 434 .word 0x48919f80 436 .word 0x43e22480 438 .word 0x73326b80 440 .word 0x52cb0e8 [all...] |
/external/srec/doc/logs/uapi/ |
run_ERT.log | 5 Add word to grammar slot 8 Recognizing against the first grammar (dynamic add-word)
|
/frameworks/base/media/libstagefright/codecs/mp3dec/src/asm/ |
pvmp3_dct_16_gcc.s | 422 .word 0x404f4680 424 .word 0x519e4e00 426 .word 0x4140fb80 428 .word 0x42e13c00 430 .word 0x6e3c9300 432 .word 0x4cf8de80 434 .word 0x48919f80 436 .word 0x43e22480 438 .word 0x73326b80 440 .word 0x52cb0e8 [all...] |