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

1 2 3 4 5 6 7 8 91011>>

  /development/samples/TicTacToeLib/
default.properties 26 android.library=true
  /external/freetype/src/cff/
cffpic.c 31 FT_Library library,
36 FT_Library library,
41 FT_Library library,
46 FT_Library library,
51 FT_Library library,
56 FT_Library library,
61 FT_Library library,
67 FT_Library library,
72 FT_Library library,
76 cff_driver_class_pic_free( FT_Library library )
    [all...]
cffpic.h 61 #define FT_CFF_SERVICE_PS_INFO_GET (GET_PIC(library)->cff_service_ps_info)
62 #define FT_CFF_SERVICE_GLYPH_DICT_GET (GET_PIC(library)->cff_service_glyph_dict)
63 #define FT_CFF_SERVICE_PS_NAME_GET (GET_PIC(library)->cff_service_ps_name)
64 #define FT_CFF_SERVICE_GET_CMAP_INFO_GET (GET_PIC(library)->cff_service_get_cmap_info)
65 #define FT_CFF_SERVICE_CID_INFO_GET (GET_PIC(library)->cff_service_cid_info)
66 #define FT_CFF_SERVICES_GET (GET_PIC(library)->cff_services)
67 #define FT_CFF_CMAP_ENCODING_CLASS_REC_GET (GET_PIC(library)->cff_cmap_encoding_class_rec)
68 #define FT_CFF_CMAP_UNICODE_CLASS_REC_GET (GET_PIC(library)->cff_cmap_unicode_class_rec)
69 #define FT_CFF_FIELD_HANDLERS_GET (GET_PIC(library)->cff_field_handlers)
73 cff_driver_class_pic_free( FT_Library library );
    [all...]
  /external/freetype/src/base/
ftpic.c 29 ft_pic_container_init( FT_Library library )
31 FT_PIC_Container* pic_container = &library->pic_container;
36 error = ft_base_pic_init( library );
46 ft_pic_container_destroy( FT_Library library )
48 ft_base_pic_free( library );
basepic.c 35 ft_create_default_module_classes( FT_Library library );
38 ft_destroy_default_module_classes( FT_Library library );
41 ft_base_pic_free( FT_Library library )
43 FT_PIC_Container* pic_container = &library->pic_container;
44 FT_Memory memory = library->memory;
48 ft_destroy_default_module_classes( library );
57 ft_base_pic_init( FT_Library library )
59 FT_PIC_Container* pic_container = &library->pic_container;
62 FT_Memory memory = library->memory;
71 error = ft_create_default_module_classes( library );
    [all...]
basepic.h 55 #define FT_OUTLINE_GLYPH_CLASS_GET (&GET_PIC(library)->ft_outline_glyph_class)
56 #define FT_BITMAP_GLYPH_CLASS_GET (&GET_PIC(library)->ft_bitmap_glyph_class)
57 #define FT_DEFAULT_MODULES_GET (GET_PIC(library)->default_module_classes)
59 #define FT_RACCESS_GUESS_TABLE_GET (GET_PIC(library)->ft_raccess_guess_table)
64 ft_base_pic_free( FT_Library library );
67 ft_base_pic_init( FT_Library library );
  /development/samples/TicTacToeMain/
default.properties 26 android.library.reference.1=../TicTacToeLib/
  /external/freetype/src/sfnt/
sfntpic.c 29 FT_Create_Class_sfnt_services( FT_Library library,
33 FT_Destroy_Class_sfnt_services( FT_Library library,
40 FT_Init_Class_sfnt_interface( FT_Library library,
45 FT_Library library,
50 FT_Library library,
55 FT_Library library,
64 FT_Create_Class_tt_cmap_classes( FT_Library library,
68 FT_Destroy_Class_tt_cmap_classes( FT_Library library,
72 sfnt_module_class_pic_free( FT_Library library )
74 FT_PIC_Container* pic_container = &library->pic_container
    [all...]
sfntpic.h 69 #define FT_SFNT_SERVICES_GET (GET_PIC(library)->sfnt_services)
70 #define FT_SFNT_SERVICE_GLYPH_DICT_GET (GET_PIC(library)->sfnt_service_glyph_dict)
71 #define FT_SFNT_SERVICE_PS_NAME_GET (GET_PIC(library)->sfnt_service_ps_name)
72 #define FT_TT_SERVICE_GET_CMAP_INFO_GET (GET_PIC(library)->tt_service_get_cmap_info)
73 #define FT_SFNT_SERVICES_GET (GET_PIC(library)->sfnt_services)
74 #define FT_TT_CMAP_CLASSES_GET (GET_PIC(library)->tt_cmap_classes)
75 #define FT_SFNT_SERVICE_SFNT_TABLE_GET (GET_PIC(library)->sfnt_service_sfnt_table)
76 #define FT_SFNT_SERVICE_BDF_GET (GET_PIC(library)->sfnt_service_bdf)
77 #define FT_SFNT_INTERFACE_GET (GET_PIC(library)->sfnt_interface)
81 sfnt_module_class_pic_free( FT_Library library );
    [all...]
  /external/freetype/src/smooth/
ftspic.h 39 #define FT_GRAYS_RASTER_GET (GET_PIC(library)->ft_grays_raster)
43 ft_smooth_renderer_class_pic_free( FT_Library library );
46 ft_smooth_lcd_renderer_class_pic_free( FT_Library library );
49 ft_smooth_lcdv_renderer_class_pic_free( FT_Library library );
52 ft_smooth_renderer_class_pic_init( FT_Library library );
55 ft_smooth_lcd_renderer_class_pic_init( FT_Library library );
58 ft_smooth_lcdv_renderer_class_pic_init( FT_Library library );
ftspic.c 32 ft_smooth_renderer_class_pic_free( FT_Library library )
34 FT_PIC_Container* pic_container = &library->pic_container;
35 FT_Memory memory = library->memory;
52 ft_smooth_renderer_class_pic_init( FT_Library library )
54 FT_PIC_Container* pic_container = &library->pic_container;
57 FT_Memory memory = library->memory;
79 ft_smooth_renderer_class_pic_free( library );
84 FT_Error ft_smooth_lcd_renderer_class_pic_init( FT_Library library )
86 return ft_smooth_renderer_class_pic_init( library );
89 void ft_smooth_lcd_renderer_class_pic_free( FT_Library library )
    [all...]
  /external/freetype/src/raster/
rastpic.h 39 #define FT_STANDARD_RASTER_GET (GET_PIC(library)->ft_standard_raster)
43 ft_raster1_renderer_class_pic_free( FT_Library library );
46 ft_raster5_renderer_class_pic_free( FT_Library library );
49 ft_raster1_renderer_class_pic_init( FT_Library library );
52 ft_raster5_renderer_class_pic_init( FT_Library library );
rastpic.c 32 ft_raster1_renderer_class_pic_free( FT_Library library )
34 FT_PIC_Container* pic_container = &library->pic_container;
35 FT_Memory memory = library->memory;
50 ft_raster1_renderer_class_pic_init( FT_Library library )
52 FT_PIC_Container* pic_container = &library->pic_container;
55 FT_Memory memory = library->memory;
77 ft_raster1_renderer_class_pic_free( library );
83 ft_raster5_renderer_class_pic_init( FT_Library library )
85 return ft_raster1_renderer_class_pic_init( library );
89 ft_raster5_renderer_class_pic_free( FT_Library library )
    [all...]
  /external/freetype/src/pshinter/
pshpic.c 29 FT_Init_Class_pshinter_interface( FT_Library library,
33 pshinter_module_class_pic_free( FT_Library library )
35 FT_PIC_Container* pic_container = &library->pic_container;
36 FT_Memory memory = library->memory;
48 pshinter_module_class_pic_init( FT_Library library )
50 FT_PIC_Container* pic_container = &library->pic_container;
53 FT_Memory memory = library->memory;
64 library, &container->pshinter_interface );
68 pshinter_module_class_pic_free( library );
pshpic.h 41 #define FTPSHINTER_INTERFACE_GET (GET_PIC(library)->pshinter_interface)
45 pshinter_module_class_pic_free( FT_Library library );
48 pshinter_module_class_pic_init( FT_Library library );
  /external/freetype/src/psnames/
pspic.c 29 FT_Create_Class_pscmaps_services( FT_Library library,
32 FT_Destroy_Class_pscmaps_services( FT_Library library,
36 FT_Init_Class_pscmaps_interface( FT_Library library,
40 psnames_module_class_pic_free( FT_Library library )
42 FT_PIC_Container* pic_container = &library->pic_container;
43 FT_Memory memory = library->memory;
52 FT_Destroy_Class_pscmaps_services( library,
62 psnames_module_class_pic_init( FT_Library library )
64 FT_PIC_Container* pic_container = &library->pic_container;
67 FT_Memory memory = library->memory
    [all...]
pspic.h 42 #define FT_PSCMAPS_SERVICES_GET (GET_PIC(library)->pscmaps_services)
43 #define FT_PSCMAPS_INTERFACE_GET (GET_PIC(library)->pscmaps_interface)
47 psnames_module_class_pic_free( FT_Library library );
50 psnames_module_class_pic_init( FT_Library library );
  /external/freetype/src/truetype/
ttpic.h 46 #define FT_TT_SERVICES_GET (GET_PIC(library)->tt_services)
47 #define FT_TT_SERVICE_GX_MULTI_MASTERS_GET (GET_PIC(library)->tt_service_gx_multi_masters)
48 #define FT_TT_SERVICE_TRUETYPE_GLYF_GET (GET_PIC(library)->tt_service_truetype_glyf)
52 tt_driver_class_pic_free( FT_Library library );
55 tt_driver_class_pic_init( FT_Library library );
ttpic.c 29 FT_Create_Class_tt_services( FT_Library library,
33 FT_Destroy_Class_tt_services( FT_Library library,
45 tt_driver_class_pic_free( FT_Library library )
47 FT_PIC_Container* pic_container = &library->pic_container;
48 FT_Memory memory = library->memory;
57 FT_Destroy_Class_tt_services( library, container->tt_services );
66 tt_driver_class_pic_init( FT_Library library )
68 FT_PIC_Container* pic_container = &library->pic_container;
71 FT_Memory memory = library->memory;
81 error = FT_Create_Class_tt_services( library,
    [all...]
  /frameworks/av/media/libeffects/data/
audio_effects.conf 1 # List of effect libraries to load. Each library element must contain a "path" element
2 # giving the full path of the library .so file.
26 # list of effects to load. Each effect element must contain a "library" and a "uuid" element.
27 # The value of the "library" element must correspond to the name of one library element in the
35 # library <lib name>
43 library bundle
47 library bundle
51 library bundle
55 library bundl
    [all...]
  /external/chromium/base/memory/
scoped_native_library.cc 12 ScopedNativeLibrary::ScopedNativeLibrary(NativeLibrary library)
13 : library_(library) {
32 void ScopedNativeLibrary::Reset(NativeLibrary library) {
35 library_ = library;
scoped_native_library.h 18 // This class automatically unloads the loaded library in its destructor.
21 // Initializes with a NULL library.
24 // Takes ownership of the given library handle.
25 explicit ScopedNativeLibrary(NativeLibrary library);
27 // Opens the given library and manages its lifetime.
32 // Returns true if there's a valid library loaded.
37 // Takes ownership of the given library handle. Any existing handle will
39 void Reset(NativeLibrary library);
41 // Returns the native library handle and removes it from this object. The
  /external/chromium/base/
native_library_linux.cc 34 void UnloadNativeLibrary(NativeLibrary library) {
35 int ret = dlclose(library);
43 void* GetFunctionPointerFromNativeLibrary(NativeLibrary library,
45 return dlsym(library, name);
  /external/freetype/src/autofit/
afpic.c 29 FT_Library library,
42 autofit_module_class_pic_free( FT_Library library )
44 FT_PIC_Container* pic_container = &library->pic_container;
45 FT_Memory memory = library->memory;
57 autofit_module_class_pic_init( FT_Library library )
59 FT_PIC_Container* pic_container = &library->pic_container;
63 FT_Memory memory = library->memory;
97 library, &container->af_autofitter_service );
102 autofit_module_class_pic_free( library );
  /dalvik/dx/tests/089-dex-define-object/
run 18 dx --debug --dex --core-library --output=blort.dex */*/*.class

Completed in 229 milliseconds

1 2 3 4 5 6 7 8 91011>>