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

<<11121314

  /external/libxml2/
relaxng.c 177 void *_private; /* unused by the library for users or bindings */
572 * @data: data needed for the library
576 * Function provided by a type library to check if a type is exported
584 * @data: data needed for the library
589 * Function provided by a type library to check if a value match a type
599 * @data: data needed for the library
606 * Function provided by a type library to check a value facet
617 * @data: data needed for the library
620 * Function provided by a type library to free a returned result
626 * @data: data needed for the library
3493 xmlChar *library; local
3586 xmlChar *library; local
    [all...]
  /external/chromium/net/data/proxy_resolver_v8_unittest/
pac_library_unittest.js 4 // This aims to unit-test the PAC library functions, which are
  /external/dnsmasq/contrib/dnslist/
dnslist.pl 286 the GNU Library General Public License instead.) You can apply it to
605 proprietary programs. If your program is a subroutine library, you may
607 library. If this is what you want to do, use the GNU Library General
  /external/openssl/crypto/des/
des-lib.com 11 $! "[.xxx.EXE.CRYPTO.DES]LIBDES.OLB" library. The "xxx" denotes the machine
21 $! LIBRARY To Just Build The [.xxx.EXE.CRYPTO.DES]LIBDES.OLB Library.
110 $! Define The Library Name.
121 $ GOSUB LIBRARY
143 $ LIBRARY:
149 $! Check To See If We Already Have A "[.xxx.EXE.CRYPTO.DES]LIBDES.OLB" Library...
154 $! Guess Not, Create The Library.
156 $ LIBRARY/CREATE/OBJECT 'LIB_NAME'
158 $! End The Library Exist Check
    [all...]
  /external/zlib/contrib/pascal/
zlibpas.pas 1 (* zlibpas -- Pascal interface to the zlib data compression library
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
ProjectResources.java 391 // because aapt put all the library in their order in this array, the first
396 IProject library = libraries[i]; local
398 ProjectResources libRes = resMgr.getProjectResources(library);
413 // directly coming from the library resources
417 // library.
428 // due to library resources.
463 // add to the library results.
    [all...]
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/project/
ProjectCreator.java 169 * @param library whether the project is a library.
174 String packageName, String activityEntry, IAndroidTarget target, boolean library,
198 if (library) {
465 * @param libraryPath the path to a library to add to the references. Can be null.
495 // before doing anything, make sure library (if present) can be applied.
539 mLog.error(e, "Unable to resolve path to library project: %1$s", libraryPath);
546 println("Resolved location of library project to: %1$s", resolvedPath);
    [all...]
  /external/icu4c/data/
makedata.mak 160 # if you want a static data library.
468 # Common defines for both ways of building ICU's data library.
477 # that here seems to cause confusion with the building of the stub library of the same name.
    [all...]
  /external/chromium/third_party/icu/source/
configure     [all...]
  /dalvik/vm/compiler/template/out/
CompilerTemplateAsm-armv5te.S 499 @ make the library call.
541 @ make the library call.
579 * EABI library supports __aeabi_cfcmple (only one if we want to check
601 @ make the library call.
639 * EABI library supports __aeabi_cfcmple (only one if we want to check
661 @ make the library call.
    [all...]
  /external/freetype/include/freetype/internal/
ftstream.h 340 FT_Stream_New( FT_Library library,
  /external/jpeg/
ltconfig 576 # Check for any special shared library compilation flags.
828 archive_cmds='$echo "LIBRARY $libname INITINSTANCE" > $objdir/$libname.def;$echo "DESCRIPTION \"$libname\"" >> $objdir/$libname.def;$echo DATA >> $objdir/$libname.def;$echo " SINGLE NONSHARED" >> $objdir/$libname.def;$echo EXPORTS >> $objdir/$libname.def;emxexp$libobjs >> $objdir/$libname.def;$CC -Zdll -Zcrtdll -o $lib$libobjs $objdir/$libname.def'
1060 echo $ac_n "checking how to hardcode library paths into programs... $ac_c" 1>&6
1070 # Linking always hardcodes the temporary library directory.
    [all...]
  /external/libpng/
CHANGES 177 (good for shared library implementations).
210 regularized version numbering scheme and bumped shared-library major
406 Revised makefile.dec to make a shared library (Jeremie Petit).
    [all...]
  /external/stlport/stlport/stl/config/
features.h 81 # error If you do not use iostreams you do not need to build the STLport library.
221 /* shared library tune-up */
384 /* this always mean the C library is in global namespace */
402 /* if using stlport:: namespace or if C library stuff is not in vendor's std::,
418 /* assume std:: namespace for C++ std library if not being told otherwise */
425 /* tune things that come from C library */
904 /* shared library tune-up */
926 * techniques to avoid build of the STLport library.
930 * to use the dynamic (shared) STLport library for some platform/compiler
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
features.h 81 # error If you do not use iostreams you do not need to build the STLport library.
221 /* shared library tune-up */
384 /* this always mean the C library is in global namespace */
402 /* if using stlport:: namespace or if C library stuff is not in vendor's std::,
418 /* assume std:: namespace for C++ std library if not being told otherwise */
425 /* tune things that come from C library */
904 /* shared library tune-up */
926 * techniques to avoid build of the STLport library.
930 * to use the dynamic (shared) STLport library for some platform/compiler
    [all...]
  /build/core/
config.mk 24 # when a module links against a particular library.
  /external/chromium/base/
base_main.scons 209 result = env.Library('$LIB_DIR/' + str(target), source, *args, **kw)
258 ARCOMSTR='Creating library $TARGET',
  /external/chromium/net/
net_main.scons 227 result = env.Library('$LIB_DIR/' + str(target), source, *args, **kw)
276 ARCOMSTR='Creating library $TARGET',
  /external/chromium/sdch/
sdch_main.scons 196 result = env.Library('$LIB_DIR/' + str(target), source, *args, **kw)
245 ARCOMSTR='Creating library $TARGET',
  /external/chromium/third_party/icu/
icu_main.scons 198 result = env.Library('$LIB_DIR/' + str(target), source, *args, **kw)
247 ARCOMSTR='Creating library $TARGET',
  /external/chromium/third_party/libevent/
libevent_main.scons 196 result = env.Library('$LIB_DIR/' + str(target), source, *args, **kw)
245 ARCOMSTR='Creating library $TARGET',
  /external/chromium/third_party/modp_b64/
modp_b64_main.scons 196 result = env.Library('$LIB_DIR/' + str(target), source, *args, **kw)
245 ARCOMSTR='Creating library $TARGET',
  /external/chromium/third_party/zlib/
zlib_main.scons 196 result = env.Library('$LIB_DIR/' + str(target), source, *args, **kw)
245 ARCOMSTR='Creating library $TARGET',
  /external/zlib/contrib/masmx64/
inffasx64.asm 26 ; http://msdn.microsoft.com/library/en-us/kmarch/hh/kmarch/64bitAMD_8e951dd2-ee77-4728-8702-55ce4b5dd24a.xml.asp
  /external/icu4c/
configure     [all...]

Completed in 2070 milliseconds

<<11121314