Home
last modified time | relevance | path

Searched defs:type1 (Results 1 – 25 of 53) sorted by relevance

123

/external/clang/test/SemaCXX/
Dconstexpr-many-arguments.cpp4 struct type1 struct
6 constexpr type1(int a0) : my_data{a0} {} in type1() argument
12 typedef type1 T; argument
Dqualified-id-lookup.cpp65 typedef struct N::f1 type1; typedef
/external/v8/test/cctest/
Dtest-types.cc420 TypeHandle type1 = *it1; in Bitset() local
431 TypeHandle type1 = *it1; in Bitset() local
442 TypeHandle type1 = *it1; in Bitset() local
453 TypeHandle type1 = *it1; in Bitset() local
467 TypeHandle type1 = *it1; in Bitset() local
500 TypeHandle type1 = T.Class(map1); in Class() local
527 TypeHandle type1 = T.Constant(value1); in Constant() local
613 TypeHandle type1 = T.Range(min1, max1); in Range() local
640 TypeHandle type1 = T.Random(); in Array() local
654 TypeHandle type1 = T.Random(); in Function() local
[all …]
/external/pdfium/third_party/freetype/src/type1/
Dt1gload.c63 T1_Font type1 = &face->type1; in T1_Parse_Glyph_And_Get_Char_String() local
159 T1_Font type1 = &face->type1; in T1_Compute_Max_Advance() local
219 T1_Font type1 = &face->type1; in T1_Get_Advances() local
279 T1_Font type1 = &face->type1; in T1_Load_Glyph() local
Dt1objs.c205 T1_Font type1; in T1_Face_Done() local
310 T1_Font type1 = &face->type1; in T1_Face_Init() local
Dt1driver.c183 T1_Font type1 = &t1face->type1; in t1_ps_get_font_value() local
Dt1afm.c57 T1_Font type1 = (T1_Font)user_data; in t1_get_index() local
/external/dexmaker/src/dx/java/com/android/dx/cf/code/
DMerger.java39 Type type1 = ft1.getType(); in mergeType() local
/external/clang/test/SemaTemplate/
Dinstantiate-exception-spec-cxx11.cpp90 struct type1 { struct
91 wrap<typename T::base> base;
101 typedef type1<types> type1; typedef
Dcanonical-expr-type.cpp42 typedef T __attribute__((ext_vector_type(N))) type1; typedef
/external/dexmaker/src/dx/java/com/android/dx/rop/type/
DStdTypeList.java183 public static StdTypeList make(Type type0, Type type1) { in make()
198 public static StdTypeList make(Type type0, Type type1, Type type2) { in make()
215 public static StdTypeList make(Type type0, Type type1, Type type2, in make()
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/asn1/der/
DImplicitTest.java192 ASN1Implicit type1 = new ASN1Implicit(1, ASN1OctetString.getInstance()); in testConsecutiveStringTagging() local
/external/libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/
Dresult_of.pass.cpp69 using type1 = std::result_of<decltype(&wat::foo)(wat)>::type; in main() typedef
/external/google-breakpad/src/third_party/lss/
Dlinux_syscall_support.h1676 #define _syscall1(type,name,type1,arg1) \ argument
1683 #define _syscall2(type,name,type1,arg1,type2,arg2) \ argument
1690 #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \ argument
1698 #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \ argument
1706 #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \ argument
1724 #define _syscall6(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \ argument
2027 #define _syscall1(type,name,type1,arg1) \ argument
2032 #define _syscall2(type,name,type1,arg1,type2,arg2) \ argument
2037 #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \ argument
2043 #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \ argument
[all …]
/external/javassist/src/main/javassist/compiler/
DTypeChecker.java284 int type1 = exprType; in atCondExpr() local
327 int type1 = exprType; in atBinExpr() local
367 int type1 = exprType; in atPlusExpr() local
494 private void computeBinExprType(BinExpr expr, int token, int type1) in computeBinExprType()
515 int type1 = exprType; in booleanExpr() local
535 private void insertCast(BinExpr expr, int type1, int type2) in insertCast()
DCodeGen.java968 int type1 = exprType; in atBinExpr() local
998 int index, int type1) throws CompileError in atArithBinExpr()
1028 private void atStringConcatExpr(Expr expr, int type1, int dim1, in atStringConcatExpr()
1101 int type1 = compileOprands(bexpr); in booleanExpr() local
1167 int type1 = exprType; in compileOprands() local
1202 int token, int type1, BinExpr expr) in compareExpr()
1289 static boolean rightIsStrong(int type1, int type2) { in rightIsStrong()
1305 private void convertOprandTypes(int type1, int type2, Expr expr) in convertOprandTypes()
/external/javassist/src/main/javassist/compiler/ast/
DIntConst.java54 int type1 = this.type; in compute0() local
/external/clang/test/CodeGenCXX/
Dtype_visibility.cpp123 namespace type1 { namespace
Dmangle-ms-templates.cpp247 struct type1 { struct
/external/javassist/src/main/javassist/bytecode/analysis/
DMultiType.java188 private Map mergeMultiInterfaces(MultiType type1, MultiType type2) { in mergeMultiInterfaces()
DExecutor.java283 Type type1 = frame.getStack(frame.getTopIndex() - 1); in execute() local
296 Type type1 = frame.pop(); in execute() local
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/analysis/
DCommonSuperclassTest.java92 String type1, String type2) { in superclassTest()
/external/clang/test/Index/
Dannotate-nested-name-specifier.cpp107 typedef typename outer_alias::inner::vector<type>::template rebind<type> type1; typedef
/external/mockito/cglib-and-asm/src/org/mockito/asm/
DClassWriter.java1235 int getMergedType(final int type1, final int type2) { in getMergedType()
1264 protected String getCommonSuperClass(final String type1, final String type2) in getCommonSuperClass()
/external/v8/src/
Dtypes.cc610 TypeHandle type1, TypeHandle type2, Region* region) { in Intersect()
740 TypeHandle type1, TypeHandle type2, Region* region) { in Union()

123