/external/python/cpython2/Tools/unicode/ |
D | Makefile | 12 RM = /bin/rm macro 32 $(RM) build/atarist.* 33 $(RM) build/us_ascii_quotes.* 34 $(RM) build/ibmgraph.* 35 $(RM) build/sgml.* 36 $(RM) -f build/readme.* 43 $(RM) build/cp9* 44 $(RM) -f build/readme.* 48 $(RM) -f build/isoreadme.* 52 $(RM) build/mac_dingbats.* [all …]
|
/external/curl/lib/ |
D | Makefile.b32 | 62 RM = del 2>NUL 133 @-$(RM) $(@R).int 140 @-$(RM) $(@R).int 145 @-$(RM) $(@R).int 150 @-$(RM) $(@R).int 156 @-$(RM) $(OBJECTS) 157 @-$(RM) $(PREPROCESSED) 160 @-$(RM) $(LIBCURL_LIB) 161 @-$(RM) $(LIBCURL_IMPLIB) 162 @-$(RM) libcurl.tds [all …]
|
/external/libpng/contrib/pngminim/encoder/ |
D | makefile | 14 RM=rm -f macro 101 $(RM) pnglibconf.h pnglibconf.dfn 109 $(RM) pnm2pngm$(O) 110 $(RM) pnm2pngm$(E) 111 $(RM) $(OBJS) 115 $(RM) -r scripts # historical reasons 116 $(RM) $(PNGSRCS) $(PNGH) 117 $(RM) $(ZSRCS) $(ZH) $(ZCONF) 118 $(RM) $(PROGSRCS) $(PROGHDRS) $(PROGDOCS) 127 $(RM) $@ [all …]
|
/external/libpng/contrib/pngminim/decoder/ |
D | makefile | 14 RM=rm -f macro 102 $(RM) pnglibconf.h pnglibconf.dfn 110 $(RM) pngm2pnm$(O) 111 $(RM) pngm2pnm$(E) 112 $(RM) $(OBJS) 116 $(RM) -r scripts # historical reasons 117 $(RM) $(PNGSRCS) $(PNGH) 118 $(RM) $(ZSRCS) $(ZH) $(ZCONF) 119 $(RM) $(PROGSRCS) $(PROGHDRS) $(PROGDOCS) 128 $(RM) $@ [all …]
|
/external/libpng/contrib/pngminim/preader/ |
D | makefile | 14 RM=rm -f macro 117 $(RM) pnglibconf.h pnglibconf.dfn 125 $(RM) rpng2-x$(O) 126 $(RM) rpng2-x$(E) 127 $(RM) $(OBJS) 131 $(RM) -r scripts # historical reasons 132 $(RM) $(PNGSRCS) $(PNGH) 133 $(RM) $(ZSRCS) $(ZH) $(ZCONF) 134 $(RM) $(PROGSRCS) $(PROGHDRS) $(PROGDOCS) 143 $(RM) $@ [all …]
|
/external/swiftshader/third_party/LLVM/lib/Target/Mips/ |
D | MipsTargetMachine.cpp | 38 Reloc::Model RM, CodeModel::Model CM, in MipsTargetMachine() argument 40 LLVMTargetMachine(T, TT, CPU, FS, RM, CM), in MipsTargetMachine() 57 Reloc::Model RM, CodeModel::Model CM) : in MipsebTargetMachine() argument 58 MipsTargetMachine(T, TT, CPU, FS, RM, CM, false) {} in MipsebTargetMachine() 63 Reloc::Model RM, CodeModel::Model CM) : in MipselTargetMachine() argument 64 MipsTargetMachine(T, TT, CPU, FS, RM, CM, true) {} in MipselTargetMachine() 69 Reloc::Model RM, CodeModel::Model CM) : in Mips64ebTargetMachine() argument 70 MipsTargetMachine(T, TT, CPU, FS, RM, CM, false) {} in Mips64ebTargetMachine() 75 Reloc::Model RM, CodeModel::Model CM) : in Mips64elTargetMachine() argument 76 MipsTargetMachine(T, TT, CPU, FS, RM, CM, true) {} in Mips64elTargetMachine()
|
/external/libcups/filter/ |
D | Makefile | 71 $(RM) $(OBJS) $(TARGETS) $(UNITTARGETS) 72 $(RM) libcupsimage.so libcupsimage.sl libcupsimage.dylib 106 $(RM) $(SERVERBIN)/filter/rastertodymo 132 $(RM) $(LIBDIR)/`basename $(LIBCUPSIMAGE) .2`; \ 136 $(RM) $(LIBDIR)/libcupsimage.dylib; \ 158 $(RM) $(SERVERBIN)/filter/$$file; \ 160 $(RM) $(SERVERBIN)/filter/rastertodymo 163 $(RM) $(LIBDIR)/libcupsimage.2.dylib 164 $(RM) $(LIBDIR)/libcupsimage.a 165 $(RM) $(LIBDIR)/libcupsimage.dylib [all …]
|
/external/zlib/src/msdos/ |
D | Makefile.dj2 | 41 RM=del 90 $(RM) $(INCLUDE_PATH)\zlib.h 91 $(RM) $(INCLUDE_PATH)\zconf.h 92 $(RM) $(LIBRARY_PATH)\libz.a 95 $(RM) *.d 96 $(RM) *.o 97 $(RM) *.exe 98 $(RM) libz.a 99 $(RM) foo.gz
|
D | Makefile.emx | 23 RM=del 60 $(RM) *.d 61 $(RM) *.o 62 $(RM) *.exe 63 $(RM) zlib.a 64 $(RM) foo.gz
|
/external/libopus/doc/ |
D | Makefile.am | 35 $(RM) -r html 36 $(RM) -r latex 37 $(RM) -r man 38 $(RM) doxygen-build.stamp 39 $(RM) doxygen_sqlite3.db 42 $(RM) -r $(DESTDIR)$(docdir)/html 43 $(RM) $(DESTDIR)$(mandir)/man3/opus_*.3 $(DESTDIR)$(mandir)/man3/opus.h.3
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | APFloat.h | 594 IEEEFloat frexp(const IEEEFloat &Val, int &Exp, IEEEFloat::roundingMode RM); 606 const APFloat &cc, roundingMode RM); 609 DoubleAPFloat &Out, roundingMode RM); 637 opStatus add(const DoubleAPFloat &RHS, roundingMode RM); 638 opStatus subtract(const DoubleAPFloat &RHS, roundingMode RM); 925 opStatus add(const APFloat &RHS, roundingMode RM) { in add() argument 927 return U.IEEE.add(RHS.U.IEEE, RM); in add() 929 return U.Double.add(RHS.U.Double, RM); in add() 932 opStatus subtract(const APFloat &RHS, roundingMode RM) { in subtract() argument 934 return U.IEEE.subtract(RHS.U.IEEE, RM); in subtract() [all …]
|
/external/llvm/lib/Target/Sparc/ |
D | SparcTargetMachine.cpp | 57 static Reloc::Model getEffectiveRelocModel(Optional<Reloc::Model> RM) { in getEffectiveRelocModel() argument 58 if (!RM.hasValue()) in getEffectiveRelocModel() 60 return *RM; in getEffectiveRelocModel() 67 Optional<Reloc::Model> RM, in SparcTargetMachine() argument 71 getEffectiveRelocModel(RM), CM, OL), in SparcTargetMachine() 189 Optional<Reloc::Model> RM, in SparcV8TargetMachine() argument 192 : SparcTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, false) {} in SparcV8TargetMachine() 199 Optional<Reloc::Model> RM, in SparcV9TargetMachine() argument 202 : SparcTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, true) {} in SparcV9TargetMachine() 209 Optional<Reloc::Model> RM, in SparcelTargetMachine() argument [all …]
|
/external/libpng/contrib/pngminus/ |
D | makefile.std | 8 RM=rm -f 59 $(RM) png2pnm$(O) 60 $(RM) pnm2png$(O) 61 $(RM) png2pnm$(E) 62 $(RM) pnm2png$(E) 63 $(RM) png2pnm-static$(E) 64 $(RM) pnm2png-static$(E)
|
/external/e2fsprogs/lib/ |
D | Makefile.darwin-lib | 29 $(Q) $(RM) -f ../$(BSD_LIB) 45 $(RM) -f $(DESTDIR)$(BSDLIB_INSTALL_DIR)/$(BSD_LIB) 48 $(RM) -rf pic 49 $(RM) -f $(BSD_LIB) 50 $(RM) -f ../$(BSD_LIB) 51 $(RM) -f ../$(BSDLIB_IMAGE).dylib
|
D | Makefile.bsd-lib | 27 $(RM) -f ../$(BSD_LIB) 42 $(RM) -f $(DESTDIR)$(BSDLIB_INSTALL_DIR)/$(BSD_LIB) 45 $(RM) -rf pic 46 $(RM) -f $(BSD_LIB) 47 $(RM) -f ../$(BSD_LIB)
|
D | Makefile.profile | 8 $(RM) -rf profiled 9 $(RM) -f $(LIBRARY)_p.a ../$(LIBRARY)_p.a 13 $(Q) (if test -r $@; then $(RM) -f $@.bak && $(MV) $@ $@.bak; fi) 16 $(Q) $(RM) -f ../$@ 27 $(RM) -f $(DESTDIR)$(libdir)/$(LIBRARY)_p.a
|
/external/e2fsprogs/doc/ |
D | Makefile.in | 23 $(Q) $(RM) -rf $(DESTDIR)$(infodir)/libext2fs.info* 34 $(RM) -rf $(DESTDIR)$(infodir)/libext2fs.info* 58 $(RM) -f Makefile 68 $(RM) -f *.ps *.info *.info-? *.html *.pdf 72 $(RM) -f *.aux *.cp *.dvi *.fn *.ky *.log *.pg *.toc *.tp *.vr *.fns 76 $(RM) -f *~ #* 80 $(RM) -f *.tar *.tar.gz *.tgz 83 $(RM) -f *.html
|
/external/zlib/src/win32/ |
D | Makefile.gcc | 65 RM = rm -f 153 $(RM) '$(DESTDIR)$(BINARY_PATH)'/$(SHAREDLIB); \ 154 $(RM) '$(DESTDIR)$(LIBRARY_PATH)'/$(IMPLIB); \ 156 -$(RM) '$(DESTDIR)$(INCLUDE_PATH)'/zlib.h 157 -$(RM) '$(DESTDIR)$(INCLUDE_PATH)'/zconf.h 158 -$(RM) '$(DESTDIR)$(LIBRARY_PATH)'/$(STATICLIB) 161 -$(RM) $(STATICLIB) 162 -$(RM) $(SHAREDLIB) 163 -$(RM) $(IMPLIB) 164 -$(RM) *.o [all …]
|
/external/llvm/lib/Target/ARM/ |
D | ARMTargetMachine.cpp | 178 Optional<Reloc::Model> RM) { in getEffectiveRelocModel() argument 179 if (!RM.hasValue()) in getEffectiveRelocModel() 184 if (*RM == Reloc::DynamicNoPIC && !TT.isOSDarwin()) in getEffectiveRelocModel() 187 return *RM; in getEffectiveRelocModel() 195 Optional<Reloc::Model> RM, in ARMBaseTargetMachine() argument 199 CPU, FS, Options, getEffectiveRelocModel(TT, RM), CM, in ARMBaseTargetMachine() 269 Optional<Reloc::Model> RM, in ARMTargetMachine() argument 272 : ARMBaseTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, isLittle) { in ARMTargetMachine() 284 Optional<Reloc::Model> RM, in ARMLETargetMachine() argument 287 : ARMTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, true) {} in ARMLETargetMachine() [all …]
|
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/ |
D | SparcTargetMachine.cpp | 29 Reloc::Model RM, CodeModel::Model CM, in SparcTargetMachine() argument 31 : LLVMTargetMachine(T, TT, CPU, FS, RM, CM), in SparcTargetMachine() 56 StringRef FS, Reloc::Model RM, in SparcV8TargetMachine() argument 58 : SparcTargetMachine(T, TT, CPU, FS, RM, CM, false) { in SparcV8TargetMachine() 63 StringRef FS, Reloc::Model RM, in SparcV9TargetMachine() argument 65 : SparcTargetMachine(T, TT, CPU, FS, RM, CM, true) { in SparcV9TargetMachine()
|
/external/curl/src/ |
D | Makefile.b32 | 60 RM = del 2>NUL 117 @-$(RM) $(@R).int 125 @-$(RM) $(OBJECTS) 126 @-$(RM) $(PREPROCESSED) 129 @-$(RM) $(PROGNAME) 130 @-$(RM) curl.tds 140 @-$(RM) tool_hugehelp.tmp 147 @-$(RM) $(PROGNAME)
|
/external/zlib/src/old/ |
D | Makefile.emx | 23 RM=del 60 $(RM) *.d 61 $(RM) *.o 62 $(RM) *.exe 63 $(RM) zlib.a 64 $(RM) foo.gz
|
/external/lz4/lib/ |
D | Makefile | 105 @$(RM) core *.o liblz4.pc dll/liblz4.dll dll/liblz4.lib 106 @$(RM) *.a *.$(SHARED_EXT) *.$(SHARED_EXT_MAJOR) *.$(SHARED_EXT_VER) 160 @$(RM) $(DESTDIR)$(LIBDIR)/pkgconfig/liblz4.pc 161 @$(RM) $(DESTDIR)$(LIBDIR)/liblz4.$(SHARED_EXT) 162 @$(RM) $(DESTDIR)$(LIBDIR)/liblz4.$(SHARED_EXT_MAJOR) 163 @$(RM) $(DESTDIR)$(LIBDIR)/liblz4.$(SHARED_EXT_VER) 164 @$(RM) $(DESTDIR)$(LIBDIR)/liblz4.a 165 @$(RM) $(DESTDIR)$(INCLUDEDIR)/lz4.h 166 @$(RM) $(DESTDIR)$(INCLUDEDIR)/lz4hc.h 167 @$(RM) $(DESTDIR)$(INCLUDEDIR)/lz4frame.h
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | PPCTargetMachine.cpp | 31 Reloc::Model RM, CodeModel::Model CM, in PPCTargetMachine() argument 33 : LLVMTargetMachine(T, TT, CPU, FS, RM, CM), in PPCTargetMachine() 47 Reloc::Model RM, CodeModel::Model CM) in PPC32TargetMachine() argument 48 : PPCTargetMachine(T, TT, CPU, FS, RM, CM, false) { in PPC32TargetMachine() 54 Reloc::Model RM, CodeModel::Model CM) in PPC64TargetMachine() argument 55 : PPCTargetMachine(T, TT, CPU, FS, RM, CM, true) { in PPC64TargetMachine()
|
/external/ltp/include/mk/ |
D | automake.mk | 72 $(RM) -rf autom4te.cache 73 $(RM) -f config.log config.status 74 $(RM) -f include/config.h include/stamp-h1 75 $(RM) -f m4/Makefile m4/ltp-version.m4 85 $(RM) -f aclocal.m4 configure $(AUTOMAKE_FILES) m4/Makefile.in 86 $(RM) -f include/*config.h.in 104 $(RM) -f $(AUTOGENERATED_FILES)
|