/external/clang/test/SemaCXX/ |
D | constexpr-many-arguments.cpp | 4 struct type1 struct 6 constexpr type1(int a0) : my_data{a0} {} in type1() argument 12 typedef type1 T; argument
|
D | qualified-id-lookup.cpp | 65 typedef struct N::f1 type1; typedef
|
/external/v8/test/cctest/ |
D | test-types.cc | 420 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/ |
D | t1gload.c | 63 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
|
D | t1objs.c | 205 T1_Font type1; in T1_Face_Done() local 310 T1_Font type1 = &face->type1; in T1_Face_Init() local
|
D | t1driver.c | 183 T1_Font type1 = &t1face->type1; in t1_ps_get_font_value() local
|
D | t1afm.c | 57 T1_Font type1 = (T1_Font)user_data; in t1_get_index() local
|
/external/dexmaker/src/dx/java/com/android/dx/cf/code/ |
D | Merger.java | 39 Type type1 = ft1.getType(); in mergeType() local
|
/external/clang/test/SemaTemplate/ |
D | instantiate-exception-spec-cxx11.cpp | 90 struct type1 { struct 91 wrap<typename T::base> base; 101 typedef type1<types> type1; typedef
|
D | canonical-expr-type.cpp | 42 typedef T __attribute__((ext_vector_type(N))) type1; typedef
|
/external/dexmaker/src/dx/java/com/android/dx/rop/type/ |
D | StdTypeList.java | 183 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/ |
D | ImplicitTest.java | 192 ASN1Implicit type1 = new ASN1Implicit(1, ASN1OctetString.getInstance()); in testConsecutiveStringTagging() local
|
/external/libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/ |
D | result_of.pass.cpp | 69 using type1 = std::result_of<decltype(&wat::foo)(wat)>::type; in main() typedef
|
/external/google-breakpad/src/third_party/lss/ |
D | linux_syscall_support.h | 1676 #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/ |
D | TypeChecker.java | 284 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()
|
D | CodeGen.java | 968 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/ |
D | IntConst.java | 54 int type1 = this.type; in compute0() local
|
/external/clang/test/CodeGenCXX/ |
D | type_visibility.cpp | 123 namespace type1 { namespace
|
D | mangle-ms-templates.cpp | 247 struct type1 { struct
|
/external/javassist/src/main/javassist/bytecode/analysis/ |
D | MultiType.java | 188 private Map mergeMultiInterfaces(MultiType type1, MultiType type2) { in mergeMultiInterfaces()
|
D | Executor.java | 283 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/ |
D | CommonSuperclassTest.java | 92 String type1, String type2) { in superclassTest()
|
/external/clang/test/Index/ |
D | annotate-nested-name-specifier.cpp | 107 typedef typename outer_alias::inner::vector<type>::template rebind<type> type1; typedef
|
/external/mockito/cglib-and-asm/src/org/mockito/asm/ |
D | ClassWriter.java | 1235 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/ |
D | types.cc | 610 TypeHandle type1, TypeHandle type2, Region* region) { in Intersect() 740 TypeHandle type1, TypeHandle type2, Region* region) { in Union()
|