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

1 2 3 4 5 6 7 8 9

  /build/make/core/combo/arch/mips/
mips32r6.mk 2 # Generating binaries for MIPS32R6/hard-float/little-endian
mips32-fp.mk 2 # Generating binaries for MIPS32/hard-float/little-endian
mips32r2-fp.mk 2 # Generating binaries for MIPS32R2/hard-float/little-endian
mips32r2dsp-fp.mk 2 # Generating binaries for MIPS32R2/hard-float/little-endian/dsp
mips32r2dspr2-fp.mk 2 # Generating binaries for MIPS32R2/hard-float/little-endian/dsp
mips32r2-fp-xburst.mk 2 # Generating binaries for MIPS32R2/hard-float/little-endian without
  /external/v8/tools/testrunner/objects/
workpacket.py 33 def __init__(self, peer=None, context=None, tests=None, binaries=None,
38 self.binaries = binaries
49 binaries = []
52 binaries.append({"name": shell,
59 binaries.append({"name": "libv8.so",
68 "binaries": binaries,
82 binaries = packed["binaries"]
    [all...]
  /build/make/core/combo/arch/arm/
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
  /build/make/core/combo/arch/x86/
haswell.mk 2 # Generating binaries for Haswell processors.
ivybridge.mk 2 # Generating binaries for Ivy Bridge processors.
sandybridge.mk 2 # Generating binaries for SandyBridge processors.
  /build/make/core/combo/arch/x86_64/
haswell.mk 2 # Generating binaries for Haswell processors.
ivybridge.mk 2 # Generating binaries for Ivy Bridge processors.
sandybridge.mk 2 # Generating binaries for SandyBridge processors.
  /external/swiftshader/third_party/subzero/
fetch-torture-tests.sh 12 wget -O - $BUILD_PATH/wasm-binaries-$BUILDID.tbz2 \
  /system/extras/simpleperf/scripts/
binary_cache_builder.py 18 """binary_cache_builder.py: read perf.data, collect binaries needed by
37 """Collect all binaries needed by perf.data in binary_cache."""
68 """read perf.data, collect all used binaries and their build id (if available)."""
70 binaries = dict()
86 if dso_name not in binaries:
87 binaries[dso_name] = lib.GetBuildIdForPath(dso_name)
88 self.binaries = binaries
100 # binaries if they have the same filename (like libsudo-game-jni.so)
105 for binary in self.binaries
    [all...]
  /external/libpng/projects/visualc71/
README_zlib.txt 24 binaries set "zlib" as the startup project (Select "zlib" tree view item +
26 binaries set it to "example" (Select "example" tree view item + Project |
38 This project builds the zlib binaries as follows:
  /development/testrunner/test_defs/
native_test.py 132 path: Where the binaries should be.
135 A list of relative paths to the test binaries built from the sources.
137 binaries = []
145 binaries.append(binary)
146 return binaries
152 path: Where to search for binaries. Can be nested directories.
  /system/extras/multinetwork/
Android.mk 6 # Sample util binaries.
  /external/v8/tools/testrunner/network/
network_execution.py 79 self.binaries = {}
117 if shell not in self.binaries:
137 self.binaries[shell] = binary
139 self.binaries["libv8.so"] = libv8
180 data, test_map = packet.Pack(self.binaries)
  /art/tools/golem/
build-target.sh 32 Build minimal art binaries required to run golem benchmarks either
35 Creates the \$MACHINE_TYPE binaries in your \$OUT_DIR, and if --tarball was specified,
337 # TODO: the linker can be relative to the binaries
  /device/linaro/bootloader/edk2/
Edk2Setup.bat 19 @REM it is also used to build the Win32 binaries, calling nmake
132 @REM This option can be used to set the EDK_TOOLS_PATH containing the Win32 binaries to an
246 @echo create X64 binaries. Setting these two options have the
252 @echo --pull [DIRECTORY] Get the EDK II BaseTools binaries from source control
258 @echo EDK_TOOLS_PATH environment variable. If the binaries
270 @echo sets EDK_TOOLS_PATH to DIRECTORY. Tools binaries will be
295 @echo the BaseTools binaries.
300 @echo ERROR : Unable to rebuild the BaseTools binaries, python does not appear to be
309 @echo ERROR : Unable to rebuild the BaseTools binaries, python does not appear to be
322 @echo binaries.
    [all...]
  /device/linaro/hikey/installer/hikey/
flash-all.sh 40 --use-compiled-binaries) FIRMWARE_DIR="${DIST_DIR}";shift;;
46 echo "No binaries found at ${DIST_DIR}. Please build the bootloader first"
  /external/mesa3d/src/gallium/state_trackers/clover/core/
program.cpp 35 const std::vector<module> &binaries) :
41 devs, binaries);

Completed in 479 milliseconds

1 2 3 4 5 6 7 8 9