/prebuilts/python/darwin-x86/2.7.5/share/pretty-printers/stlport/stlport/ |
printers.py | 121 words = self.val['_M_w'] 126 if words.type.code == gdb.TYPE_CODE_ARRAY: 127 word_size = words.type.target ().sizeof 128 n_words = words.type.sizeof / word_size 130 word_size = words.type.sizeof 132 words = [words] 137 w = words[word]
|
/prebuilts/python/linux-x86/2.7.5/share/pretty-printers/stlport/stlport/ |
printers.py | 122 words = self.val['_M_w'] 127 if words.type.code == gdb.TYPE_CODE_ARRAY: 128 word_size = words.type.target ().sizeof 129 n_words = words.type.sizeof / word_size 131 word_size = words.type.sizeof 133 words = [words] 138 w = words[word]
|
/external/libcxx/include/ |
__bit_reference | 181 // do middle whole words 217 // do middle whole words 266 // do middle whole words 297 // do middle whole words 338 // do middle whole words 368 // do middle whole words 435 // do middle words 498 // do middle words 574 // do middle words 643 // do middle words [all...] |
/external/lldb/source/Plugins/ObjectFile/PECOFF/ |
ObjectFilePECOFF.cpp | 328 m_dos_header.e_res[0] = m_data.GetU16(&offset); // Reserved words 329 m_dos_header.e_res[1] = m_data.GetU16(&offset); // Reserved words 330 m_dos_header.e_res[2] = m_data.GetU16(&offset); // Reserved words 331 m_dos_header.e_res[3] = m_data.GetU16(&offset); // Reserved words 335 m_dos_header.e_res2[0] = m_data.GetU16(&offset); // Reserved words 336 m_dos_header.e_res2[1] = m_data.GetU16(&offset); // Reserved words 337 m_dos_header.e_res2[2] = m_data.GetU16(&offset); // Reserved words 338 m_dos_header.e_res2[3] = m_data.GetU16(&offset); // Reserved words 339 m_dos_header.e_res2[4] = m_data.GetU16(&offset); // Reserved words 340 m_dos_header.e_res2[5] = m_data.GetU16(&offset); // Reserved words [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
__bit_reference | 181 // do middle whole words 217 // do middle whole words 266 // do middle whole words 297 // do middle whole words 338 // do middle whole words 368 // do middle whole words 435 // do middle words 498 // do middle words 574 // do middle words 643 // do middle words [all...] |
/prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/ |
__bit_reference | 181 // do middle whole words 217 // do middle whole words 266 // do middle whole words 297 // do middle whole words 338 // do middle whole words 368 // do middle whole words 435 // do middle words 498 // do middle words 574 // do middle words 643 // do middle words [all...] |
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/ |
BitSet.java | 405 * @param nwords how many words the new set should be 415 return bits.length << LOG_BITS; // num words * bits per word 436 // for all words of 'a', turn off corresponding bits of 'this' 532 * Dump a comma-separated list of the words making up the bit set. 554 * Dump a comma-separated list of the words making up the bit set.
|
/external/icu/icu4c/source/test/intltest/ |
thcoll.cpp | 100 // Show the first 8 words being compared, so we can see what's happening 116 logln((UnicodeString)"Words checked: " + wordCount); 147 // Show the first 8 words being compared, so we can see what's happening 196 logln((UnicodeString)"Words checked: " + wordCount); 205 // Shorter words precede longer
|
/external/icu/icu4c/source/test/thaitest/ |
thaitest.cpp | 33 * This class is a break iterator that counts words and spaces. 104 // returns the number of words found in the spaces array 149 // number of words found in the spaces array 201 * Returns the number of words found in the spaces array 522 * Return the next break, counting words and spaces.
|
/frameworks/minikin/libs/minikin/ |
LineBreaker.cpp | 47 // Very long words trigger O(n^2) behavior in hyphenation, so we disable hyphenation for 48 // unreasonably long words. This is somewhat of a heuristic because extremely long words 49 // are possible in some languages. This does mean that very long real words can get 110 // are allowed, but words containing it should not be automatically
|
/libcore/luni/src/main/java/javax/xml/transform/dom/ |
DOMResult.java | 63 * In other words, a node that accepts children.</p> 84 * In other words, a node that accepts children.</p> 104 * In other words, a node that accepts children.</p> 154 * In other words, a node that accepts children.</p> 202 * In other words, a node that accepts children.</p>
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
Suggest.java | 297 // For transforming words that don't come from a dictionary, because it's our best bet 380 * where it's possible to concatenate many words, it often happens our dictionary does not 381 * have the longer words. In this case, we offer a lot of unhelpful suggestions that contain 421 // Appending quotes is here to help people quote words. However, it's not helpful 422 // when they type words with quotes toward the end like "it's" or "didn't", where
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
LongArray.java | 627 // int words = bits >>> 6; 632 // addShiftedByWords(other, words); 642 // int minLen = otherUsedLen + words + 1; 648 // long carry = addShiftedByBits(m_ints, words, other.m_ints, 0, otherUsedLen, shift); 649 // m_ints[otherUsedLen + words] ^= carry; 656 int words = bits >>> 6; local 661 add(m_ints, words, other.m_ints, 0, otherLen); 665 long carry = addShiftedUp(m_ints, words, other.m_ints, 0, otherLen, shift); 668 m_ints[otherLen + words] ^= carry; 699 public void addShiftedByWords(LongArray other, int words) [all...] |
/external/linux-tools-perf/src/tools/perf/bench/ |
numa.c | 700 long words = bytes/sizeof(u64); local 707 BUG_ON(!data && words); 708 BUG_ON(data && !words); 720 chunk_0 = words/nr_max; 721 chunk_1 = words/g->p.nr_loops; 724 while (off >= words) 725 off -= words; 731 for (i = 0; i < words/1024; i++) { 736 start = lfsr % words; 737 end = min(start + 1024, words-1) [all...] |
/external/valgrind/coregrind/m_debuginfo/ |
readexidx.c | 99 // * an index table. This contains two words per routine, 264 UInt extra; // number of extra data words required 265 UInt extra_allowed; // number of extra data words allowed 273 // extra data words. Hence the allowable personalities here are: 275 // personality 1, with zero extra words 276 // personality 2, with zero extra words 295 // personalities, but this time up to 255 allowable extra words. 303 // |data| and subsequent words start at |*extbl_data|. The number 304 // of extra words to use is |extra|, provided that the personality 305 // allows extra words. Even if it does, none may be available - [all...] |
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
MmsSmsProvider.java | 181 private static final String SEARCH_QUERY = "SELECT snippet(words, '', ' ', '', 1, 1) as " + 182 "snippet FROM words WHERE index_text MATCH ? ORDER BY snippet LIMIT 50;"; 194 // Search on the words table but return the rows from the corresponding sms table 203 + "words._id " 204 + "FROM " + smsTable + ",words " 206 + "AND " + smsTable + "._id=words.source_id " 207 + "AND words.table_to_use=1)"; 209 // Search on the words table but return the rows from the corresponding parts table 218 + "words._id " 219 + "FROM " + pduTable + ",part,addr,words " [all...] |
/external/pdfium/fpdfsdk/include/fxedit/ |
fx_edit.h | 208 //set the maximal count of words of the text. 210 //if set the count of charArray , then all words is shown in equal space. 220 //if set, all words auto fit the width of the bounding box. 226 //set the font size of all words. 335 //arrange all words over again 382 //get the latin words of specified range 390 //get the total words in edit
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
util.py | 254 backslashes. In short: words are delimited by spaces, as long as those 260 words. 269 words = [] 276 words.append(s[:end]) 280 words.append(s[:end]) # we definitely have a word delimiter 307 words.append(s) 310 return words
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
mimetypes.py | 217 words = line.split() 218 for i in range(len(words)): 219 if words[i][0] == '#': 220 del words[i:] 222 if not words: 224 type, suffixes = words[0], words[1:]
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
util.py | 254 backslashes. In short: words are delimited by spaces, as long as those 260 words. 269 words = [] 276 words.append(s[:end]) 280 words.append(s[:end]) # we definitely have a word delimiter 307 words.append(s) 310 return words
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
mimetypes.py | 217 words = line.split() 218 for i in range(len(words)): 219 if words[i][0] == '#': 220 del words[i:] 222 if not words: 224 type, suffixes = words[0], words[1:]
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/distribution/ |
AbstractIntegerDistribution.java | 56 * to this distribution, this method returns P(X ≤ x). In other words, 104 * to this distribution, this method returns P(X ≤ x). In other words, 117 * to this distribution, this method returns P(X = x). In other words, this
|
/external/boringssl/src/crypto/bn/asm/ |
co-586.pl | 21 # words, and 1 if load return value 49 # words, and 1 if load return value 78 # words, and 1 if load return value
|
/external/icu/icu4c/source/common/ |
uprops.h | 54 /* definitions for the main properties words */ 101 /* number of properties vector words */ 233 * Valid columns are those for properties words that contain enumerated values.
|
/external/kernel-headers/original/uapi/linux/raid/ |
md_p.h | 35 * 128 - 511 12 32-words descriptors of the disks in the raid set. 57 * The following are counted in 32-bit words 125 __u32 gvalid_words; /* 4 Number of used words in this section */
|