/libcore/luni/src/main/java/libcore/io/ |
SizeOf.java | 20 public static final int CHAR = 2;
|
/libcore/crypto/src/main/java/org/conscrypt/util/ |
EmptyArray.java | 26 public static final char[] CHAR = new char[0];
|
/libcore/luni/src/main/java/libcore/util/ |
EmptyArray.java | 24 public static final char[] CHAR = new char[0];
|
/dalvik/hit/src/com/android/hit/ |
Types.java | 24 public static final int CHAR = 5; 41 case 'C': return 2; // char 51 case CHAR: return 2; 68 case 'C': return "char"; 78 case CHAR: return "char";
|
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/ |
ins.h | 7 typedef unsigned char Char; 9 #define CHAR 0
|
/external/elfutils/backends/ |
linux-core-note.c | 31 #define CHAR int8_t 88 FIELD (CHAR, pr_state); 89 FIELD (CHAR, pr_sname); 90 FIELD (CHAR, pr_zomb); 91 FIELD (CHAR, pr_nice); 99 FIELD (CHAR, pr_fname[FNAMESZ]); 100 FIELD (CHAR, pr_psargs[PRARGSZ]); 151 FIELD (state, CHAR, state, 'd'), 152 FIELD (state, CHAR, sname, 'c'), 153 FIELD (state, CHAR, zomb, 'd') [all...] |
/external/robolectric/src/main/java/com/xtremelabs/robolectric/bytecode/ |
Type.java | 9 CHAR(0, "0", ".charValue()", "java.lang.Character", Character.TYPE), 59 return CHAR;
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/ |
Fuzzy.h | 23 #define CHAR 6
|
FuzzyLexer.h | 28 #define CHAR 21
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/output1/ |
FuzzyLexer.h | 28 #define CHAR 21
|
/external/dexmaker/src/main/java/com/google/dexmaker/ |
TypeId.java | 42 /** The {@code char} primitive type. */ 43 public static final TypeId<Character> CHAR 44 = new TypeId<Character>(com.android.dx.rop.type.Type.CHAR); 75 PRIMITIVE_TO_TYPE.put(char.class, CHAR);
|
/external/kernel-headers/original/asm-mips/fw/arc/ |
types.h | 15 typedef char CHAR; 19 typedef unsigned char UCHAR; 40 typedef char CHAR; 44 typedef unsigned char UCHAR; 51 typedef CHAR *_PCHAR; 62 typedef CHAR *PCHAR;
|
/libcore/luni/src/main/java/java/sql/ |
Types.java | 64 * The type code that identifies the SQL type {@code CHAR}. 66 public static final int CHAR = 1;
|
/hardware/ti/omap3/dspbridge/inc/ |
dbtype.h | 106 typedef unsigned char BYTE; /* b */ 111 typedef char CHAR; /* ch */ 122 typedef CHAR SZ[]; /* sz */ 123 typedef CHAR *PSTR; /* pstr */ 128 typedef unsigned char UCHAR; /* uch */ 151 typedef CHAR TCHAR; 179 typedef CHAR TCHAR;
|
/hardware/ti/omap3/dspbridge/libbridge/inc/ |
dbtype.h | 106 typedef unsigned char BYTE; /* b */ 111 typedef char CHAR; /* ch */ 122 typedef CHAR SZ[]; /* sz */ 123 typedef CHAR *PSTR; /* pstr */ 128 typedef unsigned char UCHAR; /* uch */ 151 typedef CHAR TCHAR; 179 typedef CHAR TCHAR;
|
/libcore/benchmarks/src/benchmarks/regression/ |
CharacterBenchmark.java | 33 private char[] chars; 39 public enum Overload { CHAR, INT } 48 final char[] chars; 50 this.chars = new char[65536]; 52 chars[i] = (char) (i % size); 60 if (overload == Overload.CHAR) { 63 dummy ^= ((char) ch == ' '); 77 if (overload == Overload.CHAR) { 93 if (overload == Overload.CHAR) { 109 if (overload == Overload.CHAR) { [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/ |
SimpleCLexer.java | 16 public static final int CHAR=15; 209 // $ANTLR start "CHAR" 212 int _type = CHAR; 214 // SimpleC.g:93:5: ( 'char' ) 215 // SimpleC.g:93:7: 'char' 217 match("char"); 228 // $ANTLR end "CHAR" 510 // SimpleC.g:1:8: ( T__21 | T__22 | T__23 | T__24 | T__25 | T__26 | FOR | INT_TYPE | CHAR | VOID | ID | INT | EQ | EQEQ | LT | PLUS | WS ) 571 // SimpleC.g:1:59: CHAR 697 static final char[] DFA4_min = DFA.unpackEncodedStringToUnsignedChars(DFA4_minS) [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/ |
SimpleCLexer.java | 16 public static final int CHAR=15; 209 // $ANTLR start "CHAR" 212 int _type = CHAR; 214 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:93:5: ( 'char' ) 215 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:93:7: 'char' 217 match("char"); 228 // $ANTLR end "CHAR" 510 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:1:8: ( T__21 | T__22 | T__23 | T__24 | T__25 | T__26 | FOR | INT_TYPE | CHAR | VOID | ID | INT | EQ | EQEQ | LT | PLUS | WS ) 571 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:1:59: CHAR 697 static final char[] DFA4_min = DFA.unpackEncodedStringToUnsignedChars(DFA4_minS) [all...] |
/external/bison/src/ |
parse-gram.h | 100 CHAR = 300, 159 #define CHAR 300 184 char const *chars; 185 char *code; 188 unsigned char character;
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/ |
Tkconstants.py | 49 CHAR='char'
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/ |
Tkconstants.py | 49 CHAR='char'
|
/dalvik/dexgen/src/com/android/dexgen/rop/type/ |
Type.java | 47 /** basic type constant for {@code char} */ 80 /** {@code non-null;} instance representing {@code char} */ 81 public static final Type CHAR = new Type("C", BT_CHAR); 114 putIntern(CHAR); 133 CLASS_TYPE_MAP.put(char.class, CHAR); 234 /** {@code non-null;} instance representing {@code char[]} */ 235 public static final Type CHAR_ARRAY = CHAR.getArrayType(); 331 char firstChar; 373 char c = descriptor.charAt(i) [all...] |
/dalvik/dx/src/com/android/dx/rop/type/ |
Type.java | 45 /** basic type constant for {@code char} */ 78 /** {@code non-null;} instance representing {@code char} */ 79 public static final Type CHAR = new Type("C", BT_CHAR); 112 putIntern(CHAR); 218 /** {@code non-null;} instance representing {@code char[]} */ 219 public static final Type CHAR_ARRAY = CHAR.getArrayType(); 302 char firstChar; 344 char c = descriptor.charAt(i); 503 case BT_CHAR: return "char";
|
/external/dexmaker/src/dx/java/com/android/dx/rop/type/ |
Type.java | 46 /** basic type constant for {@code char} */ 79 /** {@code non-null;} instance representing {@code char} */ 80 public static final Type CHAR = new Type("C", BT_CHAR); 113 putIntern(CHAR); 219 /** {@code non-null;} instance representing {@code char[]} */ 220 public static final Type CHAR_ARRAY = CHAR.getArrayType(); 303 char firstChar; 345 char c = descriptor.charAt(i); 504 case BT_CHAR: return "char";
|
/external/javassist/src/main/javassist/bytecode/analysis/ |
Type.java | 53 /** Represents the char primitive type */ 54 public static final Type CHAR = new Type(CtClass.charType); 107 prims.put(CtClass.charType, CHAR); 336 // Using char[] since we have no StringBuilder in JDK4, and StringBuffer is slow. 340 char[] string = new char[size];
|