Searched refs:library (Results 126 - 150 of 339) sorted by relevance

1234567891011>>

/external/libpng/
H A DAndroid.mk3 # 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/libvpx/build/make/
H A Dgen_msvs_def.sh33 --name=project_name Name of the library (required)
/external/linux-tools-perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/
H A DContext.pm47 This library is free software; you can redistribute it and/or modify
H A DUtil.pm86 This library is free software; you can redistribute it and/or modify
/external/llvm/autoconf/m4/
H A Dltdl.m414 # version of the library.
158 # it did *not* use an RPATH in a shared library to find objects the
159 # library depends on, so we explicitly say `no'.
164 # it even uses RPATH in a shared library to search for shared objects
165 # that the library depends on, but there's no easy way to know if that
174 # At > 5.1, deplibs are loaded *and* any RPATH in a shared library
214 AC_CACHE_CHECK([which variable specifies run-time library path],
218 [Define to the name of the environment variable that determines the dynamic library search path.])
227 AC_CACHE_CHECK([for the default library search path],
240 [Define to the system default library searc
[all...]
/external/llvm/projects/sample/autoconf/m4/
H A Dltdl.m414 # version of the library.
158 # it did *not* use an RPATH in a shared library to find objects the
159 # library depends on, so we explicitly say `no'.
164 # it even uses RPATH in a shared library to search for shared objects
165 # that the library depends on, but there's no easy way to know if that
174 # At > 5.1, deplibs are loaded *and* any RPATH in a shared library
214 AC_CACHE_CHECK([which variable specifies run-time library path],
218 [Define to the name of the environment variable that determines the dynamic library search path.])
227 AC_CACHE_CHECK([for the default library search path],
240 [Define to the system default library searc
[all...]
/external/openssl/crypto/des/times/
H A Dusparc.cc7 routines are being linked from a library. I'll record the higher
/external/stlport/test/eh/
H A Dsunpro-64.mak33 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
/external/webrtc/src/modules/audio_processing/aecm/
H A DAndroid.mk10 # Build the non-neon library.
49 # Build the neon library.
/external/webrtc/src/modules/audio_processing/ns/
H A DAndroid.mk10 # Build the non-neon library.
51 # Build the neon library.
/external/antlr/antlr-3.4/runtime/Ruby/lib/
H A Dantlr3.rb38 Ruby-targeted recognizers generated by ANTLR. The entire library is segmented
44 Not all components of the ANTLR3 library are necessary within ANTLR generated
52 runtime library. The items are loosely ordered by importance.
56 the most important components of the runtime library. loaded by default
69 error classes used through the runtime library and ANTLR generated
73 throughout the library. loaded by default
82 the Debug module defined by this library. the Debug module is autoloaded on
112 # Returns the library path for the module. If any arguments are given,
128 # This is used internally in a handful of locations in the runtime library
/external/freetype/src/base/
H A Dftoutln.c329 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
[all...]
/external/qemu/distrib/sdl-1.2.15/acinclude/
H A Dltdl.m460 # sets LIBLTDL to the link flags for the libltdl convenience library and
115 # sets LIBLTDL to the link flags for the libltdl installable library
224 # version of the library. If the shipped ltdl sources are not in a
288 AC_MSG_ERROR([invalid ltdl library directory: `$with_ltdl_lib'])
324 AC_MSG_CHECKING([where to find libltdl library])
499 # it did *not* use an RPATH in a shared library to find objects the
500 # library depends on, so we explicitly say `no'.
505 # it even uses RPATH in a shared library to search for shared objects
506 # that the library depends on, but there's no easy way to know if that
515 # At > 5.1, deplibs are loaded *and* any RPATH in a shared library
[all...]
/external/freetype/include/freetype/
H A Dftcache.h188 * library ::
189 * A handle to a FreeType library object.
211 FT_Library library,
293 /* library :: The parent FreeType library handle to use. */
319 FTC_Manager_New( FT_Library library,
/external/libvpx/examples/includes/geshi/geshi/
H A Dobjc.php97 // C standard library functions
299 3 => 'color: #a61390;', // C standard library functions
H A Docaml.php69 /* just link to the Pervasives functions library, cause it's the default opened library when starting OCaml */
152 /* link to the wanted library */
H A Dtcl.php95 // library routines
109 * Set 3: standard library
112 'comment', 'filename', 'library', 'packagens', 'tcltest', 'tclvars',
/external/llvm/bindings/ocaml/bitreader/
H A Dllvm_bitreader.mli13 classes in the Bitreader library. *)
/external/llvm/bindings/ocaml/bitwriter/
H A Dllvm_bitwriter.mli13 classes in the Bitwriter library. *)
/external/mp4parser/
H A DAndroid.mk25 # Include this library in the build server's output directory
/external/qemu/distrib/zlib-1.2.3/
H A Dconfigure3 # 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 suppor
[all...]
/external/srtp/
H A DAndroid.mk42 # Device static library
/external/compiler-rt/lib/asan/dynamic/
H A Dasan_interceptors_dynamic.cc12 // __DATA,__interpose section of the dynamic runtime library for Mac OS.
24 Dynamic interposing library should be built with -DMAC_INTERPOSE_FUNCTIONS
/external/freetype/src/psnames/
H A Dpsmodule.c566 /* FT_PSCMAPS_SERVICES_GET derefers `library' in PIC mode */
568 FT_Library library; local
573 library = module->library;
574 if ( !library )
/external/harfbuzz/src/
H A Dharfbuzz-external.h4 * This is part of HarfBuzz, an OpenType Layout engine library.
34 They need to be provided by the application/library
149 void *HB_Library_Resolve(const char *library, int version, const char *symbol);

Completed in 1124 milliseconds

1234567891011>>