/external/chromium/base/ |
native_library_mac.mm | 52 void UnloadNativeLibrary(NativeLibrary library) { 53 if (library->type == BUNDLE) { 54 CFBundleCloseBundleResourceMap(library->bundle, 55 library->bundle_resource_ref); 56 CFRelease(library->bundle); 58 dlclose(library->dylib); 60 delete library; 64 void* GetFunctionPointerFromNativeLibrary(NativeLibrary library, 66 if (library->type == BUNDLE) { 70 return CFBundleGetFunctionPointerForName(library->bundle, symbol_name) [all...] |
/external/freetype/src/base/ |
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...] |
/external/freetype/src/raster/ |
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/truetype/ |
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...] |
/development/ndk/samples/module-exports/ |
README.TXT | 7 bar simply uses 'foo', as a static library 8 zoo uses bar, is a shared library.
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/imageinfo/ |
NOTICE | 1 This extension uses code from the following JavaScript library: 3 ImageInfo - A JavaScript library for reading image metadata.
|
/external/e2fsprogs/debian/attic/ |
e2fslibsg-dev.menu | 2 title="The ext2fs library." \ 3 longtitle="A library to handle low-level structures in an ext2 filesystem"\
|
/external/e2fsprogs/debian/ |
e2fslibs-dev.doc-base | 2 Title: The EXT2FS library 4 Abstract: The EXT2FS library is designed to allow
|
/external/jpeg/ |
makvms.opt | 1 ! A pointer to the VAX/VMS C Run-Time Shareable Library. 4 Sys$Library:VAXCRTL.EXE /Share
|
/external/mesa3d/docs/ |
glu.html | 11 (Silicon Graphics, Inc. Sample Implementation of the OpenGL Utility library) 15 This includes the GLU library. 19 The SI GLU library implements GLU version 1.3 whereas the original 20 Mesa GLU library only implemented version 1.2. 21 We recommend using the SI GLU library instead of Mesa's GLU library 23 We're no longer developing the original Mesa GLU library. 27 The SI GLU library code is included in the Mesa distribution.
|
/external/oauth/core/src/main/java/ |
Android.mk | 4 # This will build the client static library for the Google Services Framework 13 # Build the actual static library
|
/external/qemu/distrib/jpeg-6b/ |
makvms.opt | 1 ! A pointer to the VAX/VMS C Run-Time Shareable Library. 4 Sys$Library:VAXCRTL.EXE /Share
|
/external/qemu/distrib/sdl-1.2.15/Xcode/SDL/pkg-support/ |
SDL.info | 3 Description SDL Library for Mac OS X (http://www.libsdl.org) 4 DefaultLocation /Library/Frameworks
|
/external/qemu/telephony/ |
Jamfile | 3 Library sysdeps : sysdeps_posix.c ; 4 Library android_modem : android_modem.c sim_card.c ;
|
/external/valgrind/main/drd/tests/ |
linuxthreads_det.stderr.exp-linuxthreads | 2 Detected the LinuxThreads threading library. Sorry, but DRD only supports 3 the newer NPTL (Native POSIX Threads Library). Please try to rerun DRD
|
/external/webkit/Source/JavaScriptCore/qt/api/ |
qtscriptglobal.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 25 #if defined(QT_MAKEDLL) /* create a Qt DLL library */ 31 #elif defined(QT_DLL) /* use a Qt DLL library */
|
/external/webkit/Source/WebKit/qt/Api/ |
qwebkitglobal.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 31 #if defined(QT_MAKEDLL) /* create a Qt DLL library */ 37 #elif defined(QT_DLL) /* use a Qt DLL library */
|
/ndk/tests/build/import-install/path1/ |
Android.mk | 1 # This is a trivial shared library that will be imported 3 # another library
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/ |
libc.so | 2 Use the shared library, but some functions are only in 3 the static library, so try that secondarily. */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/ |
libc.so | 2 Use the shared library, but some functions are only in 3 the static library, so try that secondarily. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/lib/ |
libc.so | 2 Use the shared library, but some functions are only in 3 the static library, so try that secondarily. */
|
/external/icu4c/common/ |
ucln.h | 22 /** These are the functions used to register a library's memory cleanup 23 * functions. Each library should define a single library register function 24 * to call this API. In the i18n library, it is ucln_i18n_registerCleanup(). 32 * You should add your function to the library specific cleanup function. 33 * If the cleanup function is not in the common library, the code that 34 * allocates the memory should call the library specific cleanup function. 35 * For instance, in the i18n library, any memory allocated statically must 36 * call ucln_i18n_registerCleanup() from the ucln_in.h header. These library 38 * between the common library and any other library [all...] |
/external/qemu/distrib/sdl-1.2.15/src/hermes/ |
COPYING.LIB | 1 GNU LIBRARY GENERAL PUBLIC LICENSE 9 [This is the first released version of the library GPL. It is 19 This license, the Library General Public License, applies to some 34 you distribute copies of the library, or if you modify it. 36 For example, if you distribute copies of the library, whether gratis 39 code. If you link a program with the library, you must provide 41 with the library, after making changes to the library and recompiling 45 the library, and (2) offer you this license which gives you legal 46 permission to copy, distribute and/or modify the library [all...] |
/external/webkit/Source/WebKit2/WebProcess/ |
com.apple.WebProcess.sb | 14 (subpath "/Library/Dictionaries") 15 (subpath "/Library/Fonts") 16 (subpath "/Library/Frameworks") 17 (subpath "/Library/Keychains") 23 (subpath "/Library/Internet Plug-Ins") 24 (subpath (string-append (param "HOME_DIR") "/Library/Internet Plug-Ins")) 27 (literal "/Library/Preferences/.GlobalPreferences.plist") 28 (literal "/Library/Preferences/com.apple.crypto.plist") 29 (literal "/Library/Preferences/com.apple.security.plist") 30 (literal "/Library/Preferences/com.apple.security.common.plist" [all...] |
/external/dropbear/libtommath/ |
bn_mp_clear_multi.c | 3 /* LibTomMath, multiple-precision integer library -- Tom St Denis 5 * LibTomMath is a library that provides multiple-precision 8 * The library was designed directly after the MPI library by 12 * The library is free for all purposes without any express
|