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

<<31323334353637383940>>

  /prebuilts/go/linux-x86/test/fixedbugs/
bug075.go 12 t.m = make(map[int]int);
bug084.go 23 c := make(chan string)
bug122.go 11 a := make([]int, 10, 20, 30, 40); // ERROR "too many"
bug130.go 19 c := make(chan int);
bug147.go 13 c := make(chan byte)
bug168.go 11 var b = make([]byte, 5)
bug199.go 13 var s = &S{make([]int, 10)}
bug214.go 13 x := make(map[int]int, 10);
bug218.go 13 bar := make(chan bool);
bug225.go 10 c := make(chan bool, 1);
bug229.go 14 // make sure error mentions that
bug230.go 18 c := make(chan interface {
bug234.go 10 c := make(chan int, 1)
bug263.go 10 data := make(map[int]string, 1)
bug272.go 13 x := make([]int, n)
bug295.go 11 type _ B // make use of package "testing" (but don't refer to T)
bug311.go 10 m := make(map[string][1000]byte)
bug312.go 13 c := make(chan int, 1)
bug352.go 10 var y = make([]struct{}, 10)
bug428.go 13 s := make([]byte, 5, 6)
gcc61253.go 13 c := make(chan int)
gcc61258.go 12 delete(make(map[[0]bool]int), [0]bool{})
gcc61273.go 13 c := make(chan bool, 1)
issue13160.go 24 ptrs := make([]*int, p)
30 collider := make([]*int, p)
32 done := make(chan struct{}, 2*p)
53 // and make sure they are valid.
issue13415.go 15 c := make(chan int)

Completed in 118 milliseconds

<<31323334353637383940>>