/external/deqp/framework/delibs/deutil/ |
D | deDynamicLibrary.c | 39 deDynamicLibrary* library = (deDynamicLibrary*)deCalloc(sizeof(deDynamicLibrary)); in deDynamicLibrary_open() local 40 if (!library) in deDynamicLibrary_open() 43 library->libHandle = dlopen(fileName, RTLD_LAZY); in deDynamicLibrary_open() 44 if (!library->libHandle) in deDynamicLibrary_open() 46 deFree(library); in deDynamicLibrary_open() 50 return library; in deDynamicLibrary_open() 53 void deDynamicLibrary_close (deDynamicLibrary* library) in deDynamicLibrary_close() argument 55 if (library && library->libHandle) in deDynamicLibrary_close() 56 dlclose(library->libHandle); in deDynamicLibrary_close() 57 deFree(library); in deDynamicLibrary_close() [all …]
|
/external/pdfium/third_party/freetype/src/cff/ |
D | cffpic.c | 31 FT_Create_Class_cff_services( FT_Library library, 34 FT_Destroy_Class_cff_services( FT_Library library, 37 FT_Init_Class_cff_service_ps_info( FT_Library library, 40 FT_Init_Class_cff_service_glyph_dict( FT_Library library, 43 FT_Init_Class_cff_service_ps_name( FT_Library library, 46 FT_Init_Class_cff_service_get_cmap_info( FT_Library library, 49 FT_Init_Class_cff_service_cid_info( FT_Library library, 54 FT_Create_Class_cff_field_handlers( FT_Library library, 57 FT_Destroy_Class_cff_field_handlers( FT_Library library, 62 cff_driver_class_pic_free( FT_Library library ) in cff_driver_class_pic_free() argument [all …]
|
D | cffpic.h | 72 ( GET_PIC( library )->cff_service_ps_info ) 74 ( GET_PIC( library )->cff_service_glyph_dict ) 76 ( GET_PIC( library )->cff_service_ps_name ) 78 ( GET_PIC( library )->cff_service_get_cmap_info ) 80 ( GET_PIC( library )->cff_service_cid_info ) 82 ( GET_PIC( library )->cff_service_properties ) 84 ( GET_PIC( library )->cff_services ) 86 ( GET_PIC( library )->cff_cmap_encoding_class_rec ) 88 ( GET_PIC( library )->cff_cmap_unicode_class_rec ) 90 ( GET_PIC( library )->cff_field_handlers ) [all …]
|
/external/freetype/src/cff/ |
D | cffpic.c | 31 FT_Create_Class_cff_services( FT_Library library, 34 FT_Destroy_Class_cff_services( FT_Library library, 37 FT_Init_Class_cff_service_ps_info( FT_Library library, 40 FT_Init_Class_cff_service_glyph_dict( FT_Library library, 43 FT_Init_Class_cff_service_ps_name( FT_Library library, 46 FT_Init_Class_cff_service_get_cmap_info( FT_Library library, 49 FT_Init_Class_cff_service_cid_info( FT_Library library, 54 FT_Create_Class_cff_field_handlers( FT_Library library, 57 FT_Destroy_Class_cff_field_handlers( FT_Library library, 62 cff_driver_class_pic_free( FT_Library library ) in cff_driver_class_pic_free() argument [all …]
|
D | cffpic.h | 72 ( GET_PIC( library )->cff_service_ps_info ) 74 ( GET_PIC( library )->cff_service_glyph_dict ) 76 ( GET_PIC( library )->cff_service_ps_name ) 78 ( GET_PIC( library )->cff_service_get_cmap_info ) 80 ( GET_PIC( library )->cff_service_cid_info ) 82 ( GET_PIC( library )->cff_service_properties ) 84 ( GET_PIC( library )->cff_services ) 86 ( GET_PIC( library )->cff_cmap_encoding_class_rec ) 88 ( GET_PIC( library )->cff_cmap_unicode_class_rec ) 90 ( GET_PIC( library )->cff_field_handlers ) [all …]
|
/external/llvm/bindings/python/llvm/ |
D | core.py | 439 def register_library(library): argument 441 library.LLVMInitializeCore.argtypes = [PassRegistry] 442 library.LLVMInitializeCore.restype = None 444 library.LLVMInitializeTransformUtils.argtypes = [PassRegistry] 445 library.LLVMInitializeTransformUtils.restype = None 447 library.LLVMInitializeScalarOpts.argtypes = [PassRegistry] 448 library.LLVMInitializeScalarOpts.restype = None 450 library.LLVMInitializeObjCARCOpts.argtypes = [PassRegistry] 451 library.LLVMInitializeObjCARCOpts.restype = None 453 library.LLVMInitializeVectorization.argtypes = [PassRegistry] [all …]
|
D | object.py | 435 def register_library(library): argument 439 library.LLVMCreateObjectFile.argtypes = [MemoryBuffer] 440 library.LLVMCreateObjectFile.restype = c_object_p 442 library.LLVMDisposeObjectFile.argtypes = [ObjectFile] 444 library.LLVMGetSections.argtypes = [ObjectFile] 445 library.LLVMGetSections.restype = c_object_p 447 library.LLVMDisposeSectionIterator.argtypes = [c_object_p] 449 library.LLVMIsSectionIteratorAtEnd.argtypes = [ObjectFile, c_object_p] 450 library.LLVMIsSectionIteratorAtEnd.restype = bool 452 library.LLVMMoveToNextSection.argtypes = [c_object_p] [all …]
|
/external/pdfium/third_party/freetype/src/sfnt/ |
D | sfntpic.c | 30 FT_Create_Class_sfnt_services( FT_Library library, 33 FT_Destroy_Class_sfnt_services( FT_Library library, 38 FT_Init_Class_sfnt_interface( FT_Library library, 42 FT_Library library, 46 FT_Library library, 50 FT_Library library, 59 FT_Create_Class_tt_cmap_classes( FT_Library library, 62 FT_Destroy_Class_tt_cmap_classes( FT_Library library, 67 sfnt_module_class_pic_free( FT_Library library ) in sfnt_module_class_pic_free() argument 69 FT_PIC_Container* pic_container = &library->pic_container; in sfnt_module_class_pic_free() [all …]
|
/external/freetype/src/sfnt/ |
D | sfntpic.c | 30 FT_Create_Class_sfnt_services( FT_Library library, 33 FT_Destroy_Class_sfnt_services( FT_Library library, 38 FT_Init_Class_sfnt_interface( FT_Library library, 42 FT_Library library, 46 FT_Library library, 50 FT_Library library, 59 FT_Create_Class_tt_cmap_classes( FT_Library library, 62 FT_Destroy_Class_tt_cmap_classes( FT_Library library, 67 sfnt_module_class_pic_free( FT_Library library ) in sfnt_module_class_pic_free() argument 69 FT_PIC_Container* pic_container = &library->pic_container; in sfnt_module_class_pic_free() [all …]
|
D | sfntpic.h | 79 ( GET_PIC( library )->sfnt_services ) 81 ( GET_PIC( library )->sfnt_service_glyph_dict ) 83 ( GET_PIC( library )->sfnt_service_ps_name ) 85 ( GET_PIC( library )->tt_service_get_cmap_info ) 87 ( GET_PIC( library )->sfnt_services ) 89 ( GET_PIC( library )->tt_cmap_classes ) 91 ( GET_PIC( library )->sfnt_service_sfnt_table ) 93 ( GET_PIC( library )->sfnt_service_bdf ) 95 ( GET_PIC( library )->sfnt_interface ) 100 sfnt_module_class_pic_free( FT_Library library ); [all …]
|
/external/pdfium/third_party/freetype/src/smooth/ |
D | ftspic.c | 34 ft_smooth_renderer_class_pic_free( FT_Library library ) in ft_smooth_renderer_class_pic_free() argument 36 FT_PIC_Container* pic_container = &library->pic_container; in ft_smooth_renderer_class_pic_free() 37 FT_Memory memory = library->memory; in ft_smooth_renderer_class_pic_free() 55 ft_smooth_renderer_class_pic_init( FT_Library library ) in ft_smooth_renderer_class_pic_init() argument 57 FT_PIC_Container* pic_container = &library->pic_container; in ft_smooth_renderer_class_pic_init() 60 FT_Memory memory = library->memory; in ft_smooth_renderer_class_pic_init() 89 ft_smooth_lcd_renderer_class_pic_init( FT_Library library ) in ft_smooth_lcd_renderer_class_pic_init() argument 91 return ft_smooth_renderer_class_pic_init( library ); in ft_smooth_lcd_renderer_class_pic_init() 96 ft_smooth_lcd_renderer_class_pic_free( FT_Library library ) in ft_smooth_lcd_renderer_class_pic_free() argument 98 ft_smooth_renderer_class_pic_free( library ); in ft_smooth_lcd_renderer_class_pic_free() [all …]
|
/external/freetype/src/smooth/ |
D | ftspic.c | 34 ft_smooth_renderer_class_pic_free( FT_Library library ) in ft_smooth_renderer_class_pic_free() argument 36 FT_PIC_Container* pic_container = &library->pic_container; in ft_smooth_renderer_class_pic_free() 37 FT_Memory memory = library->memory; in ft_smooth_renderer_class_pic_free() 55 ft_smooth_renderer_class_pic_init( FT_Library library ) in ft_smooth_renderer_class_pic_init() argument 57 FT_PIC_Container* pic_container = &library->pic_container; in ft_smooth_renderer_class_pic_init() 60 FT_Memory memory = library->memory; in ft_smooth_renderer_class_pic_init() 89 ft_smooth_lcd_renderer_class_pic_init( FT_Library library ) in ft_smooth_lcd_renderer_class_pic_init() argument 91 return ft_smooth_renderer_class_pic_init( library ); in ft_smooth_lcd_renderer_class_pic_init() 96 ft_smooth_lcd_renderer_class_pic_free( FT_Library library ) in ft_smooth_lcd_renderer_class_pic_free() argument 98 ft_smooth_renderer_class_pic_free( library ); in ft_smooth_lcd_renderer_class_pic_free() [all …]
|
/external/freetype/src/base/ |
D | ftrfork.c | 51 FT_Raccess_Get_HeaderInfo( FT_Library library, in FT_Raccess_Get_HeaderInfo() argument 63 FT_UNUSED( library ); in FT_Raccess_Get_HeaderInfo() 150 FT_Raccess_Get_DataOffsets( FT_Library library, in FT_Raccess_Get_DataOffsets() argument 162 FT_Memory memory = library->memory; in FT_Raccess_Get_DataOffsets() 275 raccess_guess_apple_double( FT_Library library, 282 raccess_guess_apple_single( FT_Library library, 289 raccess_guess_darwin_ufs_export( FT_Library library, 296 raccess_guess_darwin_newvfs( FT_Library library, 303 raccess_guess_darwin_hfsplus( FT_Library library, 310 raccess_guess_vfat( FT_Library library, [all …]
|
D | ftinit.c | 94 FT_Create_Class_ ## x( FT_Library library, \ 97 FT_Destroy_Class_ ## x( FT_Library library, \ 117 FT_Destroy_Class_ ## x( library, classes[i] ); \ 123 ft_destroy_default_module_classes( FT_Library library ) in ft_destroy_default_module_classes() argument 128 BasePIC* pic_container = (BasePIC*)library->pic_container.base; in ft_destroy_default_module_classes() 134 memory = library->memory; in ft_destroy_default_module_classes() 148 error = FT_Create_Class_ ## x( library, &clazz ); \ 155 ft_create_default_module_classes( FT_Library library ) in ft_create_default_module_classes() argument 162 BasePIC* pic_container = (BasePIC*)library->pic_container.base; in ft_create_default_module_classes() 165 memory = library->memory; in ft_create_default_module_classes() [all …]
|
D | ftlcdfil.c | 36 FT_Library library ) in _ft_lcd_filter_fir() argument 38 FT_Byte* weights = library->lcd_weights; in _ft_lcd_filter_fir() 179 FT_Library library ) in _ft_lcd_filter_legacy() argument 192 FT_UNUSED( library ); in _ft_lcd_filter_legacy() 289 FT_Library_SetLcdFilterWeights( FT_Library library, in FT_Library_SetLcdFilterWeights() argument 292 if ( !library ) in FT_Library_SetLcdFilterWeights() 298 ft_memcpy( library->lcd_weights, weights, 5 ); in FT_Library_SetLcdFilterWeights() 305 FT_Library_SetLcdFilter( FT_Library library, in FT_Library_SetLcdFilter() argument 316 if ( !library ) in FT_Library_SetLcdFilter() 322 library->lcd_filter_func = NULL; in FT_Library_SetLcdFilter() [all …]
|
D | ftglyph.c | 65 FT_Library library = FT_GLYPH( glyph )->library; in ft_bitmap_glyph_init() local 86 error = FT_Bitmap_Copy( library, &slot->bitmap, &glyph->bitmap ); in ft_bitmap_glyph_init() 98 FT_Library library = bitmap_source->library; in ft_bitmap_glyph_copy() local 106 return FT_Bitmap_Copy( library, &source->bitmap, &target->bitmap ); in ft_bitmap_glyph_copy() 114 FT_Library library = FT_GLYPH( glyph )->library; in ft_bitmap_glyph_done() local 117 FT_Bitmap_Done( library, &glyph->bitmap ); in ft_bitmap_glyph_done() 163 FT_Library library = FT_GLYPH( glyph )->library; in FT_CALLBACK_DEF() local 176 error = FT_Outline_New( library, in FT_CALLBACK_DEF() 196 FT_Outline_Done( FT_GLYPH( glyph )->library, &glyph->outline ); in ft_outline_glyph_done() 207 FT_Library library = FT_GLYPH( source )->library; in ft_outline_glyph_copy() local [all …]
|
D | basepic.c | 43 ft_create_default_module_classes( FT_Library library ); 46 ft_destroy_default_module_classes( FT_Library library ); 50 ft_base_pic_free( FT_Library library ) in ft_base_pic_free() argument 52 FT_PIC_Container* pic_container = &library->pic_container; in ft_base_pic_free() 53 FT_Memory memory = library->memory; in ft_base_pic_free() 60 ft_destroy_default_module_classes( library ); in ft_base_pic_free() 69 ft_base_pic_init( FT_Library library ) in ft_base_pic_init() argument 71 FT_PIC_Container* pic_container = &library->pic_container; in ft_base_pic_init() 74 FT_Memory memory = library->memory; in ft_base_pic_init() 84 error = ft_create_default_module_classes( library ); in ft_base_pic_init() [all …]
|
/external/pdfium/third_party/freetype/src/base/ |
D | ftrfork.c | 51 FT_Raccess_Get_HeaderInfo( FT_Library library, in FT_Raccess_Get_HeaderInfo() argument 63 FT_UNUSED( library ); in FT_Raccess_Get_HeaderInfo() 150 FT_Raccess_Get_DataOffsets( FT_Library library, in FT_Raccess_Get_DataOffsets() argument 162 FT_Memory memory = library->memory; in FT_Raccess_Get_DataOffsets() 275 raccess_guess_apple_double( FT_Library library, 282 raccess_guess_apple_single( FT_Library library, 289 raccess_guess_darwin_ufs_export( FT_Library library, 296 raccess_guess_darwin_newvfs( FT_Library library, 303 raccess_guess_darwin_hfsplus( FT_Library library, 310 raccess_guess_vfat( FT_Library library, [all …]
|
D | ftinit.c | 94 FT_Create_Class_ ## x( FT_Library library, \ 97 FT_Destroy_Class_ ## x( FT_Library library, \ 117 FT_Destroy_Class_ ## x( library, classes[i] ); \ 123 ft_destroy_default_module_classes( FT_Library library ) in ft_destroy_default_module_classes() argument 128 BasePIC* pic_container = (BasePIC*)library->pic_container.base; in ft_destroy_default_module_classes() 134 memory = library->memory; in ft_destroy_default_module_classes() 148 error = FT_Create_Class_ ## x( library, &clazz ); \ 155 ft_create_default_module_classes( FT_Library library ) in ft_create_default_module_classes() argument 162 BasePIC* pic_container = (BasePIC*)library->pic_container.base; in ft_create_default_module_classes() 165 memory = library->memory; in ft_create_default_module_classes() [all …]
|
D | ftlcdfil.c | 36 FT_Library library ) in _ft_lcd_filter_fir() argument 38 FT_Byte* weights = library->lcd_weights; in _ft_lcd_filter_fir() 179 FT_Library library ) in _ft_lcd_filter_legacy() argument 192 FT_UNUSED( library ); in _ft_lcd_filter_legacy() 289 FT_Library_SetLcdFilterWeights( FT_Library library, in FT_Library_SetLcdFilterWeights() argument 292 if ( !library ) in FT_Library_SetLcdFilterWeights() 298 ft_memcpy( library->lcd_weights, weights, 5 ); in FT_Library_SetLcdFilterWeights() 305 FT_Library_SetLcdFilter( FT_Library library, in FT_Library_SetLcdFilter() argument 316 if ( !library ) in FT_Library_SetLcdFilter() 322 library->lcd_filter_func = NULL; in FT_Library_SetLcdFilter() [all …]
|
D | ftglyph.c | 65 FT_Library library = FT_GLYPH( glyph )->library; in ft_bitmap_glyph_init() local 86 error = FT_Bitmap_Copy( library, &slot->bitmap, &glyph->bitmap ); in ft_bitmap_glyph_init() 98 FT_Library library = bitmap_source->library; in ft_bitmap_glyph_copy() local 106 return FT_Bitmap_Copy( library, &source->bitmap, &target->bitmap ); in ft_bitmap_glyph_copy() 114 FT_Library library = FT_GLYPH( glyph )->library; in ft_bitmap_glyph_done() local 117 FT_Bitmap_Done( library, &glyph->bitmap ); in ft_bitmap_glyph_done() 163 FT_Library library = FT_GLYPH( glyph )->library; in FT_CALLBACK_DEF() local 176 error = FT_Outline_New( library, source->n_points, source->n_contours, in FT_CALLBACK_DEF() 194 FT_Outline_Done( FT_GLYPH( glyph )->library, &glyph->outline ); in ft_outline_glyph_done() 205 FT_Library library = FT_GLYPH( source )->library; in ft_outline_glyph_copy() local [all …]
|
D | basepic.c | 43 ft_create_default_module_classes( FT_Library library ); 46 ft_destroy_default_module_classes( FT_Library library ); 50 ft_base_pic_free( FT_Library library ) in ft_base_pic_free() argument 52 FT_PIC_Container* pic_container = &library->pic_container; in ft_base_pic_free() 53 FT_Memory memory = library->memory; in ft_base_pic_free() 60 ft_destroy_default_module_classes( library ); in ft_base_pic_free() 69 ft_base_pic_init( FT_Library library ) in ft_base_pic_init() argument 71 FT_PIC_Container* pic_container = &library->pic_container; in ft_base_pic_init() 74 FT_Memory memory = library->memory; in ft_base_pic_init() 84 error = ft_create_default_module_classes( library ); in ft_base_pic_init() [all …]
|
/external/pdfium/third_party/freetype/src/psnames/ |
D | pspic.c | 30 FT_Create_Class_pscmaps_services( FT_Library library, 33 FT_Destroy_Class_pscmaps_services( FT_Library library, 37 FT_Init_Class_pscmaps_interface( FT_Library library, 42 psnames_module_class_pic_free( FT_Library library ) in psnames_module_class_pic_free() argument 44 FT_PIC_Container* pic_container = &library->pic_container; in psnames_module_class_pic_free() 45 FT_Memory memory = library->memory; in psnames_module_class_pic_free() 54 FT_Destroy_Class_pscmaps_services( library, in psnames_module_class_pic_free() 64 psnames_module_class_pic_init( FT_Library library ) in psnames_module_class_pic_init() argument 66 FT_PIC_Container* pic_container = &library->pic_container; in psnames_module_class_pic_init() 69 FT_Memory memory = library->memory; in psnames_module_class_pic_init() [all …]
|
/external/freetype/src/psnames/ |
D | pspic.c | 30 FT_Create_Class_pscmaps_services( FT_Library library, 33 FT_Destroy_Class_pscmaps_services( FT_Library library, 37 FT_Init_Class_pscmaps_interface( FT_Library library, 42 psnames_module_class_pic_free( FT_Library library ) in psnames_module_class_pic_free() argument 44 FT_PIC_Container* pic_container = &library->pic_container; in psnames_module_class_pic_free() 45 FT_Memory memory = library->memory; in psnames_module_class_pic_free() 54 FT_Destroy_Class_pscmaps_services( library, in psnames_module_class_pic_free() 64 psnames_module_class_pic_init( FT_Library library ) in psnames_module_class_pic_init() argument 66 FT_PIC_Container* pic_container = &library->pic_container; in psnames_module_class_pic_init() 69 FT_Memory memory = library->memory; in psnames_module_class_pic_init() [all …]
|
/external/pdfium/third_party/freetype/src/truetype/ |
D | ttpic.c | 30 FT_Create_Class_tt_services( FT_Library library, 33 FT_Destroy_Class_tt_services( FT_Library library, 44 tt_driver_class_pic_free( FT_Library library ) in tt_driver_class_pic_free() argument 46 FT_PIC_Container* pic_container = &library->pic_container; in tt_driver_class_pic_free() 47 FT_Memory memory = library->memory; in tt_driver_class_pic_free() 56 FT_Destroy_Class_tt_services( library, container->tt_services ); in tt_driver_class_pic_free() 65 tt_driver_class_pic_init( FT_Library library ) in tt_driver_class_pic_init() argument 67 FT_PIC_Container* pic_container = &library->pic_container; in tt_driver_class_pic_init() 70 FT_Memory memory = library->memory; in tt_driver_class_pic_init() 81 error = FT_Create_Class_tt_services( library, in tt_driver_class_pic_init() [all …]
|