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

1 2

  /frameworks/base/core/java/com/android/internal/content/
NativeLibraryHelper.java 37 * Sums the size of native binaries in an APK.
52 * Copies native binaries to a shared library directory.
71 // Remove the native binaries of a given package. This simply
75 Slog.w(TAG, "Deleting native binaries from: " + nativeLibraryDir.getPath());
86 final File[] binaries = nativeLibraryDir.listFiles(); local
87 if (binaries != null) {
88 for (int nn = 0; nn < binaries.length; nn++) {
90 Slog.d(TAG, " Deleting " + binaries[nn].getName());
93 if (!binaries[nn].delete()) {
94 Slog.w(TAG, "Could not delete native binary: " + binaries[nn].getPath())
    [all...]
  /hardware/ti/omap4xxx/domx/test/sample_proxy/
Makefile 59 HOSTRELEASE = binaries
62 ROOTFSRELEASE = binaries
  /build/core/combo/arch/arm/
armv5te.mk 2 # Generating binaries for the ARMv5TE architecture and higher
armv7-a.mk 2 # Generating binaries for the ARMv7-a architecture and higher
armv7-a-neon.mk 2 # Generating binaries for the ARMv7-a architecture and higher with NEON
armv4t.mk 2 # Generating binaries for the ARMv4T architecture and higher
  /development/testrunner/test_defs/
native_test.py 132 path: Where the binaries should be.
135 A list of test binaries built from the sources.
137 binaries = []
143 binaries.append(binary)
144 return binaries
  /external/libpng/projects/visualc71/
README_zlib.txt 20 binaries set "zlib" as the startup project (Select "zlib" tree view item +
22 binaries set it to "example" (Select "example" tree view item + Project |
34 This project builds the zlib binaries as follows:
  /ndk/build/tools/
prebuilt-common.sh 271 register_option "--mingw" do_mingw_option "Generate windows binaries on Linux."
280 register_option "--try-64" do_try64_option "Generate 64-bit binaries."
527 # this can be used to generate binaries compatible with either Tiger or
569 # For now, we only support building 32-bit binaries anyway
600 # binaries.
608 log "Forcing generation of Linux binaries with legacy toolchain"
614 # Force generation of 32-bit binaries on 64-bit systems
622 log "Generating Tiger-compatible binaries!"
625 log "Generating Leopard-compatible binaries!"
628 log "Generating $version-compatible binaries!"
    [all...]
  /external/icu4c/tools/genbidi/
genbidi.c 211 struct Binaries {
213 const Binary *binaries; member in struct:Binaries
216 typedef struct Binaries Binaries;
224 static const Binaries
233 const Binaries *bin;
238 bin=(const Binaries *)context;
253 if(isToken(bin->binaries[i].propName, s)) {
258 if(bin->binaries[i].vecMask==0) {
260 (int)bin->binaries[i].vecMask, bin->ucdFile, bin->binaries[i].propName)
    [all...]
  /ndk/build/core/
build-all.mk 17 # This script is used to build all wanted NDK binaries. It is included
38 clean-installed-binaries
92 clean: clean-intermediates clean-installed-binaries
96 installed_modules: clean-installed-binaries libraries $(WANTED_INSTALLED_MODULES)
setup-app.mk 67 # Clear all installed binaries for this application
74 clean-installed-binaries::
prebuilt-library.mk 17 # prebuilt-static-library.mk to declare prebuilt library binaries.
setup-toolchain.mk 101 clean-installed-binaries::
116 $(NDK_APP_GDBSERVER): clean-installed-binaries
136 $(NDK_APP_GDBSETUP): clean-installed-binaries
build-binary.mk 59 # always define ANDROID when building binaries
351 $(LOCAL_INSTALLED): $(LOCAL_BUILT_MODULE) clean-installed-binaries
  /external/icu4c/tools/gencase/
gencase.c 79 struct Binaries {
81 const Binary *binaries; member in struct:Binaries
84 typedef struct Binaries Binaries;
91 static const Binaries
104 static const Binaries
120 static const Binaries
129 const Binaries *bin;
134 bin=(const Binaries *)context;
149 if(isToken(bin->binaries[i].propName, s))
    [all...]
  /external/icu4c/tools/genprops/
props2.c 244 struct Binaries {
246 const Binary *binaries; member in struct:Binaries
249 typedef struct Binaries Binaries;
281 static const Binaries
309 static const Binaries
334 const Binaries *bin;
339 bin=(const Binaries *)context;
357 if(isToken(bin->binaries[i].propName, s)) {
362 if(bin->binaries[i].vecShift>=32)
    [all...]
  /build/core/
dynamic_binary.mk 2 ## Standard rules for building any target-side binaries
12 $(error This file should not be used to build host binaries. Included by (or near) $(lastword $(filter-out config/%,$(MAKEFILE_LIST))))
  /development/tools/emulator/system/qemu-props/
Android.mk 36 # emulator-specific binaries.
  /sdk/emulator/tools/
Android.mk 38 # emulator-specific binaries.
  /bootable/recovery/updater/
Android.mk 15 # on user builds. (TODO: find a better way to build device binaries
  /external/pcre/
makevp.bat 23 REM location of the TASM binaries, if compiling with the -B BCC switch
  /external/oprofile/libpp/
xml_utils.cpp 523 growable_vector<binary_info> binaries; member in class:binary_root_info
793 if (a > 0) binaries[a-1].close_binary(it);
794 return binaries[a].build_binary(n);
801 binaries[a].output(out);
809 binaries[p].dump();
  /ndk/sources/cxx-stl/stlport/
Android.mk 3 # Normally, we distribute the NDK with prebuilt binaries of STLport
  /ndk/toolchains/x86-4.4.3/
setup.mk 64 # this toolchain's generated binaries

Completed in 717 milliseconds

1 2