Searched refs:make (Results 276 - 300 of 915) sorted by relevance

<<11121314151617181920>>

/external/libcxx/test/containers/container.adaptors/queue/queue.defn/
H A Dassign_move.pass.cpp23 make(int n) function
36 std::queue<MoveOnly> q(make<std::deque<MoveOnly> >(5));
/external/libcxx/test/containers/container.adaptors/stack/stack.cons/
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.defn/
H A Dassign_move.pass.cpp23 make(int n) function
36 std::stack<MoveOnly> q(make<std::deque<MoveOnly> >(5));
/external/libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.make/
H A DAndroid.mk17 test_makefile := external/libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.make/Android.mk
19 test_name := iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.make/make_reverse_iterator
/external/skia/platform_tools/chromeos/bin/
H A Dbuild_skia_in_chroot35 make ${makeVars}
/external/strace/qemu_multiarch_testing/hdc.dir/
H A Dinit28 make &&
/external/libcxx/test/containers/sequences/deque/deque.modifiers/
H A Dinsert_iter_iter.pass.cpp25 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<
[all...]
/external/chromium_org/third_party/sqlite/src/
H A Dpublish_osx.sh25 make clean
26 make sqlite3.c
/external/lldb/test/functionalities/data-formatter/data-formatter-skip-summary/
H A DMakefile1 LEVEL = ../../../make
/external/qemu/distrib/sdl-1.2.15/
H A DMakefile21 CONFIG_MAKE := $(OBJS_DIR)/config.make
34 include $(BUILD_SYSTEM)/definitions.make
43 CLEAR_VARS := $(BUILD_SYSTEM)/clear_vars.make
44 BUILD_HOST_EXECUTABLE := $(BUILD_SYSTEM)/host_executable.make
45 BUILD_HOST_STATIC_LIBRARY := $(BUILD_SYSTEM)/host_static_library.make
/external/strace/
H A Dmake-dist23 make -s $j distcheck
24 make -s $j news-check
/external/libcxx/test/containers/sequences/deque/deque.capacity/
H A Daccess.pass.cpp31 make(int size, int start = 0 ) function
54 std::deque<int> c = make<std::deque<int> >(10);
63 const std::deque<int> c = make<std::deque<int> >(10);
73 std::deque<int, min_allocator<int>> c = make<std::deque<int, min_allocator<int>> >(10);
82 const std::deque<int, min_allocator<int>> c = make<std::deque<int, min_allocator<int>> >(10);
/external/javassist/src/main/javassist/
H A DCtNewConstructor.java25 * An instance of this class does not make any sense.
64 public static CtConstructor make(String src, CtClass declaring) method in class:CtNewConstructor
94 public static CtConstructor make(CtClass[] parameters, method in class:CtNewConstructor
180 return make(parameters, exceptions, PASS_NONE,
195 public static CtConstructor make(CtClass[] parameters, method in class:CtNewConstructor
199 return make(parameters, exceptions, PASS_PARAMS,
266 * CtConstructor c = CtNewConstructor.make(argTypes, null,
307 public static CtConstructor make(CtClass[] parameters, method in class:CtNewConstructor
/external/chromium_org/native_client_sdk/src/gonacl_appengine/src/lua/
H A Dbuild.sh75 make TOOLCHAIN=pnacl clean
76 make TOOLCHAIN=pnacl lua-ppapi
/external/chromium_org/third_party/libsrtp/srtp/doc/
H A DMakefile8 # these, then there is no way that you can make your own
31 cd latex; make
37 cd latex; make
/external/chromium_org/third_party/libyuv/
H A Dpublic.mk1 # This file contains all the common make variables which are useful for
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/
H A Delfglobal.asm1 ; Note: you should be able to link elfreloc.o with elfglobal.o to make a
/external/clang/docs/analyzer/
H A Dmake.bat20 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 a
[all...]
/external/clang/docs/
H A Dmake.bat20 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 a
[all...]
/external/harfbuzz_ng/
H A Dautogen.sh27 echo "EXTRA_DIST = " > gtk-doc.make
/external/javassist/src/main/javassist/compiler/ast/
H A DStmnt.java41 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/containers/container.adaptors/queue/queue.cons.alloc/
H A Dctor_queue_alloc.pass.cpp22 make(int n) function
48 test<int> q(make<C>(5), test_allocator<int>(4));
/external/libcxx/test/containers/container.adaptors/stack/stack.cons.alloc/
H A Dctor_copy_alloc.pass.cpp22 make(int n) function
48 test<int> q(make<C>(5), test_allocator<int>(4));
/external/libexif/test/nls/
H A Dcheck-nls.in14 if (cd "${top_builddir}/po" && make DESTDIR="${destdir}" install > /dev/null 2>&1); then
/external/libyuv/
H A Dpublic.mk1 # This file contains all the common make variables which are useful for

Completed in 1756 milliseconds

<<11121314151617181920>>