HomeSort by relevance Sort by last modified time
    Searched defs:typeChar (Results 1 - 16 of 16) sorted by null

  /frameworks/base/tools/preload/
Record.java 110 char typeChar = line.charAt(0);
111 switch (typeChar) {
  /frameworks/base/services/backup/java/com/android/server/backup/utils/
TarBackupReader.java 138 int typeChar = block[TAR_HEADER_OFFSET_TYPE_CHAR];
139 if (typeChar == 'x') {
151 typeChar = block[TAR_HEADER_OFFSET_TYPE_CHAR];
154 switch (typeChar) {
174 Slog.e(TAG, "Unknown tar entity type: " + typeChar);
175 throw new IOException("Unknown entity type " + typeChar);
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
UTS46Test.java     [all...]
  /external/icu/icu4c/source/test/cintltst/
udatatst.c     [all...]
  /external/icu/icu4c/source/test/intltest/
uts46test.cpp     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
UTS46Test.java     [all...]
  /art/test/064-field-access/src/
Main.java 571 char typeChar = '?';
574 typeChar = typeChars.charAt(i);
594 this.getValue(f, validInst, typeChar, subClassAccessExceptionClass);
595 localInst.getValue(f, validInst, typeChar, mainClassAccessExceptionClass);
605 this.getValue(f, null, typeChar, npeClass);
607 localInst.getValue(f, null, typeChar, npeClass);
613 Class<?> illArgClass = compatibleTypes(typeChar, otherChar) ?
623 this.getValue(f, plainObj, typeChar, IllegalArgumentException.class);
625 localInst.getValue(f, plainObj, typeChar, IllegalArgumentException.class);
  /libcore/ojluni/src/main/java/java/lang/invoke/
Transformers.java 332 private char typeChar;
340 typeChar = 'L';
343 typeChar = 'I';
346 typeChar = 'C';
349 typeChar = 'S';
352 typeChar = 'B';
355 typeChar = 'Z';
358 typeChar = 'J';
361 typeChar = 'F';
364 typeChar = 'D'
    [all...]
  /external/pdfium/fxjs/
cfxjse_formcalc_context.cpp     [all...]
  /external/python/cpython2/Lib/plat-mac/Carbon/
AppleEvents.py 6 typeChar = FOUR_CHAR_CODE('TEXT')
644 typeText = typeChar
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/Carbon/
AppleEvents.py 6 typeChar = FOUR_CHAR_CODE('TEXT')
644 typeText = typeChar
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/Carbon/
AppleEvents.py 6 typeChar = FOUR_CHAR_CODE('TEXT')
644 typeText = typeChar
    [all...]
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/ext/
nashorn.jar 
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/ext/
nashorn.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 

Completed in 491 milliseconds