HomeSort by relevance Sort by last modified time
    Searched defs:type1 (Results 1 - 25 of 320) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/SemaCXX/
constexpr-many-arguments.cpp 4 struct type1 struct
6 constexpr type1(int a0) : my_data{a0} {} function in struct:type1
12 typedef type1 T;
20 type1 my_data[23];
qualified-id-lookup.cpp 65 typedef struct N::f1 type1; typedef in typeref:struct:f1
  /external/clang/test/SemaTemplate/
canonical-expr-type.cpp 42 typedef T __attribute__((ext_vector_type(N))) type1; typedef in struct:X2
46 void f0(type1); // expected-note{{previous}}
instantiate-exception-spec-cxx11.cpp 85 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/dexmaker/src/dx/java/com/android/dx/cf/code/
Merger.java 39 Type type1 = ft1.getType(); local
42 if (type1 == type2) {
43 return type1;
44 } else if (type1.isReference() && type2.isReference()) {
45 if (type1 == Type.KNOWN_NULL) {
56 return type1;
57 } else if (type1.isArray() && type2.isArray()) {
59 mergeType(type1.getComponentType(),
77 } else if (type1.isIntlike() && type2.isIntlike()) {
  /bionic/libc/bionic/
mntent.cpp 48 int fsname0, fsname1, dir0, dir1, type0, type1, opts0, opts1; local
50 &fsname0, &fsname1, &dir0, &dir1, &type0, &type1, &opts0, &opts1,
59 buf[type1] = '\0';
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/type42/
t42types.h 36 T1_FontRec type1; member in struct:T42_FaceRec_
t42objs.c 36 T1_Font type1 = &face->type1; local
68 if ( type1->font_type != 42 )
71 type1->font_type ));
77 /* to the Type1 data */
78 type1->num_glyphs = loader.num_glyphs;
87 type1->charstrings_block = loader.charstrings.block;
88 type1->charstrings = loader.charstrings.elements;
89 type1->charstrings_len = loader.charstrings.lengths;
93 type1->glyph_names_block = loader.glyph_names.block
175 T1_Font type1 = &face->type1; local
417 T1_Font type1; local
    [all...]
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/asn1/der/
ImplicitTest.java 188 * TYPE1 = [1] IMPLICIT OCTET STRING
189 * TYPE2 = [2] IMPLICIT TYPE1
192 ASN1Implicit type1 = new ASN1Implicit(1, ASN1OctetString.getInstance()); local
194 ASN1Implicit type2 = new ASN1Implicit(2, type1);
  /external/clang/test/CodeGenCXX/
type_visibility.cpp 123 namespace type1 { namespace
  /packages/apps/Contacts/src/com/android/contacts/editor/
RawContactDeltaComparator.java 50 final AccountType type1 = accountTypes.getAccountType(accountType1, dataSet1); local
56 if (!type1.areContactsWritable() && type2.areContactsWritable()) {
58 } else if (type1.areContactsWritable() && !type2.areContactsWritable()) {
64 boolean isGoogleAccount1 = type1 instanceof GoogleAccountType;
77 if (type1.accountType != null && type2.accountType == null) {
79 } else if (type1.accountType == null && type2.accountType != null) {
83 if (type1.accountType != null && type2.accountType != null) {
84 value = type1.accountType.compareTo(type2.accountType);
92 if (type1.dataSet != null && type2.dataSet == null) {
94 } else if (type1.dataSet == null && type2.dataSet != null)
    [all...]
  /external/javassist/src/main/javassist/compiler/ast/
IntConst.java 54 int type1 = this.type; local
57 if (type1 == TokenId.LongConstant || type2 == TokenId.LongConstant)
59 else if (type1 == TokenId.CharConstant
95 newType = type1;
99 newType = type1;
103 newType = type1;
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/type1/
t1driver.c 62 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->font_type )
    [all...]
t1gload.c 63 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->num_subrs
219 T1_Font type1 = &face->type1; local
279 T1_Font type1 = &face->type1; local
    [all...]
t1objs.c 109 &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->subrs_len )
310 T1_Font type1 = &face->type1; local
    [all...]
t1afm.c 57 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];
243 T1_Font t1_font = &face->type1;
  /external/pdfium/third_party/freetype/src/type1/
t1driver.c 62 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->font_type )
    [all...]
t1gload.c 63 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->num_subrs
219 T1_Font type1 = &face->type1; local
279 T1_Font type1 = &face->type1; local
    [all...]
t1objs.c 109 &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->subrs_len )
310 T1_Font type1 = &face->type1; local
    [all...]
t1afm.c 57 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;
  /dalvik/dx/src/com/android/dx/cf/code/
Merger.java 157 Type type1 = ft1.getType(); local
160 if (type1 == type2) {
161 return type1;
162 } else if (type1.isReference() && type2.isReference()) {
163 if (type1 == Type.KNOWN_NULL) {
174 return type1;
175 } else if (type1.isArray() && type2.isArray()) {
177 mergeType(type1.getComponentType(),
195 } else if (type1.isIntlike() && type2.isIntlike()) {
  /external/clang/test/Index/
annotate-nested-name-specifier.cpp 107 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:107:76 (Definition
    [all...]
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/Contacts/
b2Contact.cpp 52 b2Shape::Type type1, b2Shape::Type type2)
54 b2Assert(0 <= type1 && type1 < b2Shape::e_typeCount);
57 s_registers[type1][type2].createFcn = createFcn;
58 s_registers[type1][type2].destroyFcn = destoryFcn;
59 s_registers[type1][type2].primary = true;
61 if (type1 != type2)
63 s_registers[type2][type1].createFcn = createFcn;
64 s_registers[type2][type1].destroyFcn = destoryFcn;
65 s_registers[type2][type1].primary = false
77 b2Shape::Type type1 = fixtureA->GetType(); local
    [all...]
  /art/runtime/verifier/
reg_type.cc 595 const ConstantType& type1 = *down_cast<const ConstantType*>(this); local
597 int32_t val1 = type1.ConstantValue();
602 if (!type1.IsPreciseConstant()) {
617 if (!type1.IsPreciseConstant()) {
631 if (type1.IsConstantByte()) {
639 } else if (type1.IsConstantShort()) {
650 const ConstantType& type1 = *down_cast<const ConstantType*>(this); local
652 int32_t val1 = type1.ConstantValueLo();
656 const ConstantType& type1 = *down_cast<const ConstantType*>(this); local
658 int32_t val1 = type1.ConstantValueHi()
    [all...]
  /external/opencv3/modules/core/src/
precomp.hpp 116 typedef T1 type1; typedef in struct:cv::OpAdd
124 typedef T1 type1; typedef in struct:cv::OpSub
132 typedef T1 type1; typedef in struct:cv::OpRSub
140 typedef T type1; typedef in struct:cv::OpMin
148 typedef T type1; typedef in struct:cv::OpMax

Completed in 1494 milliseconds

1 2 3 4 5 6 7 8 91011>>