/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/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 | 78 ( GET_PIC( library )->cff_service_ps_info ) 80 ( GET_PIC( library )->cff_service_glyph_dict ) 82 ( GET_PIC( library )->cff_service_ps_name ) 84 ( GET_PIC( library )->cff_service_get_cmap_info ) 86 ( GET_PIC( library )->cff_service_cid_info ) 88 ( GET_PIC( library )->cff_service_properties ) 90 ( GET_PIC( library )->cff_services ) 92 ( GET_PIC( library )->cff_service_multi_masters ) 94 ( GET_PIC( library )->cff_service_metrics_variations ) 96 ( GET_PIC( library )->cff_cmap_encoding_class_rec ) [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/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 | 427 def register_library(library): argument 431 library.LLVMCreateObjectFile.argtypes = [MemoryBuffer] 432 library.LLVMCreateObjectFile.restype = c_object_p 434 library.LLVMDisposeObjectFile.argtypes = [ObjectFile] 436 library.LLVMGetSections.argtypes = [ObjectFile] 437 library.LLVMGetSections.restype = c_object_p 439 library.LLVMDisposeSectionIterator.argtypes = [c_object_p] 441 library.LLVMIsSectionIteratorAtEnd.argtypes = [ObjectFile, c_object_p] 442 library.LLVMIsSectionIteratorAtEnd.restype = bool 444 library.LLVMMoveToNextSection.argtypes = [c_object_p] [all …]
|
/external/swiftshader/src/Common/ |
D | SharedLibrary.hpp | 26 void freeLibrary(void *library); 27 void *getProcAddress(void *library, const char *name); 34 void *library = getLibraryHandle(names[i]); in loadLibrary() local 36 if(library) in loadLibrary() 38 if(!mustContainSymbol || getProcAddress(library, mustContainSymbol)) in loadLibrary() 40 return library; in loadLibrary() 43 freeLibrary(library); in loadLibrary() 49 void *library = loadLibrary(names[i]); in loadLibrary() local 51 if(library) in loadLibrary() 53 if(!mustContainSymbol || getProcAddress(library, mustContainSymbol)) in loadLibrary() [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 …]
|
/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/python/cpython2/Doc/tools/ |
D | susp-ignored.csv | 50 library/audioop,,:ipos,"# factor = audioop.findfactor(in_test[ipos*2:ipos*2+len(out_test)]," 51 library/bisect,,:hi,all(val >= x for val in a[i:hi]) 52 library/bisect,,:hi,all(val > x for val in a[i:hi]) 53 library/cookie,,`,!#$%&'*+-.^_`|~ 54 library/datetime,,:MM, 55 library/datetime,,:SS, 56 library/decimal,,:optional,"trailneg:optional trailing minus indicator" 57 library/difflib,,:ahi,a[alo:ahi] 58 library/difflib,,:bhi,b[blo:bhi] 59 library/difflib,,:i2, [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/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/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() 161 FT_Raccess_Get_DataOffsets( FT_Library library, in FT_Raccess_Get_DataOffsets() argument 173 FT_Memory memory = library->memory; in FT_Raccess_Get_DataOffsets() 286 raccess_guess_apple_double( FT_Library library, 293 raccess_guess_apple_single( FT_Library library, 300 raccess_guess_darwin_ufs_export( FT_Library library, 307 raccess_guess_darwin_newvfs( FT_Library library, 314 raccess_guess_darwin_hfsplus( FT_Library library, 321 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/freetype/src/base/ |
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 | 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() 185 FT_Raccess_Get_DataOffsets( FT_Library library, in FT_Raccess_Get_DataOffsets() argument 197 FT_Memory memory = library->memory; in FT_Raccess_Get_DataOffsets() 343 raccess_guess_apple_double( FT_Library library, 350 raccess_guess_apple_single( FT_Library library, 357 raccess_guess_darwin_ufs_export( FT_Library library, 364 raccess_guess_darwin_newvfs( FT_Library library, 371 raccess_guess_darwin_hfsplus( FT_Library library, 378 raccess_guess_vfat( FT_Library library, [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() 165 FT_Library library = FT_GLYPH( glyph )->library; in FT_DEFINE_GLYPH() local 178 error = FT_Outline_New( library, in FT_DEFINE_GLYPH() 198 FT_Outline_Done( FT_GLYPH( glyph )->library, &glyph->outline ); in ft_outline_glyph_done() 209 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/python/cpython2/Modules/ |
D | ar_beos | 19 library=$2 24 if test -d $library 27 mkdir $library 29 if cp -p $* $library 32 if test -e $library/.tch 33 then rm $library/.tch 34 else echo tch > $library/.tch 40 if test -d $library 42 cd $library 58 mwld -xms -export pragma -nodup -o $1 $library/* $extralibs [all …]
|