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

<<41424344454647484950>>

  /prebuilts/go/linux-x86/test/fixedbugs/
issue7944.go 39 f(make([]byte, 100))
issue8017.go 17 case <-make(chan int, len([2][]int{([][]int{})[len(ch)], []int{}})):
issue8336.go 28 return make(chan int)
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/map.ops/
find.pass.cpp 211 m [ PC::make(5) ] = 5;
212 m [ PC::make(6) ] = 6;
213 m [ PC::make(7) ] = 7;
214 m [ PC::make(8) ] = 8;
215 m [ PC::make(9) ] = 9;
216 m [ PC::make(10) ] = 10;
217 m [ PC::make(11) ] = 11;
218 m [ PC::make(12) ] = 12;
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multiset/
find.pass.cpp 211 m.insert ( V::make ( 5 ));
212 m.insert ( V::make ( 6 ));
213 m.insert ( V::make ( 7 ));
214 m.insert ( V::make ( 8 ));
215 m.insert ( V::make ( 9 ));
216 m.insert ( V::make ( 10 ));
217 m.insert ( V::make ( 11 ));
218 m.insert ( V::make ( 12 ));
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/set/
find.pass.cpp 211 m.insert ( V::make ( 5 ));
212 m.insert ( V::make ( 6 ));
213 m.insert ( V::make ( 7 ));
214 m.insert ( V::make ( 8 ));
215 m.insert ( V::make ( 9 ));
216 m.insert ( V::make ( 10 ));
217 m.insert ( V::make ( 11 ));
218 m.insert ( V::make ( 12 ));
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/priority.queue/priqueue.cons.alloc/
ctor_move_alloc.pass.cpp 24 make(int n) function
61 make<std::vector<MoveOnly, test_allocator<MoveOnly> > >(5),
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.cons/
assign_size_value.pass.cpp 22 make(int size, int start = 0 ) function
61 C c1 = make<C>(N, start);
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.modifiers/
emplace_back.pass.cpp 24 make(int size, int start = 0 ) function
61 C c1 = make<C>(N, start);
emplace_front.pass.cpp 24 make(int size, int start = 0 ) function
61 C c1 = make<C>(N, start);
pop_back.pass.cpp 21 make(int size, int start = 0 ) function
61 C c1 = make<C>(N, start);
pop_front.pass.cpp 21 make(int size, int start = 0 ) function
61 C c1 = make<C>(N, start);
push_front.pass.cpp 21 make(int size, int start = 0 ) function
61 C c1 = make<C>(N, start);
push_front_rvalue.pass.cpp 24 make(int size, int start = 0 ) function
64 C c1 = make<C>(N, start);
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/associative/multiset/
find.pass.cpp 211 m.insert ( V::make ( 5 ));
212 m.insert ( V::make ( 6 ));
213 m.insert ( V::make ( 7 ));
214 m.insert ( V::make ( 8 ));
215 m.insert ( V::make ( 9 ));
216 m.insert ( V::make ( 10 ));
217 m.insert ( V::make ( 11 ));
218 m.insert ( V::make ( 12 ));
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/associative/set/
find.pass.cpp 211 m.insert ( V::make ( 5 ));
212 m.insert ( V::make ( 6 ));
213 m.insert ( V::make ( 7 ));
214 m.insert ( V::make ( 8 ));
215 m.insert ( V::make ( 9 ));
216 m.insert ( V::make ( 10 ));
217 m.insert ( V::make ( 11 ));
218 m.insert ( V::make ( 12 ));
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/container.adaptors/priority.queue/priqueue.cons.alloc/
ctor_move_alloc.pass.cpp 24 make(int n) function
61 make<std::vector<MoveOnly, test_allocator<MoveOnly> > >(5),
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/sequences/deque/deque.capacity/
resize_size.pass.cpp 24 make(int size, int start = 0 ) function
64 C c1 = make<C>(N, start);
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/sequences/deque/deque.cons/
assign_size_value.pass.cpp 23 make(int size, int start = 0 ) function
59 C c1 = make<C>(N, start);
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/sequences/deque/deque.modifiers/
emplace_back.pass.cpp 24 make(int size, int start = 0 ) function
61 C c1 = make<C>(N, start);
emplace_front.pass.cpp 24 make(int size, int start = 0 ) function
61 C c1 = make<C>(N, start);
pop_back.pass.cpp 21 make(int size, int start = 0 ) function
61 C c1 = make<C>(N, start);
pop_front.pass.cpp 21 make(int size, int start = 0 ) function
61 C c1 = make<C>(N, start);
push_front.pass.cpp 21 make(int size, int start = 0 ) function
61 C c1 = make<C>(N, start);
push_front_rvalue.pass.cpp 24 make(int size, int start = 0 ) function
64 C c1 = make<C>(N, start);

Completed in 356 milliseconds

<<41424344454647484950>>