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

1 2 3 4 5 6 7 8 91011>>

  /external/e2fsprogs/intl/
VERSION 1 GNU gettext library from gettext-0.14.1
  /development/host/windows/usb/api/
AdbWinApi.def 3 LIBRARY "AdbWinApi.DLL"
  /development/host/windows/usb/winusb/
AdbWinUsbApi.def 3 LIBRARY "AdbWinUsbApi.DLL"
  /external/webkit/WebKitTools/DumpRenderTree/win/TestNetscapePlugin/
TestNetscapePlugin.def 0 LIBRARY "npTestNetscapePlugin"
TestNetscapePlugin_debug.def 0 LIBRARY "npTestNetscapePlugin_debug"
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/templates/
test_uses-library.template 1 <uses-library android:name="android.test.runner" />
  /sdk/layoutopt/app/
README 3 Simple command line front end for the uix library
  /external/e2fsprogs/
SHLIBS 0 Library:libcom_err.o
2 Description: Common error code library
8 Library:libss.o
9 Description: Generic Subsystem library (Simple tty UI)
15 Library:libext2fs.so
16 Description: The ext2fs (raw interface) library
22 Library:libe2p.so
23 Description: The e2p (ext2fs's programmers) library
29 Library:libuuid.so
30 Description: DCE Universally Unique ID (UUID) library
    [all...]
  /external/bzip2/
libbz2.def 0 LIBRARY LIBBZ2
2 DESCRIPTION "libbzip2: library for data compression"
  /development/host/windows/prebuilt/usb/
AdbWinApi.def 0 LIBRARY AdbWinApi.dll
  /external/e2fsprogs/debian/attic/
comerrg-dev.info 1 DESCR="The Common Error Description library."
  /development/pdk/pndk/samples/sample/
hellolibrary.c 1 /* hellolibrary.c - demonstrate library use with the NDK.
2 * This will be the library that gets called as wither a static or shared lib.*/
8 printf("Library printing message: %s", msg);
  /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/freetype/src/smooth/
ftspic.c 30 ft_smooth_renderer_class_pic_free( FT_Library library )
32 FT_PIC_Container* pic_container = &library->pic_container;
33 FT_Memory memory = library->memory;
46 ft_smooth_renderer_class_pic_init( FT_Library library )
48 FT_PIC_Container* pic_container = &library->pic_container;
51 FT_Memory memory = library->memory;
72 ft_smooth_renderer_class_pic_free(library);
77 FT_Error ft_smooth_lcd_renderer_class_pic_init(FT_Library library)
79 return ft_smooth_renderer_class_pic_init(library);
81 void ft_smooth_lcd_renderer_class_pic_free(FT_Library library)
    [all...]
  /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 @echo " INSTALL_DATA $(libdir)/$(LIBRARY)_p.a"
21 @$(INSTALL_DATA) $(LIBRARY)_p.a $(DESTDIR)$(libdir)/$(LIBRARY)_p.a
22 @-$(RANLIB) $(DESTDIR)$(libdir)/$(LIBRARY)_p.a
23 @$(CHMOD) $(LIBMODE) $(DESTDIR)$(libdir)/$(LIBRARY)_p.
    [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/freetype/src/cff/
cffpic.c 44 cff_driver_class_pic_free( FT_Library library )
46 FT_PIC_Container* pic_container = &library->pic_container;
47 FT_Memory memory = library->memory;
52 FT_Destroy_Class_cff_services(library, container->cff_services);
55 FT_Destroy_Class_cff_field_handlers(library, container->cff_field_handlers);
63 cff_driver_class_pic_init( FT_Library library )
65 FT_PIC_Container* pic_container = &library->pic_container;
68 FT_Memory memory = library->memory;
77 error = FT_Create_Class_cff_services(library, &container->cff_services);
80 error = FT_Create_Class_cff_field_handlers(library, &container->cff_field_handlers)
    [all...]
  /external/freetype/src/psnames/
pspic.c 32 psnames_module_class_pic_free( FT_Library library )
34 FT_PIC_Container* pic_container = &library->pic_container;
35 FT_Memory memory = library->memory;
40 FT_Destroy_Class_pscmaps_services(library, container->pscmaps_services);
48 psnames_module_class_pic_init( FT_Library library )
50 FT_PIC_Container* pic_container = &library->pic_container;
53 FT_Memory memory = library->memory;
62 error = FT_Create_Class_pscmaps_services(library, &container->pscmaps_services);
65 FT_Init_Class_pscmaps_interface(library, &container->pscmaps_interface);
69 psnames_module_class_pic_free(library);
    [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

Completed in 431 milliseconds

1 2 3 4 5 6 7 8 91011>>