/external/chromium_org/chrome/browser/resources/translate_internals/ |
translate_internals.css | 72 word-wrap: break-word; 104 word-wrap: break-word;
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
resourceView.css | 47 word-wrap: break-word; 113 word-wrap: break-word;
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/tests/bin/ |
gas-llabel.asm | 28 .word 0xaa55
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/tests/ |
datavis.asm | 19 .word 10
|
/external/icu4c/layout/ |
DeviceTables.cpp | 31 le_uint16 word = SWAPW(deltaValues[sizeIndex / count]); local 34 le_uint16 field = (word >> shift) & fieldMasks[format];
|
/external/iproute2/lib/ |
dnet_pton.c | 12 u_int16_t word; member in union:__anon19378 15 u.word = addr;
|
/external/javassist/sample/preproc/ |
Compiler.java | 129 int word[] = new int[5]; local 132 word[i] = reader.read(); 133 output.write(word[i]); 136 if (word[0] != 'm' || word[1] != 'p' || word[2] != 'o' 137 || word[3] != 'r' || word[4] != 't')
|
/external/libgsm/src/ |
debug.c | 25 word * ptr) 71 word value )
|
/external/llvm/test/MC/ARM/ |
relocated-mapping.s | 6 .word somewhere
|
/external/openfst/src/extensions/ngram/ |
bitmap-index.cc | 83 uint32 word = find_secondary_block(offset, rembits); local 84 if (word > 0) { 85 rembits -= secondary_index_[offset + word - 1]; 86 offset += word; 104 uint32 word = find_inverted_secondary_block(offset, remzeros); local 105 if (word > 0) { 108 remzeros -= *secondary_index_inverted(block_begin + word - 1, block_begin); 109 offset += word;
|
/external/srec/srec/crec/ |
priority_q.c | 115 are the same word (obviously ending at the same frame), and with the 116 same word history. This happens for a digit that has multiple end nodes 125 if (token1->word != token2->word) 133 history_for_token1 += word_token_array[token1->backtrace].word * 10000; 140 history_for_token2 += word_token_array[token2->backtrace].word * 10000; 182 /*adds a word token to the priority_q. Returns the index of the word to 208 printf("WORDADD PQ token %d word %d cost %d\n", token_index, token->word, token->cost) [all...] |
srec_debug.c | 35 bufp += sprintf(bufp, "%d,", awtoken->word); 55 printf("%sftoken %d rec %d@%d fsmnode %d cost %d word %d(%s) word_backtrace %d next_token_index %d ", msg, token_index, rec->id, rec->current_search_frame, ftoken->FSMnode_index, ftoken->cost, ftoken->word, 60 if (ftoken->word < rec->context->olabels->num_words) 61 p = rec->context->olabels->words[ftoken->word]; 99 wordID* wordids = &stoken->word[0];
|
/frameworks/av/media/libstagefright/codecs/mp3dec/src/asm/ |
pvmp3_dct_16_gcc.s | 424 .word 0x404f4680 426 .word 0x519e4e00 428 .word 0x4140fb80 430 .word 0x42e13c00 432 .word 0x6e3c9300 434 .word 0x4cf8de80 436 .word 0x48919f80 438 .word 0x43e22480 440 .word 0x73326b80 442 .word 0x52cb0e8 [all...] |
/frameworks/compile/libbcc/include/bcinfo/Wrap/ |
bitcode_wrapperer.h | 116 // Returns true if we can read a word. If necessary, fills the buffer 122 // Read a (32-bit) word from the input. Return true 123 // if able to read the word. 124 bool ReadWord(uint32_t& word); 126 // Write a (32-bit) word to the output. Return true if successful 127 bool WriteWord(uint32_t word);
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/personalization/ |
DynamicPersonalizationDictionaryWriter.java | 76 * Adds a word unigram to the fusion dictionary. Call updateBinaryDictionary when all changes 78 * @param word The word to add. 79 * @param shortcutTarget A shortcut target for this word, or null if none. 83 * @param isNotAWord true if this is not a word, i.e. shortcut only. 86 public void addUnigramWord(final String word, final String shortcutTarget, final int frequency, 92 mExpandableDictionary.addWord(word, shortcutTarget, frequency, shortcutFreq); 93 mBigramList.addBigram(null, word, (byte)frequency); 181 public boolean isValidWord(final String word) { 182 return mExpandableDictionary.isValidWord(word); [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
sbitmap.h | 93 /* The pointer to the first word of the bitmap. */ 99 /* The current word index. */ 106 SBITMAP_ELT_TYPE word; member in struct:__anon33800 121 i->word = 0; 123 i->word = (i->ptr[i->word_num] 135 for (; i->word == 0; i->word = i->ptr[i->word_num]) 147 for (; (i->word & 1) == 0; i->word >>= 1) 160 i->word >>= 1 [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
sbitmap.h | 93 /* The pointer to the first word of the bitmap. */ 99 /* The current word index. */ 106 SBITMAP_ELT_TYPE word; member in struct:__anon34529 121 i->word = 0; 123 i->word = (i->ptr[i->word_num] 135 for (; i->word == 0; i->word = i->ptr[i->word_num]) 147 for (; (i->word & 1) == 0; i->word >>= 1) 160 i->word >>= 1 [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
sbitmap.h | 93 /* The pointer to the first word of the bitmap. */ 99 /* The current word index. */ 106 SBITMAP_ELT_TYPE word; member in struct:__anon35360 121 i->word = 0; 123 i->word = (i->ptr[i->word_num] 135 for (; i->word == 0; i->word = i->ptr[i->word_num]) 147 for (; (i->word & 1) == 0; i->word >>= 1) 160 i->word >>= 1 [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
sbitmap.h | 93 /* The pointer to the first word of the bitmap. */ 99 /* The current word index. */ 106 SBITMAP_ELT_TYPE word; member in struct:__anon36089 121 i->word = 0; 123 i->word = (i->ptr[i->word_num] 135 for (; i->word == 0; i->word = i->ptr[i->word_num]) 147 for (; (i->word & 1) == 0; i->word >>= 1) 160 i->word >>= 1 [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Terminal/ |
__init__.py | 60 getbaseclasses(word) 78 'cwor' : word,
|
/system/core/sh/ |
mktokens | 53 TWORD 0 word
|
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/ |
JUnitCodeGen.java | 345 StringBuilder word = new StringBuilder(); local 348 if ( word.length()>0 ) { 349 words.add(word.toString()); 350 word.setLength(0); 357 // upon WS, save word 358 if ( word.length()>0 ) { 359 words.add(word.toString()); 360 word.setLength(0); 375 word.append('"'); 379 word.append(t.charAt(i)) [all...] |
/external/dropbear/libtommath/ |
booker.pl | 188 # word is the second position 189 $word = @m[1]; 190 $a = $index1{$word}; 191 $b = $index2{$word}; 192 $c = $index3{$word}; 196 print "ERROR: the tag \"$word\" on line $srcline was not found previously marked.\n"; 236 $_ =~ s/~\Q$word\E~/$str/; 238 print "Found replacement tag for marker \"$word\" on line $srcline which refers to $str\n";
|
/external/kernel-headers/original/linux/ |
wait.h | 77 #define __WAIT_BIT_KEY_INITIALIZER(word, bit) \ 78 { .flags = word, .bit_nr = bit, } 388 #define DEFINE_WAIT_BIT(name, word, bit) \ 390 .key = __WAIT_BIT_KEY_INITIALIZER(word, bit), \ 408 * @word: the word being waited on, a kernel virtual address 409 * @bit: the bit of the word being waited on 420 static inline int wait_on_bit(void *word, int bit, 423 if (!test_bit(bit, word)) 425 return out_of_line_wait_on_bit(word, bit, action, mode) [all...] |
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
block_idct.cpp | 630 int32 word; local 696 word = ((x7 + x1) >> 14); 697 CLIP_RESULT(word) 701 word = word | (temp << 8); 705 word = word | (temp << 16); 709 word = word | (temp << 24); 710 *((int32*)(comp)) = word; [all...] |