/prebuilts/go/linux-x86/misc/cgo/test/ |
issue3250.go | 58 sigCh = make(chan os.Signal, 10) 59 waitStart = make(chan struct{}) 60 waitDone = make(chan result)
|
/prebuilts/go/linux-x86/src/net/ |
mac.go | 16 buf := make([]byte, 0, len(a)*3-1) 51 hw = make(HardwareAddr, n) 67 hw = make(HardwareAddr, n)
|
/prebuilts/go/linux-x86/src/os/ |
dir_unix.go | 24 fi = make([]FileInfo, 0, len(names)) 50 f.dirinfo.buf = make([]byte, blockSize) 60 names = make([]string, 0, size) // Empty with room to grow.
|
/prebuilts/go/linux-x86/src/ |
race.bat | 12 if exist make.bat goto ok 19 call make.bat --dist-tool >NUL 31 call make.bat --no-banner --no-local
|
/prebuilts/go/linux-x86/src/runtime/ |
callers_test.go | 25 ret := make([]uintptr, 20) 30 m := make(map[string]int, len(pcs)) 78 pcs := make([]uintptr, 20)
|
/prebuilts/go/linux-x86/src/runtime/testdata/testprogcgo/ |
cgo.go | 29 ping := make(chan bool) 82 buf := make([]byte, 1) 92 b := make([]byte, 1e6*try)
|
/prebuilts/go/linux-x86/test/chan/ |
sieve1.go | 34 ch := make(chan int) // Create a new channel. 40 ch1 := make(chan int) 47 primes := make(chan int)
|
nonblock.go | 80 var sync = make(chan bool) 83 c32 := make(chan int32, buffer) 84 c64 := make(chan int64, buffer) 85 cb := make(chan bool, buffer) 86 cs := make(chan string, buffer)
|
/prebuilts/go/linux-x86/test/ |
ddd1.go | 48 ch := make(chan int) 53 _ = make([]byte, n...) // ERROR "[.][.][.]" 55 // _ = make([]byte, 10 ...) // error "[.][.][.]"
|
stack.go | 35 // likely to make a new stack for f0, 42 // likely to make a new stack for f1, 60 var c = make(chan int)
|
torture.go | 343 case <-make(chan int, cap(make(chan int, cap(make(chan int, cap(make(chan int, cap(make(chan int))))))))):
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
issue16870.go | 26 c := make(chan int, 1) 27 c2 := make(chan int) 94 m := make(map[int]int)
|
/prebuilts/go/darwin-x86/src/sort/ |
sort_test.go | 95 data := make([]int, n) 164 unsorted := make([]string, 1<<10) 168 data := make([]string, len(unsorted)) 180 unsorted := make([]string, 1<<10) 184 data := make([]string, len(unsorted)) 196 unsorted := make([]string, 1<<10) 200 data := make([]string, len(unsorted)) 213 data := make([]int, 1<<10) 225 unsorted := make([]int, 1<<10) 229 data := make([]int, len(unsorted) [all...] |
/prebuilts/go/linux-x86/src/sort/ |
sort_test.go | 95 data := make([]int, n) 164 unsorted := make([]string, 1<<10) 168 data := make([]string, len(unsorted)) 180 unsorted := make([]string, 1<<10) 184 data := make([]string, len(unsorted)) 196 unsorted := make([]string, 1<<10) 200 data := make([]string, len(unsorted)) 213 data := make([]int, 1<<10) 225 unsorted := make([]int, 1<<10) 229 data := make([]int, len(unsorted) [all...] |
/external/libvpx/libvpx/build/make/ |
Makefile | 18 $(MAKE) --no-print-directory target=$$t $(MAKECMDGOALS) || exit $$?;\ 42 $(MAKE) --no-print-directory target=$$t $(MAKECMDGOALS) || exit $$?;\ 50 $(if $(filter vs%,$(TGT_CC)),make NO_LAUNCH_DEVENV=1;) \ 61 # Since we invoke make recursively for multiple targets we need to include the 180 $(qexec)$(SRC_PATH_BARE)/build/make/gen_asm_deps.sh \ 191 $(qexec)$(SRC_PATH_BARE)/build/make/gen_asm_deps.sh \ 270 # make-3.80 has a bug with expanding large input strings to the eval function, 344 # Older versions of make don't like -include directives with no arguments 422 DIST-SRCS-yes += build/make/configure.sh 423 DIST-SRCS-yes += build/make/gen_asm_deps.s [all...] |
/prebuilts/go/darwin-x86/src/bytes/ |
compare_test.go | 62 a := make([]byte, n+1) 63 b := make([]byte, n+1) 167 b1 := make([]byte, 0, 1<<20) 183 b1 := make([]byte, 0, 1<<20) 199 b1 := make([]byte, 0, 1<<20)
|
/prebuilts/go/darwin-x86/test/chan/ |
nonblock.go | 80 var sync = make(chan bool) 83 c32 := make(chan int32, buffer) 84 c64 := make(chan int64, buffer) 85 cb := make(chan bool, buffer) 86 cs := make(chan string, buffer)
|
/prebuilts/go/darwin-x86/test/stress/ |
runstress.go | 61 w.Write(make([]byte, size)) 107 gate := make(chan bool, 10) // max execs at once 135 donec := make(chan bool) 136 one := make(chan int, bufsize) // will be input to thread 1 139 in, out = out, make(chan int, bufsize)
|
/prebuilts/go/darwin-x86/test/ |
torture.go | 343 case <-make(chan int, cap(make(chan int, cap(make(chan int, cap(make(chan int, cap(make(chan int))))))))):
|
/prebuilts/go/linux-x86/src/bytes/ |
compare_test.go | 62 a := make([]byte, n+1) 63 b := make([]byte, n+1) 167 b1 := make([]byte, 0, 1<<20) 183 b1 := make([]byte, 0, 1<<20) 199 b1 := make([]byte, 0, 1<<20)
|
/prebuilts/go/linux-x86/test/stress/ |
runstress.go | 61 w.Write(make([]byte, size)) 107 gate := make(chan bool, 10) // max execs at once 135 donec := make(chan bool) 136 one := make(chan int, bufsize) // will be input to thread 1 139 in, out = out, make(chan int, bufsize)
|
/prebuilts/go/darwin-x86/src/os/signal/ |
signal_plan9_test.go | 29 c := make(chan os.Signal, 1) 39 c1 := make(chan os.Signal, 1) 47 // Send two more hangups, to make sure that 67 done := make(chan bool) 68 finished := make(chan bool) 70 sig := make(chan os.Signal, 1) 126 c := make(chan os.Signal, 1)
|
/prebuilts/go/darwin-x86/src/runtime/ |
malloc_test.go | 16 // Make sure there's at least one forced GC. 86 b := make([]byte, 10) 108 chunks := make(map[uintptr]bool, N) 167 p := make([]LargeStruct, 2) 176 quit := make(chan struct{}) 212 m := make([]chan struct{}, n) 214 m[i] = make(chan struct{}, 1) 240 quit := make(chan struct{})
|
mfinal_test.go | 28 ch := make(chan bool, 10) 48 done := make(chan bool, 1) 83 ch := make(chan bool) 84 done := make(chan bool, 1) 172 // Make sure an empty slice on the stack doesn't pin the next object in memory. 179 fin := make(chan bool, 1) 193 b := make([]byte, objsize) 205 // Make sure an empty string on the stack doesn't pin the next object in memory. 210 fin := make(chan bool, 1)
|
/prebuilts/go/darwin-x86/src/runtime/race/ |
output_test.go | 84 done := make(chan bool) 128 done := make(chan bool) 142 done := make(chan bool) 158 done := make(chan bool) 176 done := make(chan bool) 194 done := make(chan string) 195 data := make([]byte, 10)
|