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

1 2 3 4 5 67 8 91011>>

  /hardware/invensense/60xx/mlsdk/mlutils/
mputest.c 129 #define USHORT_TO_CHARS(chr,shrt) (chr)[0]=(unsigned char)(shrt>>8); \
130 (chr)[1]=(unsigned char)(shrt);
132 #define UINT_TO_CHARS(chr,ui) (chr)[0]=(unsigned char)(ui>>24); \
133 (chr)[1]=(unsigned char)(ui>>16); \
134 (chr)[2]=(unsigned char)(ui>>8); \
135 (chr)[3]=(unsigned char)(ui);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pickle.py 223 self.write(PROTO + chr(self.proto))
253 return BINPUT + chr(i)
263 return BINGET + chr(i)
445 self.write(BININT1 + chr(obj))
466 self.write(LONG1 + chr(n) + bytes)
484 self.write(SHORT_BINSTRING + chr(n) + obj)
514 self.write(SHORT_BINSTRING + chr(l) + obj)
760 write(EXT1 + chr(code))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pickle.py 223 self.write(PROTO + chr(self.proto))
253 return BINPUT + chr(i)
263 return BINGET + chr(i)
445 self.write(BININT1 + chr(obj))
466 self.write(LONG1 + chr(n) + bytes)
484 self.write(SHORT_BINSTRING + chr(n) + obj)
514 self.write(SHORT_BINSTRING + chr(l) + obj)
760 write(EXT1 + chr(code))
    [all...]
  /system/core/sh/
expand.c 1395 char chr; local
1416 chr = *q++;
1417 if (squoted && chr == CTLESC)
1418 chr = *q++;
1419 if (chr == '\0')
1433 if (chr >= c && chr <= *p)
1437 if (chr == c)
  /external/chromium/webkit/glue/resources/
webkit_strings_cs.xtb 43 <translation id="2597378329261239068">Tento dokument je chrán?n heslem. Zadejte prosím heslo.</translation>
webkit_strings_sk.xtb 43 <translation id="2597378329261239068">Tento dokument je chránený heslom. Zadajte heslo.</translation>
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
_stream_hybi.py 93 return chr(mask_bit | length)
95 return chr(mask_bit | 126) + struct.pack('!H', length)
97 return chr(mask_bit | 127) + struct.pack('!Q', length)
123 header += chr(first_byte)
  /external/chromium_org/third_party/icu/source/data/curr/
resfiles.mk 50 cgg.txt chr.txt cs.txt cy.txt da.txt\
  /external/chromium_org/third_party/icu/source/data/lang/
resfiles.mk 50 ca.txt cgg.txt chr.txt cs.txt cy.txt\
  /external/chromium_org/third_party/icu/source/data/region/
resfiles.mk 50 cgg.txt chr.txt cs.txt cy.txt da.txt\
  /external/chromium_org/third_party/icu/source/data/zone/
resfiles.mk 50 cgg.txt chr.txt cs.txt cy.txt da.txt\
  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
encoder.py 343 local_chr = chr
360 local_chr = chr
618 false_byte = chr(0)
619 true_byte = chr(1)
  /external/chromium_org/third_party/tlslite/tlslite/
Session.py 122 sharedKey = chr(len(sharedKey)) + sharedKey
mathtls.py 66 A = chr(ord('A')+x) * (x+1) # 'A', 'BB', 'CCC', etc..
  /external/chromium_org/third_party/tlslite/tlslite/utils/
compat.py 111 return "".join([chr(b) for b in bytes])
jython_compat.py 75 return "".join([chr(b) for b in bytes])
  /external/harfbuzz/src/
harfbuzz-shape.h 54 HB_Glyph (*charToGlyph)(HB_Font *font, HB_Unichar chr);
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
avisynth.php 101 'Ceil', 'Cos', 'Chr', 'ChromaUDifference', 'ChromaVDifference',
kixtart.php 249 'Chr',
oracle11.php 114 'CHR',
oracle8.php 105 'CHR',
pascal.php 76 'abs','and','arc','arctan','blockread','blockwrite','chr','dispose',
povray.php 79 'chr', 'checker', 'charset', 'cells', 'caustics', 'bumps', 'bump_size', 'brilliance',
qbasic.php 72 'CDBL', 'CDECL', 'CHAIN', 'CHDIR', 'CHR$', 'CINT', 'CIRCLE', 'CLEAR',
  /external/protobuf/python/google/protobuf/internal/
encoder.py 337 local_chr = chr
354 local_chr = chr
535 false_byte = chr(0)
536 true_byte = chr(1)

Completed in 361 milliseconds

1 2 3 4 5 67 8 91011>>