OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:make
(Results
951 - 975
of
4715
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/external/toolchain-utils/binary_search_tool/android/
test_setup.sh
6
# current working build tree.
make
is called to relink the object files and
100
# Number of jobs
make
will use. Can be customized and played with.
116
make
-j ${MAKE_JOBS}
125
echo "
make
returned a non-zero status: ${make_status}. Skipping image..."
/external/toybox/scripts/
install.sh
34
NOBUILD=1 scripts/
make
.sh
52
#
Make
links to toybox
112
TOOLCHAIN="ar as nm cc
make
ld gcc objdump"
118
for i in ar as nm cc
make
ld gcc objdump $PENDING $HOST_EXTRA
test.sh
17
make
install_flat PREFIX=generated/testdir || exit 1
/external/valgrind/drd/scripts/
download-and-build-gcc
3
#
Make
sure that libgmp and libmpfr are installed before you run this script.
73
time {
make
-s &&
make
-s install; }
/external/valgrind/exp-bbv/tests/amd64-linux/
rep_prefix.S
15
# Check for them, to
make
sure our rep detection
/hardware/intel/common/libmix/mix_common/
mixcommon.spec
28
make
31
make
DESTDIR=$RPM_BUILD_ROOT install
/hardware/intel/common/libmix/mix_vbp/
mixvbp.spec
34
make
36
make
DESTDIR=$RPM_BUILD_ROOT install
/libcore/tzdata/tools2/
createIcuUpdateResources.sh
56
#
Make
the tools
57
make
59
# Then
make
the whole thing
61
make
-j32
/packages/services/BuiltInPrintService/jni/include/
printer_capabilities_types.h
40
char
make
[MAX_STRING];
member in struct:__anon44596
/prebuilts/go/darwin-x86/doc/progs/
slices.go
17
newSlice :=
make
([]byte, (n+1)*2)
54
c :=
make
([]byte, len(b))
/prebuilts/go/darwin-x86/misc/cgo/gmp/
fib.go
38
c :=
make
(chan *big.Int)
39
out :=
make
(chan string)
/prebuilts/go/darwin-x86/misc/cgo/stdio/
fib.go
43
c :=
make
(chan int64)
44
out :=
make
(chan int64)
/prebuilts/go/darwin-x86/src/
all.bat
8
if exist
make
.bat goto ok
15
call
make
.bat --no-banner --no-local
/prebuilts/go/darwin-x86/src/bytes/
equal_test.go
17
// data very near to a page boundary. We want to
make
sure
27
b :=
make
([]byte, 4*pagesize)
/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/testdata/
chan.go
24
v :=
make
(chan int, 10)
46
v :=
make
(chan int, 25)
/prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
copyelim_test.go
22
values :=
make
([]interface{}, 0, n+2)
31
// Reverse values array to
make
it hard
/prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
typelink.go
40
tl.P =
make
([]byte, tl.Size)
41
tl.R =
make
([]Reloc, len(typelinks))
/prebuilts/go/darwin-x86/src/io/
example_test.go
31
buf :=
make
([]byte, 8)
62
buf :=
make
([]byte, 33)
69
shortBuf :=
make
([]byte, 3)
75
longBuf :=
make
([]byte, 64)
90
buf :=
make
([]byte, 4)
97
longBuf :=
make
([]byte, 64)
177
buf :=
make
([]byte, 6)
196
buf :=
make
([]byte, 6)
/prebuilts/go/darwin-x86/src/vendor/golang_org/x/crypto/chacha20poly1305/
chacha20poly1305_test.go
77
ad :=
make
([]byte, al)
78
plaintext :=
make
([]byte, pl)
161
benchamarkChaCha20Poly1305Open(b,
make
([]byte, 64))
165
benchamarkChaCha20Poly1305Seal(b,
make
([]byte, 64))
169
benchamarkChaCha20Poly1305Open(b,
make
([]byte, 1350))
173
benchamarkChaCha20Poly1305Seal(b,
make
([]byte, 1350))
177
benchamarkChaCha20Poly1305Open(b,
make
([]byte, 8*1024))
181
benchamarkChaCha20Poly1305Seal(b,
make
([]byte, 8*1024))
/prebuilts/go/darwin-x86/test/chan/
select2.go
33
c :=
make
(chan int)
34
dummy :=
make
(chan int)
/prebuilts/go/darwin-x86/test/fixedbugs/
bug320.go
10
c :=
make
(chan int, 1)
11
dummy :=
make
(chan int)
issue10353.go
13
c :=
make
(chan bool)
35
c :=
make
(chan bool)
issue17381.go
7
// issue 17381:
make
sure leave function with non-empty frame
22
pcs :=
make
([]uintptr, 20)
/prebuilts/go/darwin-x86/test/
init1.go
16
c :=
make
(chan int)
22
b :=
make
([]byte, MB)
live2.go
23
ret.m =
make
(map[int]int) // ERROR "live at call to makemap: &ret$"
35
ret.m =
make
(map[int]int) // ERROR "live at call to makemap: .autotmp_[0-9]+ ret$"
Completed in 856 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>