HomeSort by relevance Sort by last modified time
    Searched refs:library (Results 51 - 75 of 345) sorted by null

1 23 4 5 6 7 8 91011>>

  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
Addr2Line.java 31 * Each process can only handle one library, which should be provided when
34 * The processes take some time to load as they need to parse the library files.
37 * library, using <code>getProcess(String library)<code>.<br></br>
59 /** Path to the library */
75 * Returns the instance of a Addr2Line process for the specified library.
76 * <br>The library should be in a format that makes<br>
77 * <code>$ANDROID_PRODUCT_OUT + "/symbols" + library</code> a valid file.
79 * @param library the library in which to look for addresses
    [all...]
  /external/freetype/include/freetype/internal/
ftserv.h 155 * to the library. This is useful to build simple static service lists.
253 FT_Destroy_Class_##class_( FT_Library library, \
256 FT_Memory memory = library->memory; \
262 FT_Create_Class_##class_( FT_Library library, \
267 FT_Memory memory = library->memory; \
282 FT_Destroy_Class_##class_( FT_Library library, \
285 FT_Memory memory = library->memory; \
291 FT_Create_Class_##class_( FT_Library library, \
296 FT_Memory memory = library->memory; \
313 FT_Destroy_Class_##class_( FT_Library library, \
    [all...]
ftobjs.h 226 void FT_Init_Class_##class_( FT_Library library, FT_CMap_ClassRec* clazz);
232 FT_Init_Class_##class_( FT_Library library, \
235 FT_UNUSED(library); \
312 /* library. */
435 /* library :: A handle to the parent library object. */
444 FT_Library library; member in struct:FT_ModuleRec_
454 #define FT_MODULE_LIBRARY( x ) FT_MODULE( x )->library
490 /* library :: A handle to the library object. *
    [all...]
  /dalvik/vm/compiler/template/armv5te-vfp/
TEMPLATE_SQRT_DOUBLE_VFP.S 4 * If the result is a NaN, bail out to library code to do
20 bx r2 @ tail call to sqrt library routine
  /external/freetype/include/freetype/internal/services/
svcid.h 63 FT_Init_Class_##class_( FT_Library library, \
66 FT_UNUSED(library); \
svpsinfo.h 71 FT_Init_Class_##class_( FT_Library library, \
74 FT_UNUSED(library); \
  /external/freetype/src/cff/
cffparse.h 39 FT_Library library; member in struct:CFF_ParserRec_
57 FT_Library library);
  /external/qemu/
dynlink.h 36 * the function's name as provided by the library, and 'sig' is
63 /* define pointers to dynamic library functions as static pointers.
78 * 'library' must be the result of a succesful dlopen() call
83 DYNLINK_FUNCTIONS_INIT(void* library)
87 _dynlink_##name = dlsym( library, DYNLINK_STR(name) ); \
  /frameworks/base/media/libeffects/factory/
Android.mk 3 # Effect factory library
  /frameworks/base/policy/
Android.mk 3 # the library
  /frameworks/base/services/java/
Android.mk 3 # the library
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/
AacEncTest.mk 4 # library files to link with when building
  /bootable/diskinstaller/libdiskconfig/
Android.mk 14 # static library for host
32 # shared library for target
  /external/emma/
Android.mk 6 # the custom dex'ed emma library ready to put on a device.
24 # the custom emma library to add to an SDK project.
  /external/freetype/include/freetype/
ftoutln.h 122 /* library :: A handle to the library object from where the */
125 /* destroying the library, by @FT_Done_FreeType. */
138 /* The reason why this function takes a `library' parameter is simply */
139 /* to use the library's memory allocator. */
142 FT_Outline_New( FT_Library library,
164 /* library :: A handle of the library object used to allocate the */
176 /* The reason why this function takes an `library' parameter is */
180 FT_Outline_Done( FT_Library library,
    [all...]
  /external/freetype/src/autofit/
afpic.h 53 #define AF_AF_AUTOFITTER_SERVICE_GET (GET_PIC(library)->af_autofitter_service)
  /external/stlport/stlport/stl/
_epilog.h 31 * Looks like the compiler native library on which STLport rely defined the std macro.
35 # error Incompatible native Std library.
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_epilog.h 31 * Looks like the compiler native library on which STLport rely defined the std macro.
35 # error Incompatible native Std library.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
c++0x_warning.h 3 // This file is part of the GNU ISO C++ Library. This library is free
9 // This library is distributed in the hope that it will be useful,
15 // permissions described in the GCC Runtime Library Exception, version
19 // a copy of the GCC Runtime Library Exception along with this program;
24 * This is a Standard C++ Library header.
31 #error This file requires compiler and library support for the upcoming \
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
HandleNativeHeap.java 242 // all the library lines and only add the library at the end
245 String library = null; local
258 * only check for library addresses as defined in
270 if (library == null ||
271 (library != null && tmpLib.equals(library) == false)) {
273 if (library != null) {
274 cd.addNativeLibraryMapInfo(startAddr, endAddr, library);
275 Log.d("ddms", library + "(" + Long.toHexString(startAddr)
    [all...]
  /external/freetype/src/base/
ftobjs.c 128 FT_Stream_New( FT_Library library,
139 if ( !library )
145 memory = library->memory;
239 slot->library = driver->root.library;
561 FT_Library library; local
576 library = driver->root.library;
577 hinter = library->auto_hinter;
3723 FT_Library library = FT_FACE_LIBRARY( face ); local
3748 FT_Library library = module->library; local
3796 FT_Library library = module->library; local
3946 FT_Library library; local
3991 FT_Library library = module->library; local
4210 FT_Library library = module->library; local
4307 FT_Library library = NULL; local
    [all...]
ftsynth.c 86 FT_Library library = slot->library; local
135 error = FT_Bitmap_Embolden( library, &slot->bitmap, xstr, ystr );
  /bionic/libc/arch-arm/bionic/
crtbegin_so.S 30 # library is unloaded through dlclose().
  /external/expat/
Android.mk 3 # We need to build this for both the device (as a shared library)
4 # and the host (as a static library for tools to use).
  /external/libpng/
Android.mk 3 # We need to build this for both the device (as a shared library)
4 # and the host (as a static library for tools to use).

Completed in 429 milliseconds

1 23 4 5 6 7 8 91011>>