HomeSort by relevance Sort by last modified time
    Searched refs:library (Results 476 - 500 of 725) sorted by null

<<11121314151617181920>>

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ant.core_3.2.200.v20100427.jar 
  /external/chromium_org/tools/gyp/pylib/gyp/
xcode_emulation.py 314 'loadable_module': 'com.apple.product-type.library.dynamic',
315 'shared_library': 'com.apple.product-type.library.dynamic',
316 'static_library': 'com.apple.product-type.library.static',
655 default='/Library/Frameworks' if self._IsBundle() else '/usr/local/lib')
742 libraries are placed. This is added to the library search path.
814 '/System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit')
    [all...]
  /bionic/libc/
Android.mk 670 # libc_freebsd.a - upstream FreeBSD C library code
700 # libc_netbsd.a - upstream NetBSD C library code
731 # libc_openbsd.a - upstream OpenBSD C library code
769 # libc_gdtoa.a - upstream OpenBSD C library gdtoa code
807 # libc_bionic.a - home-grown C library code
876 # This is an LP32 ARM-only library that needs to be built with -fno-builtin
878 # empty library to keep this makefile simple.
940 # This is a version of the static C library that does not
    [all...]
  /external/chromium_org/third_party/freetype/src/sfnt/
ttsbit.c 887 FT_Library library = decoder->face->root.glyph->library; local
921 ( error = FT_Bitmap_Convert( library,
926 FT_Bitmap_Done( library, &color );
930 FT_Bitmap_Done( library, &color );
    [all...]
  /external/chromium_org/tools/gyp/pylib/gyp/generator/
xcode.py 88 # Xcode's standard set of library directories, which don't need to be duplicated
491 # .o is conceptually more of a "source" than a "library," but Xcode thinks
650 'shared_library': 'com.apple.product-type.library.dynamic',
651 'static_library': 'com.apple.product-type.library.static',
    [all...]
  /art/runtime/
jni_internal.cc 372 * Check the result of an earlier call to JNI_OnLoad on this library.
387 LOG(INFO) << *self << " recursive attempt to load library " << "\"" << path_ << "\"";
450 // Path to library "/system/lib/libjni.so".
459 // The ClassLoader this library is associated with.
484 for (const auto& library : libraries_) {
489 os << library.first;
502 void Put(const std::string& path, SharedLibrary* library) {
503 libraries_.Put(path, library);
513 SharedLibrary* library = lib.second; local
514 if (library->GetClassLoader() != declaring_class_loader)
3234 SharedLibrary* library; local
    [all...]
  /external/chromium_org/net/http/
http_auth_gssapi_posix.cc 21 // These are defined for the GSSAPI library:
451 // TODO(asanka): Move library loading to a separate thread.
456 // Only return this library if we can bind the functions we need.
462 LOG(WARNING) << "Unable to find a compatible GSSAPI library";
655 HttpAuthGSSAPI::HttpAuthGSSAPI(GSSAPILibrary* library,
660 library_(library),
661 scoped_sec_context_(library),
  /external/chromium_org/third_party/boringssl/src/crypto/err/
err.c 8 * This library is free for commercial and non-commercial use as long as
18 * as the author of the parts of the library used.
34 * The word 'cryptographic' can be left out if the rouines from the library
479 void ERR_put_error(int library, int func, int reason, const char *file,
484 if (library == ERR_LIB_SYS && reason == 0) {
501 error->packed = ERR_PACK(library, func, reason);
619 "invalid library (0)",
620 "unknown library", /* ERR_LIB_NONE */
621 "system library", /* ERR_LIB_SYS */
722 /* The "SYS" library sets errno values as the reason for its errors
    [all...]
  /cts/tools/vm-tests-tf/
Android.mk 17 # buildutil java library
  /dalvik/dx/
Android.mk 49 # the shrinkedAndroid jar is a library used by the mainDexClasses script
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
group-file-parser.rb 6 # Ruby runtime library version: 1.7.5
19 Failed to load the ANTLR3 runtime library (version 1.7.5):
21 Ensure the library has been installed on your system and is available
35 # 1: try to load the ruby antlr3 runtime library from the system path
  /external/ceres-solver/scripts/
ceres-solver.spec 34 Ceres Solver is a portable C++ library that allows for modeling and solving
  /external/chromium_org/chrome/browser/resources/whispernet_proxy/js/
init.js 88 // This first initialized is sent to indicate that the library is loaded.
  /external/chromium_org/third_party/libvpx/source/libvpx/build/make/
gen_msvs_proj.sh 28 --lib Generate a project for creating a static library
40 -Lpath/to/lib Additional library search paths
41 -llibname Library to link against
gen_msvs_vcxproj.sh 28 --lib Generate a project for creating a static library
41 -Lpath/to/lib Additional library search paths
42 -llibname Library to link against
309 # since a static library built for one works on the others.
  /external/chromium_org/third_party/mesa/src/
Android.mk 1 # Mesa 3-D graphics library
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/
elfso.asm 1 ; test source file for assembling to ELF shared library
  /external/libogg/
libogg.spec 4 Summary: Ogg Bitstream Library.
22 Libogg is a library for manipulating ogg bitstreams. It handles
26 Summary: Ogg Bitstream Library Development
  /external/libvpx/libvpx/build/make/
gen_msvs_proj.sh 28 --lib Generate a project for creating a static library
40 -Lpath/to/lib Additional library search paths
41 -llibname Library to link against
gen_msvs_vcxproj.sh 28 --lib Generate a project for creating a static library
41 -Lpath/to/lib Additional library search paths
42 -llibname Library to link against
  /external/mesa3d/
Android.mk 1 # Mesa 3-D graphics library
  /external/mesa3d/src/egl/main/
Android.mk 1 # Mesa 3-D graphics library
  /external/mesa3d/src/glsl/
Android.gen.mk 1 # Mesa 3-D graphics library
  /external/mesa3d/src/mesa/
Android.mk 1 # Mesa 3-D graphics library
  /external/chromium_org/sdch/open-vcdiff/
ltmain.sh 16 # if you distribute this file as part of a program or library that
33 # Provide generalized library-building support services.
51 # execute automatically set library path, then run a program
54 # link create a library or an executable
867 func_fatal_configuration "not configured to build any kind of library"
891 # True iff FILE is a libtool `.la' library or `.lo' object file.
902 # True iff FILE is a libtool `.la' library or `.lo' object file.
1087 # It is necessary for linking the library.
    [all...]

Completed in 545 milliseconds

<<11121314151617181920>>