/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/python/cpython3/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/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/swiftshader/third_party/llvm-7.0/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() 74 Reloc::Model RM, bool Is64Bit, in getEffectiveCodeModel() argument 81 return RM == Reloc::PIC_ ? CodeModel::Small : CodeModel::Medium; in getEffectiveCodeModel() 89 const TargetOptions &Options, Optional<Reloc::Model> RM, in SparcTargetMachine() argument 93 getEffectiveRelocModel(RM), in SparcTargetMachine() 94 getEffectiveCodeModel(CM, getEffectiveRelocModel(RM), is64bit, JIT), in SparcTargetMachine() 190 Optional<Reloc::Model> RM, in SparcV8TargetMachine() argument 193 : SparcTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, JIT, false) {} in SparcV8TargetMachine() [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-7.0/llvm/include/llvm/ADT/ |
D | APFloat.h | 568 IEEEFloat frexp(const IEEEFloat &Val, int &Exp, IEEEFloat::roundingMode RM); 580 const APFloat &cc, roundingMode RM); 583 DoubleAPFloat &Out, roundingMode RM); 611 opStatus add(const DoubleAPFloat &RHS, roundingMode RM); 612 opStatus subtract(const DoubleAPFloat &RHS, roundingMode RM); 613 opStatus multiply(const DoubleAPFloat &RHS, roundingMode RM); 614 opStatus divide(const DoubleAPFloat &RHS, roundingMode RM); 618 const DoubleAPFloat &Addend, roundingMode RM); 619 opStatus roundToIntegral(roundingMode RM); 640 unsigned int Width, bool IsSigned, roundingMode RM, [all …]
|
/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/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/libpng/contrib/pngminus/ |
D | Makefile | 8 RM = rm -f macro 55 $(RM) png2pnm.o 56 $(RM) pnm2png.o 57 $(RM) png2pnm$(EXEEXT) 58 $(RM) pnm2png$(EXEEXT) 59 $(RM) png2pnm-static$(EXEEXT) 60 $(RM) pnm2png-static$(EXEEXT)
|
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZTargetMachine.cpp | 94 static Reloc::Model getEffectiveRelocModel(Optional<Reloc::Model> RM) { in getEffectiveRelocModel() argument 97 if (!RM.hasValue() || *RM == Reloc::DynamicNoPIC) in getEffectiveRelocModel() 99 return *RM; in getEffectiveRelocModel() 132 Reloc::Model RM, bool JIT) { in getEffectiveCodeModel() argument 136 return RM == Reloc::PIC_ ? CodeModel::Small : CodeModel::Medium; in getEffectiveCodeModel() 143 Optional<Reloc::Model> RM, in SystemZTargetMachine() argument 148 getEffectiveRelocModel(RM), in SystemZTargetMachine() 149 getEffectiveCodeModel(CM, getEffectiveRelocModel(RM), JIT), OL), in SystemZTargetMachine()
|
/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/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-7.0/llvm/lib/Target/Nios2/ |
D | Nios2TargetMachine.cpp | 34 static Reloc::Model getEffectiveRelocModel(Optional<Reloc::Model> RM) { in getEffectiveRelocModel() argument 35 if (!RM.hasValue()) in getEffectiveRelocModel() 37 return *RM; in getEffectiveRelocModel() 41 Reloc::Model RM, bool JIT) { in getEffectiveCodeModel() argument 50 Optional<Reloc::Model> RM, in Nios2TargetMachine() argument 55 getEffectiveRelocModel(RM), in Nios2TargetMachine() 56 getEffectiveCodeModel(CM, getEffectiveRelocModel(RM), JIT), OL), in Nios2TargetMachine()
|
/external/e2fsprogs/scrub/ |
D | Makefile.in | 141 $(RM) -f $(DESTDIR)$(man8dir)/$$i.$$j; \ 153 $(RM) -f $(DESTDIR)$(UDEV_RULES_DIR)/96-$$i; \ 158 $(RM) -f $(DESTDIR)$(CROND_DIR)/e2scrub_all ; \ 163 $(RM) -f $(DESTDIR)$(pkglibdir)/$$i; \ 168 $(RM) -f $(DESTDIR)$(SYSTEMD_SYSTEM_UNIT_DIR)/$$i; \ 173 $(RM) -f $(DESTDIR)$(root_sbindir)/$$i; \ 176 $(RM) -f $(DESTDIR)$(man8dir)/$$i; \ 179 $(RM) -f $(DESTDIR)$(root_sysconfdir)/$$i; \ 183 $(RM) -f $(PROGS) $(MANPAGES) $(CONFFILES) $(UDEV_RULES) $(SERVICE_FILES) $(CRONTABS) $(LIBPROGS) 187 $(RM) -f .depend Makefile $(srcdir)/TAGS $(srcdir)/Makefile.in.old
|
/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)
|
/external/lz4/lib/ |
D | Makefile | 119 $(Q)$(RM) core *.o liblz4.pc dll/liblz4.dll dll/liblz4.lib 120 $(Q)$(RM) *.a *.$(SHARED_EXT) *.$(SHARED_EXT_MAJOR) *.$(SHARED_EXT_VER) 190 $(Q)$(RM) $(DESTDIR)$(pkgconfigdir)/liblz4.pc 191 $(Q)$(RM) $(DESTDIR)$(libdir)/liblz4.$(SHARED_EXT) 192 $(Q)$(RM) $(DESTDIR)$(libdir)/liblz4.$(SHARED_EXT_MAJOR) 193 $(Q)$(RM) $(DESTDIR)$(libdir)/liblz4.$(SHARED_EXT_VER) 194 $(Q)$(RM) $(DESTDIR)$(libdir)/liblz4.a 195 $(Q)$(RM) $(DESTDIR)$(includedir)/lz4.h 196 $(Q)$(RM) $(DESTDIR)$(includedir)/lz4hc.h 197 $(Q)$(RM) $(DESTDIR)$(includedir)/lz4frame.h [all …]
|
/external/lz4/programs/ |
D | Makefile | 104 @$(RM) core *.o *.test tmp* \ 162 @$(RM) $(DESTDIR)$(bindir)/lz4cat$(EXT) 163 @$(RM) $(DESTDIR)$(bindir)/unlz4$(EXT) 164 @$(RM) $(DESTDIR)$(bindir)/lz4$(EXT) 165 @$(RM) $(DESTDIR)$(bindir)/lz4c$(EXT) 166 @$(RM) $(DESTDIR)$(man1dir)/lz4.1 167 @$(RM) $(DESTDIR)$(man1dir)/lz4c.1 168 @$(RM) $(DESTDIR)$(man1dir)/lz4cat.1 169 @$(RM) $(DESTDIR)$(man1dir)/unlz4.1
|
/external/llvm/lib/Target/ |
D | TargetMachine.cpp | 84 Reloc::Model TargetMachine::getRelocationModel() const { return RM; } in getRelocationModel() 113 Reloc::Model RM = getRelocationModel(); in shouldAssumeDSOLocal() local 128 if (RM == Reloc::Static) in shouldAssumeDSOLocal() 134 assert(RM != Reloc::DynamicNoPIC); in shouldAssumeDSOLocal() 137 RM == Reloc::Static || M.getPIELevel() != PIELevel::Default; in shouldAssumeDSOLocal() 145 if (!IsTLS && (RM == Reloc::Static || CanUseCopyRelocWithPIE)) in shouldAssumeDSOLocal() 155 Reloc::Model RM = getRelocationModel(); in getTLSModel() local 156 bool IsSharedLibrary = RM == Reloc::PIC_ && !IsPIE; in getTLSModel()
|
/external/tinyxml2/ |
D | Makefile | 10 RM = rm -f macro 38 -$(RM) *.o xmltest libtinyxml2.a 42 -$(RM) *.o xmltest libtinyxml2.a 73 $(RM) $(DESTDIR)$(bindir)/xmltest 74 $(RM) $(DESTDIR)$(includedir)/tinyxml2.h 75 $(RM) $(DESTDIR)$(libdir)/libtinyxml2.a
|