/external/r8/src/main/java/com/android/tools/r8/ir/conversion/ |
D | JarSourceCode.java | 935 return Type.INT_TYPE; in getArrayElementTypeForOpcode() 966 return Slot.isCompatible(type, Type.INT_TYPE); in isCompatibleArrayElementType() 1032 return Type.INT_TYPE; in opType() 1132 state.push(Type.INT_TYPE); in updateState() 1344 Type type = opcode == Opcodes.IAND ? Type.INT_TYPE : Type.LONG_TYPE; in updateState() 1352 Type type = opcode == Opcodes.IOR ? Type.INT_TYPE : Type.LONG_TYPE; in updateState() 1360 Type type = opcode == Opcodes.IXOR ? Type.INT_TYPE : Type.LONG_TYPE; in updateState() 1367 updateStateForConversion(Type.INT_TYPE, Type.LONG_TYPE); in updateState() 1370 updateStateForConversion(Type.INT_TYPE, Type.FLOAT_TYPE); in updateState() 1373 updateStateForConversion(Type.INT_TYPE, Type.DOUBLE_TYPE); in updateState() [all …]
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/ |
D | MethodExitWithReturnValueDebuggee.java | 34 public static final String INT_TYPE = "INT"; field in MethodExitWithReturnValueDebuggee 119 }else if(type.equals(INT_TYPE)){ in run()
|
D | MethodExitWithReturnValueTest.java | 117 runMethodExitWithReturn(MethodExitWithReturnValueDebuggee.INT_TYPE); in testMethodExitWithReturnValueOfInt() 214 }else if(type.equals(MethodExitWithReturnValueDebuggee.INT_TYPE)){ in runMethodExitWithReturn()
|
/external/skia/src/gpu/text/ |
D | GrAtlasGlyphCache.cpp | 257 template <typename INT_TYPE> 258 static void expand_bits(INT_TYPE* dst, in expand_bits() 267 INT_TYPE* d = dst; in expand_bits() 271 *d++ = (mask & (1 << i)) ? (INT_TYPE)(~0UL) : 0; in expand_bits() 274 dst = reinterpret_cast<INT_TYPE*>(reinterpret_cast<intptr_t>(dst) + dstRowBytes); in expand_bits()
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/ |
D | SimpleC__.gl | 17 INT_TYPE : 'int' ;
|
D | SimpleCLexer.java | 21 public static final int INT_TYPE=14; field in SimpleCLexer 191 int _type = INT_TYPE; in mINT_TYPE()
|
D | SimpleCTP.java | 24 public static final int INT_TYPE=14; field in SimpleCTP 374 if ( input.LA(1)==ID||(input.LA(1)>=INT_TYPE && input.LA(1)<=VOID) ) { in type()
|
D | SimpleCParser.java | 27 public static final int INT_TYPE=14; field in SimpleCParser 95 if ( (LA1_0==ID||(LA1_0>=INT_TYPE && LA1_0<=VOID)) ) { in program() 491 if ( (LA4_0==ID||(LA4_0>=INT_TYPE && LA4_0<=VOID)) ) { in functionHeader() 712 if ( input.LA(1)==ID||(input.LA(1)>=INT_TYPE && input.LA(1)<=VOID) ) { in type() 791 else if ( ((LA5_0>=INT_TYPE && LA5_0<=VOID)) ) { in block()
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/ |
D | SimpleCLexer.java | 21 public static final int INT_TYPE=14; field in SimpleCLexer 191 int _type = INT_TYPE; in mINT_TYPE()
|
D | SimpleCTP.java | 24 public static final int INT_TYPE=14; field in SimpleCTP 374 if ( input.LA(1)==ID||(input.LA(1)>=INT_TYPE && input.LA(1)<=VOID) ) { in type()
|
D | SimpleCParser.java | 27 public static final int INT_TYPE=14; field in SimpleCParser 95 if ( (LA1_0==ID||(LA1_0>=INT_TYPE && LA1_0<=VOID)) ) { in program() 491 if ( (LA4_0==ID||(LA4_0>=INT_TYPE && LA4_0<=VOID)) ) { in functionHeader() 712 if ( input.LA(1)==ID||(input.LA(1)>=INT_TYPE && input.LA(1)<=VOID) ) { in type() 791 else if ( ((LA5_0>=INT_TYPE && LA5_0<=VOID)) ) { in block()
|
/external/antlr/antlr-3.4/runtime/Python/tests/ |
D | t047treeparser.g | 92 INT_TYPE : 'int' ;
|
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
D | t047treeparser.g | 92 INT_TYPE : 'int' ;
|
/external/swiftshader/src/OpenGL/compiler/ |
D | glslang_tab.h | 64 INT_TYPE = 267, enumerator
|
D | glslang.l | 134 "int" { context->lexAfterType = true; return(INT_TYPE); }
|
D | glslang.y | 161 %token <lex> ATTRIBUTE CONST_QUAL BOOL_TYPE FLOAT_TYPE INT_TYPE UINT_TYPE 1088 | INT_TYPE {
|
D | glslang_lex.cpp | 1521 { context->lexAfterType = true; return(INT_TYPE); }
|
D | glslang_tab.cpp | 151 INT_TYPE = 267, enumerator
|