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

<<11121314151617181920>>

  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
tcp.h 55 __u32 words[5]; member in union:tcp_word_hdr
58 #define tcp_flag_word(tp) ( ((union tcp_word_hdr *)(tp))->words [3])
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/
bitset 26 // A bitset of size N, using words of type _WordT, will have
32 // base class _Base_bitset. The base class works with whole words, not with
  /frameworks/base/docs/html/guide/topics/providers/
content-provider-basics.jd 151 stores the spellings of non-standard words that the user wants to keep. Table 1 illustrates what
238 For example, to get a list of the words and their locales from the User Dictionary Provider,
248 UserDictionary.Words.CONTENT_URI, // The content URI of the words table
312 {@link android.provider.UserDictionary.Words#CONTENT_URI} contains the content URI of
313 the user dictionary's "words" table. The {@link android.content.ContentResolver}
324 In the previous lines of code, the full URI for the "words" table is:
327 content://user_dictionary/words
331 <code>words</code> string is the table's path. The string
341 Uri singleUri = ContentUris.withAppendedId(UserDictionary.Words.CONTENT_URI,4)
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
PersonalDictionaryLookup.java 54 * It can be used directly to validate words or expand shortcuts, and it can be used by instances
260 UserDictionary.Words.CONTENT_URI,
308 * Returns the set of words defined for the given locale and more general locales.
312 * Note that this method returns expanded words, not shortcuts. Shortcuts are handled
316 * @return set of words that apply to the given locale.
324 final Set<String> words = new HashSet<>(); local
333 words.add(localeStringMap.get(wordLocale));
338 return words;
346 * Note that this method returns shortcut keys, not expanded words. Words are handle
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnnDictionaryImpl.java 96 /** The max words of user dictionary */
98 /** The max words of learning dictionary */
491 /* If the cursor is not exist or the type of query is changed, compile the query string and query words */
511 /* If the cursor is exist, bind new arguments and re-query words (DO NOT recompile the query string) */
521 /* If querying is succeed, count the number of words */
712 /* Count all words in the user dictionary */
721 /* Retrieve all words in the user dictionary */
722 WnnWord[] words = new WnnWord[ numOfWords ]; local
726 words[ i ] = new WnnWord();
727 words[ i ].stroke = cursor.getString( 0 )
931 WnnWord[] words = new WnnWord[1]; local
981 WnnWord[] words = new WnnWord[1]; local
    [all...]
  /art/test/003-omnibus-opcodes/src/
Compare.java 96 /* compare when high words are equal but low words differ */
104 /* high words are equal, low words have apparently different signs */
  /bionic/libc/arch-x86/generic/string/
memcmp.S 16 movl 20(%esp),%ecx /* compare by words */
  /dalvik/dexgen/src/com/android/dexgen/dex/code/form/
Form35c.java 122 * Gets the number of words required for the given register list, where
123 * category-2 values count as two words. Return {@code -1} if the
124 * list requires more than five words or contains registers that need
128 * @return {@code >= -1;} the number of words required, or {@code -1}
  /dalvik/dx/src/com/android/dx/dex/code/form/
Form35c.java 139 * Gets the number of words required for the given register list, where
140 * category-2 values count as two words. Return {@code -1} if the
141 * list requires more than five words or contains registers that need
145 * @return {@code >= -1;} the number of words required, or {@code -1}
  /external/apache-commons-math/src/main/java/org/apache/commons/math/distribution/
DiscreteDistribution.java 28 * to this distribution, this method returns P(X = x). In other words, this
  /external/bison/lib/
xstrndup.c 27 In other words, return a copy of the initial segment of length N of
xstrndup.h 21 In other words, return a copy of the initial segment of length N of
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/form/
Form35c.java 140 * Gets the number of words required for the given register list, where
141 * category-2 values count as two words. Return {@code -1} if the
142 * list requires more than five words or contains registers that need
146 * @return {@code >= -1;} the number of words required, or {@code -1}
  /external/hyphenation-patterns/nb/
hyph-nb.lic.txt 25 % exceptions, for words that needs to be hyphenated differently for
  /external/hyphenation-patterns/nn/
hyph-nn.lic.txt 25 % exceptions, for words that needs to be hyphenated differently for
  /external/icu/icu4c/source/common/
dictionarydata.h 72 /* @param text The text in which to look for matching words. Matching begins
77 * matching words to be found.
84 * @param values Output array, filled with the values associated with the words found.
89 * @return Number of matching words found.
  /external/icu/icu4c/source/test/perf/unisetperf/draft/
bitset.cpp 16 * compacted array of 64-bit words.
26 * Hash table for up to 1k 64-bit words, for 1 bit per BMP code point.
27 * Hashes 64-bit words and maps them to 16-bit integers which are
28 * assigned in order of new incoming words for subsequent storage
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
LanguageBreakEngine.java 35 * @return the number of words found
  /external/jdiff/src/jdiff/
DiffOutput.java 26 /** The text for this difference, with deleted and added words marked. */
  /external/kernel-headers/original/uapi/asm-generic/
msgbuf.h 16 * so they do not need the first three padding words.
sembuf.h 16 * so they do not need the first two padding words.
shmbuf.h 16 * so they do not need the first two padding words.
  /external/kernel-headers/original/uapi/linux/
tiocl.h 6 #define TIOCL_SELWORD 1 /* select whole words */
  /external/libpcap/
pcap-common.h 5 * In other words, the pcap_file_header and pcap_pkthdr,
  /external/llvm/test/tools/llvm-readobj/Inputs/
dynamic-table-exe.x86 

Completed in 2207 milliseconds

<<11121314151617181920>>