/packages/apps/Contacts/tests/src/com/android/contacts/editor/ |
ContactEditorUtilsTest.java | 43 private static final MockAccountType TYPE2 = new MockAccountType("type2", null, true); 44 private static final MockAccountType TYPE2EX = new MockAccountType("type2", "ext", true); 55 "a", TYPE2.accountType, TYPE2.dataSet); 104 setAccountTypes(TYPE1, TYPE2, TYPE2EX, TYPE3); 108 Sets.newHashSet(TYPE1.accountType, TYPE2.accountType, TYPE2EX.accountType), 120 setAccountTypes(TYPE1, TYPE2); 158 setAccountTypes(TYPE1, TYPE2); 209 // Added a new account type: TYPE2, and the TYPE2EX extension [all...] |
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/ |
TrackReferenceTypeBox.java | 31 public static final String TYPE2 = "cdsc";
|
/external/elfutils/libelf/ |
gelf_xlate.c | 168 #define TYPE(Name, Bits) TYPE2 (Name, Bits) 169 #define TYPE2(Name, Bits) TYPE3 (Name##Bits)
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/sampleentry/ |
AudioSampleEntry.java | 34 public static final String TYPE2 = "sawb";
|
VisualSampleEntry.java | 52 public static final String TYPE2 = "s263";
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/cp/ |
cp-tree.h | 292 /* Returns nonzero iff TYPE1 and TYPE2 are the same type, in the usual 294 #define same_type_p(TYPE1, TYPE2) \ 295 comptypes ((TYPE1), (TYPE2), COMPARE_STRICT) 571 (((struct tree_trait_expr *)TRAIT_EXPR_CHECK (NODE))->type2) 580 tree type2; 579 tree type2; variable [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/cp/ |
cp-tree.h | 292 /* Returns nonzero iff TYPE1 and TYPE2 are the same type, in the usual 294 #define same_type_p(TYPE1, TYPE2) \ 295 comptypes ((TYPE1), (TYPE2), COMPARE_STRICT) 571 (((struct tree_trait_expr *)TRAIT_EXPR_CHECK (NODE))->type2) 580 tree type2; 579 tree type2; variable [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/cp/ |
cp-tree.h | 292 /* Returns nonzero iff TYPE1 and TYPE2 are the same type, in the usual 294 #define same_type_p(TYPE1, TYPE2) \ 295 comptypes ((TYPE1), (TYPE2), COMPARE_STRICT) 571 (((struct tree_trait_expr *)TRAIT_EXPR_CHECK (NODE))->type2) 580 tree type2; 579 tree type2; variable [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/cp/ |
cp-tree.h | 292 /* Returns nonzero iff TYPE1 and TYPE2 are the same type, in the usual 294 #define same_type_p(TYPE1, TYPE2) \ 295 comptypes ((TYPE1), (TYPE2), COMPARE_STRICT) 571 (((struct tree_trait_expr *)TRAIT_EXPR_CHECK (NODE))->type2) 580 tree type2; 579 tree type2; variable [all...] |