Searched refs:make (Results 1 - 25 of 1108) sorted by relevance

1234567891011>>

/external/golang-protobuf/protoc-gen-go/
H A DMakefile33 cd testdata && make test
/external/ltp/tools/pounder21/build_scripts/
H A Dmem_alloc25 make $*
H A Dmemxfer5b25 make $*
H A Dramsnake25 make $*
H A Drandom_syscall25 make $*
H A Dtime_consistency24 make $*
H A Dtime_drift24 make $*
H A Dxterm_stress24 make $*
38 make $*
H A Dltp30 make -j$NR_CPUS
34 make DESTDIR=$POUNDER_TMPDIR install
/external/ltp/testcases/misc/math/float/bessel/
H A Dreadme8 $ make all
14 $ make install
/external/ltp/testcases/misc/math/float/exp_log/
H A Dreadme8 $ make all
14 $ make install
/external/ltp/testcases/misc/math/float/iperb/
H A DREADME8 $ make all
14 $ make install
/external/ltp/testcases/misc/math/float/power/
H A Dreadme8 $ make all
14 $ make install
/external/ltp/testcases/kernel/hotplug/cpu_hotplug/tools/
H A Dcpuhotplug_do_kcompile_loop18 make mrproper
19 make defconfig
20 make -j20 bzImage
/external/cn-cbor/
H A Dbuild.sh5 cd build && cmake .. && make $*
/external/javassist/sample/evolve/
H A DSample.java9 public static Object make(Object[] args) { method in class:Sample
10 return VersionManager.make(_version, args);
/external/llvm/test/MC/ARM/
H A Dcoproc-diag.s1 # Special test to make sure we don't error on VFP co-proc access
/external/python/cpython2/Modules/zlib/
H A DMakefile5 make -f Makefile.in distclean
/external/python/cpython3/Modules/zlib/
H A DMakefile5 make -f Makefile.in distclean
/external/cblas/
H A DMakefile19 @ echo "make <target>"
21 @ echo "slib1 --- make an archive of level 1 REAL."
22 @ echo "dlib1 --- make an archive of level 1 DOUBLE PRECISION."
23 @ echo "clib1 --- make an archive of level 1 COMPLEX."
24 @ echo "zlib1 --- make an archive of level 1 COMPLEX*16."
25 @ echo "alllib1 - make an archive of level 1 all precisions."
27 @ echo "slib2 --- make an archive of level 2 REAL."
28 @ echo "dlib2 --- make an archive of level 2 DOUBLE PRECSION."
29 @ echo "clib2 --- make an archive of level 2 COMPLEX."
30 @ echo "zlib2 --- make a
[all...]
/external/clang/test/SemaCXX/
H A Dmicrosoft-cxx0x.cpp14 S make();
16 template<typename F> auto x(F f) -> decltype(f(make()));
18 // expected-error@-2{{calling 'make' with incomplete return type 'PR13433::S'}}
19 // expected-note@-5{{'make' declared here}}
/external/clang/utils/ABITest/
H A Dsummarize.sh11 if (! make test.$i.report &> /dev/null); then
/external/libpng/contrib/pngminus/
H A Dpngminus.sh2 make -f makefile.std
/external/clang/test/PCH/
H A Dimplicitly-deleted.cpp10 template<typename T> T make();
11 template<typename T> void doit(decltype(T(make<const T&>()))*) { T(make<const T&>()); }
12 template<typename T> void doit(...) { T(make<T&&>()); }
/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/dcl.fct.def.default/
H A Dp1.cpp7 static DefArg &&make();
9 DefArg(const DefArg &DA = make()) = default; // expected-error {{an explicitly-defaulted constructor cannot have default arguments}}
11 DefArg(DefArg &&DA = make()) = default; // expected-error {{an explicitly-defaulted constructor cannot have default arguments}}

Completed in 2020 milliseconds

1234567891011>>