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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/priority.queue/priqueue.cons/
assign_move.pass.cpp 23 make(int n) function
36 std::priority_queue<MoveOnly> qo(std::less<MoveOnly>(), make<std::vector<MoveOnly> >(5));
ctor_copy.pass.cpp 20 make(int n) function
30 std::vector<int> v = make<std::vector<int> >(5);
ctor_move.pass.cpp 23 make(int n) function
36 std::priority_queue<MoveOnly> qo(std::less<MoveOnly>(), make<std::vector<MoveOnly> >(5));
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/queue/queue.cons/
ctor_container.pass.cpp 19 make(int n) function
29 std::deque<int> d = make<std::deque<int> >(5);
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/queue/queue.defn/
assign_move.pass.cpp 23 make(int n) function
36 std::queue<MoveOnly> q(make<std::deque<MoveOnly> >(5));
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/stack/stack.cons/
ctor_container.pass.cpp 19 make(int n) function
29 std::deque<int> d = make<std::deque<int> >(5);
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/stack/stack.defn/
assign_move.pass.cpp 23 make(int n) function
36 std::stack<MoveOnly> q(make<std::deque<MoveOnly> >(5));
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/container.adaptors/priority.queue/priqueue.cons/
assign_copy.pass.cpp 20 make(int n) function
30 std::vector<int> v = make<std::vector<int> >(5);
assign_move.pass.cpp 23 make(int n) function
36 std::priority_queue<MoveOnly> qo(std::less<MoveOnly>(), make<std::vector<MoveOnly> >(5));
ctor_copy.pass.cpp 20 make(int n) function
30 std::vector<int> v = make<std::vector<int> >(5);
ctor_move.pass.cpp 23 make(int n) function
36 std::priority_queue<MoveOnly> qo(std::less<MoveOnly>(), make<std::vector<MoveOnly> >(5));
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/container.adaptors/queue/queue.cons/
ctor_container.pass.cpp 19 make(int n) function
29 std::deque<int> d = make<std::deque<int> >(5);
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/container.adaptors/queue/queue.defn/
assign_move.pass.cpp 23 make(int n) function
36 std::queue<MoveOnly> q(make<std::deque<MoveOnly> >(5));
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/container.adaptors/stack/stack.cons/
ctor_container.pass.cpp 19 make(int n) function
29 std::deque<int> d = make<std::deque<int> >(5);
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/container.adaptors/stack/stack.defn/
assign_move.pass.cpp 23 make(int n) function
36 std::stack<MoveOnly> q(make<std::deque<MoveOnly> >(5));
  /system/gatekeeper/
rules.mk 15 include make/module.mk
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.modifiers/
insert_iter_iter.pass.cpp 25 make(int size, int start = 0 ) function
76 C c1 = make<C>(N, start);
77 C c2 = make<C>(M);
85 C c1 = make<C>(N, start);
86 C c2 = make<C>(M);
94 C c1 = make<C>(N, start);
95 C c2 = make<C>(M);
103 C c1 = make<C>(N, start);
104 C c2 = make<C>(M);
112 C c1 = make<C>(N, start)
    [all...]
  /build/kati/testcase/
comment_in_command.mk 1 MAKEVER:=$(shell make --version | ruby -n0e 'puts $$_[/Make (\d)/,1]')
7 test2: make$(MAKEVER)
posix_var.mk 3 MAKEVER:=$(shell make --version | ruby -n0e 'puts $$_[/Make (\d)/,1]')
5 # GNU make 3.82 has this feature though.
wildcard.mk 3 MAKEVER:=$(shell make --version | ruby -n0e 'puts $$_[/Make (\d)/,1]')
11 # GNU make 4 does not sort the result of $(wildcard)
  /build/make/target/product/
aosp_arm_a.mk 19 # on the generic system image, place them in build/make/target/board/generic_arm_a/
22 include build/make/target/product/treble_common.mk
  /device/generic/goldfish-opengl/shared/OpenglCodecCommon/
Makefile 4 include $(ROOT)/make/commondefs
  /external/autotest/client/deps/gfxtest/
gfxtest.py 15 utils.make()
  /external/autotest/client/deps/glbench/
glbench.py 15 utils.make()
  /external/autotest/client/deps/ibusclient/
ibusclient.py 15 utils.make()

Completed in 860 milliseconds

1 2 3 4 5 6 7 8 91011>>