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

1 2 3 4 5 6 7 8 91011>>

  /external/ltp/tools/pounder21/build_scripts/
mem_alloc 25 make $*
memxfer5b 25 make $*
ramsnake 25 make $*
random_syscall 25 make $*
time_consistency 24 make $*
time_drift 24 make $*
xterm_stress 24 make $*
38 make $*
ltp 30 make -j$NR_CPUS
34 make DESTDIR=$POUNDER_TMPDIR install
  /external/mesa3d/src/mesa/state_tracker/
Makefile 2 cd ../.. ; make
  /external/ltp/testcases/misc/math/float/bessel/
readme 8 $ make all
14 $ make install
  /external/ltp/testcases/misc/math/float/exp_log/
readme 8 $ make all
14 $ make install
  /external/ltp/testcases/misc/math/float/iperb/
README 8 $ make all
14 $ make install
  /external/ltp/testcases/misc/math/float/power/
readme 8 $ make all
14 $ make install
  /external/ltp/testcases/kernel/hotplug/cpu_hotplug/tools/
cpuhotplug_do_kcompile_loop 18 make mrproper
19 make defconfig
20 make -j20 bzImage
  /external/javassist/sample/evolve/
Sample.java 9 public static Object make(Object[] args) { method in class:Sample
10 return VersionManager.make(_version, args);
  /external/llvm/test/MC/ARM/
coproc-diag.s 1 # Special test to make sure we don't error on VFP co-proc access
  /system/chre/
run_sim.sh 7 make google_x86_linux -j
run_tests.sh 7 make google_x86_googletest -j
  /external/cblas/
Makefile 7 @ echo "Make sure you are using correct Makefile.in for your system."
19 @ echo "make <target>"
21 @ echo "slib1 --- make an archive of level 1 REAL."
22 @ echo "dlib1 --- make an archive of level 1 DOUBLE PRECISION."
23 @ echo "clib1 --- make an archive of level 1 COMPLEX."
24 @ echo "zlib1 --- make an archive of level 1 COMPLEX*16."
25 @ echo "alllib1 - make an archive of level 1 all precisions."
27 @ echo "slib2 --- make an archive of level 2 REAL."
28 @ echo "dlib2 --- make an archive of level 2 DOUBLE PRECSION."
29 @ echo "clib2 --- make an archive of level 2 COMPLEX.
    [all...]
  /build/kati/testcase/
define.mk 1 # http://www.gnu.org/software/make/manual/make.html#Multi_002dLine
2 # Note: in make 4.x
7 # but in make 3.x
12 # make 3.x defines "name =" for make 4.x example.
13 # TODO: should we provide flag to specify gnu make version?
14 # note: in make 4.x, there is `undefine`.
  /prebuilts/go/darwin-x86/src/runtime/race/testdata/
slice_test.go 12 ch := make(chan bool, 1)
13 a := make([]int, 2)
23 ch := make(chan bool, 1)
24 a := make([]int, 2)
34 a := make([]int, 10)
35 ch := make(chan bool, 1)
46 ch := make(chan bool, 1)
57 ch := make(chan bool, 1)
67 ch := make(chan bool, 1)
68 a := make([]bool, 1
    [all...]
  /prebuilts/go/linux-x86/src/runtime/race/testdata/
slice_test.go 12 ch := make(chan bool, 1)
13 a := make([]int, 2)
23 ch := make(chan bool, 1)
24 a := make([]int, 2)
34 a := make([]int, 10)
35 ch := make(chan bool, 1)
46 ch := make(chan bool, 1)
57 ch := make(chan bool, 1)
67 ch := make(chan bool, 1)
68 a := make([]bool, 1
    [all...]
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue6399.go 14 b := make([]Bar, 20)
15 f := make([]Foo, 20)
20 _ = make([]struct{}, 1)
  /prebuilts/go/linux-x86/test/fixedbugs/
issue6399.go 14 b := make([]Bar, 20)
15 f := make([]Foo, 20)
20 _ = make([]struct{}, 1)
  /build/kati/
make-c.sh 19 # $ ./repo/android.sh make-c.sh
21 go run ${dir}/make-c/main.go

Completed in 1620 milliseconds

1 2 3 4 5 6 7 8 91011>>