HomeSort by relevance Sort by last modified time
    Searched refs:INT_TYPE (Results 1 - 25 of 130) sorted by null

1 2 3 4 5 6

  /external/annotation-tools/asmx/core/org/objectweb/asm/
Type.class 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
pointer.h 405 #define _CXX_POINTER_ARITH_OPERATOR_SET(INT_TYPE) \
407 operator+(const _Pointer_adapter& __lhs, INT_TYPE __offset) \
411 operator+(INT_TYPE __offset, const _Pointer_adapter& __rhs) \
415 operator-(const _Pointer_adapter& __lhs, INT_TYPE __offset) \
419 operator+=(INT_TYPE __offset) \
426 operator-=(INT_TYPE __offset) \
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
pointer.h 405 #define _CXX_POINTER_ARITH_OPERATOR_SET(INT_TYPE) \
407 operator+(const _Pointer_adapter& __lhs, INT_TYPE __offset) \
411 operator+(INT_TYPE __offset, const _Pointer_adapter& __rhs) \
415 operator-(const _Pointer_adapter& __lhs, INT_TYPE __offset) \
419 operator+=(INT_TYPE __offset) \
426 operator-=(INT_TYPE __offset) \
  /external/annotation-tools/asmx/test/conform/org/objectweb/asm/
UnitTest.java 49 assertEquals(Type.getType(Integer.TYPE), Type.INT_TYPE);
69 Type.INT_TYPE.hashCode();
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
MethodExitWithReturnValueDebuggee.java 34 public static final String INT_TYPE = "INT";
119 }else if(type.equals(INT_TYPE)){
MethodExitWithReturnValueTest.java 117 runMethodExitWithReturn(MethodExitWithReturnValueDebuggee.INT_TYPE);
214 }else if(type.equals(MethodExitWithReturnValueDebuggee.INT_TYPE)){
  /external/annotation-tools/asmx/src/org/objectweb/asm/tree/analysis/
BasicValue.java 45 public final static Value INT_VALUE = new BasicValue(Type.INT_TYPE);
  /external/skia/src/gpu/text/
GrGlyphCache.cpp 101 // expands each bit in a bitmask to 0 or ~0 of type INT_TYPE. Used to expand a BW glyph mask to
103 template <typename INT_TYPE>
104 static void expand_bits(INT_TYPE* dst,
113 INT_TYPE* d = dst;
117 *d++ = (mask & (1 << i)) ? (INT_TYPE)(~0UL) : 0;
120 dst = reinterpret_cast<INT_TYPE*>(reinterpret_cast<intptr_t>(dst) + dstRowBytes);
  /external/skqp/src/gpu/text/
GrAtlasGlyphCache.cpp 254 // expands each bit in a bitmask to 0 or ~0 of type INT_TYPE. Used to expand a BW glyph mask to
256 template <typename INT_TYPE>
257 static void expand_bits(INT_TYPE* dst,
266 INT_TYPE* d = dst;
270 *d++ = (mask & (1 << i)) ? (INT_TYPE)(~0UL) : 0;
273 dst = reinterpret_cast<INT_TYPE*>(reinterpret_cast<intptr_t>(dst) + dstRowBytes);
  /art/test/712-varhandle-invocations/util-src/
generate_java.py 81 INT_TYPE=ValueType("int", "Integer", [ "-0x01234567", "0x7f6e5d4c", "0x12345678", "0x10215220", "42" ], ordinal=4, width=4)
86 VALUE_TYPES = { BOOLEAN_TYPE, BYTE_TYPE, SHORT_TYPE, CHAR_TYPE, INT_TYPE, LONG_TYPE, FLOAT_TYPE, DOUBLE_TYPE }
90 BYTE_TYPE : { SHORT_TYPE, INT_TYPE, LONG_TYPE, FLOAT_TYPE, DOUBLE_TYPE },
91 SHORT_TYPE : { INT_TYPE, LONG_TYPE, FLOAT_TYPE, DOUBLE_TYPE },
92 CHAR_TYPE : { INT_TYPE, LONG_TYPE, FLOAT_TYPE, DOUBLE_TYPE },
93 INT_TYPE : { LONG_TYPE, FLOAT_TYPE, DOUBLE_TYPE },
    [all...]
  /art/runtime/entrypoints/
entrypoint_utils-inl.h     [all...]
entrypoint_utils.h 177 template <typename INT_TYPE, typename FLOAT_TYPE>
178 inline INT_TYPE art_float_to_integral(FLOAT_TYPE f);
  /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/type/
PrimitiveType.java 42 public static final PrimitiveType INT_TYPE = new PrimitiveType(Primitive.Int);
  /external/swiftshader/src/OpenGL/compiler/
glslang_tab.h 64 INT_TYPE = 267,
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
SimpleCLexer.java 21 public static final int INT_TYPE=14;
188 // $ANTLR start "INT_TYPE"
191 int _type = INT_TYPE;
207 // $ANTLR end "INT_TYPE"
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 )
564 // SimpleC.g:1:50: INT_TYPE
725 return "1:1: Tokens : ( T__21 | T__22 | T__23 | T__24 | T__25 | T__26 | FOR | INT_TYPE | CHAR | VOID | ID | INT | EQ | EQEQ | LT | PLUS | WS );";
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", "';'", "'('", "','", "')'", "'{'", "'}'"
24 public static final int INT_TYPE=14;
374 if ( input.LA(1)==ID||(input.LA(1)>=INT_TYPE && input.LA(1)<=VOID) ) {
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", "';'", "'('", "','", "')'", "'{'", "'}'"
27 public static final int INT_TYPE=14;
95 if ( (LA1_0==ID||(LA1_0>=INT_TYPE && LA1_0<=VOID)) ) {
491 if ( (LA4_0==ID||(LA4_0>=INT_TYPE && LA4_0<=VOID)) ) {
712 if ( input.LA(1)==ID||(input.LA(1)>=INT_TYPE && input.LA(1)<=VOID) ) {
791 else if ( ((LA5_0>=INT_TYPE && LA5_0<=VOID)) ) {
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
SimpleCLexer.java 21 public static final int INT_TYPE=14;
188 // $ANTLR start "INT_TYPE"
191 int _type = INT_TYPE;
207 // $ANTLR end "INT_TYPE"
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 )
564 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:1:50: INT_TYPE
725 return "1:1: Tokens : ( T__21 | T__22 | T__23 | T__24 | T__25 | T__26 | FOR | INT_TYPE | CHAR | VOID | ID | INT | EQ | EQEQ | LT | PLUS | WS );";
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", "';'", "'('", "','", "')'", "'{'", "'}'"
24 public static final int INT_TYPE=14;
374 if ( input.LA(1)==ID||(input.LA(1)>=INT_TYPE && input.LA(1)<=VOID) ) {
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", "';'", "'('", "','", "')'", "'{'", "'}'"
27 public static final int INT_TYPE=14;
95 if ( (LA1_0==ID||(LA1_0>=INT_TYPE && LA1_0<=VOID)) ) {
491 if ( (LA4_0==ID||(LA4_0>=INT_TYPE && LA4_0<=VOID)) ) {
712 if ( input.LA(1)==ID||(input.LA(1)>=INT_TYPE && input.LA(1)<=VOID) ) {
791 else if ( ((LA5_0>=INT_TYPE && LA5_0<=VOID)) ) {
    [all...]
  /frameworks/base/core/java/android/util/
EventLog.java 78 private static final byte INT_TYPE = 0;
158 case INT_TYPE:
  /external/annotation-tools/asmx/src/org/objectweb/asm/
Type.java 137 public static final Type INT_TYPE = new Type(INT, null, ('I' << 24)
270 return INT_TYPE;
460 return INT_TYPE;
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Guid/
PlatformInfo.h 352 } INT_TYPE;
365 #define GPIO_INIT_ITEM(pad_name, usage, gpod4, func, int_cap, int_type, pull, offset) {pad_name, usage, gpod4, func, /*int_cap,*/ TRIG_##int_type, P_##pull, offset}
367 #define GPIO_INIT_ITEM(pad_name, usage, gpod4, func, int_cap, int_type, pull, offset) { usage, gpod4, func, /*int_cap,*/ TRIG_##int_type, P_##pull, offset}
383 INT_TYPE int_type; // Edge or Level trigger, low or high active
374 INT_TYPE int_type; \/\/ Edge or Level trigger, low or high active member in struct:__anon13221
  /external/annotation-tools/asmx/src/org/objectweb/asm/commons/
GeneratorAdapter.java 762 cast(Type.INT_TYPE, to);
771 cast(Type.INT_TYPE, to);
780 cast(Type.INT_TYPE, to);
1014 ifCmp(Type.INT_TYPE, mode, label);
    [all...]
  /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/
ASTHelper.java 62 public static final PrimitiveType INT_TYPE = new PrimitiveType(Primitive.Int);

Completed in 702 milliseconds

1 2 3 4 5 6