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

  /dalvik/dx/src/com/android/dx/cf/code/
Merger.java 157 Type type1 = ft1.getType(); local
160 if (type1 == type2) {
161 return type1;
162 } else if (type1.isReference() && type2.isReference()) {
163 if (type1 == Type.KNOWN_NULL) {
174 return type1;
175 } else if (type1.isArray() && type2.isArray()) {
177 mergeType(type1.getComponentType(),
195 } else if (type1.isIntlike() && type2.isIntlike()) {
  /cts/tests/tests/content/src/android/content/cts/
ContentResolverTest.java 120 String type1 = mContentResolver.getType(TABLE1_URI); local
121 assertTrue(type1.startsWith(ContentResolver.CURSOR_DIR_BASE_TYPE, 0));
  /external/freetype/include/freetype/internal/
t1types.h 5 /* Basic Type1/Type2 type definitions and interface (specification */
39 /*** REQUIRED TYPE1/TYPE2 TABLES DEFINITIONS ***/
212 T1_FontRec type1; member in struct:T1_FaceRec_
  /device/samsung/crespo/alsa-lib/src/alisp/
alisp.c 1818 int type1, type2; local
    [all...]
  /dalvik/vm/analysis/
CodeVerify.c 1986 RegType type1, type2; local
4037 RegType type1, type2; local
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/cp/
cp-tree.h 303 /* Returns nonzero iff TYPE1 and TYPE2 are the same type, in the usual
305 #define same_type_p(TYPE1, TYPE2) \
306 comptypes ((TYPE1), (TYPE2), COMPARE_STRICT)
308 /* Returns nonzero iff TYPE1 and TYPE2 are the same type, ignoring
310 #define same_type_ignoring_top_level_qualifiers_p(TYPE1, TYPE2) \
311 same_type_p (TYPE_MAIN_VARIANT (TYPE1), TYPE_MAIN_VARIANT (TYPE2))
523 (((struct tree_trait_expr *)TRAIT_EXPR_CHECK (NODE))->type1)
535 tree type1;
534 tree type1; local
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/cp/
cp-tree.h 303 /* Returns nonzero iff TYPE1 and TYPE2 are the same type, in the usual
305 #define same_type_p(TYPE1, TYPE2) \
306 comptypes ((TYPE1), (TYPE2), COMPARE_STRICT)
308 /* Returns nonzero iff TYPE1 and TYPE2 are the same type, ignoring
310 #define same_type_ignoring_top_level_qualifiers_p(TYPE1, TYPE2) \
311 same_type_p (TYPE_MAIN_VARIANT (TYPE1), TYPE_MAIN_VARIANT (TYPE2))
523 (((struct tree_trait_expr *)TRAIT_EXPR_CHECK (NODE))->type1)
535 tree type1;
534 tree type1; local
    [all...]
  /prebuilt/sdk/tools/lib/
dx.jar 

Completed in 678 milliseconds