HomeSort by relevance Sort by last modified time
    Searched refs:words (Results 76 - 100 of 646) sorted by null

1 2 34 5 6 7 8 91011>>

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
AbstractDictDecoder.java 44 public void readUnigramsAndBigramsBinary(final TreeMap<Integer, String> words,
51 BinaryDictIOUtils.readUnigramsAndBigramsBinary(this, words, frequencies, bigrams);
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
bspec803.s 2 TETRA 2 % Decent section length name (in 32-bit words). However...
bspec804.s 2 TETRA 2 % Decent section length name (in 32-bit words).
bspec805.s 2 TETRA 2 % Decent section length name (in 32-bit words).
bspec806.s 2 TETRA 2 % Decent section length name (in 32-bit words).
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
BinaryDictionaryTests.java 322 final ArrayList<String> words = new ArrayList<>(); local
330 words.add(word);
337 final String word0 = words.get(random.nextInt(wordCount));
338 final String word1 = words.get(random.nextInt(wordCount));
460 final ArrayList<String> words = new ArrayList<>(); local
468 words.add(word);
475 final String word0 = words.get(random.nextInt(wordCount));
476 final String word1 = words.get(random.nextInt(wordCount));
522 final ArrayList<String> words = new ArrayList<>(); local
529 words.add(word)
605 final ArrayList<String> words = new ArrayList<>(); local
647 final ArrayList<String> words = new ArrayList<>(); local
701 final ArrayList<String> words = new ArrayList<>(); local
785 final ArrayList<String> words = new ArrayList<>(); local
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
filelist.py 79 words = line.split()
80 action = words[0]
86 if len(words) < 2:
90 patterns = map(convert_path, words[1:])
93 if len(words) < 3:
97 dir = convert_path(words[1])
98 patterns = map(convert_path, words[2:])
101 if len(words) != 2:
105 dir_pattern = convert_path(words[1])
113 # Parse the line: split it up, make sure the right number of words
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
filelist.py 79 words = line.split()
80 action = words[0]
86 if len(words) < 2:
90 patterns = map(convert_path, words[1:])
93 if len(words) < 3:
97 dir = convert_path(words[1])
98 patterns = map(convert_path, words[2:])
101 if len(words) != 2:
105 dir_pattern = convert_path(words[1])
113 # Parse the line: split it up, make sure the right number of words
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
filelist.py 79 words = line.split()
80 action = words[0]
86 if len(words) < 2:
90 patterns = map(convert_path, words[1:])
93 if len(words) < 3:
97 dir = convert_path(words[1])
98 patterns = map(convert_path, words[2:])
101 if len(words) != 2:
105 dir_pattern = convert_path(words[1])
113 # Parse the line: split it up, make sure the right number of words
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
filelist.py 79 words = line.split()
80 action = words[0]
86 if len(words) < 2:
90 patterns = map(convert_path, words[1:])
93 if len(words) < 3:
97 dir = convert_path(words[1])
98 patterns = map(convert_path, words[2:])
101 if len(words) != 2:
105 dir_pattern = convert_path(words[1])
113 # Parse the line: split it up, make sure the right number of words
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic54x/
sections.s 17 B1: .usect ".bss", 10 ; alocate 10 words
38 inbuf .usect newvars, 7, 1 ; w/o quotes, block 7 words
39 align2 .usect newvars, 15, ,1 ; 15 words aligned
  /device/google/contexthub/firmware/inc/cpu/x86/
atomicBitset.h 25 uint32_t words[]; member in struct:AtomicBitset
  /external/flac/libFLAC/
bitwriter.c 66 static const unsigned FLAC__BITWRITER_DEFAULT_CAPACITY = 32768u / sizeof(uint32_t); /* size in words */
68 static const unsigned FLAC__BITWRITER_DEFAULT_INCREMENT = 4096u / sizeof(uint32_t); /* size in words */
70 #define FLAC__WORDS_TO_BITS(words) ((words) * FLAC__BITS_PER_WORD)
71 #define FLAC__TOTAL_BITS(bw) (FLAC__WORDS_TO_BITS((bw)->words) + (bw)->bits)
76 unsigned capacity; /* capacity of buffer in words */
77 unsigned words; /* # of complete words in buffer */ member in struct:FLAC__BitWriter
93 /* calculate total words needed to store 'bits_to_add' additional bits */
94 new_capacity = bw->words + ((bw->bits + bits_to_add + FLAC__BITS_PER_WORD - 1) / FLAC__BITS_PER_WORD)
    [all...]
  /external/libedit/doc/
mdoc2man.awk 46 retval=retval words[++w]
73 nwords=split($0,words)
76 if(match(words[w],"^Li|Pf$")) {
78 } else if(match(words[w],"^Xo$")) {
83 } else if(match(words[w],"^Xc$")) {
89 } else if(match(words[w],"^Bd$")) {
91 if(match(words[w+1],"-literal")) {
96 } else if(match(words[w],"^Po$")) {
101 } else if(match(words[w],"^Pc$")) {
106 } else if(match(words[w],"^Ed$"))
    [all...]
  /ndk/
GNUmakefile 31 ifneq ($(words $(NDK_ROOT)),1)
  /external/clang/
Android.mk 6 ifneq "$(words $(FORCE_BUILD_LLVM_DISABLE_NDEBUG))$(words $(filter-out true false,$(FORCE_BUILD_LLVM_DISABLE_NDEBUG)))" "10"
12 ifneq "$(words $(FORCE_BUILD_LLVM_DEBUG))$(words $(filter-out true false,$(FORCE_BUILD_LLVM_DEBUG)))" "10"
  /external/llvm/utils/emacs/
tablegen-mode.el 22 'words))
24 'words))
  /external/c-ares/
inet_net_pton.c 289 int words; local
356 words = (bits + 15) / 16;
357 if (words < 2)
358 words = 2;
360 words = 8;
361 endp = tmp + 2 * words;
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/
JUnitCodeGen.java 343 List<String> words = new ArrayList<String>(); local
349 words.add(word.toString());
352 words.add(String.valueOf(t.charAt(i)));
359 words.add(word.toString());
383 words.add(word.toString());
391 words.add(word.toString());
393 //System.out.println("words="+words);
395 for (int j=0; j<words.size(); j++) {
396 if ( j>0 && !words.get(j).equals(")") &
    [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkBinaryRegistry.cpp 94 vector<deUint32> words (numWords, 0u);
96 deMemcpy(&words[0], combinedStr.c_str(), strLen);
98 return words;
103 const vector<deUint32> words = getSearchPath(id); local
111 if (curNode.word == words[wordNdx])
113 if (wordNdx+1 < words.size())
120 else if (wordNdx+1 == words.size())
172 void addToSparseIndex (SparseIndexNode* group, const deUint32* words, size_t numWords, deUint32 index)
174 const deUint32 curWord = words[0];
197 addToSparseIndex(child, words+1, numWords-1, index)
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
OpenWnnClauseConverterJAJP.java 36 /** search cache for unique independent words (jiritsugo) */
38 /** search cache for all independent words (jiritsugo) */
40 /** search cache for ancillary words (fuzokugo) */
392 * Get all exact matched ancillary words(Fuzokugo) list.
395 * @return List of ancillary words
425 /* search ancillary words */
432 /* concatenate sequence of ancillary words */
454 * Get all exact matched independent words(Jiritsugo) list.
457 * @param all {@code true} if list all words; {@code false} if list words which has an unique part of speech tag
465 ArrayList<WnnWord> words = (all)? mAllIndepWordBag.get(input) : mIndepWordBag.get(input); local
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
nntplib.py 348 words = resp.split()
350 n = len(words)
352 count = words[1]
354 first = words[2]
356 last = words[3]
358 name = words[4].lower()
372 words = resp.split()
375 n = len(words)
377 nr = words[1]
379 id = words[2
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
nntplib.py 348 words = resp.split()
350 n = len(words)
352 count = words[1]
354 first = words[2]
356 last = words[3]
358 name = words[4].lower()
372 words = resp.split()
375 n = len(words)
377 nr = words[1]
379 id = words[2
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
nntplib.py 348 words = resp.split()
350 n = len(words)
352 count = words[1]
354 first = words[2]
356 last = words[3]
358 name = words[4].lower()
372 words = resp.split()
375 n = len(words)
377 nr = words[1]
379 id = words[2
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
nntplib.py 348 words = resp.split()
350 n = len(words)
352 count = words[1]
354 first = words[2]
356 last = words[3]
358 name = words[4].lower()
372 words = resp.split()
375 n = len(words)
377 nr = words[1]
379 id = words[2
    [all...]

Completed in 786 milliseconds

1 2 34 5 6 7 8 91011>>