HomeSort by relevance Sort by last modified time
    Searched full:words (Results 1226 - 1250 of 2986) sorted by null

<<41424344454647484950>>

  /external/valgrind/include/
pub_tool_oset.h 59 // unsigned words, and that the key is the first word in each
62 // Do not assume fast comparison works properly with signed words.
133 // visited in increasing order of unsigned words (UWord). Or, returns
  /external/wpa_supplicant_8/src/wps/
httpread.c 94 /* Check words for equality, where words consist of graphical characters
116 return end1 && end2; /* reached end of both words? */
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
dec_gain2_amr_wb.cpp 58 int16 * mem (i/o) : static memory (4 words)
144 /* output :static memory (4 words) */
181 int16 * mem /* (i/o) : static memory (4 words) */
  /frameworks/base/core/java/android/widget/
SpellChecker.java 52 // No more than this number of words will be parsed on each iteration to ensure a minimum
72 // We assume that the sentence level spell check will always provide better results than words.
85 // Parsers on chunk of text, cutting text into words that will be checked
    [all...]
  /libcore/luni/src/main/java/java/io/
StreamTokenizer.java 309 * Check for digits before checking for words since digits can be
310 * contained within words.
339 // Check for words
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
BinaryDictionary.java 50 * Implements a static, compacted, binary dictionary of standard words.
305 // TOOD: Pass multiple previous words information for n-gram.
431 * Method to iterate all words in the dictionary for makedict.
  /prebuilts/tools/common/proguard/proguard4.7/docs/manual/
refcard.html 236 <td>Use the words in the given text file as obfuscated field names and method names.</td>
242 <td>Use the words in the given text file as obfuscated class names.</td>
248 <td>Use the words in the given text file as obfuscated package names.</td>
  /dalvik/docs/
prettify.js 96 function wordSet(words) {
97 words = words.split(/ /g);
99 for (var i = words.length; --i >= 0;) {
100 var w = words[i];
    [all...]
  /external/icu/icu4c/source/i18n/
decNumberLocal.h 301 #define DFWORD(df, off) ((df)->words[DECWORDS-1-(off)])
302 #define DFWWORD(dfw, off) ((dfw)->words[DECWWORDS-1-(off)])
305 #define DFWORD(df, off) ((df)->words[off])
306 #define DFWWORD(dfw, off) ((dfw)->words[off])
331 /* Top words for a zero */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/info/
libquadmath.info 493 Front-Cover Text may be at most 5 words, and a Back-Cover Text may
494 be at most 25 words.
572 front cover must present the full title with all words of the
697 You may add a passage of up to five words as a Front-Cover Text,
698 and a passage of up to 25 words as a Back-Cover Text, to the end
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
ftplib.py 916 words = line.split()
920 while i < len(words):
921 w1 = words[i]
922 if i+1 < len(words):
923 w2 = words[i + 1]
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
ftplib.py 916 words = line.split()
920 while i < len(words):
921 w1 = words[i]
922 if i+1 < len(words):
923 w2 = words[i + 1]
    [all...]
  /external/pcre/dist/testdata/
testinput8 1245 # additional words
    [all...]
  /external/icu/icu4c/source/common/unicode/
uloc.h 547 * @param displayLocale Specifies the locale to be used to display the name. In other words,
570 * @param displayLocale Specifies the locale to be used to display the name. In other words,
593 * @param displayLocale Specifies the locale to be used to display the name. In other words,
617 * @param displayLocale Specifies the locale to be used to display the name. In other words,
662 * @param displayLocale Specifies the locale to be used to display the name. In other words,
689 * @param displayLocale Specifies the locale to be used to display the name. In other words,
713 * @param inLocaleID Specifies the locale to be used to display the name. In other words,
    [all...]
  /external/libyuv/files/source/
row_win.cc     [all...]
  /external/v8/src/heap/
spaces.h 547 // code alignment to be suitable for both. Also aligned to 32 words because
    [all...]
  /external/google-breakpad/src/testing/test/
gmock-matchers_test.cc 3827 list<string> words; local
3876 list<string> words; local
    [all...]
  /external/llvm/lib/Support/
APFloat.cpp     [all...]
  /art/runtime/arch/mips/
quick_entrypoints_mips.S 29 #define ARG_SLOT_SIZE 32 // space for a0-a3 plus 4 more words
94 * callee-save: $s2-$s8 + $gp + $ra, 9 total + 2 words padding + 1 word to hold Method*
126 # 2 words for alignment and bottom word will hold Method*
172 * callee-save: $a1-$a3, $s2-$s8 + $gp + $ra, 12 total + 3 words padding + method*
213 * callee-save: $a1-$a3, $s2-$s8 + $gp + $ra, 12 total + 3 words padding + method*
233 * callee-save: $a1-$a3, $s2-$s8 + $gp + $ra, 12 total + 3 words padding + method*
    [all...]
  /development/perftests/panorama/feature_stab/db_vlvm/
db_feature_detection.cpp 406 pshufw mm6,mm6,4Eh /*8 Swap the two double-words using bitmask 01001110=4Eh*/
423 pshufw mm4,mm4,4Eh /*24 Swap the two double-words using bitmask 01001110=4Eh*/
445 pshufw mm6,mm6,4Eh /*40 Swap the two double-words using bitmask 01001110=4Eh*/
462 pshufw mm4,mm4,4Eh /*55 Swap the two double-words using bitmask 01001110=4Eh*/
698 same place in s. In other words,image should be at least 7 pixels wide and 7 pixels high
721 same place in s. In other words,image should be at least 7 pixels wide and 7 pixels high
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
rbnf.h 61 * typically used for spelling out numeric values in words (e.g., 25,3476 as
69 * spells out a value in words (123 is &quot;one hundred twenty-three&quot;); ordinal, which
79 * In a typical spellout rule set, the first twenty rules are the words for the numbers from
86 * we only have to supply the words for the multiples of 10:</p>
620 * spells out a value in words in the desired language, URBNF_ORDINAL, which attaches
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonIntrinsics.td 395 // Vector absolute difference words: Rdd=vabsdiffw(Rtt,Rss)
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
block_idct.cpp 85 DATA MEMORY USED: x words
87 PROGRAM MEMORY USED: x words
492 DATA MEMORY USED: x words
494 PROGRAM MEMORY USED: x words
813 DATA MEMORY USED: x words
815 PROGRAM MEMORY USED: x words
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_feature_detection.cpp 406 pshufw mm6,mm6,4Eh /*8 Swap the two double-words using bitmask 01001110=4Eh*/
423 pshufw mm4,mm4,4Eh /*24 Swap the two double-words using bitmask 01001110=4Eh*/
445 pshufw mm6,mm6,4Eh /*40 Swap the two double-words using bitmask 01001110=4Eh*/
462 pshufw mm4,mm4,4Eh /*55 Swap the two double-words using bitmask 01001110=4Eh*/
698 same place in s. In other words,image should be at least 7 pixels wide and 7 pixels high
721 same place in s. In other words,image should be at least 7 pixels wide and 7 pixels high
    [all...]
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_feature_detection.cpp 406 pshufw mm6,mm6,4Eh /*8 Swap the two double-words using bitmask 01001110=4Eh*/
423 pshufw mm4,mm4,4Eh /*24 Swap the two double-words using bitmask 01001110=4Eh*/
445 pshufw mm6,mm6,4Eh /*40 Swap the two double-words using bitmask 01001110=4Eh*/
462 pshufw mm4,mm4,4Eh /*55 Swap the two double-words using bitmask 01001110=4Eh*/
698 same place in s. In other words,image should be at least 7 pixels wide and 7 pixels high
721 same place in s. In other words,image should be at least 7 pixels wide and 7 pixels high
    [all...]

Completed in 1435 milliseconds

<<41424344454647484950>>