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

<<1112131415161718

  /external/stlport/
Android.mk 2 # library. Android's port also relies on bionic which is not built for the
  /external/svox/pico/
Android.mk 2 # This makefile builds both an activity and a shared library.
21 # Build Pico Shared Library
43 # Build Base Generic SVOX Pico Library
  /external/zlib/
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...]
  /frameworks/base/opengl/libagl/
Android.mk 4 # Build the software OpenGL ES library
  /frameworks/base/tests/BrowserTestPlugin/
Android.mk 35 # Also build all of the sub-targets under this one: the shared library.
  /ndk/build/toolchains/arm-eabi-4.2.1/
setup.mk 123 # and static libraries, but before any other library in the link
129 # releases due to toolchain or library changes.
131 define cmd-build-shared-library
164 define cmd-build-static-library
  /ndk/build/toolchains/x86-4.2.1/
setup.mk 90 # and static libraries, but before any other library in the link
96 # releases due to toolchain or library changes.
98 define cmd-build-shared-library
131 define cmd-build-static-library
  /packages/apps/Phone/
Android.mk 3 # Static library with some common classes for the phone apps.
  /bionic/libc/arch-arm/bionic/
crtbegin_dynamic.S 68 # functions that need to be called in order during C library initialization,
crtbegin_static.S 68 # functions that need to be called in order during C library initialization,
  /bionic/libc/arch-sh/bionic/
crtbegin_dynamic.S 72 # functions that need to be called in order during C library initialization,
crtbegin_static.S 72 # functions that need to be called in order during C library initialization,
  /bionic/libdl/arch-sh/
sobegin.S 61 # functions that need to be called in order during C library initialization,
  /external/clearsilver/csharp/
Makefile 22 $(CSHARP_CC) -target:library -unsafe CS.cs -out:clearsilver.dll
  /external/freetype/include/freetype/
ftstroke.h 211 * library ::
212 * FreeType library handle.
222 FT_Stroker_New( FT_Library library,
  /external/opencore/tools_v2/build/make/
cml2_shared.mk 42 # set the default library mode to shared-archive
55 # set the default library mode to static [Is this needed?]
  /external/openssl/apps/
makeapps.com 31 $! P3, if defined, sets a TCP/IP library to use, through one of the following
43 $! Define A TCP/IP Library That We Will Need To Link To.
74 $! Define The CRYPTO Library.
78 $! Define The SSL Library.
198 $! Define A Library File Counter And Set It To "-1".
283 $! Check if this program works well without a TCPIP library
287 $ WRITE SYS$OUTPUT CURRENT_APP," needs a TCP/IP library. Can't link. Skipping..."
292 $! Check To See If We Are To Link With A Specific TCP/IP Library.
299 $! Don't Link With The RSAREF Routines And TCP/IP Library.
303 'SSL_LIB'/LIBRARY,'CRYPTO_LIB'/LIBRARY,
    [all...]
  /external/openssl/crypto/bn/
bn_prime.pl 41 * This library is free for commercial and non-commercial use as long as
51 * as the author of the parts of the library used.
67 * The word 'cryptographic' can be left out if the rouines from the library
  /external/openssl/crypto/
crypto-lib.com 12 $! library for OpenSSL. The "xxx" denotes the machine architecture, ALPHA,
21 $! LIBRARY To just compile the [.xxx.EXE.CRYPTO]LIBCRYPTO.OLB Library.
23 $! ALL To do both LIBRARY and APPS
37 $! P4, if defined, sets a TCP/IP library to use, through one of the following
48 $! fully compiled library.
51 $! Define A TCP/IP Library That We Will Need To Link To.
139 $! Define The Library Name.
147 $! Check To See If We Already Have A "[.xxx.EXE.CRYPTO]LIBCRYPTO.OLB" Library...
152 $! Guess Not, Create The Library
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
ProjectState.java 43 * as direct access to target, apksettings and library information.
49 * A class that represents a library linked to a project.
50 * <p/>It does not represent the library uniquely. Instead the {@link LibraryState} is linked
52 * <p/>If a library is used by two different projects, then there will be two different
53 * instances of {@link LibraryState} for the library.
67 * Returns the {@link ProjectState} of the main project using this library.
74 * Closes the library. This resets the IProject from this object ({@link #getProjectState()} will
75 * return <code>null</code>), and updates the main project data so that the library
98 * Returns the relative path of the library from the main project.
106 * Returns the {@link ProjectState} item for the library. This can be null if the projec
409 File library = new File(projectFile, state.getRelativePath()); local
    [all...]
  /development/samples/TicTacToeLib/src/com/example/android/tictactoe/library/
GameActivity.java 17 package com.example.android.tictactoe.library;
31 import com.example.android.tictactoe.library.GameView.ICellListener;
32 import com.example.android.tictactoe.library.GameView.State;
39 "com.example.android.tictactoe.library.GameActivity.EXTRA_START_PLAYER";
56 * IMPORTANT: all resource IDs from this library will eventually be merged
57 * with the resources from the main project that will use the library.
60 * the application project will always have priority and override library resources
65 * from the library.
69 * library resource names.
  /external/freetype/src/raster/
ftrend1.c 33 FT_Library library = FT_MODULE_LIBRARY( render ); local
37 library->raster_pool,
38 library->raster_pool_size );
  /external/icu4c/io/
Makefile 79 distclean distclean-local install-library install-headers dist \
95 install-local: install-headers install-library
97 install-library: all-local
  /external/icu4c/layout/
Makefile 149 distclean distclean-local install-library install-headers dist \
165 install-local: install-headers install-library
167 install-library: all-local
  /external/icu4c/layoutex/
Makefile 80 distclean distclean-local install-library install-headers dist \
96 install-local: install-headers install-library
98 install-library: all-local

Completed in 293 milliseconds

<<1112131415161718