Searched refs:make (Results 251 - 275 of 915) sorted by relevance

<<11121314151617181920>>

/external/lldb/test/macosx/order/
H A DMakefile1 LEVEL = ../../make
/external/lldb/test/python_api/frame/inlines/
H A DMakefile1 LEVEL = ../../../make
/external/lldb/test/python_api/lldbutil/iter/
H A DMakefile1 LEVEL = ../../../make
/external/lldb/test/python_api/lldbutil/process/
H A DMakefile1 LEVEL = ../../../make
/external/lldb/test/python_api/module_section/
H A DMakefile1 LEVEL = ../../make
/external/chromium_org/third_party/skia/tools/
H A Dxsan_build5 # $ tools/xsan_build {address,thread,undefined,etc.} [any other flags to pass to make...]
31 make ${args}
/external/chromium_org/third_party/sqlite/
H A Dgoogle_generate_amalgamation.sh16 make "OPTS=$OPTS" $FILES
/external/dexmaker/src/main/java/com/google/dexmaker/
H A DConstants.java47 return CstBoolean.make((Boolean) value);
49 return CstByte.make((Byte) value);
51 return CstChar.make((Character) value);
53 return CstDouble.make(Double.doubleToLongBits((Double) value));
55 return CstFloat.make(Float.floatToIntBits((Float) value));
57 return CstInteger.make((Integer) value);
59 return CstLong.make((Long) value);
61 return CstShort.make((Short) value);
/external/libcxx/test/containers/container.adaptors/priority.queue/priqueue.cons/
H A Dctor_comp_container.pass.cpp20 make(int n) function
30 std::vector<int> v = make<std::vector<int> >(5);
H A Dctor_comp_rcontainer.pass.cpp23 make(int n) function
36 std::priority_queue<MoveOnly> q(std::less<MoveOnly>(), make<std::vector<MoveOnly> >(5));
H A Dassign_copy.pass.cpp20 make(int n) function
30 std::vector<int> v = make<std::vector<int> >(5);
H A Dassign_move.pass.cpp23 make(int n) function
36 std::priority_queue<MoveOnly> qo(std::less<MoveOnly>(), make<std::vector<MoveOnly> >(5));
H A Dctor_copy.pass.cpp20 make(int n) function
30 std::vector<int> v = make<std::vector<int> >(5);
H A Dctor_move.pass.cpp23 make(int n) function
36 std::priority_queue<MoveOnly> qo(std::less<MoveOnly>(), make<std::vector<MoveOnly> >(5));
/external/libcxx/test/containers/container.adaptors/queue/queue.cons/
H A Dctor_move.pass.cpp23 make(int n) function
36 std::queue<MoveOnly> q(make<std::deque<MoveOnly> >(5));
H A Dctor_container.pass.cpp19 make(int n) function
29 std::deque<int> d = make<std::deque<int> >(5);
/external/libcxx/test/containers/container.adaptors/stack/stack.cons/
H A Dctor_move.pass.cpp23 make(int n) function
36 std::stack<MoveOnly> q(make<std::deque<MoveOnly> >(5));
/external/libcxx/test/utilities/intseq/intseq.make/
H A DAndroid.mk17 test_makefile := external/libcxx/test/utilities/intseq/intseq.make/Android.mk
19 test_name := utilities/intseq/intseq.make/make_integer_seq
/external/skia/tools/
H A Dxsan_build5 # $ tools/xsan_build {address,thread,undefined,etc.} [any other flags to pass to make...]
31 make ${args}
/external/llvm/autoconf/m4/
H A Dcheck_gnu_make.m46 [AC_CACHE_CHECK([for GNU make],[llvm_cv_gnu_make_command],
7 dnl Search all the common names for GNU make
9 for a in "$MAKE" make gmake gnumake ; do
/external/libcxx/test/algorithms/alg.sorting/alg.heap.operations/make.heap/
H A DAndroid.mk17 test_makefile := external/libcxx/test/algorithms/alg.sorting/alg.heap.operations/make.heap/Android.mk
19 test_name := algorithms/alg.sorting/alg.heap.operations/make.heap/make_heap
23 test_name := algorithms/alg.sorting/alg.heap.operations/make.heap/make_heap_comp
/external/chromium_org/third_party/skia/platform_tools/chromeos/bin/
H A Dbuild_skia_in_chroot35 make ${makeVars}
/external/chromium_org/third_party/sqlite/src/
H A Dmkextu.sh10 make fts2amal.c
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.simple/
H A Dp5-cxx0x.cpp97 template<typename T> T make();
98 template<int N, bool OK> S<N, OK> make();
101 decltype(make<0, false>()) *p1; // ok
102 decltype((make<1, false>())) *p2; // ok
105 decltype(123, make<2, false>()) *p3; // expected-note {{here}}
107 decltype(consume(make<3, false>())) *p4; // expected-note {{here}}
109 decltype(make<decltype(make<4, false>())>()) *p5; // ok
/external/dexmaker/src/dx/java/com/android/dx/rop/cst/
H A DCstBoolean.java39 public static CstBoolean make(boolean value) { method in class:CstBoolean
50 public static CstBoolean make(int value) { method in class:CstBoolean
61 * Constructs an instance. This constructor is private; use {@link #make}.

Completed in 1179 milliseconds

<<11121314151617181920>>