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

1 23 4 5 6 7 8 91011>>

  /external/freetype/include/freetype/internal/services/
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/opencore/codecs_v2/audio/gsm_amr/common/dec/build/make/
local.mk 16 include $(MK)/library.mk
  /external/opencore/codecs_v2/utilities/colorconvert/build/make/
local_pvrgb12toyuv420.mk 15 include $(MK)/library.mk
local_pvrgb24toyuv420.mk 15 include $(MK)/library.mk
local_pvyuv420semiplnrtoyuv420plnr.mk 15 include $(MK)/library.mk
  /external/opencore/modules/linux_download/core/build/make/
local.mk 13 include $(MK)/library.mk
  /external/opencore/modules/linux_download/node_registry/build/make/
local.mk 20 include $(MK)/library.mk
  /external/opencore/modules/linux_mp4/core/build/make/
local.mk 13 include $(MK)/library.mk
  /external/opencore/modules/linux_mp4/node_registry/build/make/
local.mk 16 include $(MK)/library.mk
  /external/opencore/modules/linux_rtsp/core/build/make/
local.mk 13 include $(MK)/library.mk
  /external/opencore/modules/linux_rtsp/node_registry/build/make/
local.mk 16 include $(MK)/library.mk
  /external/opencore/protocols/systems/common/build/make/
local.mk 18 include $(MK)/library.mk
  /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/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
  /ndk/build/core/
build-static-library.mk 17 # static library
30 LOCAL_BUILT_MODULE := $(call static-library-path,$(LOCAL_MODULE))
33 $(call module-add-static-library,$(LOCAL_MODULE),$(LOCAL_BUILT_MODULE),$(LOCAL_MAKEFILE))
41 $(hide) $(cmd-build-static-library)
  /ndk/sources/cpufeatures/
Android.mk 5 # library if we detect ARMv7 through a system property.
  /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.
  /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/include/freetype/internal/
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. */
428 /* library :: A handle to the parent library object. */
437 FT_Library library; member in struct:FT_ModuleRec_
447 #define FT_MODULE_LIBRARY( x ) FT_MODULE( x )->library
483 /* library :: A handle to the library object. *
    [all...]

Completed in 63 milliseconds

1 23 4 5 6 7 8 91011>>