/packages/services/Telephony/src/org/apache/james/mime4j/codec/ |
EncoderUtil.java | 34 * Static methods for encoding header field values. This includes encoded-words 192 * word or a sequence of encoded words otherwise. 232 // than 78 characters each. Encoding as encoded-words makes 250 * words separated by space. The text is separated into a sequence of 251 * encoded words if it does not fit in a single one. 264 * @return the encoded word (or sequence of encoded words if the given text 274 * words separated by space. The text is separated into a sequence of 275 * encoded words if it does not fit in a single one. 287 * @return the encoded word (or sequence of encoded words if the given text 298 * words separated by space. The text is separated into a sequence o [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
string.py | 44 # Capitalize the words in a string, e.g. " aBc dEf " -> "Abc Def". 48 Split the argument into words using split, capitalize each 49 word using capitalize, and join the capitalized words using 53 sep is used to split and join the words. 280 # Split a string into a list of space/tab-separated words 284 Return a list of the words in the string s, using sep as the 286 maxsplit places (resulting in at most maxsplit+1 words). If sep 295 # Split a string into a list of space/tab-separated words 299 Return a list of the words in the string s, using sep as the 308 def join(words, sep = ' ') [all...] |
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/ |
string.py | 44 # Capitalize the words in a string, e.g. " aBc dEf " -> "Abc Def". 48 Split the argument into words using split, capitalize each 49 word using capitalize, and join the capitalized words using 53 sep is used to split and join the words. 280 # Split a string into a list of space/tab-separated words 284 Return a list of the words in the string s, using sep as the 286 maxsplit places (resulting in at most maxsplit+1 words). If sep 295 # Split a string into a list of space/tab-separated words 299 Return a list of the words in the string s, using sep as the 308 def join(words, sep = ' ') [all...] |
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...] |
/external/boringssl/src/crypto/bn/ |
bn.c | 282 BIGNUM *bn_wexpand(BIGNUM *bn, unsigned words) { 285 if (words <= (unsigned) bn->dmax) { 289 if (words > (INT_MAX / (4 * BN_BITS2))) { 299 a = (BN_ULONG *)OPENSSL_malloc(sizeof(BN_ULONG) * words); 309 bn->dmax = words;
|
mul.c | 305 /* r is 2*n2 words in size, 306 * a and b are both n2 words in size. 309 * t must be 2*n2 words in size 433 * words we should not overwrite */ 570 * words we should not overwrite */ 679 /* tmp must have 2*n words */ 714 /* r is 2*n words in size, 715 * a and b are both n words in size. (There's not actually a 'b' here ...) 718 * t must be 2*n words in size 783 * words we should not overwrite * [all...] |
/external/ltrace/sysdeps/linux-gnu/arm/ |
fetch.c | 222 /* If the size in words of the argument is not more than r4 229 const size_t words = (sz + 3) / 4; local 231 unsigned char *data = value_reserve(valuep, words * 4); 235 for (i = 0; i < words && ctx->ncrn < 4; ++i) { 239 const size_t rest = (words - i) * 4;
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/ |
BinaryDictIOUtils.java | 78 final int bodyOffset, final Map<Integer, String> words, 115 words.put(ptNodeInfo.mOriginalAddress, new String(pushedChars, 0, index)); 142 * @param words the map to store the address as a key and the word as a value. 149 final Map<Integer, String> words, final Map<Integer, Integer> frequencies, 154 readUnigramsAndBigramsBinaryInner(dictDecoder, header.mBodyOffset, words,
|
/libcore/luni/src/main/java/java/util/concurrent/ |
BlockingDeque.java | 406 * (in other words, at the tail of this deque) if it is possible to do so 427 * (in other words, at the tail of this deque) if it is possible to do so 447 * (in other words, at the tail of this deque), waiting if necessary for 464 * (in other words, at the tail of this deque), waiting up to the 485 * (in other words, the first element of this deque). 498 * (in other words, the first element of this deque), or returns 509 * (in other words, the first element of this deque), waiting if 521 * (in other words, the first element of this deque), waiting up to the 536 * this deque (in other words, the first element of this deque). 549 * this deque (in other words, the first element of this deque), o [all...] |
/external/mesa3d/src/glsl/ |
glsl_lexer.ll | 47 /* A macro for handling reserved words and keywords across language versions. 49 * Certain words start out as identifiers, become reserved words in 388 /* Reserved words in GLSL 1.10. */ 433 /* Additional reserved words in GLSL 1.20. */ 439 /* Additional reserved words in GLSL 1.30. */ 474 /* Additional reserved words in GLSL 1.40 */
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/ |
AndroidWordLevelSpellCheckerSession.java | 22 import android.provider.UserDictionary.Words; 111 cres.registerContentObserver(Words.CONTENT_URI, true, mObserver); 137 * This will loosely match URLs, numbers, symbols. To avoid always underlining words that 153 // Filter out words that don't start with a letter or an apostrophe 164 // words or a URI - in either case we don't want to spell check that 215 * corrections for the text passed as an argument. It may split or group words, and 262 // Handle normal words.
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
WnnDictionary.java | 189 * Search words from dictionaries with specified conditions. 192 * If a same word existed in the set of dictionary, the search result may contain some same words.<br> 224 * @return 0 if no word is found; 1 if some words found; minus value if a error occurs. 229 * Search words from dictionaries with specified conditions and previous word. 242 * @return 0 if no word is found; 1 if some words found; minus value if a error occurs. 314 * Add the words to user dictionary. 329 * Remove the words from user dictionary.
|
/external/eigen/Eigen/src/plugins/ |
BlockMethods.h | 123 * information should not contradict. In other words, \a cRows should equal \a CRows unless 198 * information should not contradict. In other words, \a cRows should equal \a CRows unless 273 * information should not contradict. In other words, \a cRows should equal \a CRows unless 348 * information should not contradict. In other words, \a cRows should equal \a CRows unless 396 * The compile-time and run-time information should not contradict. In other words, 444 * The compile-time and run-time information should not contradict. In other words, 494 * The compile-time and run-time information should not contradict. In other words, 542 * The compile-time and run-time information should not contradict. In other words, 590 * The compile-time and run-time information should not contradict. In other words, 640 * The compile-time and run-time information should not contradict. In other words, [all...] |
/external/llvm/lib/Support/ |
APInt.cpp | 98 // Calculate the number of words to copy 99 unsigned words = std::min<unsigned>(bigVal.size(), getNumWords()); local 100 // Copy the words from bigVal to pVal 101 memcpy(pVal, bigVal.data(), words * APINT_WORD_SIZE); 136 // assume case where both are single words is already handled 209 /// In other words, if y > x then this function returns 1, otherwise 0. 299 // Split x into high and low words 541 // Otherwise, compare all words 779 /// non-overlapping, of Words words, by Shift, which must be less than 64 [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
BreakIterator.java | 26 * example, to break a piece of text into words, sentences, or logical characters 35 * words. This is useful for double-click selection or "find whole words" searches. 37 * beginning and end of each legal word. (Numbers count as words, too.) Whitespace 38 * and punctuation are kept separate from real words. 41 * not the same: punctuation and whitespace are generally kept with words (you don't 199 * word, or they might be the punctuation or whitespace between two words. The 204 * and the next is a word; otherwise, it's the material between words.) 383 * Tag value for "words" that do not fit into any of other categories. 390 * Upper bound for tags for uncategorized words. [all...] |
/external/kernel-headers/original/uapi/linux/ |
hdreg.h | 434 * 1: eide_ok words 64-70 435 * 0: cur_ok words 54-58 441 unsigned short cur_capacity1; /* Obsolete, (2 words, misaligned int) */ 452 unsigned short words69_70[2]; /* reserved words 69-70 455 unsigned short words71_74[4]; /* reserved words 71-74 462 unsigned short words76_79[4]; /* reserved words 76-79 */ 595 unsigned short words104_125[22];/* reserved words 104-125 */ 625 unsigned short words130_155[26];/* reserved vendor words 130-155 */ 627 unsigned short words157_159[3];/* reserved vendor words 157-159 */ 637 unsigned short words206_254[49];/* reserved words 206-254 * [all...] |
/external/libvpx/libvpx/vp8/common/x86/ |
variance_impl_sse2.asm | 736 punpcklbw xmm5, xmm0 ; xmm5 = words of above 739 punpcklbw xmm3, xmm0 ; xmm3 = words of above 851 punpcklbw xmm5, xmm0 ; xmm5 = words of above 855 punpcklbw xmm3, xmm0 ; xmm3 = words of above [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/ |
variance_impl_sse2.asm | 736 punpcklbw xmm5, xmm0 ; xmm5 = words of above 739 punpcklbw xmm3, xmm0 ; xmm3 = words of above 851 punpcklbw xmm5, xmm0 ; xmm5 = words of above 855 punpcklbw xmm3, xmm0 ; xmm3 = words of above [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
hdreg.h | 421 * 1: eide_ok words 64-70 422 * 0: cur_ok words 54-58 428 unsigned short cur_capacity1; /* Obsolete, (2 words, misaligned int) */ 439 unsigned short words69_70[2]; /* reserved words 69-70 442 unsigned short words71_74[4]; /* reserved words 71-74 449 unsigned short words76_79[4]; /* reserved words 76-79 */ 582 unsigned short words104_125[22];/* reserved words 104-125 */ 612 unsigned short words130_155[26];/* reserved vendor words 130-155 */ 614 unsigned short words157_159[3];/* reserved vendor words 157-159 */ 624 unsigned short words206_254[49];/* reserved words 206-254 * [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
hdreg.h | 421 * 1: eide_ok words 64-70 422 * 0: cur_ok words 54-58 428 unsigned short cur_capacity1; /* Obsolete, (2 words, misaligned int) */ 439 unsigned short words69_70[2]; /* reserved words 69-70 442 unsigned short words71_74[4]; /* reserved words 71-74 449 unsigned short words76_79[4]; /* reserved words 76-79 */ 582 unsigned short words104_125[22];/* reserved words 104-125 */ 612 unsigned short words130_155[26];/* reserved vendor words 130-155 */ 614 unsigned short words157_159[3];/* reserved vendor words 157-159 */ 624 unsigned short words206_254[49];/* reserved words 206-254 * [all...] |
/prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x-google/gcov-src/ |
gcov-io.c | 48 unsigned overread; /* Number of words overread. */ 303 gcov_write_words (unsigned words) 319 if (gcov_var.offset + words > gcov_var.alloc) 320 gcov_allocate (gcov_var.offset + words); 323 gcov_var.offset += words; 492 gcov_read_words (unsigned words) 498 if (excess < words) 516 if (gcov_var.length + words > gcov_var.alloc) 517 gcov_allocate (gcov_var.length + words); 523 if (gcov_var.length < words) [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x-google/gcov-src/ |
gcov-io.c | 48 unsigned overread; /* Number of words overread. */ 303 gcov_write_words (unsigned words) 319 if (gcov_var.offset + words > gcov_var.alloc) 320 gcov_allocate (gcov_var.offset + words); 323 gcov_var.offset += words; 492 gcov_read_words (unsigned words) 498 if (excess < words) 516 if (gcov_var.length + words > gcov_var.alloc) 517 gcov_allocate (gcov_var.length + words); 523 if (gcov_var.length < words) [all...] |
/prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/gcov-src/ |
gcov-io.c | 48 unsigned overread; /* Number of words overread. */ 303 gcov_write_words (unsigned words) 319 if (gcov_var.offset + words > gcov_var.alloc) 320 gcov_allocate (gcov_var.offset + words); 323 gcov_var.offset += words; 492 gcov_read_words (unsigned words) 498 if (excess < words) 516 if (gcov_var.length + words > gcov_var.alloc) 517 gcov_allocate (gcov_var.length + words); 523 if (gcov_var.length < words) [all...] |
/prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/gcov-src/ |
gcov-io.c | 48 unsigned overread; /* Number of words overread. */ 303 gcov_write_words (unsigned words) 319 if (gcov_var.offset + words > gcov_var.alloc) 320 gcov_allocate (gcov_var.offset + words); 323 gcov_var.offset += words; 492 gcov_read_words (unsigned words) 498 if (excess < words) 516 if (gcov_var.length + words > gcov_var.alloc) 517 gcov_allocate (gcov_var.length + words); 523 if (gcov_var.length < words) [all...] |