Home
last modified time | relevance | path

Searched refs:make (Results 1 – 25 of 4009) sorted by relevance

12345678910>>...161

/external/cblas/
DMakefile85 ( cd testing && make clean )
86 ( cd src && make clean )
90 ( cd testing && make cleanobj )
91 ( cd src && make clean )
94 ( cd testing && make cleanexe )
117 ( cd src && make slib1)
119 ( cd src && make dlib1)
121 ( cd src && make clib1)
123 ( cd src && make zlib1)
125 ( cd src && make all1)
[all …]
/external/tensorflow/tensorflow/java/src/test/java/org/tensorflow/
DShapeTest.java42 public void make() { in make() method in ShapeTest
43 Shape s = Shape.make(2); in make()
48 s = Shape.make(2, 3); in make()
54 s = Shape.make(-1, 2, 3); in make()
85 assertEquals(Shape.make(1, 2, 3), Shape.make(1, 2, 3)); in equalsWorksCorrectly()
87 assertNotEquals(Shape.make(1, 2), null); in equalsWorksCorrectly()
88 assertNotEquals(Shape.make(1, 2), new Object()); in equalsWorksCorrectly()
89 assertNotEquals(Shape.make(1, 2, 3), Shape.make(1, 2, 4)); in equalsWorksCorrectly()
92 assertNotEquals(Shape.make(-1), Shape.make(-1)); in equalsWorksCorrectly()
93 assertNotEquals(Shape.make(1, -1, 3), Shape.make(1, -1, 3)); in equalsWorksCorrectly()
[all …]
/external/google-breakpad/src/third_party/libdisasm/swig/
DMakefile22 cd python && make -f Makefile-swig
25 cd ruby && make -f Makefile-swig
28 cd perl && make -f Makefile-swig
31 cd tcl && make -f Makefile-swig
38 cd python && sudo make -f Makefile-swig install
41 cd ruby && sudo make -f Makefile-swig install
44 cd perl && sudo make -f Makefile-swig install
47 cd tcl && sudo make -f Makefile-swig install
54 cd python && sudo make -f Makefile-swig uninstall
57 cd ruby && sudo make -f Makefile-swig uninstall
[all …]
/external/devlib/doc/
DMakefile26 @echo " html to make standalone HTML files"
27 @echo " dirhtml to make HTML files named index.html in directories"
28 @echo " singlehtml to make a single large HTML file"
29 @echo " pickle to make pickle files"
30 @echo " json to make JSON files"
31 @echo " htmlhelp to make HTML files and a HTML help project"
32 @echo " qthelp to make HTML files and a qthelp project"
33 @echo " applehelp to make an Apple Help Book"
34 @echo " devhelp to make HTML files and a Devhelp project"
35 @echo " epub to make an epub"
[all …]
/external/bart/docs/api_reference/
DMakefile26 @echo " html to make standalone HTML files"
27 @echo " dirhtml to make HTML files named index.html in directories"
28 @echo " singlehtml to make a single large HTML file"
29 @echo " pickle to make pickle files"
30 @echo " json to make JSON files"
31 @echo " htmlhelp to make HTML files and a HTML help project"
32 @echo " qthelp to make HTML files and a qthelp project"
33 @echo " applehelp to make an Apple Help Book"
34 @echo " devhelp to make HTML files and a Devhelp project"
35 @echo " epub to make an epub"
[all …]
/external/trappy/doc/api_reference/
DMakefile26 @echo " html to make standalone HTML files"
27 @echo " dirhtml to make HTML files named index.html in directories"
28 @echo " singlehtml to make a single large HTML file"
29 @echo " pickle to make pickle files"
30 @echo " json to make JSON files"
31 @echo " htmlhelp to make HTML files and a HTML help project"
32 @echo " qthelp to make HTML files and a qthelp project"
33 @echo " applehelp to make an Apple Help Book"
34 @echo " devhelp to make HTML files and a Devhelp project"
35 @echo " epub to make an epub"
[all …]
/external/tensorflow/tensorflow/contrib/makefile/
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 distclean
[all …]
/external/valgrind/docs/internals/
Dhowto_BUILD_KDE42.txt5 It is recommended to make a new user ("kde4", maybe) to do the
104 # (make confclean, then redo configure)
106 make -j 2
107 make install
131 make
132 # make -j 2 quite often screws up
133 make install
162 make -j 2
163 make install
171 make -j 2
[all …]
/external/libcxxabi/src/
Dcxa_demangle.cpp1909 template <class T, class... Args> T *make(Args &&... args) { in make() function
2127 Node *Fn = make<FunctionType>(ReturnType, Params); in parseFunctionType()
2129 Fn = make<FunctionRefQualType>(Fn, ReferenceQualifier); in parseFunctionType()
2146 return make<VectorType>(DimensionNumber); in parseVectorType()
2150 return make<VectorType>(ElemType, DimensionNumber); in parseVectorType()
2162 return make<VectorType>(ElemType, DimExpr); in parseVectorType()
2167 return make<VectorType>(ElemType, StringView()); in parseVectorType()
2182 return make<EnclosingExpr>("decltype(", E, ")"); in parseDecltype()
2198 return make<ArrayType>(Ty, Dimension); in parseArrayType()
2210 return make<ArrayType>(ElementType, DimExpr); in parseArrayType()
[all …]
/external/python/cpython2/Doc/
DMakefile112 make html
121 make text
131 make latex PAPER=a4
133 (cd build/latex; make clean && make all-pdf && make FMT=pdf zip bz2)
139 make latex PAPER=letter
141 (cd build/latex; make clean && make all-pdf && make FMT=pdf zip bz2)
147 make epub
160 make dist SPHINXOPTS='$(SPHINXOPTS) -A daily=1 -A versionswitcher=1'
161 -make suspicious
165 make html SPHINXOPTS='$(SPHINXOPTS) -A daily=1 -A versionswitcher=1'
[all …]
/external/python/cpython3/Doc/
DMakefile117 make html
126 make text
136 make latex PAPER=a4
138 (cd build/latex; make clean && make all-pdf && make FMT=pdf zip bz2)
144 make latex PAPER=letter
146 (cd build/latex; make clean && make all-pdf && make FMT=pdf zip bz2)
152 make epub
165 make dist SPHINXOPTS='$(SPHINXOPTS) -A daily=1 -A versionswitcher=1'
166 -make suspicious
170 make html SPHINXOPTS='$(SPHINXOPTS) -A daily=1 -A versionswitcher=1'
[all …]
/external/libcxx/test/std/containers/sequences/deque/deque.modifiers/
Dinsert_iter_iter.pass.cpp29 make(int size, int start = 0 ) in make() function
114 C c1 = make<C>(N, start); in testN()
115 C c2 = make<C>(M); in testN()
123 C c1 = make<C>(N, start); in testN()
124 C c2 = make<C>(M); in testN()
132 C c1 = make<C>(N, start); in testN()
133 C c2 = make<C>(M); in testN()
141 C c1 = make<C>(N, start); in testN()
142 C c2 = make<C>(M); in testN()
150 C c1 = make<C>(N, start); in testN()
[all …]
/external/clang/tools/scan-build-py/tests/functional/cases/
Dtest_from_cmd.py26 make = make_args(tmpdir) + ['build_regular']
27 outdir = self.run_analyzer(tmpdir, [], make)
32 make = make_args(tmpdir) + ['build_clean']
33 outdir = self.run_analyzer(tmpdir, [], make)
38 make = make_args(tmpdir) + ['build_clean']
39 outdir = self.run_analyzer(tmpdir, ['--keep-empty'], make)
51 make = make_args(tmpdir) + ['build_regular']
54 make)
61 make = make_args(tmpdir) + ['build_regular']
65 make)
[all …]
/external/capstone/
DCOMPILE.TXT25 pass the desired options on the commandline to ./make.sh. Currently,
30 - CAPSTONE_DIET: use this to make the output binaries more compact.
31 - CAPSTONE_X86_REDUCE: another option to make X86 binary smaller.
40 make.sh, as followings.
42 …S="arm aarch64 x86" CAPSTONE_USE_SYS_DYN_MEM=no CAPSTONE_DIET=yes CAPSTONE_X86_REDUCE=yes ./make.sh
44 NOTE: on commandline, put these values in front of ./make.sh, not after it.
56 $ ./make.sh
60 $ ./make.sh nix32
68 $ sudo ./make.sh install
72 $ su; ./make.sh install
[all …]
/external/curl/tests/
Dtestcurl.pl551 my $make = findinpath("gmake", "make", "nmake");
552 if(!$make) {
556 $make = "nmake" if ($targetos =~ /vc/);
558 $make = "wmake" if ($targetos =~ /watcom/);
559 logit "going with $make as make";
582 system("$make -i -C lib -f Makefile.netware prebuild");
583 system("$make -i -C src -f Makefile.netware prebuild");
585 system("$make -i -C ares -f Makefile.netware prebuild");
591 system("$make -i -C lib -f Makefile.$targetos prebuild");
592 system("$make -i -C src -f Makefile.$targetos prebuild");
[all …]
/external/robolectric-shadows/scripts/
Dsync-android.sh46 make -j$J
50 make -j$J
54 make -j$J
58 make -j$J
63 ANDROID_COMPILE_WITH_JACK=false make -j$J
67 ANDROID_COMPILE_WITH_JACK=false make -j$J
71 ANDROID_COMPILE_WITH_JACK=false make -j$J
75 make -j$J
76make -j$J out/target/common/obj/JAVA_LIBRARIES/services_intermediates/classes.jar out/host/linux-x…
81 make -j$J
[all …]
/external/mesa3d/m4/
Dax_check_gnu_make.m411 # This macro searches for a GNU version of make. If a match is found, the
14 # Makefile, which cannot be handled by other versions of make. The
15 # variable _cv_gnu_make_command is set to the command to invoke GNU make
35 # Then perhaps to cause gnu make to override any other make, we could do
36 # something like this (note that GNU make always looks for GNUmakefile
45 # Then, if any (well almost any) other make is called, and GNU make also
46 # exists, then the other make wraps the GNU make.
59 AC_DEFUN([AX_CHECK_GNU_MAKE], [ AC_CACHE_CHECK( for GNU make,_cv_gnu_make_command,
61 dnl Search all the common names for GNU make
62 for a in "$MAKE" make gmake gnumake ; do
/external/golang-protobuf/
DMakefile41 make -C protoc-gen-go/testdata test
50 make -C protoc-gen-go/descriptor regenerate
51 make -C protoc-gen-go/plugin regenerate
52 make -C protoc-gen-go/testdata regenerate
53 make -C proto/testdata regenerate
54 make -C jsonpb/jsonpb_test_proto regenerate
55 make -C _conformance regenerate
/external/iputils/
DINSTALL2 make
3 make html
4 make man
10 If the first "make" fails, no problems:
12 make html
18 But if "make html" fails too, check that DocBook package is installed
19 on your machine. If it is installed, and nevertheless "make" does not work,
/external/ltp/testcases/kernel/fs/fs_bind/bin/
Dmakedir59 mount $mflags --make-rshared "$dir" 2> /dev/null || \
64 mount $mflags --make-rprivate "$dir" 2> /dev/null || \
69 mount $mflags --make-rslave "$dir" 2> /dev/null || \
74 mount $mflags --make-runbindable "$dir" 2> /dev/null || \
79 mount $mflags --make-shared "$dir" 2> /dev/null || \
84 mount $mflags --make-private "$dir" 2> /dev/null || \
89 mount $mflags --make-slave "$dir" 2> /dev/null || \
94 mount $mflags --make-unbindable "$dir" 2> /dev/null || \
/external/ltp/testcases/open_posix_testsuite/Documentation/
DHOWTO_RunTests11 functional, and stress tests. All tests are built with make all, but
48 # make all
52 To disable known failures on Linux do make filter-known-fails.
57 and run make all test.
60 # cd conformance/definitions/time_h ; make all test
63 # make conformance-all
66 # make conformance-test
71 # make functional-test
74 # make stress-test
76 To make only functional tests, run:
[all …]
/external/ltp/tools/pounder21/test_scripts/
Dbuild_kernel40 make mrproper
43 make allmodconfig
48 make -j$CPUS oldconfig
49 time make -j$CPUS
52 make -j$CPUS oldconfig > /dev/null
53 time make -j$CPUS > /dev/null
/external/ltp/utils/benchmark/kernbench-0.42/
Dkernbench95 make clean > /dev/null 2>&1
108 make mrproper > /dev/null 2>&1
110 make defconfig > /dev/null 2>&1
113 yes "" | make oldconfig > /dev/null 2>&1
130 echo make
133 echo make -j $halfjobs
136 echo make -j $optijobs
139 echo make -j
147 make -j $optijobs > /dev/null 2>&1
196 make clean > /dev/null 2>&1
[all …]
/external/dexmaker/dexmaker/src/main/java/com/android/dx/
DConstants.java47 return CstBoolean.make((Boolean) value); in getConstant()
49 return CstByte.make((Byte) value); in getConstant()
51 return CstChar.make((Character) value); in getConstant()
53 return CstDouble.make(Double.doubleToLongBits((Double) value)); in getConstant()
55 return CstFloat.make(Float.floatToIntBits((Float) value)); in getConstant()
57 return CstInteger.make((Integer) value); in getConstant()
59 return CstLong.make((Long) value); in getConstant()
61 return CstShort.make((Short) value); in getConstant()
/external/valgrind/solaris/
Dbuild_solaris_package98 make --directory=docs html-docs > $TMPDIR/make-docs.log.stdout 2> $TMPDIR/make-docs.log.stderr
105make --directory=docs man-pages > $TMPDIR/make-man-pages.log.stdout 2> $TMPDIR/make-man-pages.log.…
112 make --quiet > $TMPDIR/make.log
119 make --quiet install DESTDIR=$INSTALLDIR > $TMPDIR/make-install.log

12345678910>>...161