Searched
refs:make (Results
751 -
775 of
4715) sorted by null
<<31323334353637383940>>
/prebuilts/go/darwin-x86/test/fixedbugs/ |
bug058.go | 13 m := make(map[string] *Box);
|
bug059.go | 24 m := make(map[string] []string);
|
bug060.go | 12 m := make(map[int]int);
|
bug069.go | 10 c := make(chan int);
|
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)
|
Completed in 203 milliseconds
<<31323334353637383940>>