/external/ltrace/ |
D | library.h | 131 struct library { struct 132 struct library *next; argument 138 /* Address where the library is mapped. */ argument 150 /* Symbols associated with the library. This includes a argument 152 struct library_symbol *symbols; argument 158 struct library_exported_name *exported_names; argument 166 enum library_type type; argument 171 struct arch_library_data arch; argument 172 struct os_library_data os; argument 176 int library_init(struct library *lib, enum library_type type); argument
|
/external/freetype/src/smooth/ |
D | ftspic.c | 34 ft_smooth_renderer_class_pic_free( FT_Library library ) in ft_smooth_renderer_class_pic_free() 55 ft_smooth_renderer_class_pic_init( FT_Library library ) 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() 96 ft_smooth_lcd_renderer_class_pic_free( FT_Library library ) in ft_smooth_lcd_renderer_class_pic_free() 103 ft_smooth_lcdv_renderer_class_pic_init( FT_Library library ) in ft_smooth_lcdv_renderer_class_pic_init() 110 ft_smooth_lcdv_renderer_class_pic_free( FT_Library library ) in ft_smooth_lcdv_renderer_class_pic_free()
|
/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() 55 ft_smooth_renderer_class_pic_init( FT_Library library ) 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() 96 ft_smooth_lcd_renderer_class_pic_free( FT_Library library ) in ft_smooth_lcd_renderer_class_pic_free() 103 ft_smooth_lcdv_renderer_class_pic_init( FT_Library library ) in ft_smooth_lcdv_renderer_class_pic_init() 110 ft_smooth_lcdv_renderer_class_pic_free( FT_Library library ) in ft_smooth_lcdv_renderer_class_pic_free()
|
/external/deqp/framework/delibs/deutil/ |
D | deDynamicLibrary.c | 39 deDynamicLibrary* library = (deDynamicLibrary*)deCalloc(sizeof(deDynamicLibrary)); in deDynamicLibrary_open() local 53 void deDynamicLibrary_close (deDynamicLibrary* library) in deDynamicLibrary_close() 60 deFunctionPtr deDynamicLibrary_getFunction (const deDynamicLibrary* library, const char* symbolName) in deDynamicLibrary_getFunction() 88 deDynamicLibrary* library = (deDynamicLibrary*)deCalloc(sizeof(deDynamicLibrary)); in deDynamicLibrary_open() local 102 void deDynamicLibrary_close (deDynamicLibrary* library) in deDynamicLibrary_close() 109 deFunctionPtr deDynamicLibrary_getFunction (const deDynamicLibrary* library, const char* symbolName) in deDynamicLibrary_getFunction()
|
/external/freetype/src/base/ |
D | ftrfork.c | 51 FT_Raccess_Get_HeaderInfo( FT_Library library, in FT_Raccess_Get_HeaderInfo() 150 FT_Raccess_Get_DataOffsets( FT_Library library, in FT_Raccess_Get_DataOffsets() 376 FT_Raccess_Guess( FT_Library library, in FT_Raccess_Guess() 409 raccess_get_rule_type_from_rule_index( FT_Library library, in raccess_get_rule_type_from_rule_index() 425 ft_raccess_rule_by_darwin_vfs( FT_Library library, in ft_raccess_rule_by_darwin_vfs() 442 raccess_guess_apple_double( FT_Library library, in raccess_guess_apple_double() 464 raccess_guess_apple_single( FT_Library library, in raccess_guess_apple_single() 486 raccess_guess_darwin_ufs_export( FT_Library library, in raccess_guess_darwin_ufs_export() 516 raccess_guess_darwin_hfsplus( FT_Library library, in raccess_guess_darwin_hfsplus() 552 raccess_guess_darwin_newvfs( FT_Library library, in raccess_guess_darwin_newvfs() [all …]
|
D | ftlcdfil.c | 36 FT_Library library ) in _ft_lcd_filter_fir() 179 FT_Library library ) in _ft_lcd_filter_legacy() 289 FT_Library_SetLcdFilterWeights( FT_Library library, in FT_Library_SetLcdFilterWeights() 305 FT_Library_SetLcdFilter( FT_Library library, in FT_Library_SetLcdFilter() 375 FT_Library_SetLcdFilterWeights( FT_Library library, in FT_Library_SetLcdFilterWeights() 386 FT_Library_SetLcdFilter( FT_Library library, in FT_Library_SetLcdFilter()
|
D | ftobjs.c | 152 FT_Stream_New( FT_Library library, in FT_Stream_New() 600 FT_Library library; in FT_Load_Glyph() local 1213 FT_New_Face( FT_Library library, in FT_New_Face() 1238 FT_New_Memory_Face( FT_Library library, in FT_New_Memory_Face() 1309 new_memory_stream( FT_Library library, in new_memory_stream() 1345 open_face_from_buffer( FT_Library library, in open_face_from_buffer() 1480 open_face_PS_from_sfnt_stream( FT_Library library, in open_face_PS_from_sfnt_stream() 1550 Mac_Read_POST_Resource( FT_Library library, in Mac_Read_POST_Resource() 1743 Mac_Read_sfnt_Resource( FT_Library library, in Mac_Read_sfnt_Resource() 1811 IsMacResource( FT_Library library, in IsMacResource() [all …]
|
D | ftglyph.c | 65 FT_Library library = FT_GLYPH( glyph )->library; in ft_bitmap_glyph_init() local 98 FT_Library library = bitmap_source->library; in ft_bitmap_glyph_copy() local 114 FT_Library library = FT_GLYPH( glyph )->library; in ft_bitmap_glyph_done() local 163 FT_Library library = FT_GLYPH( glyph )->library; in FT_CALLBACK_DEF() local 207 FT_Library library = FT_GLYPH( source )->library; in ft_outline_glyph_copy() local 362 FT_Library library; in FT_Get_Glyph() local 520 FT_Library library; in FT_Glyph_To_Bitmap() local
|
D | ftinit.c | 123 ft_destroy_default_module_classes( FT_Library library ) in ft_destroy_default_module_classes() 155 ft_create_default_module_classes( FT_Library library ) in ft_create_default_module_classes() 198 FT_Add_Default_Modules( FT_Library library ) in FT_Add_Default_Modules() 266 FT_Done_FreeType( FT_Library library ) in FT_Done_FreeType()
|
D | ftpic.c | 29 ft_pic_container_init( FT_Library library ) in ft_pic_container_init() 47 ft_pic_container_destroy( FT_Library library ) in ft_pic_container_destroy()
|
D | basepic.c | 50 ft_base_pic_free( FT_Library library ) in ft_base_pic_free() 69 ft_base_pic_init( FT_Library library ) in ft_base_pic_init()
|
/external/pdfium/third_party/freetype/src/base/ |
D | ftrfork.c | 51 FT_Raccess_Get_HeaderInfo( FT_Library library, in FT_Raccess_Get_HeaderInfo() 161 FT_Raccess_Get_DataOffsets( FT_Library library, in FT_Raccess_Get_DataOffsets() 387 FT_Raccess_Guess( FT_Library library, in FT_Raccess_Guess() 420 raccess_get_rule_type_from_rule_index( FT_Library library, in raccess_get_rule_type_from_rule_index() 436 ft_raccess_rule_by_darwin_vfs( FT_Library library, in ft_raccess_rule_by_darwin_vfs() 453 raccess_guess_apple_double( FT_Library library, in raccess_guess_apple_double() 475 raccess_guess_apple_single( FT_Library library, in raccess_guess_apple_single() 497 raccess_guess_darwin_ufs_export( FT_Library library, in raccess_guess_darwin_ufs_export() 527 raccess_guess_darwin_hfsplus( FT_Library library, in raccess_guess_darwin_hfsplus() 563 raccess_guess_darwin_newvfs( FT_Library library, in raccess_guess_darwin_newvfs() [all …]
|
D | ftlcdfil.c | 36 FT_Library library ) in _ft_lcd_filter_fir() 179 FT_Library library ) in _ft_lcd_filter_legacy() 289 FT_Library_SetLcdFilterWeights( FT_Library library, in FT_Library_SetLcdFilterWeights() 305 FT_Library_SetLcdFilter( FT_Library library, in FT_Library_SetLcdFilter() 375 FT_Library_SetLcdFilterWeights( FT_Library library, in FT_Library_SetLcdFilterWeights() 386 FT_Library_SetLcdFilter( FT_Library library, in FT_Library_SetLcdFilter()
|
D | ftobjs.c | 152 FT_Stream_New( FT_Library library, in FT_Stream_New() 600 FT_Library library; in FT_Load_Glyph() local 1213 FT_New_Face( FT_Library library, in FT_New_Face() 1238 FT_New_Memory_Face( FT_Library library, in FT_New_Memory_Face() 1309 new_memory_stream( FT_Library library, in new_memory_stream() 1345 open_face_from_buffer( FT_Library library, in open_face_from_buffer() 1480 open_face_PS_from_sfnt_stream( FT_Library library, in open_face_PS_from_sfnt_stream() 1556 Mac_Read_POST_Resource( FT_Library library, in Mac_Read_POST_Resource() 1751 Mac_Read_sfnt_Resource( FT_Library library, in Mac_Read_sfnt_Resource() 1823 IsMacResource( FT_Library library, in IsMacResource() [all …]
|
D | ftglyph.c | 65 FT_Library library = FT_GLYPH( glyph )->library; in ft_bitmap_glyph_init() local 98 FT_Library library = bitmap_source->library; in ft_bitmap_glyph_copy() local 114 FT_Library library = FT_GLYPH( glyph )->library; in ft_bitmap_glyph_done() local 163 FT_Library library = FT_GLYPH( glyph )->library; in FT_CALLBACK_DEF() local 207 FT_Library library = FT_GLYPH( source )->library; in ft_outline_glyph_copy() local 362 FT_Library library; in FT_Get_Glyph() local 520 FT_Library library; in FT_Glyph_To_Bitmap() local
|
D | ftinit.c | 123 ft_destroy_default_module_classes( FT_Library library ) in ft_destroy_default_module_classes() 155 ft_create_default_module_classes( FT_Library library ) in ft_create_default_module_classes() 198 FT_Add_Default_Modules( FT_Library library ) in FT_Add_Default_Modules() 266 FT_Done_FreeType( FT_Library library ) in FT_Done_FreeType()
|
D | ftpic.c | 29 ft_pic_container_init( FT_Library library ) in ft_pic_container_init() 47 ft_pic_container_destroy( FT_Library library ) in ft_pic_container_destroy()
|
D | basepic.c | 50 ft_base_pic_free( FT_Library library ) in ft_base_pic_free() 69 ft_base_pic_init( FT_Library library ) in ft_base_pic_init()
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/ |
D | libhttplib2.tex | 210 \subsection{Http Objects} 298 \subsection{Cache Objects} 324 \subsection{Response Objects} 376 \subsection{Examples \label{httplib2-example}}
|
/external/freetype/src/raster/ |
D | rastpic.c | 34 ft_raster1_renderer_class_pic_free( FT_Library library ) in ft_raster1_renderer_class_pic_free() 54 ft_raster1_renderer_class_pic_init( FT_Library library ) in ft_raster1_renderer_class_pic_init() 88 ft_raster5_renderer_class_pic_init( FT_Library library ) in ft_raster5_renderer_class_pic_init() 95 ft_raster5_renderer_class_pic_free( FT_Library library ) in ft_raster5_renderer_class_pic_free()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_dl.c | 58 util_dl_get_proc_address(struct util_dl_library *library, in util_dl_get_proc_address() 72 util_dl_close(struct util_dl_library *library) in util_dl_close()
|
/external/freetype/src/pshinter/ |
D | pshpic.c | 34 pshinter_module_class_pic_free( FT_Library library ) in pshinter_module_class_pic_free() 49 pshinter_module_class_pic_init( FT_Library library ) in pshinter_module_class_pic_init()
|
/external/pdfium/third_party/freetype/src/pshinter/ |
D | pshpic.c | 34 pshinter_module_class_pic_free( FT_Library library ) in pshinter_module_class_pic_free() 49 pshinter_module_class_pic_init( FT_Library library ) in pshinter_module_class_pic_init()
|
/external/pdfium/third_party/freetype/src/raster/ |
D | rastpic.c | 34 ft_raster1_renderer_class_pic_free( FT_Library library ) in ft_raster1_renderer_class_pic_free() 54 ft_raster1_renderer_class_pic_init( FT_Library library ) in ft_raster1_renderer_class_pic_init()
|
/external/freetype/src/cff/ |
D | cffpic.c | 62 cff_driver_class_pic_free( FT_Library library ) in cff_driver_class_pic_free() 88 cff_driver_class_pic_init( FT_Library library ) in cff_driver_class_pic_init()
|