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

1 2 3

  /external/clang/test/Sema/
c11-typedef-redef.c 8 typedef int type2; typedef
9 typedef type type2; typedef
10 typedef int type2; typedef
dllimport-dllexport.c 34 typedef int __declspec(dllimport) type2; // expected-warning{{'dllimport' attribute only applies to variables and functions}} typedef
  /external/dexmaker/src/dx/java/com/android/dx/cf/code/
Merger.java 40 Type type2 = ft2.getType(); local
42 if (type1 == type2) {
44 } else if (type1.isReference() && type2.isReference()) {
50 return type2;
51 } else if (type2 == Type.KNOWN_NULL) {
53 * The same as above, but this time it's type2 that's
57 } else if (type1.isArray() && type2.isArray()) {
60 type2.getComponentType());
77 } else if (type1.isIntlike() && type2.isIntlike()) {
  /dalvik/dx/src/com/android/dx/cf/code/
Merger.java 158 Type type2 = ft2.getType(); local
160 if (type1 == type2) {
162 } else if (type1.isReference() && type2.isReference()) {
168 return type2;
169 } else if (type2 == Type.KNOWN_NULL) {
171 * The same as above, but this time it's type2 that's
175 } else if (type1.isArray() && type2.isArray()) {
178 type2.getComponentType());
195 } else if (type1.isIntlike() && type2.isIntlike()) {
Machine.java 88 * @param type2 {@code non-null;} type of the second argument
90 public void popArgs(Frame frame, Type type1, Type type2);
101 * @param type2 {@code non-null;} type of the second argument
104 public void popArgs(Frame frame, Type type1, Type type2, Type type3);
BaseMachine.java 167 public final void popArgs(Frame frame, Type type1, Type type2) {
178 if (! Merger.isPossiblyAssignableFrom(type2, args[1])) {
179 throw new SimException("expected type " + type2.toHuman() +
185 public final void popArgs(Frame frame, Type type1, Type type2,
197 if (! Merger.isPossiblyAssignableFrom(type2, args[1])) {
198 throw new SimException("expected type " + type2.toHuman() +
  /external/clang/test/SemaTemplate/
ms-if-exists.cpp 14 typedef Nontemplate::value type2; typedef
27 X<int>::type2 i2; // expected-error{{no type named 'type2' in 'X<int>'}}
canonical-expr-type.cpp 47 typedef T __attribute__((ext_vector_type(M))) type2; typedef in struct:X2
51 void f0(type2);
instantiate-exception-spec-cxx11.cpp 87 base(const typename T::type2 &);
96 struct type2 { struct in namespace:core_19754_example
103 typedef type2<types> type2; typedef in struct:core_19754_example::types
instantiate-declref.cpp 58 typedef struct { T z; } type2; typedef in typeref:struct:N2::Outer2::Inner::__anon5849
59 type2 t3 = { s1.x };
  /external/bluetooth/glib/gio/
gcontenttype.h 35 const char *type2);
  /external/openssl/crypto/objects/
objects.h 1021 #define _DECLARE_OBJ_BSEARCH_CMP_FN(scope, type1, type2, nm) \
1023 static int nm##_cmp(type1 const *, type2 const *);
    [all...]
  /external/openssl/include/openssl/
objects.h 1021 #define _DECLARE_OBJ_BSEARCH_CMP_FN(scope, type1, type2, nm) \
1023 static int nm##_cmp(type1 const *, type2 const *);
    [all...]
  /external/javassist/src/main/javassist/compiler/ast/
IntConst.java 55 int type2 = right.type; local
57 if (type1 == TokenId.LongConstant || type2 == TokenId.LongConstant)
60 && type2 == TokenId.CharConstant)
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/asn1/der/
ImplicitTest.java 189 * TYPE2 = [2] IMPLICIT TYPE1
194 ASN1Implicit type2 = new ASN1Implicit(2, type1); local
213 assertTrue(Arrays.equals(array, (byte[]) type2
217 assertTrue(Arrays.equals(primitiveEncoding, type2.encode(array)));
221 type2.decode(constructedEncoding);
  /external/v8/src/
preparser.h 185 bool HasConflict(int type1, int type2) { return (type1 & type2) != 0; }
186 bool IsDataDataConflict(int type1, int type2) {
187 return ((type1 & type2) & kValueFlag) != 0;
189 bool IsDataAccessorConflict(int type1, int type2) {
190 return ((type1 ^ type2) & kValueFlag) != 0;
192 bool IsAccessorAccessorConflict(int type1, int type2) {
193 return ((type1 | type2) & kValueFlag) == 0;
  /system/media/camera/tests/
camera_metadata_tests.cpp 384 uint8_t type, type2; local
393 i, &tag2, &type2, (void**)&data2, &data_count2);
396 EXPECT_EQ(type, type2);
444 uint8_t type, type2; local
453 i, &tag2, &type2, (void**)&data2, &data_count2);
456 EXPECT_EQ(type, type2);
522 uint8_t type, type2; local
531 i, &tag2, &type2, (void**)&data2, &data_count2);
534 EXPECT_EQ(type, type2);
552 uint8_t type, type2; local
629 uint8_t type, type2; local
659 uint8_t type, type2; local
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/rop/type/
StdTypeList.java 195 * @param type2 {@code non-null;} the third element
198 public static StdTypeList make(Type type0, Type type1, Type type2) {
202 result.set(2, type2);
211 * @param type2 {@code non-null;} the third element
215 public static StdTypeList make(Type type0, Type type1, Type type2,
220 result.set(2, type2);
  /dalvik/dx/src/com/android/dx/rop/type/
StdTypeList.java 195 * @param type2 {@code non-null;} the third element
198 public static StdTypeList make(Type type0, Type type1, Type type2) {
202 result.set(2, type2);
211 * @param type2 {@code non-null;} the third element
215 public static StdTypeList make(Type type0, Type type1, Type type2,
220 result.set(2, type2);
  /external/clang/test/SemaCXX/
qualified-id-lookup.cpp 67 typedef struct N::f2 type2; typedef in typeref:struct:f2
  /external/dexmaker/src/dx/java/com/android/dx/rop/type/
StdTypeList.java 195 * @param type2 {@code non-null;} the third element
198 public static StdTypeList make(Type type0, Type type1, Type type2) {
202 result.set(2, type2);
211 * @param type2 {@code non-null;} the third element
215 public static StdTypeList make(Type type0, Type type1, Type type2,
220 result.set(2, type2);
  /external/libxml2/
xmlregexp.c     [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
LangParser.m 335 LangParser_type_return * type2 = nil ;
354 type2 = [self type];
359 [stream_type addElement:[type2 getTree]];
  /external/chromium/chrome/browser/sessions/
session_restore_uitest.cc 323 Browser::Type type1, type2; local
325 ASSERT_TRUE(browser_proxy2->GetType(&type2));
330 EXPECT_EQ(type2, Browser::TYPE_POPUP);
333 EXPECT_EQ(type2, Browser::TYPE_NORMAL);
  /external/javassist/src/main/javassist/compiler/
CodeGen.java 1003 int type2 = exprType; local
1005 if (type2 == INT || type2 == SHORT
1006 || type2 == CHAR || type2 == BYTE)
1011 convertOprandTypes(type1, type2, expr);
1031 int type2 = exprType; local
1033 boolean type2Is2 = is2word(type2, dim2);
1035 = (type2 == CLASS && jvmJavaLangString.equals(className));
1038 convToString(type2, dim2)
    [all...]

Completed in 805 milliseconds

1 2 3