/external/e2fsprogs/contrib/python-uuid/ |
setup.py | 6 libraries = ['uuid']) variable
|
/build/core/combo/ |
HOST_darwin-x86.mk | 67 $(call normalize-host-libraries,$(PRIVATE_ALL_SHARED_LIBRARIES)) \ 68 $(call normalize-host-libraries,$(PRIVATE_ALL_WHOLE_STATIC_LIBRARIES)) \ 70 $(call normalize-host-libraries,$(PRIVATE_ALL_STATIC_LIBRARIES)) \ 84 $(call normalize-host-libraries,$(PRIVATE_ALL_SHARED_LIBRARIES)) \ 86 $(call normalize-host-libraries,$(PRIVATE_ALL_WHOLE_STATIC_LIBRARIES)) \ 88 $(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 254 $(call normalize-target-libraries,$(PRIVATE_ALL_WHOLE_STATIC_LIBRARIES)) \ 257 $(call normalize-target-libraries,$(PRIVATE_ALL_STATIC_LIBRARIES)) \ 259 $(call normalize-target-libraries,$(PRIVATE_ALL_SHARED_LIBRARIES)) \ 276 $(call normalize-target-libraries,$(PRIVATE_ALL_SHARED_LIBRARIES)) \ 280 $(call normalize-target-libraries,$(PRIVATE_ALL_STATIC_LIBRARIES)) \ 298 $(call normalize-target-libraries,$(filter-out %libc_nomalloc.a,$(filter-out %libc.a,$(PRIVATE_ALL_STATIC_LIBRARIES)))) \ 300 $(call normalize-target-libraries,$(filter %libc.a,$(PRIVATE_ALL_STATIC_LIBRARIES))) \ 301 $(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 | 142 $(call normalize-target-libraries,$(PRIVATE_ALL_WHOLE_STATIC_LIBRARIES)) \ 145 $(call normalize-target-libraries,$(PRIVATE_ALL_STATIC_LIBRARIES)) \ 147 $(call normalize-target-libraries,$(PRIVATE_ALL_SHARED_LIBRARIES)) \ 164 $(call normalize-target-libraries,$(PRIVATE_ALL_SHARED_LIBRARIES)) \ 168 $(call normalize-target-libraries,$(PRIVATE_ALL_STATIC_LIBRARIES)) \ 185 $(call normalize-target-libraries,$(PRIVATE_ALL_STATIC_LIBRARIES)) \
|
/development/libraries/stereocamera/ |
source.properties | 3 Pkg.Desc=Stereo Camera libraries, revision 1
|
/external/v8/ |
Android.libv8.mk | 37 # Generate libraries.cc 38 GEN1 := $(intermediates)/libraries.cc $(intermediates)/libraries-empty.cc 41 @echo "Generating libraries.cc" 44 V8_GENERATED_LIBRARIES := $(intermediates)/libraries.cc
|
Android.mksnapshot.mk | 44 # Generate libraries.cc 45 GEN2 := $(intermediates)/libraries.cc $(intermediates)/libraries-empty.cc 48 @echo "Generating libraries.cc" 51 LOCAL_GENERATED_SOURCES := $(intermediates)/libraries.cc
|
/external/expat/amiga/include/proto/ |
expat.h | 5 #include <libraries/expat.h>
|
/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; 214 libraries = malloc(INIT_LIBRARIES * sizeof(struct library_info *)); 270 qsort(libraries, libraries_count, sizeof(libraries[0]), &licmp) [all...] |
/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.
|
/sdk/build/ |
windows_sdk_tools.mk | 14 # Add OpenGLES emulation host libraries if needed.
|
/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) 18 $(error $(LOCAL_PATH): Target java libraries may not set LOCAL_RESOURCE_DIR)
|
/ndk/build/core/ |
default-build-commands.mk | 13 # libraries that instruct the Linux kernel to disable code execution from 19 # and static libraries, but before any other library in the link 20 # command line when generating shared libraries and executables. 24 # on other libraries like libc.so, which may change between system 71 # The strip command is only used for shared libraries and executables. 73 # when applied to static libraries or object files.
|
build-all.mk | 34 executables libraries static_libraries shared_libraries \ 36 clean-executables clean-libraries \ 96 installed_modules: clean-installed-binaries libraries $(WANTED_INSTALLED_MODULES) 104 libraries: static_libraries shared_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());
|
/development/tools/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
|
/sdk/anttasks/src/com/android/ant/ |
NewSetupTask.java | 62 * the libraries. This includes the default android.jar from the resolved target but also optional 63 * libraries provided by the target (if any, when the target is an add-on).</li> 284 // look for referenced libraries. 319 IOptionalLibrary[] libraries = androidTarget.getOptionalLibraries(); local 320 if (libraries != null) { 322 for (IOptionalLibrary library : libraries) { 455 ArrayList<File> libraries = getProjectLibraries(antProject); local 457 if (libraries.size() > 0) { 458 System.out.println("------------------\nOrdered libraries:"); 460 for (File library : libraries) { 534 ArrayList<File> libraries = new ArrayList<File>(); local 595 ArrayList<File> libraries = new ArrayList<File>(); local [all...] |
/build/target/board/generic_x86/ |
BoardConfig.mk | 30 # Build OpenGLES emulation host and guest libraries
|
/external/webrtc/src/modules/audio_processing/agc/main/source/ |
Android.mk | 40 # Duplicate the static libraries to fix circular references
|
/hardware/libhardware_legacy/ |
Android.mk | 47 # legacy_audio builds it's own set of libraries that aren't linked into
|
/device/sample/products/ |
sample_addon.mk | 1 # List of apps and optional libraries (Java and native) to put in the add-on system image. 26 # Copy the jar files for the optional libraries that are exposed as APIs.
|