/external/freetype/src/type1/ |
D | t1driver.c | 65 FT_STRCPYN( buffer, face->type1.glyph_names[glyph_index], buffer_max ); in t1_get_glyph_name() 78 for ( i = 0; i < face->type1.num_glyphs; i++ ) in t1_get_name_index() 80 FT_String* gname = face->type1.glyph_names[i]; in t1_get_name_index() 106 return (const char*) face->type1.font_name; in t1_get_ps_name() 150 *afont_info = ((T1_Face)face)->type1.font_info; in t1_ps_get_font_info() 160 *afont_extra = ((T1_Face)face)->type1.font_extra; in t1_ps_get_font_extra() 179 *afont_private = ((T1_Face)face)->type1.private_dict; in t1_ps_get_font_private() 196 T1_Font type1 = &t1face->type1; in t1_ps_get_font_value() local 202 retval = sizeof ( type1->font_type ); in t1_ps_get_font_value() 204 *((FT_Byte *)value) = type1->font_type; in t1_ps_get_font_value() [all …]
|
D | t1objs.c | 106 &face->type1.private_dict, &globals ); in T1_Size_Init() 203 T1_Font type1; in T1_Face_Done() local 210 type1 = &face->type1; in T1_Face_Done() 230 PS_FontInfo info = &type1->font_info; in T1_Face_Done() 241 FT_FREE( type1->charstrings_len ); in T1_Face_Done() 242 FT_FREE( type1->charstrings ); in T1_Face_Done() 243 FT_FREE( type1->glyph_names ); in T1_Face_Done() 245 FT_FREE( type1->subrs ); in T1_Face_Done() 246 FT_FREE( type1->subrs_len ); in T1_Face_Done() 248 ft_hash_num_free( type1->subrs_hash, memory ); in T1_Face_Done() [all …]
|
D | t1gload.c | 48 T1_Font type1 = &face->type1; in T1_Parse_Glyph_And_Get_Char_String() local 65 decoder->font_matrix = type1->font_matrix; in T1_Parse_Glyph_And_Get_Char_String() 66 decoder->font_offset = type1->font_offset; in T1_Parse_Glyph_And_Get_Char_String() 81 char_string->pointer = type1->charstrings[glyph_index]; in T1_Parse_Glyph_And_Get_Char_String() 82 char_string->length = (FT_Int)type1->charstrings_len[glyph_index]; in T1_Parse_Glyph_And_Get_Char_String() 110 &face->type1.private_dict, &subfont ); in T1_Parse_Glyph_And_Get_Char_String() 218 T1_Font type1 = &face->type1; in T1_Compute_Max_Advance() local 231 (FT_Byte**)type1->glyph_names, in T1_Compute_Max_Advance() 242 decoder.num_subrs = type1->num_subrs; in T1_Compute_Max_Advance() 243 decoder.subrs = type1->subrs; in T1_Compute_Max_Advance() [all …]
|
D | t1load.c | 141 blend->font_infos[0] = &face->type1.font_info; in t1_allocate_blend() 142 blend->privates [0] = &face->type1.private_dict; in t1_allocate_blend() 143 blend->bboxes [0] = &face->type1.font_bbox; in t1_allocate_blend() 1228 dummy_object = &face->type1.font_info; in t1_load_keyword() 1240 dummy_object = &face->type1.font_extra; in t1_load_keyword() 1246 dummy_object = &face->type1.private_dict; in t1_load_keyword() 1258 dummy_object = &face->type1.font_bbox; in t1_load_keyword() 1290 dummy_object = &face->type1; in t1_load_keyword() 1394 FT_Matrix* matrix = &face->type1.font_matrix; in t1_parse_font_matrix() 1395 FT_Vector* offset = &face->type1.font_offset; in t1_parse_font_matrix() [all …]
|
/external/llvm-project/flang/test/Semantics/ |
D | structconst01.f90 | 11 type :: type1(j) type 14 end type type1 15 type, extends(type1) :: type2(k) 29 type(type1(0)), intent(in) :: x 38 call type1arg(type1(0)()) 39 call type1arg(type1(0)(1)) 40 call type1arg(type1(0)(n=1)) 42 call type1arg(type1(0)(j=1)) 44 call type1arg(type1(0)(1,n=2)) 46 call type1arg(type1(0)(n=1,2)) [all …]
|
D | resolve43.f90 | 9 type :: type1(j) type 12 end type type1 13 type, extends(type1) :: type2(k) 23 type(type1(0)), intent(in) :: x 29 call type1arg(type1(0)()) 30 call type1arg(type1(0)(1)) 31 call type1arg(type1(0)(n=1)) 33 call type1arg(type1(0)(bad=1)) 36 call type2arg(type2(0,0)(type1=type1(0)(n=1),m=2)) 37 call type2arg(type2(0,0)(type1=type1(0)(),m=2)) [all …]
|
/external/freetype/src/type42/ |
D | t42objs.c | 36 T1_Font type1 = &face->type1; in T42_Open_Face() local 68 if ( type1->font_type != 42 ) in T42_Open_Face() 71 type1->font_type )); in T42_Open_Face() 78 type1->num_glyphs = loader.num_glyphs; in T42_Open_Face() 87 type1->charstrings_block = loader.charstrings.block; in T42_Open_Face() 88 type1->charstrings = loader.charstrings.elements; in T42_Open_Face() 89 type1->charstrings_len = loader.charstrings.lengths; in T42_Open_Face() 93 type1->glyph_names_block = loader.glyph_names.block; in T42_Open_Face() 94 type1->glyph_names = (FT_String**)loader.glyph_names.elements; in T42_Open_Face() 99 if ( type1->encoding_type == T1_ENCODING_TYPE_ARRAY ) in T42_Open_Face() [all …]
|
D | t42drivr.c | 65 FT_STRCPYN( buffer, face->type1.glyph_names[glyph_index], buffer_max ); in t42_get_glyph_name() 78 for ( i = 0; i < face->type1.num_glyphs; i++ ) in t42_get_name_index() 80 FT_String* gname = face->type1.glyph_names[i]; in t42_get_name_index() 84 return (FT_UInt)ft_strtol( (const char *)face->type1.charstrings[i], in t42_get_name_index() 108 return (const char*)face->type1.font_name; in t42_get_ps_font_name() 128 *afont_info = ((T42_Face)face)->type1.font_info; in t42_ps_get_font_info() 138 *afont_extra = ((T42_Face)face)->type1.font_extra; in t42_ps_get_font_extra() 157 *afont_private = ((T42_Face)face)->type1.private_dict; in t42_ps_get_font_private()
|
/external/deqp/modules/gles2/scripts/ |
D | gen-invalid-implicit-conversions.py | 74 def __init__(self, operation, type0, type1): argument 75 self.name = arithOperations[operation] + '_' + type0 + '_' + type1 78 self.type1 = type1 81 …params0 = { "NAME": self.name + '_' + self.type0, "TYPE0": self.type0, "TYPE1": self.type1, "OPERA… 82 …params1 = { "NAME": self.name + '_' + self.type1, "TYPE0": self.type0, "TYPE1": self.type1, "OPERA… 85 def createCase(operation, type0, type1): argument 88 for t1 in type1:
|
/external/deqp/modules/gles3/scripts/ |
D | gen-invalid-implicit-conversions.py | 78 def __init__(self, operation, type0, type1): argument 79 self.name = arithOperations[operation] + '_' + type0 + '_' + type1 82 self.type1 = type1 86 …params0 = { "NAME": self.name + '_' + self.type0, "TYPE0": self.type0, "TYPE1": self.type1, "OPERA… 87 …params1 = { "NAME": self.name + '_' + self.type1, "TYPE0": self.type0, "TYPE1": self.type1, "OPERA… 90 def createCase(operation, type0, type1): argument 93 for t1 in type1:
|
/external/libaom/libaom/test/ |
D | av1_txfm_test.cc | 19 void get_txfm1d_type(TX_TYPE txfm2d_type, TYPE_TXFM *type0, TYPE_TXFM *type1) { in get_txfm1d_type() argument 23 *type1 = TYPE_DCT; in get_txfm1d_type() 27 *type1 = TYPE_DCT; in get_txfm1d_type() 31 *type1 = TYPE_ADST; in get_txfm1d_type() 35 *type1 = TYPE_ADST; in get_txfm1d_type() 39 *type1 = TYPE_DCT; in get_txfm1d_type() 43 *type1 = TYPE_ADST; in get_txfm1d_type() 47 *type1 = TYPE_ADST; in get_txfm1d_type() 51 *type1 = TYPE_ADST; in get_txfm1d_type() 55 *type1 = TYPE_ADST; in get_txfm1d_type() [all …]
|
/external/llvm-project/flang/lib/Semantics/ |
D | check-allocate.cpp | 251 const DeclTypeSpec &type1, const DerivedTypeSpec &derivedType2) { in IsTypeCompatible() argument 252 if (const DerivedTypeSpec * derivedType1{type1.AsDerived()}) { in IsTypeCompatible() 253 if (type1.category() == DeclTypeSpec::Category::TypeDerived) { in IsTypeCompatible() 255 } else if (type1.category() == DeclTypeSpec::Category::ClassDerived) { in IsTypeCompatible() 268 const DeclTypeSpec &type1, const DeclTypeSpec &type2) { in IsTypeCompatible() argument 269 if (type1.category() == DeclTypeSpec::Category::ClassStar) { in IsTypeCompatible() 275 if (const IntrinsicTypeSpec * intrinsicType1{type1.AsIntrinsic()}) { in IsTypeCompatible() 281 return IsTypeCompatible(type1, *derivedType2); in IsTypeCompatible() 287 const DeclTypeSpec &type1, const evaluate::DynamicType &type2) { in IsTypeCompatible() argument 288 if (type1.category() == DeclTypeSpec::Category::ClassStar) { in IsTypeCompatible() [all …]
|
/external/llvm-project/llvm/test/Transforms/HotColdSplit/ |
D | lifetime-markers-on-inputs-3.ll | 3 %type1 = type opaque 10 declare void @use(%type1**, %type2**) 12 declare void @use2(%type1**, %type2**) cold 17 %local1 = alloca %type1* 19 %local1_cast = bitcast %type1** %local1 to i8* 24 call void @use(%type1** %local1, %type2** %local2) 28 ; CHECK: [[local1_cast:%.*]] = bitcast %type1** %local1 to i8* 37 call void @use2(%type1** %local1, %type2** %local2)
|
/external/llvm-project/mlir/test/Dialect/PDL/ |
D | ops.mlir | 47 %type1 = pdl.type : i32 49 %root, %results:2 = pdl.operation -> %type1, %type2 52 %newOp, %newResults:2 = pdl.operation "foo.op" -> %type1, %type3 62 %type1 = pdl.type : i32 64 %root, %results:2 = pdl.operation -> %type1, %type2 67 %newOp, %newResults:2 = pdl.operation "foo.op" -> %type1, %type3 77 %type1 = pdl.type : i32 79 %root, %results:2 = pdl.operation -> %type1, %type2 81 %newOp, %newResults:2 = pdl.operation "foo.op" -> %type1, %type2
|
/external/angle/third_party/vulkan-deps/glslang/src/Test/baseResults/ |
D | hlsl.nonstaticMemberFunction.frag.out | 11 0:5 Function Definition: type1::setmem(vf4; ( temp void) 22 0:6 Function Definition: type1::seti(i1; ( temp void) 33 0:9 Function Definition: type1::memFun(vf4; ( temp 4-component vector of float) 51 0:13 Function Definition: type1::memFun(i1; ( temp int) 86 0:29 Function Call: type1::setmem(vf4; ( temp void) 93 0:30 Function Call: type1::seti(i1; ( temp void) 107 0:32 Function Call: type1::memFun(vf4; ( temp 4-component vector of float) 117 0:33 Function Call: type1::memFun(i1; ( temp int) 147 0:5 Function Definition: type1::setmem(vf4; ( temp void) 158 0:6 Function Definition: type1::seti(i1; ( temp void) [all …]
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | hlsl.nonstaticMemberFunction.frag.out | 11 0:5 Function Definition: type1::setmem(vf4; ( temp void) 22 0:6 Function Definition: type1::seti(i1; ( temp void) 33 0:9 Function Definition: type1::memFun(vf4; ( temp 4-component vector of float) 51 0:13 Function Definition: type1::memFun(i1; ( temp int) 86 0:29 Function Call: type1::setmem(vf4; ( temp void) 93 0:30 Function Call: type1::seti(i1; ( temp void) 107 0:32 Function Call: type1::memFun(vf4; ( temp 4-component vector of float) 117 0:33 Function Call: type1::memFun(i1; ( temp int) 147 0:5 Function Definition: type1::setmem(vf4; ( temp void) 158 0:6 Function Definition: type1::seti(i1; ( temp void) [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/ |
D | GenericOpcodes.td | 26 let InOperandList = (ins type1:$src); 34 let InOperandList = (ins type1:$src); 56 let InOperandList = (ins type1:$src); 65 let InOperandList = (ins type1:$src); 95 let InOperandList = (ins type1:$src); 101 let InOperandList = (ins type1:$src); 107 let InOperandList = (ins type1:$src); 134 let InOperandList = (ins type1:$list, unknown:$align); 142 let InOperandList = (ins type1:$src); 148 let InOperandList = (ins type1:$src); [all …]
|
/external/robolectric-shadows/sandbox/src/main/java/org/robolectric/internal/bytecode/ |
D | InstrumentingClassWriter.java | 34 protected String getCommonSuperClass(final String type1, final String type2) { in getCommonSuperClass() argument 36 ClassNode info1 = typeInfo(type1); in getCommonSuperClass() 39 if (typeImplements(type2, info2, type1)) { in getCommonSuperClass() 40 return type1; in getCommonSuperClass() 43 if (typeImplements(type1, info1, type2)) { in getCommonSuperClass() 50 if (typeImplements(type1, info1, type2)) { in getCommonSuperClass() 56 String b1 = typeAncestors(type1, info1); in getCommonSuperClass()
|
/external/javassist/src/main/javassist/compiler/ast/ |
D | IntConst.java | 59 int type1 = this.type; in compute0() local 62 if (type1 == TokenId.LongConstant || type2 == TokenId.LongConstant) in compute0() 64 else if (type1 == TokenId.CharConstant in compute0() 100 newType = type1; in compute0() 104 newType = type1; in compute0() 108 newType = type1; in compute0()
|
/external/llvm-project/llvm/include/llvm/Target/ |
D | GenericOpcodes.td | 42 let InOperandList = (ins type1:$src); 50 let InOperandList = (ins type1:$src); 72 let InOperandList = (ins type1:$src); 81 let InOperandList = (ins type1:$src); 111 let InOperandList = (ins type1:$src); 117 let InOperandList = (ins type1:$src); 123 let InOperandList = (ins type1:$src); 150 let InOperandList = (ins type1:$list, unknown:$align); 158 let InOperandList = (ins type1:$src); 164 let InOperandList = (ins type1:$src); [all …]
|
/external/google-breakpad/src/third_party/lss/ |
D | linux_syscall_support.h | 1978 #define _syscall1(type,name,type1,arg1) \ argument 1979 type LSS_NAME(name)(type1 arg1) { \ 1985 #define _syscall2(type,name,type1,arg1,type2,arg2) \ argument 1986 type LSS_NAME(name)(type1 arg1,type2 arg2) { \ 1992 #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \ argument 1993 type LSS_NAME(name)(type1 arg1,type2 arg2,type3 arg3) { \ 2000 #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \ argument 2001 type LSS_NAME(name)(type1 arg1, type2 arg2, type3 arg3, type4 arg4) { \ 2008 #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \ argument 2010 type LSS_NAME(name)(type1 arg1, type2 arg2, type3 arg3, type4 arg4, \ [all …]
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | vpx_convolve8_neon_asm.h | 20 DECLARE_FILTER(horiz, type1); 21 DECLARE_FILTER(avg_horiz, type1); 24 DECLARE_FILTER(vert, type1); 25 DECLARE_FILTER(avg_vert, type1);
|
/external/OpenCL-CTS/test_conformance/api/ |
D | test_kernel_arg_multi_setup.cpp | 207 int type1, type2, type3; in test_kernel_arg_multi_setup_exhaustive() local 213 for( type1 = 0; types[ type1 ] != kNumExplicitTypes; type1++ ) in test_kernel_arg_multi_setup_exhaustive() 219 …log_info( "\n\ttesting %s, %s, %s...", get_explicit_type_name( types[ type1 ] ), get_explicit_type… in test_kernel_arg_multi_setup_exhaustive() 231 types[ type1 ], size1, in test_kernel_arg_multi_setup_exhaustive() 249 int type1, type2, type3; in test_kernel_arg_multi_setup_random() local 266 type1 = (int)get_random_float(0,4, seed); in test_kernel_arg_multi_setup_random() 272 get_explicit_type_name( types[ type1 ] ), size1, in test_kernel_arg_multi_setup_random() 277 types[ type1 ], size1, in test_kernel_arg_multi_setup_random()
|
/external/openscreen/tools/cddl/ |
D | grammar.abnf | 12 genericarg = "<" S type1 S *("," S type1 S ) ">" 14 type = type1 *(S "/" S type1) 16 type1 = type2 [S (rangeop / ctlop) S type2] 42 memberkey = type1 S ["^" S] "=>"
|
/external/llvm-project/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 20 type1 my_data[23];
|