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

1 2 3 4 5 6 7 8 91011>>

  /external/linux-kselftest/tools/testing/selftests/sigaltstack/
Makefile 2 BINARIES = sas
3 all: $(BINARIES)
8 rm -rf $(BINARIES)
  /build/make/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
  /prebuilts/misc/linux-x86/relocation_packer/
PREBUILT 1 The binaries in this prebuilt directory can be rebuilt using
  /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
mips32r2-fp-xburst.mk 2 # Generating binaries for MIPS32R2/hard-float/little-endian without
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
  /prebuilts/misc/windows/protobuf/
PREBUILT 1 The binaries in this prebuilt directory can be rebuilt using:
  /external/linux-kselftest/tools/testing/selftests/capabilities/
Makefile 4 BINARIES := $(TEST_FILES) $(TEST_PROGS)
9 all: $(BINARIES)
12 $(RM) $(BINARIES)
  /external/linux-kselftest/tools/testing/selftests/vm/
Makefile 4 BINARIES = compaction_test
5 BINARIES += hugepage-mmap
6 BINARIES += hugepage-shm
7 BINARIES += map_hugetlb
8 BINARIES += mlock2-tests
9 BINARIES += on-fault-limit
10 BINARIES += thuge-gen
11 BINARIES += transhuge-stress
12 BINARIES += userfaultfd
14 all: $(BINARIES)
    [all...]
  /device/linaro/bootloader/edk2/FatBinPkg/
ReadMe.txt 2 The binaries in this package currently are built from EDK2 release: MdePkg and BaseTools (r18341), FatPkg (r96)
3 The binaries are built with no debug info (RELEASE TARGET).
7 The binaries in this package currently are built from EDK2 release: MdePkg and BaseTools (r16948), FatPkg (r93)
8 The binaries are built with no debug info (RELEASE TARGET).
9 Build Instructions: http://sourceforge.net/apps/mediawiki/tianocore/index.php?title=ArmPkg/Binaries
  /sdk/avdlauncher/
build.gradle 31 // binaries will return a set of binaries
32 def binaries = executables.avdLauncher.binaries.matching { it.name == name }
34 return binaries.executableFile.get(0)
  /sdk/sdklauncher/
build.gradle 31 // binaries will return a set of binaries
32 def binaries = executables.sdkLauncher.binaries.matching { it.name == name }
34 return binaries.executableFile.get(0)
  /sdk/emulator/mksdcard/
build.gradle 20 binaries.all {
46 // binaries will return a set of binaries
47 def binaries = executables.mksdcard.binaries.matching { it.name == "${platform}MksdcardExecutable" }
49 return binaries.executableFile.get(0)
  /prebuilts/misc/darwin-x86/lz4/
PREBUILT 1 The binaries in this prebuilt directory can be rebuilt using
  /prebuilts/misc/darwin-x86/protobuf/
PREBUILT 1 The binaries in this prebuilt directory can be rebuilt using
  /prebuilts/misc/linux-x86/lz4/
PREBUILT 1 The binaries in this prebuilt directory can be rebuilt using
  /prebuilts/misc/linux-x86/protobuf/
PREBUILT 1 The binaries in this prebuilt directory can be rebuilt using
  /prebuilts/deqp/
README 1 This directory contains prebuilt SPIR-V binaries used by the deqp
4 Binaries were built by running following command in external/deqp directory:
  /sdk/find_java/
build.gradle 42 // binaries will return a set of binaries
43 def binaries = executables.findJava.binaries.matching { it.name == name }
45 return binaries.executableFile.get(0)
  /device/linaro/bootloader/edk2/ShellBinPkg/MinUefiShell/
MinUefiShell.inf 24 [Binaries.Ia32]
27 [Binaries.X64]
30 [Binaries.ARM]
33 [Binaries.AArch64]

Completed in 4062 milliseconds

1 2 3 4 5 6 7 8 91011>>