/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_sundry.py | 51 import encodings namespace
|
test_site.py | 14 import encodings namespace 370 for value in encodings.aliases.aliases.itervalues():
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
site.py | 461 """On Windows, some default encodings are not provided by Python, 471 import encodings namespace 472 encodings._cache[enc] = encodings._unknown 473 encodings.aliases.aliases[enc] = 'mbcs' 481 # Enable to support locale aware default string encodings.
|
locale.py | 9 setlocale() function. It also includes default encodings for all 15 import encodings namespace 16 import encodings.aliases namespace 397 norm_encoding = encodings.normalize_encoding(encoding) 399 norm_encoding = encodings.aliases.aliases.get(norm_encoding, 435 # since some systems may use other encodings for these 603 # first looks up the encoding in the encodings.aliases dictionary and 649 # (case-sensitive). Encodings are always separated from the locale [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_sundry.py | 51 import encodings namespace
|
test_site.py | 14 import encodings namespace 370 for value in encodings.aliases.aliases.itervalues():
|
/external/llvm/test/MC/ARM/ |
basic-arm-instructions-v8.s | 1 @ New ARMv8 A32 encodings
|
thumbv7m.s | 7 @ These tests test instruction encodings specific to ARMv7m.
|
thumbv7em.s | 7 @ These tests test instruction encodings specific to ARMv7E-M.
|
basic-thumb2-instructions-v8.s | 1 @ New ARMv8 T32 encodings
|
thumb2-mclass.s | 7 @ These tests test instruction encodings specific to v6m & v7m (FeatureMClass).
|
/external/apache-http/android/src/android/net/http/ |
Headers.java | 178 HeaderElement[] encodings = BasicHeaderValueParser.DEFAULT local 183 int len = encodings.length; 188 .equalsIgnoreCase(encodings[len - 1].getName()))) {
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
locale.py | 9 setlocale() function. It also includes default encodings for all 15 import encodings namespace 16 import encodings.aliases namespace 397 norm_encoding = encodings.normalize_encoding(encoding) 399 norm_encoding = encodings.aliases.aliases.get(norm_encoding, 435 # since some systems may use other encodings for these 603 # first looks up the encoding in the encodings.aliases dictionary and 649 # (case-sensitive). Encodings are always separated from the locale [all...] |
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
HexagonRelocator.cpp | 142 Instruction* encodings, 145 if (((insn & 0xc000) == 0) && !(encodings[i].isDuplex)) 148 if (((insn & 0xc000) != 0) && (encodings[i].isDuplex)) 151 if (((encodings[i].insnMask) & insn) == encodings[i].insnCmpMask) 152 return encodings[i].insnBitMask;
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/rsa/ |
CipherSpi.java | 30 // import org.bouncycastle.crypto.encodings.ISO9796d1Encoding; 32 import org.bouncycastle.crypto.encodings.OAEPEncoding; 33 import org.bouncycastle.crypto.encodings.PKCS1Encoding;
|
DigestSignatureSpi.java | 45 import org.bouncycastle.crypto.encodings.PKCS1Encoding;
|
/external/skia/tests/ |
PaintTest.cpp | 233 const SkPaint::TextEncoding encodings[] = { local 257 FOR_SETUP(n, encodings, setTextEncoding)
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/encodings/ |
OAEPEncoding.java | 1 package org.bouncycastle.crypto.encodings;
|
PKCS1Encoding.java | 1 package org.bouncycastle.crypto.encodings;
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/signers/ |
RSADigestSigner.java | 21 import org.bouncycastle.crypto.encodings.PKCS1Encoding;
|
/packages/services/Telephony/src/com/android/phone/common/mail/store/ |
ImapFolder.java | 402 String encodings[] = fetchPart.getHeader( local 406 if (encodings != null && encodings.length > 0) { 407 contentTransferEncoding = encodings[0];
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/ |
URLConnectionTest.java | 584 String[] encodings = new String[] { "ASCII", "UTF-8", "UTF-16BE", 587 for (String enc : encodings) {
|
/external/libvncserver/webclients/novnc/ |
README.md | 19 * Supported VNC encodings: raw, copyrect, rre, hextile, tight, tightPNG
|
/external/libvncserver/rfb/ |
rfbclient.h | 379 * @li RFB protocol extensions announced via pseudo-encodings 382 * @param client The client in which the format or encodings have been changed 383 * @return true if the format or encodings were sent to the server successfully, 525 int* encodings; member in struct:_rfbClientProtocolExtension 603 * <tr><td>-encodings</td><td>Set the encodings to use. The next item in the 604 * argv array is the encodings string, consisting of comma separated encodings like 'tight,ultra,raw'.</td></tr>
|
/packages/apps/Email/provider_src/com/android/email/mail/store/ |
ImapFolder.java | 754 String encodings[] = fetchPart.getHeader( local 758 if (encodings != null && encodings.length > 0) { 759 contentTransferEncoding = encodings[0]; [all...] |