Searched defs:type1 (Results 1 - 25 of 58) sorted by relevance

123

/external/clang/test/SemaTemplate/
H A Dcanonical-expr-type.cpp42 typedef T __attribute__((ext_vector_type(N))) type1; typedef in struct:X2
46 void f0(type1); // expected-note{{previous}}
H A Dinstantiate-exception-spec-cxx11.cpp85 base(const typename T::type1 &);
90 struct type1 { struct in namespace:core_19754_example
101 typedef type1<types> type1; typedef in struct:core_19754_example::types
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/analysis/
H A DCommonSuperclassTest.java96 String type1, String type2) {
98 TypeProto type1Proto = classPath.getClass(type1);
95 superclassTest(String commonSuperclass, String type1, String type2) argument
/external/clang/test/CodeGenCXX/
H A Dtype_visibility.cpp123 namespace type1 { namespace
H A Dmangle-ms-templates.cpp247 struct type1 { struct
250 void recref(type1<inst>) {}
251 // CHECK: "\01?recref@@YAXU?$type1@$E?inst@@3Urecord@@B@@@Z"
/external/pdfium/third_party/freetype/src/type1/
H A Dt1gload.c63 T1_Font type1 = &face->type1; local
72 decoder->font_matrix = type1->font_matrix;
73 decoder->font_offset = type1->font_offset;
88 char_string->pointer = type1->charstrings[glyph_index];
89 char_string->length = (FT_Int)type1->charstrings_len[glyph_index];
159 T1_Font type1 = &face->type1; local
172 (FT_Byte**)type1->glyph_names,
183 decoder.num_subrs = type1
219 T1_Font type1 = &face->type1; local
279 T1_Font type1 = &face->type1; local
[all...]
H A Dt1objs.c109 &face->type1.private_dict, &globals );
205 T1_Font type1; local
212 type1 = &face->type1;
232 PS_FontInfo info = &type1->font_info;
243 FT_FREE( type1->charstrings_len );
244 FT_FREE( type1->charstrings );
245 FT_FREE( type1->glyph_names );
247 FT_FREE( type1->subrs );
248 FT_FREE( type1
310 T1_Font type1 = &face->type1; local
[all...]
H A Dt1driver.c62 FT_STRCPYN( buffer, face->type1.glyph_names[glyph_index], buffer_max );
75 for ( i = 0; i < face->type1.num_glyphs; i++ )
77 FT_String* gname = face->type1.glyph_names[i];
103 return (const char*) face->type1.font_name;
139 *afont_info = ((T1_Face)face)->type1.font_info;
149 *afont_extra = ((T1_Face)face)->type1.font_extra;
168 *afont_private = ((T1_Face)face)->type1.private_dict;
185 T1_Font type1 = &t1face->type1; local
191 retval = sizeof ( type1
[all...]
H A Dt1afm.c57 T1_Font type1 = (T1_Font)user_data; local
65 for ( n = 0; n < type1->num_glyphs; n++ )
67 char* gname = (char*)type1->glyph_names[n];
242 T1_Font t1_font = &( (T1_Face)t1_face )->type1;
H A Dt1load.c140 blend->font_infos[0] = &face->type1.font_info;
141 blend->privates [0] = &face->type1.private_dict;
142 blend->bboxes [0] = &face->type1.font_bbox;
958 dummy_object = &face->type1.font_info;
970 dummy_object = &face->type1.font_extra;
976 dummy_object = &face->type1.private_dict;
988 dummy_object = &face->type1.font_bbox;
1020 dummy_object = &face->type1;
1118 FT_Matrix* matrix = &face->type1.font_matrix;
1119 FT_Vector* offset = &face->type1
2127 T1_Font type1 = &face->type1; local
[all...]
/external/clang/test/Index/
H A Dannotate-nested-name-specifier.cpp107 typedef typename outer_alias::inner::vector<type>::template rebind<type> type1; typedef in struct:X6
372 // CHECK: Keyword: "typename" [107:11 - 107:19] TypedefDecl=type1:107:76 (Definition)
374 // CHECK: Punctuation: "::" [107:31 - 107:33] TypedefDecl=type1:107:76 (Definition)
376 // CHECK: Punctuation: "::" [107:38 - 107:40] TypedefDecl=type1:107:76 (Definition)
378 // CHECK: Punctuation: "<" [107:46 - 107:47] TypedefDecl=type1:107:76 (Definition)
380 // CHECK: Punctuation: ">" [107:51 - 107:52] TypedefDecl=type1:107:76 (Definition)
381 // CHECK: Punctuation: "::" [107:52 - 107:54] TypedefDecl=type1:107:76 (Definition)
382 // CHECK: Keyword: "template" [107:54 - 107:62] TypedefDecl=type1:107:76 (Definition)
383 // CHECK: Identifier: "rebind" [107:63 - 107:69] TypedefDecl=type1:107:76 (Definition)
384 // CHECK: Punctuation: "<" [107:69 - 107:70] TypedefDecl=type1
[all...]
/external/clang/test/SemaCXX/
H A Dconstexpr-many-arguments.cpp4 struct type1 struct
6 constexpr type1(int a0) : my_data{a0} {} function in struct:type1
12 typedef type1 T;
20 type1 my_data[23];
H A Dqualified-id-lookup.cpp65 typedef struct N::f1 type1; typedef in typeref:struct:f1
/external/javassist/src/main/javassist/bytecode/analysis/
H A DMultiType.java188 private Map mergeMultiInterfaces(MultiType type1, MultiType type2) { argument
189 Map map1 = getAllMultiInterfaces(type1);
/external/dexmaker/src/dx/java/com/android/dx/rop/type/
H A DStdTypeList.java180 * @param type1 {@code non-null;} the second element
183 public static StdTypeList make(Type type0, Type type1) { argument
186 result.set(1, type1);
194 * @param type1 {@code non-null;} the second element
198 public static StdTypeList make(Type type0, Type type1, Type type2) { argument
201 result.set(1, type1);
210 * @param type1 {@code non-null;} the second element
215 public static StdTypeList make(Type type0, Type type1, Type type2, argument
219 result.set(1, type1);
/external/v8/test/unittests/compiler/
H A Dtyper-unittest.cc212 Type* type1 = types_.Fuzz(); local
214 Type* type = TypeBinaryOp(op, type1, type2);
215 Type* subtype1 = RandomSubtype(type1);
/external/freetype/include/freetype/internal/
H A Dt1types.h203 T1_FontRec type1; member in struct:T1_FaceRec_
/external/javassist/src/main/javassist/compiler/
H A DTypeChecker.java284 int type1 = exprType;
290 if (CodeGen.rightIsStrong(type1, exprType))
292 else if (CodeGen.rightIsStrong(exprType, type1)) {
293 expr.setElse(new CastExpr(type1, 0, expr.elseExpr()));
294 exprType = type1;
327 int type1 = exprType;
330 computeBinExprType(expr, token, type1);
367 int type1 = exprType;
375 if ((type1 == CLASS && dim1 == 0 && jvmJavaLangString.equals(cname))
387 computeBinExprType(expr, '+', type1);
494 computeBinExprType(BinExpr expr, int token, int type1) argument
535 insertCast(BinExpr expr, int type1, int type2) argument
[all...]
H A DCodeGen.java968 int type1 = exprType;
976 && (type1 == CLASS || exprType == CLASS))
977 atStringConcatExpr(expr, type1, dim1, cname1);
979 atArithBinExpr(expr, token, k, type1);
998 int index, int type1) throws CompileError
1007 exprType = type1;
1011 convertOprandTypes(type1, type2, expr);
1018 exprType = INT; // type1 may be BYTE, ...
1028 private void atStringConcatExpr(Expr expr, int type1, int dim1, argument
1040 if (is2word(type1, dim
997 atArithBinExpr(Expr expr, int token, int index, int type1) argument
1201 compareExpr(boolean branchIf, int token, int type1, BinExpr expr) argument
1289 rightIsStrong(int type1, int type2) argument
1305 convertOprandTypes(int type1, int type2, Expr expr) argument
[all...]
/external/openfst/src/include/fst/
H A Dlookahead-filter.h39 MatchType type1 = m1.Type(false); local
41 if (type1 == MATCH_OUTPUT &&
H A Dcompose.h420 MatchType type1 = matcher1_->Type(false); local
440 type1 == MATCH_OUTPUT && type2 == MATCH_INPUT) {
442 } else if (flags1 & kPreferMatch && type1 == MATCH_OUTPUT) {
446 } else if (type1 == MATCH_OUTPUT && type2 == MATCH_INPUT) {
448 } else if (type1 == MATCH_OUTPUT) {
/external/pdfium/third_party/freetype/include/freetype/internal/
H A Dt1types.h201 T1_FontRec type1; member in struct:T1_FaceRec_
/external/mockito/cglib-and-asm/src/org/mockito/asm/
H A DClassWriter.java1231 * @param type1 index of an internal name in {@link #typeTable}.
1235 int getMergedType(final int type1, final int type2) { argument
1237 key2.longVal = type1 | (((long) type2) << 32);
1238 key2.hashCode = 0x7FFFFFFF & (TYPE_MERGED + type1 + type2);
1241 String t = typeTable[type1].strVal1;
1259 * @param type1 the internal name of a class.
1264 protected String getCommonSuperClass(final String type1, final String type2) argument
1268 c = Class.forName(type1.replace('/', '.'));
1274 return type1;
/external/v8/src/
H A Dtypes.cc700 Type* Type::Intersect(Type* type1, Type* type2, Zone* zone) { argument
702 if (type1->IsBitset() && type2->IsBitset()) {
703 return BitsetType::New(type1->AsBitset() & type2->AsBitset());
707 if (type1->IsNone() || type2->IsAny()) return type1; // Shortcut.
708 if (type2->IsNone() || type1->IsAny()) return type2; // Shortcut.
711 if (type1->Is(type2)) return type1;
712 if (type2->Is(type1)) return type2;
721 type1
911 Union(Type* type1, Type* type2, Zone* zone) argument
[all...]
/external/v8/test/cctest/
H A Dtest-types.cc51 bool Equal(Type* type1, Type* type2) { argument
52 return type1->Equals(type2) &&
53 this->IsBitset(type1) == this->IsBitset(type2) &&
54 this->IsUnion(type1) == this->IsUnion(type2) &&
55 type1->NumClasses() == type2->NumClasses() &&
56 type1->NumConstants() == type2->NumConstants() &&
57 (!this->IsBitset(type1) ||
58 this->AsBitset(type1) == this->AsBitset(type2)) &&
59 (!this->IsUnion(type1) ||
60 this->AsUnion(type1)
64 CheckEqual(Type* type1, Type* type2) argument
66 CheckSub(Type* type1, Type* type2) argument
74 CheckSubOrEqual(Type* type1, Type* type2) argument
82 CheckUnordered(Type* type1, Type* type2) argument
90 CheckOverlap(Type* type1, Type* type2) argument
95 CheckDisjoint(Type* type1, Type* type2) argument
122 Type* type1 = *it1; local
133 Type* type1 = *it1; local
144 Type* type1 = *it1; local
155 Type* type1 = *it1; local
169 Type* type1 = *it1; local
188 Type* type1 = *it1; local
198 Type* type1 = *it1; local
215 Type* type1 = *it1; local
234 Type* type1 = *it1; local
268 Type* type1 = T.Class(map1); local
295 Type* type1 = T.Constant(value1); local
392 Type* type1 = T.Range(min1, max1); local
419 Type* type1 = T.Random(); local
446 Type* type1 = T.Random(); local
460 Type* type1 = T.Random(); local
477 Type* type1 = T.Random(); local
503 Type* type1 = T.Random(); local
640 Type* type1 = *it1; local
679 Type* type1 = *it1; local
689 Type* type1 = *it1; local
709 Type* type1 = *it1; local
719 Type* type1 = *it1; local
763 Type* type1 = *it1; local
774 Type* type1 = *it1; local
783 Type* type1 = *i; local
827 Type* type1 = T.Range(min1, max1); local
851 Type* type1 = T.Context(outer1); local
862 Type* type1 = T.Array1(element1); local
873 Type* type1 = T.Function0(result1, receiver1); local
897 Type* type1 = *it1; local
1025 Type* type1 = *it1; local
1037 Type* type1 = *it1; local
1047 Type* type1 = *it1; local
1165 Type* type1 = *it1; local
1174 Type* type1 = *it1; local
1184 Type* type1 = *it1; local
1194 Type* type1 = *it1; local
1330 Type* type1 = *it1; local
1362 Type* type1 = *it1; local
1373 Type* type1 = *it1; local
1427 Type* type1 = *it1; local
1575 Type* type1 = *it1; local
1628 Type* type1 = *it1; local
1680 Type* type1 = *it1; local
1837 Type* type1 = *it1; local
1848 Type* type1 = *it1; local
1863 Type* type1 = *it1; local
[all...]

Completed in 752 milliseconds

123