/sdk/lint/libs/lint_checks/tests/src/com/android/tools/lint/checks/data/multiproject/ |
LibraryCode.java.txt | 1 package foo.library;
|
/external/dropbear/libtomcrypt/src/misc/crypt/ |
crypt_ltc_mp_descriptor.c | 1 /* LibTomCrypt, modular cryptographic library -- Tom St Denis 3 * LibTomCrypt is a library that provides various cryptographic 6 * The library is free for all purposes without any express
|
/external/e2fsprogs/debian/ |
source.lintian-overrides | 1 e2fsprogs source: weak-library-dev-dependency ss-dev on libss2 (= ${mainBinary}) 2 e2fsprogs source: weak-library-dev-dependency comerr-dev on libcomerr2 (= ${mainBinary}) 3 e2fsprogs source: weak-library-dev-dependency uuid-dev on libuuid1 (= ${mainBinary})
|
/external/llvm/runtime/ |
README.txt | 3 inserts calls to an external pool allocator library. This runtime library is 4 an example of the type of library that lives in these directories.
|
/ndk/tests/build/import-static/ |
README | 1 The purpose of this check is to verify that static library imports 2 are transitive, i.e. that if foo imports a static library bar, which 3 imports another static library zoo, then libfoo.so will be linked
|
/external/freetype/src/smooth/ |
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...] |
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 );
|
/external/e2fsprogs/lib/ |
Makefile.profile | 1 all:: $(LIBRARY)_p.a 9 $(RM) -f $(LIBRARY)_p.a ../$(LIBRARY)_p.a 11 $(LIBRARY)_p.a: $(OBJS) 19 install:: $(LIBRARY)_p.a installdirs 20 $(E) " INSTALL_DATA $(libdir)/$(LIBRARY)_p.a" 21 $(Q) $(INSTALL_DATA) $(LIBRARY)_p.a $(DESTDIR)$(libdir)/$(LIBRARY)_p.a 22 -$(Q) $(RANLIB) $(DESTDIR)$(libdir)/$(LIBRARY)_p.a 23 $(Q) $(CHMOD) $(LIBMODE) $(DESTDIR)$(libdir)/$(LIBRARY)_p. [all...] |
/external/freetype/src/cff/ |
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/sfnt/ |
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...] |
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/ |
NativeLibraryMapInfo.java | 20 * Memory address to library mapping for native libraries. 22 * Each instance represents a single native library and its start and end memory addresses. 31 * Constructs a new native library map info. 32 * @param startAddr The start address of the library. 33 * @param endAddr The end address of the library. 34 * @param library The name of the library. 36 NativeLibraryMapInfo(long startAddr, long endAddr, String library) { 39 this.mLibrary = library; 43 * Returns the name of the library [all...] |
/external/chromium/chrome/browser/chromeos/cros/ |
cros_library.h | 37 // This class handles access to sub-parts of ChromeOS library. it provides 47 // Use the stub implementations of the library. This is mainly for 51 // Reset the stub implementations of the library, called after 59 void SetBrightnessLibrary(BrightnessLibrary* library, bool own); 60 void SetBurnLibrary(BurnLibrary* library, bool own); 61 void SetCryptohomeLibrary(CryptohomeLibrary* library, bool own); 62 void SetInputMethodLibrary(InputMethodLibrary* library, bool own); 63 void SetLibCrosServiceLibrary(LibCrosServiceLibrary* library, bool own); 64 void SetLoginLibrary(LoginLibrary* library, bool own); 65 void SetMountLibrary(MountLibrary* library, bool own) [all...] |
/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...] |
/device/sample/frameworks/PlatformLibrary/ |
README.txt | 1 Platform Library Example 6 shared library, without changing the Android framework. It also shows how to 7 write JNI code for incorporating native code into the library, and a client 8 application that uses the library. 12 a custom library as shown here. It can not be used to create a third party 13 shared library, which is not currently supported in Android. 15 To declare your library to the framework, you must place a file with a .xml 20 <library name="com.example.android.platform_library" 31 The top-level Android.mk defines the rules to build the shared library itself, 33 library lives under java/ [all...] |
/external/qemu/distrib/sdl-1.2.12/src/thread/dc/ |
SDL_systhread_c.h | 5 This library is free software; you can redistribute it and/or 6 modify it under the terms of the GNU Library General Public 10 This library is distributed in the hope that it will be useful, 13 Library General Public License for more details. 15 You should have received a copy of the GNU Library General Public 16 License along with this library; if not, write to the Free
|
/external/qemu/distrib/sdl-1.2.12/src/thread/epoc/ |
SDL_systhread_c.h | 5 This library is free software; you can redistribute it and/or 6 modify it under the terms of the GNU Library General Public 10 This library is distributed in the hope that it will be useful, 13 Library General Public License for more details. 15 You should have received a copy of the GNU Library General Public 16 License along with this library; if not, write to the Free
|
/external/qemu/distrib/sdl-1.2.12/src/thread/generic/ |
SDL_systhread_c.h | 5 This library is free software; you can redistribute it and/or 6 modify it under the terms of the GNU Library General Public 10 This library is distributed in the hope that it will be useful, 13 Library General Public License for more details. 15 You should have received a copy of the GNU Library General Public 16 License along with this library; if not, write to the Free
|
/external/qemu/distrib/sdl-1.2.12/src/thread/irix/ |
SDL_systhread_c.h | 5 This library is free software; you can redistribute it and/or 6 modify it under the terms of the GNU Library General Public 10 This library is distributed in the hope that it will be useful, 13 Library General Public License for more details. 15 You should have received a copy of the GNU Library General Public 16 License along with this library; if not, write to the Free
|
/external/qemu/distrib/sdl-1.2.12/src/thread/os2/ |
SDL_systhread_c.h | 5 This library is free software; you can redistribute it and/or 6 modify it under the terms of the GNU Library General Public 10 This library is distributed in the hope that it will be useful, 13 Library General Public License for more details. 15 You should have received a copy of the GNU Library General Public 16 License along with this library; if not, write to the Free
|
/external/qemu/distrib/sdl-1.2.12/src/thread/pth/ |
SDL_systhread_c.h | 5 This library is free software; you can redistribute it and/or 6 modify it under the terms of the GNU Library General Public 10 This library is distributed in the hope that it will be useful, 13 Library General Public License for more details. 15 You should have received a copy of the GNU Library General Public 16 License along with this library; if not, write to the Free
|
/external/qemu/distrib/sdl-1.2.12/src/thread/pthread/ |
SDL_systhread_c.h | 5 This library is free software; you can redistribute it and/or 6 modify it under the terms of the GNU Library General Public 10 This library is distributed in the hope that it will be useful, 13 Library General Public License for more details. 15 You should have received a copy of the GNU Library General Public 16 License along with this library; if not, write to the Free
|
/external/qemu/distrib/sdl-1.2.12/src/thread/riscos/ |
SDL_systhread_c.h | 5 This library is free software; you can redistribute it and/or 6 modify it under the terms of the GNU Library General Public 10 This library is distributed in the hope that it will be useful, 13 Library General Public License for more details. 15 You should have received a copy of the GNU Library General Public 16 License along with this library; if not, write to the Free
|
/external/qemu/distrib/sdl-1.2.12/src/thread/win32/ |
SDL_systhread_c.h | 5 This library is free software; you can redistribute it and/or 6 modify it under the terms of the GNU Library General Public 10 This library is distributed in the hope that it will be useful, 13 Library General Public License for more details. 15 You should have received a copy of the GNU Library General Public 16 License along with this library; if not, write to the Free
|
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/ |
SDL_QuartzWM.h | 5 This library is free software; you can redistribute it and/or 6 modify it under the terms of the GNU Library General Public 10 This library is distributed in the hope that it will be useful, 13 Library General Public License for more details. 15 You should have received a copy of the GNU Library General Public 16 License along with this library; if not, write to the Free
|
/external/webkit/Source/JavaScriptCore/runtime/ |
ScopeChainMark.h | 4 * This library is free software; you can redistribute it and/or 5 * modify it under the terms of the GNU Library General Public 9 * This library is distributed in the hope that it will be useful, 12 * Library General Public License for more details. 14 * You should have received a copy of the GNU Library General Public License 15 * along with this library; see the file COPYING.LIB. If not, write to
|