HomeSort by relevance Sort by last modified time
    Searched refs:library (Results 1 - 25 of 1190) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /development/samples/TicTacToeLib/
default.properties 26 android.library=true
  /external/deqp/framework/delibs/deutil/
deDynamicLibrary.c 2 * drawElements Utility Library
21 * \brief Dynamic link library abstraction.
39 deDynamicLibrary* library = (deDynamicLibrary*)deCalloc(sizeof(deDynamicLibrary)); local
40 if (!library)
43 library->libHandle = dlopen(fileName, RTLD_LAZY);
44 if (!library->libHandle)
46 deFree(library);
50 return library;
53 void deDynamicLibrary_close (deDynamicLibrary* library)
55 if (library && library->libHandle
88 deDynamicLibrary* library = (deDynamicLibrary*)deCalloc(sizeof(deDynamicLibrary)); local
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
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 )
    [all...]
  /external/chromium_org/third_party/freetype/src/base/
ftpic.c 29 ft_pic_container_init( FT_Library library )
31 FT_PIC_Container* pic_container = &library->pic_container;
37 error = ft_base_pic_init( library );
47 ft_pic_container_destroy( FT_Library library )
49 ft_base_pic_free( library );
  /external/freetype/src/base/
ftpic.c 29 ft_pic_container_init( FT_Library library )
31 FT_PIC_Container* pic_container = &library->pic_container;
37 error = ft_base_pic_init( library );
47 ft_pic_container_destroy( FT_Library library )
49 ft_base_pic_free( library );
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
ftpic.c 29 ft_pic_container_init( FT_Library library )
31 FT_PIC_Container* pic_container = &library->pic_container;
37 error = ft_base_pic_init( library );
47 ft_pic_container_destroy( FT_Library library )
49 ft_base_pic_free( library );
  /development/samples/TicTacToeMain/
default.properties 26 android.library.reference.1=../TicTacToeLib/
  /external/chromium_org/third_party/freetype/src/sfnt/
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 )
69 FT_PIC_Container* pic_container = &library->pic_container
    [all...]
  /external/freetype/src/sfnt/
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 )
69 FT_PIC_Container* pic_container = &library->pic_container
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/
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 )
69 FT_PIC_Container* pic_container = &library->pic_container
    [all...]
  /external/chromium_org/third_party/freetype/src/smooth/
ftspic.h 43 #define FT_GRAYS_RASTER_GET ( GET_PIC( library )->ft_grays_raster )
48 ft_smooth_renderer_class_pic_free( FT_Library library );
51 ft_smooth_lcd_renderer_class_pic_free( FT_Library library );
54 ft_smooth_lcdv_renderer_class_pic_free( FT_Library library );
57 ft_smooth_renderer_class_pic_init( FT_Library library );
60 ft_smooth_lcd_renderer_class_pic_init( FT_Library library );
63 ft_smooth_lcdv_renderer_class_pic_init( FT_Library library );
ftspic.c 34 ft_smooth_renderer_class_pic_free( FT_Library library )
36 FT_PIC_Container* pic_container = &library->pic_container;
37 FT_Memory memory = library->memory;
55 ft_smooth_renderer_class_pic_init( FT_Library library )
57 FT_PIC_Container* pic_container = &library->pic_container;
60 FT_Memory memory = library->memory;
89 ft_smooth_lcd_renderer_class_pic_init( FT_Library library )
91 return ft_smooth_renderer_class_pic_init( library );
96 ft_smooth_lcd_renderer_class_pic_free( FT_Library library )
98 ft_smooth_renderer_class_pic_free( library );
    [all...]
  /external/freetype/src/smooth/
ftspic.h 43 #define FT_GRAYS_RASTER_GET ( GET_PIC( library )->ft_grays_raster )
48 ft_smooth_renderer_class_pic_free( FT_Library library );
51 ft_smooth_lcd_renderer_class_pic_free( FT_Library library );
54 ft_smooth_lcdv_renderer_class_pic_free( FT_Library library );
57 ft_smooth_renderer_class_pic_init( FT_Library library );
60 ft_smooth_lcd_renderer_class_pic_init( FT_Library library );
63 ft_smooth_lcdv_renderer_class_pic_init( FT_Library library );
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/smooth/
ftspic.h 43 #define FT_GRAYS_RASTER_GET ( GET_PIC( library )->ft_grays_raster )
48 ft_smooth_renderer_class_pic_free( FT_Library library );
51 ft_smooth_lcd_renderer_class_pic_free( FT_Library library );
54 ft_smooth_lcdv_renderer_class_pic_free( FT_Library library );
57 ft_smooth_renderer_class_pic_init( FT_Library library );
60 ft_smooth_lcd_renderer_class_pic_init( FT_Library library );
63 ft_smooth_lcdv_renderer_class_pic_init( FT_Library library );
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/raster/
rastpic.c 34 ft_raster1_renderer_class_pic_free( FT_Library library )
36 FT_PIC_Container* pic_container = &library->pic_container;
37 FT_Memory memory = library->memory;
54 ft_raster1_renderer_class_pic_init( FT_Library library )
56 FT_PIC_Container* pic_container = &library->pic_container;
59 FT_Memory memory = library->memory;
88 ft_raster5_renderer_class_pic_init( FT_Library library )
90 return ft_raster1_renderer_class_pic_init( library );
95 ft_raster5_renderer_class_pic_free( FT_Library library )
97 ft_raster1_renderer_class_pic_free( library );
    [all...]
rastpic.h 44 #define FT_STANDARD_RASTER_GET ( GET_PIC( library )->ft_standard_raster )
49 ft_raster1_renderer_class_pic_free( FT_Library library );
52 ft_raster5_renderer_class_pic_free( FT_Library library );
55 ft_raster1_renderer_class_pic_init( FT_Library library );
58 ft_raster5_renderer_class_pic_init( FT_Library library );
  /external/chromium_org/third_party/android_crazy_linker/src/tests/
test_load_library_depends.cpp 6 // - Load a library (libbar.so) with the linker, which depends on
7 // another library (libfoo.so)
10 // - Close the library.
21 crazy_library_t* library; local
27 if (!crazy_library_open(&library, "libbar.so", context)) {
28 Panic("Could not open library: %s\n", crazy_context_get_error(context));
34 library, "Bar", reinterpret_cast<void**>(&bar_func))) {
44 library, "Foo", reinterpret_cast<void**>(&foo_func))) {
48 // Close the library.
50 crazy_library_close(library);
    [all...]
  /external/chromium_org/third_party/freetype/src/raster/
rastpic.h 44 #define FT_STANDARD_RASTER_GET ( GET_PIC( library )->ft_standard_raster )
49 ft_raster1_renderer_class_pic_free( FT_Library library );
52 ft_raster5_renderer_class_pic_free( FT_Library library );
55 ft_raster1_renderer_class_pic_init( FT_Library library );
58 ft_raster5_renderer_class_pic_init( FT_Library library );
  /external/freetype/src/raster/
rastpic.h 44 #define FT_STANDARD_RASTER_GET ( GET_PIC( library )->ft_standard_raster )
49 ft_raster1_renderer_class_pic_free( FT_Library library );
52 ft_raster5_renderer_class_pic_free( FT_Library library );
55 ft_raster1_renderer_class_pic_init( FT_Library library );
58 ft_raster5_renderer_class_pic_init( FT_Library library );
  /ndk/sources/android/crazy_linker/tests/
test_load_library_depends.cpp 6 // - Load a library (libbar.so) with the linker, which depends on
7 // another library (libfoo.so)
10 // - Close the library.
21 crazy_library_t* library; local
27 if (!crazy_library_open(&library, "libbar.so", context)) {
28 Panic("Could not open library: %s\n", crazy_context_get_error(context));
34 library, "Bar", reinterpret_cast<void**>(&bar_func))) {
44 library, "Foo", reinterpret_cast<void**>(&foo_func))) {
48 // Close the library.
50 crazy_library_close(library);
    [all...]
  /external/chromium_org/third_party/freetype/src/cff/
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 )
    [all...]
  /external/freetype/src/cff/
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 )
    [all...]
  /external/chromium_org/third_party/freetype/src/pshinter/
pshpic.c 30 FT_Init_Class_pshinter_interface( FT_Library library,
34 pshinter_module_class_pic_free( FT_Library library )
36 FT_PIC_Container* pic_container = &library->pic_container;
37 FT_Memory memory = library->memory;
49 pshinter_module_class_pic_init( FT_Library library )
51 FT_PIC_Container* pic_container = &library->pic_container;
54 FT_Memory memory = library->memory;
65 library, &container->pshinter_interface );
68 pshinter_module_class_pic_free( library );
  /external/freetype/src/pshinter/
pshpic.c 30 FT_Init_Class_pshinter_interface( FT_Library library,
34 pshinter_module_class_pic_free( FT_Library library )
36 FT_PIC_Container* pic_container = &library->pic_container;
37 FT_Memory memory = library->memory;
49 pshinter_module_class_pic_init( FT_Library library )
51 FT_PIC_Container* pic_container = &library->pic_container;
54 FT_Memory memory = library->memory;
65 library, &container->pshinter_interface );
68 pshinter_module_class_pic_free( library );
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/pshinter/
pshpic.c 30 FT_Init_Class_pshinter_interface( FT_Library library,
34 pshinter_module_class_pic_free( FT_Library library )
36 FT_PIC_Container* pic_container = &library->pic_container;
37 FT_Memory memory = library->memory;
49 pshinter_module_class_pic_init( FT_Library library )
51 FT_PIC_Container* pic_container = &library->pic_container;
54 FT_Memory memory = library->memory;
65 library, &container->pshinter_interface );
68 pshinter_module_class_pic_free( library );

Completed in 574 milliseconds

1 2 3 4 5 6 7 8 91011>>