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

1 2 3 4 56 7 8 91011>>

  /external/freetype/include/freetype/internal/
pshints.h 696 FT_Init_Class_##class_( FT_Library library, \
699 FT_UNUSED(library); \
  /hardware/libhardware_legacy/
Android.mk 35 # static library for librpc
  /hardware/ril/reference-ril/
Android.mk 35 #build shared library
  /ndk/build/core/
default-build-commands.mk 19 # and static libraries, but before any other library in the link
25 # releases due to toolchain or library changes.
27 define cmd-build-shared-library
67 define cmd-build-static-library
  /sdk/dumpeventlog/etc/
dumpeventlog 81 exec java -Xmx128M $os_opts $java_debug -Djava.ext.dirs="$frameworkdir" -Djava.library.path="$libdir" -jar "$jarpath" "$@"
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
ProjectState.java 39 * as direct access to target, apksettings and library information.
41 * This also gives access to library information.
43 * {@link #isLibrary()} indicates if the project is a library.
46 * project and its library. Theses instances are owned by the {@link ProjectState}.
57 * A class that represents a library linked to a project.
58 * <p/>It does not represent the library uniquely. Instead the {@link LibraryState} is linked
60 * <p/>If a library is used by two different projects, then there will be two different
61 * instances of {@link LibraryState} for the library.
75 * Returns the {@link ProjectState} of the main project using this library.
82 * Closes the library. This resets the IProject from this object ({@link #getProjectState()} wil
443 File library = new File(projectFile, state.getRelativePath()); local
626 LibraryState library = inLibraries.get(i); local
    [all...]
  /sdk/eventanalyzer/etc/
eventanalyzer 73 exec java -Xmx128M $os_opts -Djava.ext.dirs="$frameworkdir" -Djava.library.path="$libdir" -jar "$jarpath" "$@"
  /sdk/screenshot/etc/
screenshot2 74 exec java -Xmx128M $os_opts $java_debug -Djava.ext.dirs="$frameworkdir" -Djava.library.path="$libdir" -Dcom.android.screenshot.bindir="$progdir" -jar "$jarpath" "$@"
  /device/sample/products/
sample_addon.mk 7 # Manually copy the optional library XML files in the system image.
31 # in the optional library with the tag
  /external/freetype/include/freetype/
ftglyph.h 27 /* handy for many other simple uses of the library. */
83 /* Glyph objects are not owned by the library. You must thus release */
100 /* library :: A handle to the FreeType library object. */
110 FT_Library library; member in struct:FT_GlyphRec_
    [all...]
  /external/libpcap/packaging/
pcap.spec 4 Summary: packet capture library
15 Packet-capture library LIBPCAP 0.9.4
  /external/libvpx/build/make/
gen_msvs_def.sh 33 --name=project_name Name of the library (required)
77 [ -n "$name" ] || die "Library name (--name) must be specified!"
79 echo "LIBRARY ${name}" > ${outfile}
  /external/openssl/crypto/des/times/
usparc.cc 7 routines are being linked from a library. I'll record the higher
  /external/protobuf/
Android.mk 51 # Java micro library (for device-side users)
62 # Java micro library (for host-side users)
73 # Java lite library (for device-side users)
84 # Java lite library (for host-side users)
95 # C++ lite library
114 # stlport conflicts with the host stl library
136 # C++ full library
180 # stlport conflicts with the host stl library
  /external/stlport/test/eh/
sunpro-64.mak 33 CXXFLAGS = ${STL_INCL} -xarch=v9 -library=no%Cstd -features=rtti -DEH_VECTOR_OPERATOR_NEW -DEH_DELETE_HAS_THROW_SPEC -xildoff -g -D_REENTRANT -DNO_FAST_ALLOCATOR
42 LIBSTLPORT = -library=no%Cstd -L../../lib -lstlport_sunpro64
  /frameworks/ex/common/
Android.mk 18 # the framework library, and build/core/pathmap.mk expects a java/ subdirectory.
28 # Include this library in the build server's output directory
  /hardware/ril/mock-ril/
Android.mk 62 # stlport conflicts with the host stl library
68 # build shared library but don't require it be prelinked
  /system/core/libpixelflinger/
Android.mk 67 # Shared library
87 # Static library version
  /external/freetype/src/cff/
cffparse.c 44 FT_Library library)
51 parser->library = library;
635 void FT_Destroy_Class_cff_field_handlers(FT_Library library, CFF_Field_Handler* clazz)
637 FT_Memory memory = library->memory;
642 FT_Error FT_Create_Class_cff_field_handlers(FT_Library library, CFF_Field_Handler** output_class)
646 FT_Memory memory = library->memory;
724 FT_Library library = parser->library; local
725 FT_UNUSED(library);
    [all...]
  /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/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);
  /cts/tests/core/dom/
Android.mk 33 LOCAL_DX_FLAGS := --core-library
  /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.

Completed in 1980 milliseconds

1 2 3 4 56 7 8 91011>>