/external/wpa_supplicant_8/wpa_supplicant/examples/ |
wpas-dbus-new-signals.py | 25 r += urllib.quote(chr(c))
|
wpas-dbus-new.py | 24 r += urllib.quote(chr(c))
|
/frameworks/ex/common/tools/ |
make-iana-tld-pattern.py | 117 output += getBucket(buckets, chr(letter)).dump(isWebUrl=isWebUrl)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
fpformat.py | 83 total = total[:n] + chr(ord(total[n]) + 1) + '0'*(len(total)-n-1)
|
smtplib.py | 184 chr = None 185 while chr != "\n": 186 chr = self.sslobj.read(1) 187 if not chr: 189 str += chr
|
binhex.py | 40 RUNCHAR=chr(0x90) # run-length introducer 193 d = chr(nl) + name + '\0'
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_plistlib.py | 180 c = chr(i)
|
test_ucn.py | 66 for char in "".join(map(chr, xrange(ord("a"), ord("z")))):
|
test_unicode.py | 611 char = chr(num) 622 self.assertRaises(UnicodeDecodeError, u"%c".__mod__, chr(num)) 623 self.assertRaises(UnicodeDecodeError, u"%s".__mod__, chr(num)) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
fpformat.py | 83 total = total[:n] + chr(ord(total[n]) + 1) + '0'*(len(total)-n-1)
|
smtplib.py | 184 chr = None 185 while chr != "\n": 186 chr = self.sslobj.read(1) 187 if not chr: 189 str += chr
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_plistlib.py | 180 c = chr(i)
|
test_ucn.py | 66 for char in "".join(map(chr, xrange(ord("a"), ord("z")))):
|
test_unicode.py | 611 char = chr(num) 622 self.assertRaises(UnicodeDecodeError, u"%c".__mod__, chr(num)) 623 self.assertRaises(UnicodeDecodeError, u"%s".__mod__, chr(num)) [all...] |
/external/chromium_org/third_party/JSON/JSON-2.59/ |
Makefile | 9 # MakeMaker ARGV: (q[INSTALL_BASE=/w/chr/src/third_party/JSON/out]) 76 INSTALL_BASE = /w/chr/src/third_party/JSON/out 601 cd $(DISTVNAME) && $(ABSPERLRUN) Makefile.PL "INSTALL_BASE=/w/chr/src/third_party/JSON/out" 738 $(PERLRUN) Makefile.PL "INSTALL_BASE=/w/chr/src/third_party/JSON/out" 760 INSTALL_BASE=/w/chr/src/third_party/JSON/out
|
/libcore/luni/src/main/java/java/awt/font/ |
NumericShaper.java | 775 * @param chr the chr 779 private boolean isCharStrong(int chr) { 780 return (STRONG_TEXT_FLAGS[chr >> 5] & (1 << (chr % 32))) != 0; [all...] |
/external/chromium_org/third_party/icu/source/test/cintltst/ |
custrtst.c | 733 log_err("error: one of the u_str[|mem][r]chr[32](s, nul) does not find the terminator of s\n"); 775 log_err("error: one of the u_str[chr etc]('a') does not find the correct place\n"); 799 log_err("error: one of the u_str[chr etc]('b') incorrectly finds something\n"); 809 log_err("error: one of the u_str[chr etc](illegal code point) incorrectly finds something\n"); 834 log_err("error: one of the u_str[chr etc](U+d801) does not find the correct place\n"); 859 log_err("error: one of the u_str[chr etc](U+dc02) does not find the correct place\n"); [all...] |
/external/icu4c/test/cintltst/ |
custrtst.c | 733 log_err("error: one of the u_str[|mem][r]chr[32](s, nul) does not find the terminator of s\n"); 775 log_err("error: one of the u_str[chr etc]('a') does not find the correct place\n"); 799 log_err("error: one of the u_str[chr etc]('b') incorrectly finds something\n"); 809 log_err("error: one of the u_str[chr etc](illegal code point) incorrectly finds something\n"); 834 log_err("error: one of the u_str[chr etc](U+d801) does not find the correct place\n"); 859 log_err("error: one of the u_str[chr etc](U+dc02) does not find the correct place\n"); [all...] |
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/ |
test_handshake_hybi00.py | 185 ''.join(map(chr, [0x01, 0xd1, 0xdd, 0x3b, 0xd1, 0x56, 0x63, 0xff]))) 195 ''.join(map(chr, [0x0b, 0x99, 0xfa, 0x55, 0xbd, 0x01, 0x23, 0x7b,
|
/external/chromium_org/third_party/JSON/JSON-2.59/blib/man3/ |
JSON__backportPP.3pm | 384 \& JSON::PP\->new\->ascii(1)\->encode([chr 0x10401]) [all...] |
/external/chromium_org/third_party/JSON/out/man/man3/ |
JSON__backportPP.3pm | 384 \& JSON::PP\->new\->ascii(1)\->encode([chr 0x10401]) [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/ |
mux.py | 147 return chr(channel_id) 151 first = chr(0xc0 + (channel_id >> 16)) 170 block = (chr(first_byte) + 182 block = chr(first_byte) + _encode_channel_id(channel_id) 195 block = (chr(first_byte) + 205 block = (chr(first_byte) + 213 block = (chr(first_byte) + _encode_number(0) + _encode_number(0)) 855 return chr(first_byte) + frame.payload [all...] |
/external/chromium_org/third_party/tlslite/tlslite/utils/ |
rijndael.py | 327 return string.join(map(chr, result), '') 370 return string.join(map(chr, result), '')
|
/external/chromium_org/v8/tools/ |
stats-viewer.py | 350 result += chr(current) 408 result += chr(current)
|
/external/v8/tools/ |
stats-viewer.py | 350 result += chr(current) 408 result += chr(current)
|