HomeSort by relevance Sort by last modified time
    Searched refs:make (Results 426 - 450 of 4715) sorted by null

<<11121314151617181920>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
branch-misc-4.s 13 # Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
26 # Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/nios2/
selftest.d 6 # manipulate control registers. The purpose of this test is to make
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elfvsb/
hidden2.d 4 # It is also ok to remove this symbol, but we currently make it local.
  /external/ltp/utils/benchmark/kernbench-0.42/
kernbench 95 make clean > /dev/null 2>&1
108 make mrproper > /dev/null 2>&1
110 make defconfig > /dev/null 2>&1
113 yes "" | make oldconfig > /dev/null 2>&1
130 echo make
133 echo make -j $halfjobs
136 echo make -j $optijobs
139 echo make -j
147 make -j $optijobs > /dev/null 2>&1
196 make clean > /dev/null 2>&
    [all...]
  /build/make/target/product/
aosp_arm64_a.mk 19 # on the generic system image, place them in build/make/target/board/generic_arm64_a/
22 include build/make/target/product/treble_common.mk
  /external/autotest/client/deps/lansim/
lansim.py 17 utils.make()
18 utils.system('make install')
  /external/autotest/client/deps/libcap/
libcap.py 12 utils.make('-C libcap LIBATTR=no')
  /external/autotest/client/tests/cyclictest/
cyclictest.py 17 utils.make()
  /external/autotest/client/tests/signaltest/
signaltest.py 17 utils.make()
  /external/dagger2/compiler/src/it/functional-tests/src/test/java/test/tck/
TckTest.java 29 Car car = carShopComponent.make();
  /external/icu/icu4c/source/samples/
readme.txt 75 Unix: - build and install (make install) ICU
77 - type 'make all-samples' from this directory
79 Note: 'make all-samples' won't work correctly in out of source builds.
  /external/llvm/test/MC/Hexagon/
got.s 4 # make sure the fixups emitted match what is
  /external/ltp/testcases/kdump/lib/crasher/
Makefile 6 $(MAKE) -C $(KDIR) M=$(PWD) modules
10 make -C /lib/modules/$(shell uname -r)/build M=$(PWD) clean
  /external/ltp/testcases/kdump/lib/kprobes/
Makefile 6 $(MAKE) -C $(KDIR) M=$(PWD) modules
10 make -C /lib/modules/$(shell uname -r)/build M=$(PWD) clean
  /external/protobuf/
post_process_dist.sh 3 # This script takes the result of "make dist" and:
7 # "make dist" process does not correct for this, so the result is that
48 make dist-gzip
59 make dist-zip
  /external/protobuf/util/
post_process_dist.sh 3 # This script takes the result of "make dist" and:
7 # "make dist" process does not correct for this, so the result is that
48 make dist-gzip
59 make dist-zip
  /external/syslinux/efi/
build-gnu-efi.sh 40 make SRCDIR="$EFIDIR" TOPDIR="$EFIDIR" -f "$EFIDIR/Makefile" ARCH=$ARCH
41 make SRCDIR="$EFIDIR" TOPDIR="$EFIDIR" -f "$EFIDIR/Makefile" ARCH=$ARCH PREFIX="$objdir" install
  /external/zlib/src/contrib/untgz/
Makefile 11 cd ../..; ./configure; make
  /frameworks/base/tools/bit/
Android.mk 32 make.cpp \
  /prebuilts/go/darwin-x86/doc/progs/
timeout1.go 12 ch := make(chan bool, 1)
13 timeout := make(chan bool, 1)
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/testdata/
slice.go 18 done := make(chan struct{})
19 a := make([]int, N+10)
  /prebuilts/go/darwin-x86/src/cmd/go/
signal.go 14 var interrupted = make(chan struct{})
18 sig := make(chan os.Signal)
  /prebuilts/go/darwin-x86/src/
cmp.bash 12 # The script builds the std library (make.bash) once
26 (export GO_GCFLAGS="$FLAGS1"; sh make.bash)
40 (export GO_GCFLAGS="$FLAGS2"; sh make.bash)
iostest.bash 11 if [ ! -f make.bash ]; then
32 # Reboot to make sure previous runs do not interfere with the current run.
36 # Initial sleep to make sure we are restarting before we start polling.
57 ./make.bash
  /prebuilts/go/darwin-x86/src/crypto/rand/
example_test.go 17 b := make([]byte, c)
24 fmt.Println(bytes.Equal(b, make([]byte, c)))

Completed in 522 milliseconds

<<11121314151617181920>>