HomeSort by relevance Sort by last modified time
    Searched defs:ch3 (Results 1 - 25 of 34) sorted by null

1 2

  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/
IsoTypeReader.java 27 long ch3 = readUInt8(bb); local
29 return ((ch4 << 24) + (ch3 << 16) + (ch2 << 8) + (ch1 << 0));
  /libcore/ojluni/src/main/java/java/util/prefs/
Base64.java 171 int ch3 = base64toInt(s.charAt(inCursor++), alphaToInt); local
174 result[outCursor++] = (byte) ((ch2 << 6) | ch3);
  /external/python/cpython3/Objects/stringlib/
codecs.h 128 Py_UCS4 ch2, ch3; local
142 ch3 = (unsigned char)s[2];
160 if (!IS_CONTINUATION_BYTE(ch3)) {
164 ch = (ch << 12) + (ch2 << 6) + ch3 -
178 Py_UCS4 ch2, ch3, ch4; local
191 ch3 = (unsigned char)s[2];
192 if (!IS_CONTINUATION_BYTE(ch3))
197 ch3 = (unsigned char)s[2];
213 if (!IS_CONTINUATION_BYTE(ch3)) {
221 ch = (ch << 18) + (ch2 << 12) + (ch3 << 6) + ch4
787 Py_UCS4 ch1, ch2, ch3, ch4; local
    [all...]
  /external/freetype/src/tools/ftrandom/
ftrandom.c 281 int ch3 = getc( foo ); local
287 if ( ( ch1 == 0 && ch2 == 1 && ch3 == 0 && ch4 == 0 ) ||
288 ( ch1 == 'O' && ch2 == 'T' && ch3 == 'T' && ch4 == 'O' ) ||
289 ( ch1 == 't' && ch2 == 'r' && ch3 == 'u' && ch4 == 'e' ) ||
290 ( ch1 == 't' && ch2 == 't' && ch3 == 'c' && ch4 == 'f' ) )
309 else if ( ch1 == 1 && ch2 == 0 && ch3 == 4 )
314 else if ( ch1 == 'S' && ch2 == 'T' && ch3 == 'A' && ch4 == 'R' )
319 else if ( ch1 == 'P' && ch2 == 'F' && ch3 == 'R' && ch4 == '0' )
324 else if ( ( ch1 == '\1' && ch2 == 'f' && ch3 == 'c' && ch4 == 'p' ) ||
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/
tokenizer.c 328 int ch1, ch2, ch3; local
340 ch3 = get_char(tok);
341 if (ch3 != 0xBF) {
342 unget_char(ch3, tok);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
tokenizer.c 314 int ch1, ch2, ch3; local
326 ch3 = get_char(tok);
327 if (ch3 != 0xBF) {
328 unget_char(ch3, tok);
    [all...]
  /external/python/cpython2/Parser/
tokenizer.c 332 int ch1, ch2, ch3; local
344 ch3 = get_char(tok);
345 if (ch3 != 0xBF) {
346 unget_char(ch3, tok);
    [all...]
  /external/python/cpython3/Parser/
tokenizer.c 355 int ch1, ch2, ch3; local
367 ch3 = get_char(tok);
368 if (ch3 != 0xBF) {
369 unget_char(ch3, tok);
    [all...]
  /libcore/ojluni/src/main/java/java/io/
RandomAccessFile.java 886 int ch3 = this.read(); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
icm.h 67 WORD ch3; member in struct:GENERIC3CHANNEL
  /frameworks/base/media/java/android/media/
ExifInterface.java 3883 int ch3 = mDataInputStream.read(); local
3937 int ch3 = mDataInputStream.read(); local
    [all...]
  /external/libphonenumber/demo/war/WEB-INF/lib/
commons-lang-2.6.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
commons-lang-2.6.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/haha/haha/1.3/
haha-1.3.jar 
  /prebuilts/tools/common/m2/repository/commons-lang/commons-lang/2.6/
commons-lang-2.6.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.ds_1.4.100.v20130515-2026.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-lang3/3.2.1/
commons-lang3-3.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-lang3/3.3/
commons-lang3-3.3.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-lang3/3.3.2/
commons-lang3-3.3.2.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-lang3/3.4/
commons-lang3-3.4.jar 
  /prebuilts/tools/common/m2/repository/commons-lang/commons-lang/2.4/
commons-lang-2.4.jar 
  /external/guice/extensions/struts2/lib/
xwork-core-2.2.1.jar 
  /frameworks/data-binding/prebuilds/1.0-rc0/
databinding-studio-bundle.jar 
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/ext/
nashorn.jar 
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/ext/
nashorn.jar 

Completed in 484 milliseconds

1 2