Home
last modified time | relevance | path

Searched defs:type1 (Results 1 – 25 of 56) 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
/external/v8/test/cctest/
Dtest-types.cc188 TypeHandle type1 = *it1; in Bitset() local
199 TypeHandle type1 = *it1; in Bitset() local
210 TypeHandle type1 = *it1; in Bitset() local
221 TypeHandle type1 = *it1; in Bitset() local
235 TypeHandle type1 = *it1; in Bitset() local
254 TypeHandle type1 = *it1; in PointwiseRepresentation() local
264 TypeHandle type1 = *it1; in PointwiseRepresentation() local
283 TypeHandle type1 = *it1; in PointwiseRepresentation() local
302 TypeHandle type1 = *it1; in PointwiseRepresentation() local
336 TypeHandle type1 = T.Class(map1); in Class() 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.c185 T1_Font type1 = &t1face->type1; in t1_ps_get_font_value() local
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/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.c185 T1_Font type1 = &t1face->type1; in t1_ps_get_font_value() local
/external/opencv3/modules/core/src/
Dprecomp.hpp116 typedef T1 type1; typedef
124 typedef T1 type1; typedef
132 typedef T1 type1; typedef
140 typedef T type1; typedef
148 typedef T type1; typedef
/external/dexmaker/src/dx/java/com/android/dx/cf/code/
DMerger.java39 Type type1 = ft1.getType(); in mergeType() local
/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/Contacts/
Db2Contact.cpp52 b2Shape::Type type1, b2Shape::Type type2) in AddType()
77 b2Shape::Type type1 = fixtureA->GetType(); in Create() local
/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/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/type42/
Dt42objs.c36 T1_Font type1 = &face->type1; in T42_Open_Face() local
175 T1_Font type1 = &face->type1; in T42_Face_Init() local
417 T1_Font type1; in T42_Face_Done() local
Dt42types.h36 T1_FontRec type1; member
/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/parameter-framework/asio-1.10.6/include/asio/detail/
Dconfig.hpp56 # define ASIO_MOVE_CAST2(type1, type2) static_cast<type1, type2&&> argument
75 # define ASIO_MOVE_CAST2(type1, type2) static_cast<const type1, type2&> argument
/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
/external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/dynamics/
DWorld.java217 private void addType(IDynamicStack<Contact> creator, ShapeType type1, ShapeType type2) { in addType()
254 final ShapeType type1 = fixtureA.getType(); in popContact() local
282 ShapeType type1 = fixtureA.getType(); in pushContact() local
/external/javassist/src/main/javassist/bytecode/analysis/
DMultiType.java188 private Map mergeMultiInterfaces(MultiType type1, MultiType type2) { in mergeMultiInterfaces()

123