HomeSort by relevance Sort by last modified time
    Searched full:library (Results 126 - 150 of 18667) sorted by null

1 2 3 4 56 7 8 91011>>

  /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.12/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
bn_mp_exch.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
bn_mp_init_copy.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
bn_mp_init_set.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
bn_mp_init_set_int.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
bn_mp_mod_d.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
bn_mp_radix_smap.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
bn_mp_set.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
bn_mp_signed_bin_size.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
bn_mp_to_signed_bin.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
bn_mp_to_signed_bin_n.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
bn_mp_to_unsigned_bin_n.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
bn_mp_unsigned_bin_size.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
bn_mp_zero.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
  /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 );
  /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 );
  /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 );
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/lib/
libexpat.la 1 # libexpat.la - a libtool library file
5 # It is necessary for linking the library.
10 # Names of this library.
24 # Is this an already installed library?
34 # Directory that this library needs to be installed in:
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/
libexpat.la 1 # libexpat.la - a libtool library file
5 # It is necessary for linking the library.
10 # Names of this library.
24 # Is this an already installed library?
34 # Directory that this library needs to be installed in:
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/
libgmp.la 1 # libgmp.la - a libtool library file
5 # It is necessary for linking the library.
10 # Names of this library.
24 # Is this an already installed library?
34 # Directory that this library needs to be installed in:
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/
libgmp.la 1 # libgmp.la - a libtool library file
5 # It is necessary for linking the library.
10 # Names of this library.
24 # Is this an already installed library?
34 # Directory that this library needs to be installed in:

Completed in 959 milliseconds

1 2 3 4 56 7 8 91011>>