HomeSort by relevance Sort by last modified time
    Searched refs:libraries (Results 1 - 25 of 185) sorted by null

1 2 3 4 5 6 7 8

  /external/e2fsprogs/contrib/python-uuid/
setup.py 6 libraries = ['uuid']) variable
  /sdk/anttasks/src/com/android/ant/
ManifestMergerTask.java 75 List<File> libraries = new ArrayList<File>(); local
79 libraries.add(new File(path));
85 ArrayList<File> allInputs = new ArrayList<File>(libraries.size() + 1);
91 // if enabled: add the libraries
93 allInputs.addAll(libraries);
111 if (mEnabled == false || libraries.size() == 0) {
115 System.out.println("No libraries. Using project manifest only.");
124 System.out.println(String.format("Merging manifests from project and %d libraries.",
125 libraries.size()));
130 libraries.toArray(new File[libraries.size()])) == false)
    [all...]
GetLibraryListTask.java 69 System.out.println("\n------------------\nOrdered libraries:");
73 // Create a Path object of all the libraries in reverse order.
74 // This is important so that compilation of libraries happens
78 List<File> libraries = helper.getLibraries(); local
80 for (int i = libraries.size() - 1 ; i >= 0; i--) {
81 File library = libraries.get(i);
88 System.out.println("No Libraries");
  /external/openssh/contrib/
findssl.sh 6 # Search for all instances of OpenSSL headers and libraries
22 # or libraries. You can use the following # procedure to help identify
26 # headers and libraries that were picked up, for example:
33 # Now run findssl.sh. This should identify the headers and libraries
35 # libraries and headers used and adjust your CFLAGS or remove incorrect
130 # Search for shared libraries.
131 # Relies on shared libraries looking like "libcrypto.s*"
136 libraries=`locate libcrypto.s`
138 libraries=`find / -name 'libcrypto.s*' -print 2>/dev/null`
141 for lib in $libraries
    [all...]
  /ndk/build/core/
default-build-commands.mk 12 # Return the list of object, static libraries and shared libraries as they
16 # we always put libgcc _after_ all static libraries and _before_ shared
17 # libraries. This ensures that any libgcc function used by the final
19 # symbol references to the same symbols as exported by shared libraries
21 # system libraries (e.g. libc.so and others).
26 # $2: static libraries
27 # $3: whole static libraries
28 # $4: shared libraries
30 TARGET-get-linker-objects-and-libraries =
    [all...]
  /development/libraries/stereocamera/
source.properties 3 Pkg.Desc=Stereo Camera libraries, revision 1
  /external/expat/amiga/include/proto/
expat.h 5 #include <libraries/expat.h>
  /external/v8/
Android.libv8.mk 45 # Generate libraries.cc
46 GEN1 := $(intermediates)/libraries.cc
49 @echo "Generating libraries.cc"
52 V8_GENERATED_LIBRARIES := $(intermediates)/libraries.cc
54 # Generate experimental-libraries.cc
55 GEN2 := $(intermediates)/experimental-libraries.cc
58 @echo "Generating experimental-libraries.cc"
61 V8_GENERATED_LIBRARIES += $(intermediates)/experimental-libraries.cc
Android.mksnapshot.mk 50 # Generate libraries.cc
51 GEN3 := $(intermediates)/libraries.cc
54 @echo "Generating libraries.cc"
57 LOCAL_GENERATED_SOURCES := $(intermediates)/libraries.cc
59 # Generate experimental-libraries.cc
60 GEN4 := $(intermediates)/experimental-libraries.cc
63 @echo "Generating experimental-libraries.cc"
66 LOCAL_GENERATED_SOURCES += $(intermediates)/experimental-libraries.cc
  /system/extras/librank/
librank.c 68 struct library_info **libraries; variable in typeref:struct:library_info
81 if (!strcmp(libraries[i]->name, name))
82 return libraries[i];
86 libraries = realloc(libraries, 2 * libraries_size * sizeof(struct library_info *));
87 if (!libraries) {
88 fprintf(stderr, "Couldn't resize libraries array: %s\n", strerror(errno));
113 libraries[libraries_count++] = library;
215 libraries = malloc(INIT_LIBRARIES * sizeof(struct library_info *));
271 qsort(libraries, libraries_count, sizeof(libraries[0]), &licmp)
    [all...]
  /external/compiler-rt/make/platform/
multi_arch.mk 1 Description := Example configuration for build two libraries for separate \
darwin_fat.mk 6 # multiple libraries inside a single configuration file (for
13 # libraries, simply building multiple libraries for different
24 Description := Target for building universal libraries for Darwin.
  /frameworks/compile/libbcc/runtime/make/platform/
multi_arch.mk 1 Description := Example configuration for build two libraries for separate \
darwin_fat.mk 6 # multiple libraries inside a single configuration file (for
13 # libraries, simply building multiple libraries for different
24 Description := Target for building universal libraries for Darwin.
  /ndk/tests/device/test-gabi++/jni/
Application.mk 9 # the GAbi++ libraries in our modules.
  /build/core/combo/
HOST_darwin-x86.mk 97 $(call normalize-host-libraries,$(PRIVATE_ALL_SHARED_LIBRARIES)) \
99 $(call normalize-host-libraries,$(PRIVATE_ALL_STATIC_LIBRARIES)) \
116 $(call normalize-host-libraries,$(PRIVATE_ALL_SHARED_LIBRARIES)) \
118 $(call normalize-host-libraries,$(PRIVATE_ALL_WHOLE_STATIC_LIBRARIES)) \
120 $(call normalize-host-libraries,$(PRIVATE_ALL_STATIC_LIBRARIES)) \
TARGET_linux-arm.mk 93 # of the libraries (libpv, libwebcore, libkjs) need to be built
94 # with -mlong-calls. When built at -O0, those libraries are
258 $(call normalize-target-libraries,$(PRIVATE_ALL_WHOLE_STATIC_LIBRARIES)) \
261 $(call normalize-target-libraries,$(PRIVATE_ALL_STATIC_LIBRARIES)) \
263 $(call normalize-target-libraries,$(PRIVATE_ALL_SHARED_LIBRARIES)) \
280 $(call normalize-target-libraries,$(PRIVATE_ALL_SHARED_LIBRARIES)) \
284 $(call normalize-target-libraries,$(PRIVATE_ALL_STATIC_LIBRARIES)) \
302 $(call normalize-target-libraries,$(filter-out %libc_nomalloc.a,$(filter-out %libc.a,$(PRIVATE_ALL_STATIC_LIBRARIES)))) \
304 $(call normalize-target-libraries,$(filter %libc.a,$(PRIVATE_ALL_STATIC_LIBRARIES))) \
305 $(call normalize-target-libraries,$(filter %libc_nomalloc.a,$(PRIVATE_ALL_STATIC_LIBRARIES)))
    [all...]
TARGET_linux-sh.mk 132 $(call normalize-target-libraries,$(PRIVATE_ALL_WHOLE_STATIC_LIBRARIES)) \
135 $(call normalize-target-libraries,$(PRIVATE_ALL_STATIC_LIBRARIES)) \
137 $(call normalize-target-libraries,$(PRIVATE_ALL_SHARED_LIBRARIES)) \
153 $(call normalize-target-libraries,$(PRIVATE_ALL_SHARED_LIBRARIES)) \
157 $(call normalize-target-libraries,$(PRIVATE_ALL_STATIC_LIBRARIES)) \
174 $(call normalize-target-libraries,$(PRIVATE_ALL_STATIC_LIBRARIES)) \
TARGET_linux-x86.mk 176 $(call normalize-target-libraries,$(PRIVATE_ALL_WHOLE_STATIC_LIBRARIES)) \
179 $(call normalize-target-libraries,$(PRIVATE_ALL_STATIC_LIBRARIES)) \
181 $(call normalize-target-libraries,$(PRIVATE_ALL_SHARED_LIBRARIES)) \
199 $(call normalize-target-libraries,$(PRIVATE_ALL_SHARED_LIBRARIES)) \
203 $(call normalize-target-libraries,$(PRIVATE_ALL_STATIC_LIBRARIES)) \
220 $(call normalize-target-libraries,$(PRIVATE_ALL_STATIC_LIBRARIES)) \
  /build/core/
java_library.mk 7 $(error $(LOCAL_PATH): Host java libraries must use BUILD_HOST_JAVA_LIBRARY)
14 $(error $(LOCAL_PATH): Target java libraries may not set LOCAL_ASSET_DIR)
19 $(error $(LOCAL_PATH): Target java libraries may not set LOCAL_RESOURCE_DIR)
  /device/samsung/crespo/self-extractors/samsung/staging/
device-crespo.mk 17 # Prebuilt libraries that are needed to build open-source libraries
  /ndk/tests/device/whole-static-libs/jni/
Android.mk 9 # --whole-archive is used. However, it won't do it for shared libraries, so
  /sdk/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/xml/
AndroidManifestParserTest.java 141 UsesLibrary[] libraries = mManifestTestApp.getUsesLibraries(); local
143 assertEquals(2, libraries.length);
144 assertEquals(LIBRARY_NAME, libraries[0].getName());
145 assertEquals(Boolean.FALSE, libraries[0].getRequired());
146 assertEquals(LIBRARY_NAME2, libraries[1].getName());
147 assertEquals(Boolean.TRUE, libraries[1].getRequired());
  /sdk/emulator/opengl/
Android.mk 28 # in the GLES emulation libraries.
59 # System static libraries
65 # System shared libraries
72 # Host static libraries
82 # Host shared libraries
  /hardware/libhardware_legacy/
Android.mk 47 # legacy_audio builds it's own set of libraries that aren't linked into

Completed in 1141 milliseconds

1 2 3 4 5 6 7 8