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

<<1112131415161718

  /external/freetype/src/base/
ftoutln.c 329 FT_Outline_New( FT_Library library,
334 if ( !library )
337 return FT_Outline_New_Internal( library->memory, numPoints,
445 FT_Outline_Done( FT_Library library,
450 if ( !library )
453 return FT_Outline_Done_Internal( library->memory, outline );
594 FT_Outline_Render( FT_Library library,
604 if ( !library )
610 renderer = library->cur_renderer;
611 node = library->renderers.head
    [all...]
  /external/opencore/tools_v2/build/make/
android_make_extras.mk 196 # Rules for a single library makefile
227 $(ANDROID_MAKE_NAMES): ANDROID_STATIC_LIBS := $(foreach library,$(LIBS),$(if $(findstring $(strip $(BUILD_ROOT)/installed_lib/$(BUILD_ARCH)/lib$(library)$(TARGET_NAME_SUFFIX).a), $(ALL_LIBS)),lib$(library),))
228 $(ANDROID_MAKE_NAMES): ANDROID_SHARED_LIBS := $(foreach library,$(LIBS),$(if $(findstring $(strip $(BUILD_ROOT)/installed_lib/$(BUILD_ARCH)/lib$(library)$(TARGET_NAME_SUFFIX).so), $(SHARED_LIB_FULLNAMES)),lib$(library),))
  /external/openssl/ssl/
ssl-lib.com 11 $! library for OpenSSL. The "xxx" denotes the machine architecture of
21 $! LIBRARY To just compile the [.xxx.EXE.SSL]LIBSSL.OLB Library.
36 $! P4, if defined, sets a TCP/IP library to use, through one of the following
46 $! Define A TCP/IP Library That We Will Need To Link To.
119 $! Define The Library Name.
134 $ GOSUB LIBRARY
155 $! Compile The Library.
157 $ LIBRARY:
159 $! Check To See If We Already Have A "[.xxx.EXE.SSL]LIBSSL.OLB" Library..
    [all...]
  /external/webkit/WebCore/platform/graphics/win/
WKCACFLayerRenderer.cpp 107 HMODULE library = LoadLibrary(TEXT("d3d9.dll")); local
108 if (!library)
111 FreeLibrary(library);
112 library = LoadLibrary(TEXT("QuartzCore.dll"));
113 if (!library)
116 FreeLibrary(library);
  /ndk/build/core/
build-all.mk 45 BUILD_HOST_STATIC_LIBRARY := $(BUILD_SYSTEM)/build-host-static-library.mk
46 BUILD_STATIC_LIBRARY := $(BUILD_SYSTEM)/build-static-library.mk
47 BUILD_SHARED_LIBRARY := $(BUILD_SYSTEM)/build-shared-library.mk
  /cts/tests/tests/jni/
Android.mk 39 # Include the associated library's makefile.
  /cts/tests/tests/jni/libjnitest/
Android.mk 16 # This is the shared library included by the JNI test app.
  /cts/tools/cts-reference-app-lib/
Android.mk 16 # the library
  /dalvik/dexopt/
Android.mk 17 # so it must be linked against the full VM shared library.
  /dalvik/tools/dexdeps/src/
Android.mk 18 # dexdeps java library
  /development/samples/BrowserPlugin/
Android.mk 35 # Also build all of the sub-targets under this one: the shared library.
  /external/e2fsprogs/e2fsck/
Android.mk 4 # Build the libext2 profile library
  /external/freetype/include/freetype/
ftcache.h 185 * library ::
186 * A handle to a FreeType library object.
208 FT_Library library,
285 /* library :: The parent FreeType library handle to use. */
311 FTC_Manager_New( FT_Library library,
    [all...]
  /external/freetype/src/truetype/
ttobjs.c 210 FT_Library library; local
215 library = ttface->driver->root.library;
216 sfnt = (SFNT_Service)FT_Get_Module_Interface( library, "sfnt" );
299 ( library->debug_hooks[FT_DEBUG_HOOK_UNPATENTED_HINTING] != NULL );
648 FT_Library library = face->root.driver->root.library; local
652 library->debug_hooks[FT_DEBUG_HOOK_TRUETYPE];
    [all...]
  /external/guava/
Android.mk 25 # Include this library in the build server's output directory
  /external/jsr305/
Android.mk 24 # Include this library in the build server's output directory
  /external/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/build/make/
local.mk 77 include $(MK)/library.mk
  /external/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/build/make/
local.mk 57 include $(MK)/library.mk
  /external/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/build/make/
local.mk 59 include $(MK)/library.mk
  /external/opencore/nodes/streaming/streamingmanager/build/make_segments/
local.mk 30 include $(MK)/library.mk
  /external/opencore/oscl/oscl/osclbase/build/make/
local.mk 75 include $(MK)/library.mk
  /external/opencore/oscl/oscl/osclio/build/make/
local.mk 63 include $(MK)/library.mk
  /external/opencore/protocols/rtp_payload_parser/build/linux_3gpp/
local.mk 53 include $(MK)/library.mk
  /external/opencore/pvmi/pvmf/build/make/
local.mk 81 include $(MK)/library.mk
  /external/qemu/distrib/zlib-1.2.3/
configure 3 # you wish to build a shared library and your system supports them,
7 # To create a shared library, use "configure --shared"; by default a static
8 # library is created. If the primitive shared library support provided here
15 # LDSHARED is the command to be used to create a shared library
17 # Incorrect settings of CC or CFLAGS may prevent creating a shared library.
172 echo Checking for shared library support...
178 echo Building shared library $SHAREDLIBV with $CC.
180 echo No shared library support.
183 echo 'No shared library support; try without defining CC and CFLAGS
    [all...]

Completed in 71 milliseconds

<<1112131415161718