Home
last modified time | relevance | path

Searched defs:type2 (Results 1 – 25 of 26) sorted by relevance

12

/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/asn1/der/
DImplicitTest.java194 ASN1Implicit type2 = new ASN1Implicit(2, type1); in testConsecutiveStringTagging() local
/external/clang/test/Sema/
Ddllimport-dllexport.c33 typedef int __declspec(dllimport) type2; // expected-warning{{'dllimport' attribute only applies to… typedef
/external/strace/
Dutil.c106 #define _hack_syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4,\ argument
/external/clang/test/SemaTemplate/
Dcanonical-expr-type.cpp47 typedef T __attribute__((ext_vector_type(M))) type2; typedef
Dinstantiate-declref.cpp58 typedef struct { T z; } type2; in foo() typedef
/external/javassist/src/main/javassist/compiler/ast/
DIntConst.java55 int type2 = right.type; in compute0() local
/external/bluetooth/glib/gobject/
Dgvaluetransform.c252 #define SKIP____register_transform_func(type1,type2,transform_func) /* skip questionable transf… in g_value_transforms_init() argument
/external/javassist/src/main/javassist/bytecode/analysis/
DMultiType.java188 private Map mergeMultiInterfaces(MultiType type1, MultiType type2) { in mergeMultiInterfaces()
DExecutor.java284 Type type2 = frame.peek(); in execute() local
297 Type type2 = frame.pop(); in execute() local
/external/kernel-headers/original/asm-arm/
Dunistd.h435 #define _syscall2(type,name,type1,arg1,type2,arg2) \ argument
452 #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \ argument
470 #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4)\ argument
489 #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4,type5,arg5) \ argument
509 #define _syscall6(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4,type5,arg5,type6,arg6) \ argument
/external/clang/test/Index/
Dannotate-nested-name-specifier.cpp108 typedef typename outer_alias::inner::vector<type>::template rebind<type>::other type2; typedef
/external/clang/test/SemaCXX/
Dqualified-id-lookup.cpp67 typedef struct N::f2 type2; typedef
/external/chromium/chrome/browser/sessions/
Dsession_restore_uitest.cc323 Browser::Type type1, type2; in TEST_F() local
/external/openssl/crypto/objects/
Dobjects.h1021 #define _DECLARE_OBJ_BSEARCH_CMP_FN(scope, type1, type2, nm) \ argument
1026 #define DECLARE_OBJ_BSEARCH_CMP_FN(type1, type2, cmp) \ argument
1028 #define DECLARE_OBJ_BSEARCH_GLOBAL_CMP_FN(type1, type2, nm) \ argument
1058 #define IMPLEMENT_OBJ_BSEARCH_CMP_FN(type1, type2, nm) \ argument
1072 #define IMPLEMENT_OBJ_BSEARCH_GLOBAL_CMP_FN(type1, type2, nm) \ argument
1086 #define OBJ_bsearch(type1,key,type2,base,num,cmp) \ argument
1093 #define OBJ_bsearch_ex(type1,key,type2,base,num,cmp,flags) \ argument
/external/openssl/include/openssl/
Dobjects.h1021 #define _DECLARE_OBJ_BSEARCH_CMP_FN(scope, type1, type2, nm) \ argument
1026 #define DECLARE_OBJ_BSEARCH_CMP_FN(type1, type2, cmp) \ argument
1028 #define DECLARE_OBJ_BSEARCH_GLOBAL_CMP_FN(type1, type2, nm) \ argument
1058 #define IMPLEMENT_OBJ_BSEARCH_CMP_FN(type1, type2, nm) \ argument
1072 #define IMPLEMENT_OBJ_BSEARCH_GLOBAL_CMP_FN(type1, type2, nm) \ argument
1086 #define OBJ_bsearch(type1,key,type2,base,num,cmp) \ argument
1093 #define OBJ_bsearch_ex(type1,key,type2,base,num,cmp,flags) \ argument
Dsafestack.h91 #define DECLARE_SPECIAL_STACK_OF(type, type2) \ argument
/external/javassist/src/main/javassist/compiler/
DCodeGen.java1003 int type2 = exprType; in atArithBinExpr() local
1031 int type2 = exprType; in atStringConcatExpr() local
1289 static boolean rightIsStrong(int type1, int type2) { in rightIsStrong()
1305 private void convertOprandTypes(int type1, int type2, Expr expr) in convertOprandTypes()
DTypeChecker.java498 int type2 = exprType; in computeBinExprType() local
535 private void insertCast(BinExpr expr, int type1, int type2) in insertCast()
/external/bluetooth/glib/gio/
Dgcontenttype.c108 const char *type2) in g_content_type_equals()
466 const char *type2) in g_content_type_equals()
/external/javassist/src/main/javassist/bytecode/
DConstPool.java1262 String type2 = Descriptor.rename(type, oldName, newName); in renameClass() local
1269 String type2 = Descriptor.rename(type, map); in renameClass() local
/external/skia/src/animator/
DSkScript.cpp1264 SkOpType type2; in processOp() local
/external/collada/src/dae/
DdaeElement.cpp497 type2 = formatToken(elt2->getTypeName()), in format() local
/external/valgrind/main/perf/
Dtinycc.c11182 CType *type1, *type2, tmp_type1, tmp_type2; in check_comparison_pointer_types() local
11645 static int is_compatible_func(CType *type1, CType *type2) in is_compatible_func()
11679 static int is_compatible_types(CType *type1, CType *type2) in is_compatible_types()
11803 CType *st, *type1, *type2, tmp_type1, tmp_type2; in gen_assign_cast() local
12585 CType type1, *type2; in type_decl() local
12927 CType type1, type2; in unary() local
13336 CType type, type1, type2; in expr_eq() local
/external/qemu/target-arm/
Dneon_helper.c1589 #define DO_MULL(dest, x, y, type1, type2) do { \ argument
/external/libxml2/
Dxmlregexp.c2232 xmlFACompareAtomTypes(xmlRegAtomType type1, xmlRegAtomType type2) { in xmlFACompareAtomTypes()

12