HomeSort by relevance Sort by last modified time
    Searched refs:chr (Results 151 - 175 of 352) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/v8/tools/
stats-viewer.py 350 result += chr(current)
408 result += chr(current)
  /frameworks/base/tools/preload/
sorttable.js 467 Array.forEach(string.split(""), function(chr, index) {
468 block.call(context, chr, index, string);
  /ndk/sources/host-tools/make-3.81/
getopt.c 214 my_index (const char *str, int chr)
218 if (*str == chr)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_codecs.py 741 b = chr(b)
771 b = chr(b)
    [all...]
pystone.py 124 CharIndex = chr(ord(CharIndex)+1)
test_plistlib.py 180 c = chr(i)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
uuid.py 205 bytes = chr((self.int >> shift) & 0xff) + bytes
546 bytes = [chr(random.randrange(256)) for i in range(16)]
base64.py 28 _translation = [chr(_x) for _x in range(256)]
quopri.py 150 new = new + chr(unhex(line[i+1:i+3])); i = i+3
stringold.py 36 for i in range(256): _idmap = _idmap + chr(i)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_codecs.py 741 b = chr(b)
771 b = chr(b)
    [all...]
pystone.py 124 CharIndex = chr(ord(CharIndex)+1)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
uuid.py 205 bytes = chr((self.int >> shift) & 0xff) + bytes
546 bytes = [chr(random.randrange(256)) for i in range(16)]
base64.py 28 _translation = [chr(_x) for _x in range(256)]
quopri.py 150 new = new + chr(unhex(line[i+1:i+3])); i = i+3
stringold.py 36 for i in range(256): _idmap = _idmap + chr(i)
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
gjslint.py 265 sys.stdout.write(chr(7))
  /external/chromium_org/net/tools/testserver/
echo_message.py 264 return ''.join(chr(ord(x) ^ ord(y)) for (x, y) in izip(payload, cycle(key)))
  /external/chromium_org/third_party/closure_linter/closure_linter/
gjslint.py 265 sys.stdout.write(chr(7))
  /external/chromium_org/third_party/tlslite/tlslite/
mathtls.py 66 A = chr(ord('A')+x) * (x+1) # 'A', 'BB', 'CCC', etc..
  /external/chromium_org/third_party/tlslite/tlslite/utils/
jython_compat.py 75 return "".join([chr(b) for b in bytes])
  /external/v8/src/
unicode.h 154 static inline uchar Length(uchar chr, int previous);
  /external/wpa_supplicant_8/wpa_supplicant/examples/
wpas-dbus-new-signals.py 25 r += urllib.quote(chr(c))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
quoprimime.py 107 return chr(int(s[1:3], 16))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
quoprimime.py 107 return chr(int(s[1:3], 16))

Completed in 1136 milliseconds

1 2 3 4 5 67 8 91011>>