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

<<11121314151617181920>>

  /prebuilts/go/darwin-x86/src/runtime/race/testdata/
pool_test.go 17 c := make(chan int)
18 p := &sync.Pool{New: func() interface{} { return make([]byte, 10) }}
34 p := &sync.Pool{New: func() interface{} { return make([]byte, 10) }}
  /prebuilts/go/darwin-x86/src/runtime/testdata/testprog/
map.go 17 c := make(chan struct{})
38 c := make(chan struct{})
59 c := make(chan struct{})
  /prebuilts/go/darwin-x86/test/chan/
sendstmt.go 18 cc := make(chan chan int, 1)
19 c := make(chan int, 1)
32 c := make(chan bool, 1)
  /prebuilts/go/darwin-x86/test/
escape_map.go 14 m := make(map[*int]*int) // ERROR "make\(map\[\*int\]\*int\) does not escape"
24 m := make(map[*int]*int) // ERROR "make\(map\[\*int\]\*int\) does not escape"
33 m := make(map[*int]*int) // ERROR "make\(map\[\*int\]\*int\) escapes to heap"
41 m := make(map[*int]*int) // ERROR "make\(map\[\*int\]\*int\) does not escape"
54 m := make(map[*int]*int) // ERROR "make\(map\[\*int\]\*int\) does not escape
    [all...]
  /prebuilts/go/linux-x86/src/crypto/rand/
rand_test.go 19 b := make([]byte, n)
35 n, err := Reader.Read(make([]byte, 0))
37 t.Fatalf("Read(make([]byte, 0)) = %d, %v", n, err)
  /prebuilts/go/linux-x86/src/runtime/race/testdata/
pool_test.go 17 c := make(chan int)
18 p := &sync.Pool{New: func() interface{} { return make([]byte, 10) }}
34 p := &sync.Pool{New: func() interface{} { return make([]byte, 10) }}
  /prebuilts/go/linux-x86/src/runtime/testdata/testprog/
map.go 17 c := make(chan struct{})
38 c := make(chan struct{})
59 c := make(chan struct{})
  /prebuilts/go/linux-x86/test/chan/
sendstmt.go 18 cc := make(chan chan int, 1)
19 c := make(chan int, 1)
32 c := make(chan bool, 1)
  /prebuilts/go/linux-x86/test/
escape_map.go 14 m := make(map[*int]*int) // ERROR "make\(map\[\*int\]\*int\) does not escape"
24 m := make(map[*int]*int) // ERROR "make\(map\[\*int\]\*int\) does not escape"
33 m := make(map[*int]*int) // ERROR "make\(map\[\*int\]\*int\) escapes to heap"
41 m := make(map[*int]*int) // ERROR "make\(map\[\*int\]\*int\) does not escape"
54 m := make(map[*int]*int) // ERROR "make\(map\[\*int\]\*int\) does not escape
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
chan_test.go 24 c := make(chan int, chanCap)
56 c := make(chan int, chanCap)
80 c := make(chan int, chanCap)
101 c := make(chan int, chanCap)
102 done := make(chan bool)
117 c := make(chan int, chanCap)
157 done := make(chan map[int]int)
160 recv := make(map[int]int)
168 recv := make(map[int]int)
186 c := make(chan int, chanCap
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
chan_test.go 24 c := make(chan int, chanCap)
56 c := make(chan int, chanCap)
80 c := make(chan int, chanCap)
101 c := make(chan int, chanCap)
102 done := make(chan bool)
117 c := make(chan int, chanCap)
157 done := make(chan map[int]int)
160 recv := make(map[int]int)
168 recv := make(map[int]int)
186 c := make(chan int, chanCap
    [all...]
  /external/libcxx/test/std/containers/sequences/deque/deque.modifiers/
insert_iter_iter.pass.cpp 29 make(int size, int start = 0 ) function
114 C c1 = make<C>(N, start);
115 C c2 = make<C>(M);
123 C c1 = make<C>(N, start);
124 C c2 = make<C>(M);
132 C c1 = make<C>(N, start);
133 C c2 = make<C>(M);
141 C c1 = make<C>(N, start);
142 C c2 = make<C>(M);
150 C c1 = make<C>(N, start)
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/sequences/deque/deque.modifiers/
insert_iter_iter.pass.cpp 28 make(int size, int start = 0 ) function
113 C c1 = make<C>(N, start);
114 C c2 = make<C>(M);
122 C c1 = make<C>(N, start);
123 C c2 = make<C>(M);
131 C c1 = make<C>(N, start);
132 C c2 = make<C>(M);
140 C c1 = make<C>(N, start);
141 C c2 = make<C>(M);
149 C c1 = make<C>(N, start)
    [all...]
  /build/kati/
pack.sh 19 make kati ckati
  /build/kati/testcase/
target_specific_var.mk 1 # https://www.gnu.org/software/make/manual/html_node/Target_002dspecific.html
  /external/autotest/client/bin/
unit_test.py 20 utils.make('clean')
21 utils.make('all')
  /external/autotest/client/deps/mysql/
mysql.py 16 utils.make('-j %d' % utils.count_cpus())
17 utils.make('install')
  /external/autotest/client/site_tests/desktopui_CameraApp/
desktopui_CameraApp.py 21 utils.make('clean')
22 utils.make('all')
  /external/clang/docs/analyzer/
make.bat 20 echo.Please use `make ^<target^>` where ^<target^> is one of
21 echo. html to make standalone HTML files
22 echo. dirhtml to make HTML files named index.html in directories
23 echo. singlehtml to make a single large HTML file
24 echo. pickle to make pickle files
25 echo. json to make JSON files
26 echo. htmlhelp to make HTML files and a HTML help project
27 echo. qthelp to make HTML files and a qthelp project
28 echo. devhelp to make HTML files and a Devhelp project
29 echo. epub to make an epu
    [all...]
  /external/clang/docs/
make.bat 20 echo.Please use `make ^<target^>` where ^<target^> is one of
21 echo. html to make standalone HTML files
22 echo. dirhtml to make HTML files named index.html in directories
23 echo. singlehtml to make a single large HTML file
24 echo. pickle to make pickle files
25 echo. json to make JSON files
26 echo. htmlhelp to make HTML files and a HTML help project
27 echo. qthelp to make HTML files and a qthelp project
28 echo. devhelp to make HTML files and a Devhelp project
29 echo. epub to make an epu
    [all...]
  /external/dhcpcd-6.8.2/
iconfig.mk 1 # Nasty hack so that make clean works without configure being run
  /external/harfbuzz_ng/
autogen.sh 32 echo "EXTRA_DIST = " > gtk-doc.make
  /external/javassist/src/main/javassist/compiler/ast/
Stmnt.java 41 public static Stmnt make(int op, ASTree oprand1, ASTree oprand2) { method in class:Stmnt
45 public static Stmnt make(int op, ASTree op1, ASTree op2, ASTree op3) { method in class:Stmnt
  /external/libcxx/test/std/containers/associative/set/
count.pass.cpp 139 m.insert ( V::make ( 5 ));
140 m.insert ( V::make ( 6 ));
141 m.insert ( V::make ( 7 ));
142 m.insert ( V::make ( 8 ));
143 m.insert ( V::make ( 9 ));
144 m.insert ( V::make ( 10 ));
145 m.insert ( V::make ( 11 ));
146 m.insert ( V::make ( 12 ));
  /external/libcxx/test/std/containers/container.adaptors/queue/queue.cons.alloc/
ctor_queue_alloc.pass.cpp 22 make(int n) function
48 test<int> q(make<C>(5), test_allocator<int>(4));

Completed in 1046 milliseconds

<<11121314151617181920>>