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

1 2

  /external/conscrypt/src/main/java/org/conscrypt/util/
EmptyArray.java 26 public static final char[] CHAR = new char[0];
  /external/libhevc/common/
ihevc_typedefs.h 39 typedef unsigned char UWORD8;
43 typedef signed char WORD8;
47 typedef char CHAR;
  /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/0.153/backends/
linux-core-note.c 33 #define CHAR int8_t
90 FIELD (CHAR, pr_state);
91 FIELD (CHAR, pr_sname);
92 FIELD (CHAR, pr_zomb);
93 FIELD (CHAR, pr_nice);
101 FIELD (CHAR, pr_fname[FNAMESZ]);
102 FIELD (CHAR, pr_psargs[PRARGSZ]);
153 FIELD (state, CHAR, state, 'd'),
154 FIELD (state, CHAR, sname, 'c'),
155 FIELD (state, CHAR, zomb, 'd')
    [all...]
  /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/chromium_org/tools/telemetry/third_party/pyserial/serial/tools/
list_ports_windows.py 26 CHAR = ctypes.c_char
  /external/mockito/cglib-and-asm/src/org/mockito/asm/
Type.java 55 * The sort of the <tt>char</tt> type. See {@link #getSort getSort}.
57 public static final int CHAR = 2;
110 * The <tt>char</tt> type.
112 public static final Type CHAR_TYPE = new Type(CHAR);
157 private final char[] buf;
192 private Type(final int sort, final char[] buf, final int off, final int len)
217 char[] buf = internalName.toCharArray();
262 char[] buf = methodDescriptor.toCharArray();
266 char car = buf[off++];
314 char[] buf = methodDescriptor.toCharArray();
    [all...]
Frame.java 179 * The CHAR type. This is a BASE type mainly used for array types.
181 static final int CHAR = BASE | 11;
449 // System.err.print((char)('E' + b[i]));
642 data = CHAR;
711 char c = desc.charAt(0);
    [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...]
SimpleCTP.java 10 "<invalid>", "<EOR>", "<DOWN>", "<UP>", "VAR_DEF", "ARG_DEF", "FUNC_HDR", "FUNC_DECL", "FUNC_DEF", "BLOCK", "ID", "EQ", "INT", "FOR", "INT_TYPE", "CHAR", "VOID", "EQEQ", "LT", "PLUS", "WS", "';'", "'('", "','", "')'", "'{'", "'}'"
19 public static final int CHAR=15;
368 // SimpleCTP.g:34:1: type : ( 'int' | 'char' | 'void' | ID );
371 // SimpleCTP.g:35:5: ( 'int' | 'char' | 'void' | ID )
SimpleCParser.java 13 "<invalid>", "<EOR>", "<DOWN>", "<UP>", "VAR_DEF", "ARG_DEF", "FUNC_HDR", "FUNC_DECL", "FUNC_DEF", "BLOCK", "ID", "EQ", "INT", "FOR", "INT_TYPE", "CHAR", "VOID", "EQEQ", "LT", "PLUS", "WS", "';'", "'('", "','", "')'", "'{'", "'}'"
22 public static final int CHAR=15;
694 // SimpleC.g:43:1: type : ( 'int' | 'char' | 'void' | ID );
706 // SimpleC.g:44:5: ( 'int' | 'char' | 'void' | ID )
    [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...]
SimpleCTP.java 10 "<invalid>", "<EOR>", "<DOWN>", "<UP>", "VAR_DEF", "ARG_DEF", "FUNC_HDR", "FUNC_DECL", "FUNC_DEF", "BLOCK", "ID", "EQ", "INT", "FOR", "INT_TYPE", "CHAR", "VOID", "EQEQ", "LT", "PLUS", "WS", "';'", "'('", "','", "')'", "'{'", "'}'"
19 public static final int CHAR=15;
368 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:34:1: type : ( 'int' | 'char' | 'void' | ID );
371 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:35:5: ( 'int' | 'char' | 'void' | ID )
  /external/bison/src/
parse-gram.h 100 CHAR = 300,
159 #define CHAR 300
184 char const *chars;
185 char *code;
188 unsigned char character;
  /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];
  /external/javassist/src/main/javassist/compiler/
TokenId.java 25 int CHAR = 306;
  /external/lzma/CPP/Common/
MyWindows.h 17 typedef char CHAR;
18 typedef unsigned char UCHAR;
21 typedef unsigned char BYTE;
46 typedef const CHAR *LPCSTR;
47 typedef CHAR TCHAR;
158 CHAR cVal;
  /external/chromium_org/components/search_engines/
template_url_prepopulate_data.cc 518 inline int CountryCharsToCountryID(char c1, char c2) {
522 int CountryCharsToCountryIDWithUpdate(char c1, char c2) {
553 return CountryCharsToCountryIDWithUpdate(static_cast<char>(isobuf[0]),
554 static_cast<char>(isobuf[1]));
618 return CountryCharsToCountryIDWithUpdate(static_cast<char>(isobuf[0]),
619 static_cast<char>(isobuf[1]));
634 const char* locale = setlocale(LC_MESSAGES, NULL);
712 #define CHAR(ch) CHAR_##c
    [all...]

Completed in 614 milliseconds

1 2