/external/ImageMagick/coders/ |
D | Make.com | 2 $! Make ImageMagick image coders for VMS. 24 $call Make aai.c 25 $call Make art.c 26 $call Make avs.c 27 $call Make bgr.c 28 $call Make bmp.c 29 $call Make braille.c 30 $call Make cals.c 31 $call Make caption.c 32 $call Make cip.c [all …]
|
/external/ImageMagick/MagickCore/ |
D | Make.com | 2 $! Make ImageMagick image utilities for VMS. 26 $call Make accelerate.c 27 $call Make animate.c 28 $call Make annotate.c 29 $call Make artifact.c 30 $call Make attribute.c 31 $call Make blob.c 32 $call Make cache.c 33 $call Make cache-view.c 34 $call Make channel.c [all …]
|
/external/cblas/ |
D | Makefile | 7 @ echo "Make sure you are using correct Makefile.in for your system." 19 @ 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." [all …]
|
/external/lz4/ |
D | Makefile | 56 @$(MAKE) -C $(LZ4DIR) 57 @$(MAKE) -C $(PRGDIR) 61 @$(MAKE) -C $(LZ4DIR) $@ 62 @$(MAKE) -C $(PRGDIR) $@ 63 @$(MAKE) -C $(TESTDIR) $@ 64 @$(MAKE) -C $(EXDIR) $@ 67 @$(MAKE) -C $(LZ4DIR) 70 @$(MAKE) -C $(PRGDIR) $@ 74 @$(MAKE) -C $(PRGDIR) 78 @$(MAKE) -C $(PRGDIR) $@ > $(VOID) [all …]
|
D | .travis.yml | 9 …nv: Ubu=OS_X_Mavericks Cmd='make -C tests test-lz4 MOREFLAGS="-Werror -Wconversion -Wno-sign-conve… 14 … env: Ubu=12.04cont Cmd='make -C tests test-lz4 test-lz4c test-fasttest test-fullbench' COMPILER=cc 18 env: Ubu=12.04cont Cmd='make -C tests test-frametest test-fuzzer' COMPILER=cc 22 …env: Ubu=12.04cont Cmd="make gpptest && make clean examples && make clean cmake && make clean trav… 26 - env: Ubu=14.04 Cmd='make -C tests test MOREFLAGS=-mx32' COMPILER=cc 35 - env: Ubu=14.04 Cmd='make usan' COMPILER=clang 43 - env: Ubu=14.04 Cmd='make c_standards && make -C tests test-lz4 test-mem' COMPILER=cc 51 - env: Ubu=14.04 Cmd='make -C tests test-lz4c32 test-fullbench32 versionsTest' COMPILER=cc 61 - env: Ubu=14.04 Cmd='make -C tests test-frametest32 test-fuzzer32' COMPILER=cc 70 …- env: Ubu=14.04 Cmd='make c_standards CC=gcc-6 && make -C tests test-lz4 CC=gcc-6 MOREFLAGS=-Werr… [all …]
|
/external/skia/tests/ |
D | InsetConvexPolyTest.cpp | 39 *rrectPoly.push() = SkPoint::Make(-100, 55); in DEF_TEST() 40 *rrectPoly.push() = SkPoint::Make(100, 55); in DEF_TEST() 41 *rrectPoly.push() = SkPoint::Make(100 + 2.5f, 50 + 4.330127f); in DEF_TEST() 42 *rrectPoly.push() = SkPoint::Make(100 + 3.535534f, 50 + 3.535534f); in DEF_TEST() 43 *rrectPoly.push() = SkPoint::Make(100 + 4.330127f, 50 + 2.5f); in DEF_TEST() 44 *rrectPoly.push() = SkPoint::Make(105, 50); in DEF_TEST() 45 *rrectPoly.push() = SkPoint::Make(105, -50); in DEF_TEST() 46 *rrectPoly.push() = SkPoint::Make(100 + 4.330127f, -50 - 2.5f); in DEF_TEST() 47 *rrectPoly.push() = SkPoint::Make(100 + 3.535534f, -50 - 3.535534f); in DEF_TEST() 48 *rrectPoly.push() = SkPoint::Make(100 + 2.5f, -50 - 4.330127f); in DEF_TEST() [all …]
|
D | ImageFilterTest.cpp | 51 static sk_sp<SkImageFilter> Make(skiatest::Reporter* reporter, in Make() function in __anon5b6ad9840111::MatrixTestImageFilter 122 SkGradientShader::MakeRadial(SkPoint::Make(x, y), radius, colors, nullptr, 2, in draw_gradient_circle() 141 SkPoint3 location = SkPoint3::Make(0, 0, SK_Scalar1); in FilterList() 149 SkColorFilterImageFilter::Make(std::move(cf), input, cropRect)); in FilterList() 154 sk_sp<SkImageFilter> gradientSource(SkImageSource::Make(std::move(gradientImage))); in FilterList() 157 SkDisplacementMapEffect::Make(SkDisplacementMapEffect::kR_ChannelSelectorType, in FilterList() 163 this->addFilter("blur", SkBlurImageFilter::Make(SK_Scalar1, in FilterList() 167 this->addFilter("drop shadow", SkDropShadowImageFilter::Make( in FilterList() 183 const SkISize kernelSize = SkISize::Make(3, 3); in FilterList() 187 SkMatrixConvolutionImageFilter::Make( in FilterList() [all …]
|
D | MipMapTest.cpp | 29 REPORTER_ASSERT(reporter, !mm->extractLevel(SkSize::Make(SK_Scalar1, SK_Scalar1), in DEF_TEST() 31 REPORTER_ASSERT(reporter, !mm->extractLevel(SkSize::Make(SK_Scalar1 * 2, SK_Scalar1 * 2), in DEF_TEST() 42 if (mm->extractLevel(SkSize::Make(scale, scale), &level)) { in DEF_TEST() 71 // Make sure the mipmaps contain valid data and that the sizes are correct in test_mipmap_generation() 168 {-100, 100, 0, SkISize::Make(0, 0)}, in DEF_TEST() 169 {100, -100, 0, SkISize::Make(0, 0)}, in DEF_TEST() 170 {-100, -100, 0, SkISize::Make(0, 0)}, in DEF_TEST() 176 {0, 100, 0, SkISize::Make(0, 0)}, in DEF_TEST() 177 {100, 0, 0, SkISize::Make(0, 0)}, in DEF_TEST() 178 {0, 0, 0, SkISize::Make(0, 0)}, in DEF_TEST() [all …]
|
/external/skia/bench/ |
D | PatchBench.cpp | 42 // to make other type of patches override this method 238 DEF_BENCH( return new PatchBench(SkVector::Make(0.1f, 0.1f), PatchBench::kNone_VertexMode); ) 239 DEF_BENCH( return new PatchBench(SkVector::Make(0.1f, 0.1f), PatchBench::kColors_VertexMode); ) 240 DEF_BENCH( return new PatchBench(SkVector::Make(0.1f, 0.1f), PatchBench::kTexCoords_VertexMode); ) 241 DEF_BENCH( return new PatchBench(SkVector::Make(0.1f, 0.1f), PatchBench::kBoth_VertexMode); ) 242 DEF_BENCH( return new PatchBench(SkVector::Make(1.f, 1.0f), PatchBench::kNone_VertexMode); ) 243 DEF_BENCH( return new PatchBench(SkVector::Make(1.0f, 1.0f), PatchBench::kColors_VertexMode); ) 244 DEF_BENCH( return new PatchBench(SkVector::Make(1.0f, 1.0f), PatchBench::kTexCoords_VertexMode); ) 245 DEF_BENCH( return new PatchBench(SkVector::Make(1.0f, 1.0f), PatchBench::kBoth_VertexMode); ) 246 DEF_BENCH( return new PatchBench(SkVector::Make(3.0f, 3.0f), PatchBench::kNone_VertexMode); ) [all …]
|
/external/skia/gm/ |
D | displacement.cpp | 46 return SkISize::Make(600, 500); in onISize() 60 sk_sp<SkImageFilter> displ(SkImageSource::Make(fCheckerboard)); in onDraw() 61 paint.setImageFilter(SkDisplacementMapEffect::Make( in onDraw() 65 paint.setImageFilter(SkDisplacementMapEffect::Make( in onDraw() 69 paint.setImageFilter(SkDisplacementMapEffect::Make( in onDraw() 73 paint.setImageFilter(SkDisplacementMapEffect::Make( in onDraw() 77 paint.setImageFilter(SkDisplacementMapEffect::Make( in onDraw() 82 paint.setImageFilter(SkDisplacementMapEffect::Make( in onDraw() 86 paint.setImageFilter(SkDisplacementMapEffect::Make( in onDraw() 90 paint.setImageFilter(SkDisplacementMapEffect::Make( in onDraw() [all …]
|
D | degeneratesegments.cpp | 31 SkISize onISize() { return SkISize::Make(896, 930); } in onISize() 39 SkPoint moveToPt = startPt + SkPoint::Make(0, 10*SK_Scalar1); in AddMove() 45 SkPoint moveToPt = startPt + SkPoint::Make(0, 10*SK_Scalar1); in AddMoveClose() 57 SkPoint moveToPt = startPt + SkPoint::Make(0, 10*SK_Scalar1); in AddMoveDegenLine() 64 SkPoint moveToPt = startPt + SkPoint::Make(0, 10*SK_Scalar1); in AddMoveDegenLineClose() 77 SkPoint moveToPt = startPt + SkPoint::Make(0, 10*SK_Scalar1); in AddMoveDegenQuad() 84 SkPoint moveToPt = startPt + SkPoint::Make(0, 10*SK_Scalar1); in AddMoveDegenQuadClose() 97 SkPoint moveToPt = startPt + SkPoint::Make(0, 10*SK_Scalar1); in AddMoveDegenCubic() 104 SkPoint moveToPt = startPt + SkPoint::Make(0, 10*SK_Scalar1); in AddMoveDegenCubicClose() 117 SkPoint endPt = startPt + SkPoint::Make(40*SK_Scalar1, 0); in AddLine() [all …]
|
D | imagefiltersscaled.cpp | 39 paint.setShader(SkGradientShader::MakeRadial(SkPoint::Make(x, y), radius, colors, nullptr, in make_gradient_circle() 62 return SkISize::Make(1428, 500); in onISize() 74 sk_sp<SkImageFilter> gradient(SkImageSource::Make(fGradientCircle)); in onDraw() 75 sk_sp<SkImageFilter> checkerboard(SkImageSource::Make(fCheckerboard)); in onDraw() 81 SkPoint3 pointLocation = SkPoint3::Make(0, 0, SkIntToScalar(10)); in onDraw() 82 SkPoint3 spotLocation = SkPoint3::Make(SkIntToScalar(-10), in onDraw() 85 SkPoint3 spotTarget = SkPoint3::Make(SkIntToScalar(40), SkIntToScalar(40), 0); in onDraw() 95 SkBlurImageFilter::Make(SkIntToScalar(4), SkIntToScalar(4), nullptr), in onDraw() 96 SkDropShadowImageFilter::Make( in onDraw() 101 SkDisplacementMapEffect::Make(SkDisplacementMapEffect::kR_ChannelSelectorType, in onDraw() [all …]
|
D | occludedrrectblur.cpp | 49 paint.setMaskFilter(SkBlurMaskFilter::Make(kNormal_SkBlurStyle, kBlurSigma, occRect)); in draw_rrect() 99 radii[left] = SkVector::Make(kSize, kSize); in draw_45() 100 radii[right] = SkVector::Make(kSize, kSize); in draw_45() 210 radii[left] = SkVector::Make(SkIntToScalar(kWidth), SkIntToScalar(kWidth)); in draw_30_60() 211 radii[right] = SkVector::Make(SkIntToScalar(kWidth), SkIntToScalar(kWidth)); in draw_30_60() 236 return SkISize::Make(kWidth, kHeight); in onISize() 240 const SkPoint center = SkPoint::Make(kWidth/2, kHeight/2); in onDraw() 270 draw_90(canvas, SkVector::Make(-1.0f, 0.0f), 64, center); in onDraw() 271 draw_90(canvas, SkVector::Make(0.0f, -1.0f), 64, center); in onDraw() 272 draw_90(canvas, SkVector::Make(1.0f, 0.0f), 64, center); in onDraw() [all …]
|
/external/selinux/libsemanage/ |
D | Makefile | 2 $(MAKE) -C src all 5 $(MAKE) -C src swigify 8 $(MAKE) -C src pywrap 11 $(MAKE) -C src rubywrap 14 $(MAKE) -C include install 15 $(MAKE) -C src install 16 $(MAKE) -C man install 17 $(MAKE) -C utils install 20 $(MAKE) -C src install-pywrap 23 $(MAKE) -C src install-rubywrap [all …]
|
/external/valgrind/docs/internals/ |
D | howto_BUILD_KDE42.txt | 5 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/libpng/scripts/ |
D | makevms.com | 1 $! make libpng under VMS 19 $ Make = "" 20 $ If F$Search ("Sys$System:MMS.EXE") .nes. "" Then Make = "MMS" 21 $ If F$Type (MMK) .eqs. "STRING" Then Make = "MMK" 53 $ if make.eqs."" 56 $ CALL MAKE png.OBJ "cc ''CCOPT' png" - 58 $ CALL MAKE pngset.OBJ "cc ''CCOPT' pngset" - 60 $ CALL MAKE pngget.OBJ "cc ''CCOPT' pngget" - 62 $ CALL MAKE pngread.OBJ "cc ''CCOPT' pngread" - 64 $ CALL MAKE pngpread.OBJ "cc ''CCOPT' pngpread" - [all …]
|
/external/linux-kselftest/ |
D | README | 56 After installation, "make psdocs", "make pdfdocs", "make htmldocs", 57 or "make mandocs" will render the documentation in the requested format. 83 the backup files (some-file-name~ or some-file-name.orig), and make sure 106 - Make sure you have no stale .o files and dependencies lying around: 109 make mrproper 128 Using the option "make O=output/dir" allows you to specify an alternate 138 make O=/home/name/build/kernel menuconfig 139 make O=/home/name/build/kernel 140 sudo make O=/home/name/build/kernel modules_install install 143 used for all invocations of make. [all …]
|
/external/llvm/docs/ |
D | Makefile.sphinx | 22 @echo "Please use \`make <target>' where <target> is one of" 23 @echo " html to make standalone HTML files" 24 @echo " dirhtml to make HTML files named index.html in directories" 25 @echo " singlehtml to make a single large HTML file" 26 @echo " pickle to make pickle files" 27 @echo " json to make JSON files" 28 @echo " htmlhelp to make HTML files and a HTML help project" 29 @echo " qthelp to make HTML files and a qthelp project" 30 @echo " devhelp to make HTML files and a Devhelp project" 31 @echo " epub to make an epub" [all …]
|
/external/selinux/libsepol/ |
D | Makefile | 6 $(MAKE) -C src 7 $(MAKE) -C utils 10 $(MAKE) -C include install 11 $(MAKE) -C src install 12 $(MAKE) -C utils install 13 $(MAKE) -C man install 16 $(MAKE) -C src relabel 19 $(MAKE) -C src clean 20 $(MAKE) -C utils clean 21 $(MAKE) -C tests clean [all …]
|
/external/clang/docs/ |
D | Makefile.sphinx | 22 @echo "Please use \`make <target>' where <target> is one of" 23 @echo " html to make standalone HTML files" 24 @echo " dirhtml to make HTML files named index.html in directories" 25 @echo " singlehtml to make a single large HTML file" 26 @echo " pickle to make pickle files" 27 @echo " json to make JSON files" 28 @echo " htmlhelp to make HTML files and a HTML help project" 29 @echo " qthelp to make HTML files and a qthelp project" 30 @echo " devhelp to make HTML files and a Devhelp project" 31 @echo " epub to make an epub" [all …]
|
/external/google-breakpad/src/third_party/libdisasm/swig/ |
D | Makefile | 22 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/ltp/testcases/kernel/fs/fs_bind/bin/ |
D | makedir | 58 echo "mount $mflags --make-rshared \"$dir\"" 59 mount $mflags --make-rshared "$dir" 2> /dev/null || \ 63 echo "mount $mflags --make-rprivate \"$dir\"" 64 mount $mflags --make-rprivate "$dir" 2> /dev/null || \ 68 echo "mount $mflags --make-rslave \"$dir\"" 69 mount $mflags --make-rslave "$dir" 2> /dev/null || \ 73 echo "mount $mflags --make-runbindable \"$dir\"" 74 mount $mflags --make-runbindable "$dir" 2> /dev/null || \ 78 echo "mount $mflags --make-shared \"$dir\"" 79 mount $mflags --make-shared "$dir" 2> /dev/null || \ [all …]
|
/external/ltp/ |
D | INSTALL | 6 1. In order to compile ltp you must have make 3.80+ (make 3.81 preferred). 19 make 3.81 can be obtained here: 20 - http://ftp.gnu.org/gnu/make/make-3.81.tar.bz2 42 $ make autotools # This must be run from "$TOP_SRCDIR"! 74 Before getting started, you should make sure that your build directory and 77 with any [Gnu?] make based opensource project. 94 $ make all 95 $ make \ 125 $ make \ 130 $ make \ [all …]
|
/external/icu/icu4c/source/data/ |
D | makedata.vcxproj.filters | 8 <Filter Include="Make Files"> 15 <Filter>Make Files</Filter> 18 <Filter>Make Files</Filter> 21 <Filter>Make Files</Filter> 24 <Filter>Make Files</Filter> 27 <Filter>Make Files</Filter> 30 <Filter>Make Files</Filter> 33 <Filter>Make Files</Filter> 36 <Filter>Make Files</Filter> 39 <Filter>Make Files</Filter> [all …]
|
/external/skia/src/gpu/ops/ |
D | GrShadowRRectOp.cpp | 70 static std::unique_ptr<GrMeshDrawOp> Make(GrColor color, const SkMatrix& viewMatrix, in Make() function in ShadowCircleOp 165 sk_sp<GrGeometryProcessor> gp(GrRRectShadowGeoProc::Make(localMatrix)); in onPrepareDraws() 218 SkPoint center = SkPoint::Make(bounds.centerX(), bounds.centerY()); in onPrepareDraws() 222 ov0->fPos = center + SkPoint::Make(-octOffset * halfWidth, -halfWidth); in onPrepareDraws() 224 ov0->fOffset = SkPoint::Make(-octOffset, -1); in onPrepareDraws() 228 ov1->fPos = center + SkPoint::Make(octOffset * halfWidth, -halfWidth); in onPrepareDraws() 230 ov1->fOffset = SkPoint::Make(octOffset, -1); in onPrepareDraws() 234 ov2->fPos = center + SkPoint::Make(halfWidth, -octOffset * halfWidth); in onPrepareDraws() 236 ov2->fOffset = SkPoint::Make(1, -octOffset); in onPrepareDraws() 240 ov3->fPos = center + SkPoint::Make(halfWidth, octOffset * halfWidth); in onPrepareDraws() [all …]
|