/hardware/ti/wlan/wl1271/utils/ |
tidef.h | 238 * \brief Macro which swaps Word's bytes. Used for Endian handling 290 * \brief Macro which performs bytes swap of Word in Little Endian 300 * \brief Macro which performs bytes swap of Word in Little Endian 306 * \brief Macro which handles Word in Little Endian 328 * \brief Macro which copies word source to word destination byte by byte in Little Endian 342 * \brief Macro which copies Word from val source to desrination in Little Endian 356 * \brief Macro which returns Word value from source address in Little Endian
|
/system/wlan/ti/wilink_6_1/utils/ |
tidef.h | 243 * \brief Macro which swaps Word's bytes. Used for Endian handling 295 * \brief Macro which performs bytes swap of Word in Little Endian 305 * \brief Macro which performs bytes swap of Word in Little Endian 311 * \brief Macro which handles Word in Little Endian 333 * \brief Macro which copies word source to word destination byte by byte in Little Endian 347 * \brief Macro which copies Word from val source to desrination in Little Endian 361 * \brief Macro which returns Word value from source address in Little Endian
|
/external/proguard/src/proguard/ |
ConfigurationParser.java | 546 // Is the next word actually an annotation type? [all...] |
/external/grub/netboot/ |
smc9000.c | 112 word bank; 113 word revision_register; 114 word base_address_register; 187 word length; /* real, length incl. header */ 188 word numPages; 191 word status; 252 * and the status word ( set to zeros ) */ 285 word tx_status; 296 /* read the first word from this packet */ 349 /* read the packet (and the last "extra" word) */ [all...] |
/external/icu4c/test/thaitest/ |
thaitest.cpp | 23 * spaces inserted where the word breaks are. It computes a copy of 24 * the text without spaces and uses a word instance of a Thai BreakIterator 25 * to compute the word breaks. The program reports any differences in the 28 * NOTE: by it's very nature, Thai word breaking is not exact, so it is 49 // return current word count 68 // current word count 82 * This is the main class. It compares word breaks and reports the differences. 211 * and a word instance of a Thai BreakIterator to iterate over the text 485 printf("word count: %d\n", test.getWordCount()); 494 * word instance of a BreakIterator [all...] |
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
CandidateView.java | 327 public void showAddToDictionaryHint(CharSequence word) { 328 mWordToAddToDictionary = word; 330 suggestions.add(word); 486 CharSequence word = altText != null? altText : mSuggestions.get(wordIndex); local 487 mPreviewText.setText(word); 490 int wordWidth = (int) (mPaint.measureText(word, 0, word.length()) + X_GAP * 2); 521 CharSequence word = mSuggestions.get(0); local 522 if (word.length() < 2) return; 523 if (mService.addWordToDictionary(word.toString())) [all...] |
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
OpenWnnEN.java | 411 ev.word = mUserDictionaryWords[ 0 ]; 424 mConverterEN.addWord(ev.word); 428 mConverterEN.deleteWord(ev.word); 537 commitText(ev.word, false); 539 if (mWordSeparators.contains(ev.word.candidate) && 543 commitText(ev.word, true); 851 WnnWord word = new WnnWord(tmp, tmp); local 852 mConverter.learn(word); 860 * Commit a word 862 * @param word A word to commi [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
gimple.h | 258 /* Data structure definitions for GIMPLE tuples. NOTE: word markers 263 /* [ WORD 1 ] 305 /* [ WORD 2 ] 312 /* [ WORD 3 ] 316 /* [ WORD 4 ] 326 /* [ WORD 1-4 ] */ 329 /* [ WORD 5 ] 334 /* [ WORD 6-7 ] 348 /* [ WORD 1-7 ] */ 351 /* [ WORD 8 [all...] |
/bootable/bootloader/legacy/include/msm7k/ |
dmov.h | 146 #define CMD_DST_SWAP_WORDS (1 << 16) /* exchange each word n with word n+1 */ 150 #define CMD_SRC_SWAP_WORDS (1 << 13) /* exchange each word n with word n+1 */
|
/dalvik/libcore/luni/src/main/java/java/io/ |
StreamTokenizer.java | 35 * Contains a string if the current token is a word ({@code ttype} == 56 * The constant representing a word token. 72 * <li> {@code TT_WORD} - the token is a word.</li> 234 * Specifies whether word tokens should be converted to lower case when they 339 StringBuilder word = new StringBuilder(20); local 341 word.append((char) currentChar); 349 sval = forceLowercase ? word.toString().toLowerCase() : word 482 * comment character, word component, white space, string delimiter or 497 * they have no special meaning as a comment character, word component [all...] |
/dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/digests/ |
SHA384Digest.java | 8 * block word digest
|
SHA512Digest.java | 8 * block word digest
|
/development/samples/SearchableDictionary/res/layout/ |
result.xml | 27 android:id="@+id/word"
|
word.xml | 27 android:id="@+id/word"
|
/development/samples/SoftKeyboard/res/values/ |
strings.xml | 24 <!-- Symbols that are commonly considered word separators in this language -->
|
/external/apache-http/src/org/apache/commons/codec/net/ |
RFC1522Codec.java | 49 * given charset. This method constructs the "encoded-word" header common to all the 56 * @return RFC 1522 compliant "encoded-word" 85 * processes the "encoded-word" header common to all the RFC 1522 codecs and then invokes 92 * @throws UnsupportedEncodingException thrown if charset specified in the "encoded-word"
|
/external/bluetooth/glib/gobject/ |
glib-mkenums.1 | 92 The enum name with words lowercase and word-separated by underscores (e.g. prefix_the_xenum). 95 The enum name with words uppercase and word-separated by underscores (e.g. PREFIX_THE_XENUM). 98 The enum name with words uppercase and word-separated by underscores, prefix stripped (e.g. THE_XENUM). 101 The enum value name currently being processed with words uppercase and word-separated by underscores,
|
/external/e2fsprogs/lib/ext2fs/ |
jfs_dat.h | 40 /* Definitions for the journal tag flags word: */
|
/external/fdlibm/ |
e_fmod.c | 38 hx = __HI(x); /* high word of x */ 39 lx = __LO(x); /* low word of x */ 40 hy = __HI(y); /* high word of y */ 41 ly = __LO(y); /* low word of y */
|
/external/icu4c/data/brkitr/ |
brkfiles.mk | 41 BRK_SOURCE = word_POSIX.txt word_ja.txt sent_el.txt char_th.txt char.txt word.txt line.txt sent.txt title.txt
|
/external/icu4c/test/intltest/ |
allcoll.h | 10 * equlivalent to word 'one'.
|
/external/iptables/include/linux/netfilter_ipv4/ |
ipt_conntrack.h | 76 /* Flags word */
|
/external/kernel-headers/original/asm-arm/ |
fpstate.h | 21 * - an implementation-dependant word of state for FLDMX/FSTMX
|
/external/kernel-headers/original/asm-x86/ |
signal.h | 240 static __inline__ int sigfindinword(unsigned long word) 242 __asm__("bsfl %1,%0" : "=r"(word) : "rm"(word) : "cc"); 243 return word;
|
/external/kernel-headers/original/linux/netfilter/ |
xt_conntrack.h | 58 /* Flags word */
|