Searched refs:make (Results 101 - 125 of 1108) sorted by relevance

1234567891011>>

/external/linux-kselftest/tools/testing/selftests/rcutorture/bin/
H A Dconfiginit.sh63 make mrproper
64 make $buildloc distclean > $builddir/Make.distclean 2>&1
65 make $buildloc $TORTURE_DEFCONFIG > $builddir/Make.defconfig.out 2>&1
69 yes '' | make $buildloc oldconfig > $builddir/Make.oldconfig.out 2> $builddir/Make.oldconfig.err
/external/toybox/
H A Dconfigure3 # This sets environment variables used by scripts/make.sh
9 echo "Assuming you want 'make defconfig', but you should probably check the README."
10 make defconfig
28 # you call scripts/make.sh and friends directly.
/external/autotest/client/tests/libhugetlbfs/
H A Dlibhugetlbfs.py44 # make might fail if there are no proper headers for the 32 bit
47 utils.make()
49 utils.make('OBJDIRS=obj64')
54 # make check might fail for 32 bit if the 32 bit compile earlier
57 utils.make('check')
59 utils.make('check OBJDIRS=obj64')
/external/dagger2/compiler/src/it/functional-tests/src/main/java/test/tck/
H A DCarShop.java34 Car make(); method in interface:CarShop
/external/hamcrest/hamcrest-library/src/test/java/org/hamcrest/collection/
H A DIsIterableContainingInAnyOrderTest.java11 import static org.hamcrest.collection.IsIterableContainingInOrderTest.make;
44 assertMismatchDescription("not matched: <WithValue 2>", helpTheCompilerOut, asList(make(1), make(2), make(3)));
/external/libusb/
H A Dappveyor_cygwin.bat13 C:\cygwin\bin\bash -e -l -c "make -j4"
14 C:\cygwin\bin\bash -e -l -c "make install
/external/llvm/test/MC/Hexagon/
H A Dpcrel.s4 # make sure the fixups emitted match what is
/external/ltp/
H A DMakefile.release22 # make -f Makefile.release release TARBALL_VERSION=FOO
38 TARBALL_VERSION ?= $(error you must either make Version via make $$PWD/Version or specify an LTP version via TARBALL_VERSION)
/external/python/cpython2/Doc/
H A DMakefile21 @echo "Please use \`make <target>' where <target> is one of"
23 @echo " html to make standalone HTML files"
25 @echo " htmlhelp to make HTML files and a HTML help project"
26 @echo " latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter"
27 @echo " text to make plain text files"
28 @echo " epub to make EPUB files"
29 @echo " changes to make an overview over all changed/added/deprecated items"
55 @echo "Run \`make all-pdf' or \`make all-ps' in that directory to" \
112 make htm
[all...]
/external/python/cpython3/Doc/
H A DMakefile21 @echo "Please use \`make <target>' where <target> is one of"
24 @echo " html to make standalone HTML files"
26 @echo " htmlhelp to make HTML files and a HTML help project"
27 @echo " latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter"
28 @echo " text to make plain text files"
29 @echo " epub to make EPUB files"
30 @echo " changes to make an overview over all changed/added/deprecated items"
56 @echo "Run \`make all-pdf' or \`make all-ps' in that directory to" \
117 make htm
[all...]
/external/tensorflow/tensorflow/contrib/makefile/
H A Dbuild_all_linux.sh29 make -f tensorflow/contrib/makefile/Makefile clean
45 make -j"${JOB_COUNT}" -f tensorflow/contrib/makefile/Makefile \
H A Dcompile_ios_protobuf.sh118 i386) make distclean
145 make -j"${JOB_COUNT}"
146 make install
151 x86_64) make distclean
178 make -j"${JOB_COUNT}"
179 make install
184 armv7) make distclean
207 make -j"${JOB_COUNT}"
208 make install
213 armv7s) make distclea
[all...]
/external/toybox/scripts/
H A Dsingle.sh37 make allnoconfig > /dev/null &&
45 OUTNAME="$PREFIX$i" scripts/make.sh || exit 1
/external/tensorflow/tensorflow/contrib/lite/
H A Dbuild_ios_universal_lib.sh22 make -f tensorflow/contrib/lite/Makefile TARGET=IOS IOS_ARCH=x86_64 -j 8
23 make -f tensorflow/contrib/lite/Makefile TARGET=IOS IOS_ARCH=i386 -j 8
24 make -f tensorflow/contrib/lite/Makefile TARGET=IOS IOS_ARCH=armv7 -j 8
25 make -f tensorflow/contrib/lite/Makefile TARGET=IOS IOS_ARCH=armv7s -j 8
26 make -f tensorflow/contrib/lite/Makefile TARGET=IOS IOS_ARCH=arm64 -j 8
/external/valgrind/solaris/
H A Dbuild_solaris_package98 make --directory=docs html-docs > $TMPDIR/make-docs.log.stdout 2> $TMPDIR/make-docs.log.stderr
99 (( $? != 0 )) && fail "Failed to make html-docs."
105 make --directory=docs man-pages > $TMPDIR/make-man-pages.log.stdout 2> $TMPDIR/make-man-pages.log.stderr
106 (( $? != 0 )) && fail "Failed to make man-pages."
111 printf "Running make... "
112 make
[all...]
/external/libcxx/test/std/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/libcxx/test/std/containers/associative/multiset/
H A Dcount.pass.cpp135 m.insert ( V::make ( 5 ));
136 m.insert ( V::make ( 5 ));
137 m.insert ( V::make ( 5 ));
138 m.insert ( V::make ( 5 ));
139 m.insert ( V::make ( 7 ));
140 m.insert ( V::make ( 7 ));
141 m.insert ( V::make ( 7 ));
142 m.insert ( V::make ( 9 ));
143 m.insert ( V::make ( 9 ));
/external/linux-kselftest/tools/testing/selftests/
H A DMakefile43 # Run "make quicktest=1 run_tests" or
44 # "make quicktest=1 kselftest" from top level Makefile
74 make OUTPUT=$$BUILD_TARGET -C $$TARGET;\
80 make OUTPUT=$$BUILD_TARGET -C $$TARGET run_tests;\
86 make OUTPUT=$$BUILD_TARGET -C $$TARGET;\
92 make OUTPUT=$$BUILD_TARGET -C $$TARGET run_full_test;\
98 make OUTPUT=$$BUILD_TARGET -C $$TARGET clean;\
102 make -C pstore run_crash
114 make OUTPUT=$$BUILD_TARGET -C $$TARGET INSTALL_PATH=$(INSTALL_PATH)/$$TARGET install; \
127 make
[all...]
/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/ltp/tools/pounder21/build_scripts/
H A Dlame56 make $*
85 make $*
127 make $*
/external/libcxx/test/std/containers/sequences/deque/deque.modifiers/
H A Dinsert_iter_iter.pass.cpp29 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<
[all...]
/external/autotest/client/bin/
H A Dunit_test.py20 utils.make('clean')
21 utils.make('all')
/external/autotest/client/deps/mysql/
H A Dmysql.py16 utils.make('-j %d' % utils.count_cpus())
17 utils.make('install')
/external/autotest/client/deps/pgpool/
H A Dpgpool.py20 utils.make('-j %d' % utils.count_cpus())
21 utils.make('install')
/external/autotest/client/site_tests/desktopui_CameraApp/
H A Ddesktopui_CameraApp.py21 utils.make('clean')
22 utils.make('all')

Completed in 574 milliseconds

1234567891011>>