/external/valgrind/exp-bbv/tests/amd64-linux/ |
fldcw_check.S | 18 # these are instructions with similar encodings to fldcw
|
/external/valgrind/exp-bbv/tests/x86/ |
fldcw_check.S | 20 # these are instructions with similar encodings to fldcw
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/ |
micromips@mips32-cp2.s | 19 # XXX other BCzCond encodings not currently expressable.
|
mips32-cp2.s | 21 # XXX other BCzCond encodings not currently expressable
|
/external/jetty/src/java/org/eclipse/jetty/servlets/ |
GzipFilter.java | 323 String[] encodings = getEncodings(encodingHeader); local 324 if (encodings != null) 326 for (int i=0; i< encodings.length; i++) 328 if (encodings[i].toLowerCase(Locale.ENGLISH).contains(GZIP)) 330 if (isEncodingAcceptable(encodings[i])) 337 if (encodings[i].toLowerCase(Locale.ENGLISH).contains(DEFLATE)) 339 if (isEncodingAcceptable(encodings[i]))
|
/cts/tests/tests/media/src/android/media/cts/ |
EnumDevicesTest.java | 136 // Encodings 137 int[] encodings = deviceInfo.getEncodings(); local 138 assertNotNull(encodings); 139 // Note: an empty array indicates that the device supports arbitrary encodings.
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/ |
thumb2_ldmstm.s | 25 @ Valid Thumb-2 encodings of LDM/LDMIA/LDMFD as specified by section 38 @ Valid Thumb-2 encodings of STM/STMIA/STMEA as specified by section
|
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/ |
LocEngAdapter.cpp | 208 * in the string are repaced by their corresponding encodings (%2F","%2B","%7C", "%25") 218 const ENCODE encodings[] = { {'/', "%2F"}, {'+', "%2B"}, {'|', "%7C",}, {'%', "%25"} }; local 219 const int nencodings = (int)sizeof(encodings) / sizeof(encodings[0]); 225 while(escchar < nencodings && encodings[escchar].ch != value[inpos]) { 245 buffer[outpos++] = encodings[escchar].code[codepos++];
|
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/ |
LocEngAdapter.cpp | 208 * in the string are repaced by their corresponding encodings (%2F","%2B","%7C", "%25") 218 const ENCODE encodings[] = { {'/', "%2F"}, {'+', "%2B"}, {'|', "%7C",}, {'%', "%25"} }; local 219 const int nencodings = (int)sizeof(encodings) / sizeof(encodings[0]); 225 while(escchar < nencodings && encodings[escchar].ch != value[inpos]) { 245 buffer[outpos++] = encodings[escchar].code[codepos++];
|
/prebuilts/gdb/darwin-x86/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/gdb/darwin-x86/lib/python2.7/test/ |
test_sundry.py | 51 import encodings namespace
|
/prebuilts/gdb/linux-x86/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/gdb/linux-x86/lib/python2.7/test/ |
test_sundry.py | 51 import encodings namespace
|
/prebuilts/python/darwin-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/darwin-x86/2.7.5/lib/python2.7/test/ |
test_sundry.py | 51 import encodings namespace
|
/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.
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_sundry.py | 51 import encodings namespace
|
/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.
|
/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()))) {
|
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/dns/ |
name.py | 29 import encodings.idna namespace 347 s = u'.'.join([encodings.idna.ToUnicode(_escapify(x)) for x in l]) 577 labels.append(encodings.idna.ToASCII(label)) 588 labels.append(encodings.idna.ToASCII(label))
|
/external/chromium-trace/catapult/third_party/html5lib-python/html5lib/ |
constants.py | 2849 encodings = { variable [all...] |