/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
pdb.doc | 187 other words in the line are left alone.
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/ |
fixer_base.py | 20 removing underscores and capitalizing the words of the fix name.
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/ |
parse.py | 166 # Check for reserved words
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
pdb.doc | 187 other words in the line are left alone.
|
/system/bt/osi/include/ |
config.h | 14 // not exist. In other words, |config_has_section| will return false for
|
/system/core/debuggerd/ |
utility.cpp | 180 // words are of course presented differently.
|
/system/media/audio_utils/spdif/ |
AC3FrameScanner.cpp | 35 // Table contains number of 16-bit words in an AC3 frame.
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
e_sqrt.c | 211 subtract and logical AND operations upon 32-bit words is needed 218 Let x0 and x1 be the leading and the trailing 32-bit words of 324 Let x0 and x1 be the leading and the trailing 32-bit words of
|
/external/aac/libFDK/src/ |
FDK_crc.cpp | 431 int words = bits >> 3; /* processing bytes */ local 435 rBits -= (calcCrc_Bytes(&crc, hCrcInfo->pCrcLookup, &bsReader, words)<<3); 438 rBits -= calcCrc_Bits(&crc, hCrcInfo->crcMask, hCrcInfo->crcPoly, &bsReader, words<<3 );
|
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/ |
BitSet.js | 508 * @param {Number} nwords how many words the new set should be 527 return this.bits.length << org.antlr.runtime.BitSet.LOG_BITS; // num words * bits per word 558 // for all words of 'a', turn off corresponding bits of 'this'
|
/external/bison/lib/ |
ebitset.c | 49 /* Number of words to use for each element. */ 61 bitset_word words[EBITSET_ELT_WORDS]; /* Bits that are set. */ member in union:ebitset_elt_struct::__anon4668 95 #define EBITSET_WORDS(ELT) ((ELT)->u.words)
|
/external/boringssl/src/crypto/bn/ |
montgomery.c | 242 * keep only couple of least significant words: */ 356 /* clear the top words of T */ 439 /* clear the top words of T */
|
/external/fdlibm/ |
e_sqrt.c | 210 subtract and logical AND operations upon 32-bit words is needed 217 Let x0 and x1 be the leading and the trailing 32-bit words of 323 Let x0 and x1 be the leading and the trailing 32-bit words of
|
/external/flac/libFLAC/ |
md5.c | 139 static void byteSwap(FLAC__uint32 *buf, unsigned words) 146 } while (--words); 170 #define byteSwap(buf, words)
|
/external/icu/icu4c/source/common/ |
locid.cpp | 608 * If there are no key words, it's exactly the full name. 609 * If key words exist, it's the full name truncated at the '@' character. 621 // Key words exist.
|
ucnv_ext.h | 159 * Each section contains one word with the number of following words and 196 * The first word in a section contains the number of following words in the 279 * which contains words in the same format as fromUTableValues[].
|
/external/icu/icu4c/source/common/unicode/ |
brkiter.h | 63 * hyphenated words. 71 * select words with a double click. Word selection provides correct 73 * words. Characters that are not part of a word, such as symbols or
|
/external/icu/icu4c/source/i18n/ |
collationruleparser.cpp | 462 if(j > i && rules->charAt(j) == 0x5d && !raw.isEmpty()) { // words end with ] 492 if(rules->charAt(j) == 0x5d) { // words end with ] 662 } else if(rules->charAt(j) == 0x5b) { // words end with [
|
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
UConverterDataReader.java | 255 * Each section contains one word with the number of following words and 292 * The first word in a section contains the number of following words in the 373 * which contains words in the same format as fromUTableValues[].
|
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
CollationRuleParser.java | 497 if(j > i && rules.charAt(j) == 0x5d && rawBuilder.length() != 0) { // words end with ] 528 if(rules.charAt(j) == 0x5d) { // words end with ] 675 } else if(rules.charAt(j) == 0x5b) { // words end with [ [all...] |
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_gs_emit.c | 394 * expressed as packed words, and we need to load double-words into 407 * moves all 8 words correctly.
|
/external/proguard/docs/manual/ |
gradle.html | 211 <dd>Use the words in the given text file as obfuscated field names and method 216 <dd>Use the words in the given text file as obfuscated class names.</dd> 220 <dd>Use the words in the given text file as obfuscated package names.</dd>
|
refcard.html | 238 <td>Use the words in the given text file as obfuscated field names and method names.</td> 244 <td>Use the words in the given text file as obfuscated class names.</td> 250 <td>Use the words in the given text file as obfuscated package names.</td>
|
/external/proguard/src/proguard/gui/ |
GUIResources.properties | 175 Use the words in the given file for obfuscating field names and method names. 177 Use the words in the given file for obfuscating class names. 179 Use the words in the given file for obfuscating package names.
|
/external/valgrind/VEX/priv/ |
guest_amd64_defs.h | 336 Memcheck. Hence 4 words are used, with minimal loss of efficiency. 338 The four words are: 369 When building the thunk, it is always necessary to write words into
|