Home
last modified time | relevance | path

Searched refs:RM (Results 1 – 25 of 829) sorted by relevance

12345678910>>...34

/external/python/cpython3/Tools/unicode/
DMakefile12 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/cpython2/Tools/unicode/
DMakefile12 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/bc/
DMakefile.in166 RM = rm
525 @$(RM) -f $(GEN_EXEC)
529 @$(RM) -f src/*.tmp gen/*.tmp
530 @$(RM) -f $(OBJ)
531 @$(RM) -f $(BC_EXEC)
532 @$(RM) -f $(DC_EXEC)
533 @$(RM) -fr $(BIN)
534 @$(RM) -f $(BC_LIB_C) $(BC_LIB_O)
535 @$(RM) -f $(BC_LIB2_C) $(BC_LIB2_O)
536 @$(RM) -f $(BC_HELP_C) $(BC_HELP_O)
[all …]
/external/libcups/systemv/
DMakefile46 $(RM) $(OBJS) $(TARGETS)
47 $(RM) cupsdisable cupsenable cupsreject
84 $(RM) $(SBINDIR)/cupsdisable
86 $(RM) $(SBINDIR)/cupsenable
88 $(RM) $(SBINDIR)/cupsreject
125 $(RM) $(BINDIR)/cancel
126 $(RM) $(BINDIR)/cupstestppd
127 $(RM) $(BINDIR)/lp
128 $(RM) $(BINDIR)/lpoptions
129 $(RM) $(BINDIR)/lpstat
[all …]
/external/libpng/contrib/pngminim/encoder/
Dmakefile14 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/
Dmakefile14 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-10.0/llvm/lib/Target/Sparc/
DSparcTargetMachine.cpp57 static Reloc::Model getEffectiveRelocModel(Optional<Reloc::Model> RM) { in getEffectiveRelocModel() argument
58 if (!RM.hasValue()) in getEffectiveRelocModel()
60 return *RM; in getEffectiveRelocModel()
74 getEffectiveSparcCodeModel(Optional<CodeModel::Model> CM, Reloc::Model RM, in getEffectiveSparcCodeModel() argument
86 return RM == Reloc::PIC_ ? CodeModel::Small : CodeModel::Medium; in getEffectiveSparcCodeModel()
94 const TargetOptions &Options, Optional<Reloc::Model> RM, in SparcTargetMachine() argument
97 getEffectiveRelocModel(RM), in SparcTargetMachine()
99 CM, getEffectiveRelocModel(RM), is64bit, JIT), in SparcTargetMachine()
195 Optional<Reloc::Model> RM, in SparcV8TargetMachine() argument
198 : SparcTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, JIT, false) {} in SparcV8TargetMachine()
[all …]
/external/libpng/contrib/pngminim/preader/
Dmakefile14 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-10.0/llvm/include/llvm/ADT/
DAPFloat.h585 IEEEFloat frexp(const IEEEFloat &Val, int &Exp, IEEEFloat::roundingMode RM);
597 const APFloat &cc, roundingMode RM);
600 DoubleAPFloat &Out, roundingMode RM);
628 opStatus add(const DoubleAPFloat &RHS, roundingMode RM);
629 opStatus subtract(const DoubleAPFloat &RHS, roundingMode RM);
630 opStatus multiply(const DoubleAPFloat &RHS, roundingMode RM);
631 opStatus divide(const DoubleAPFloat &RHS, roundingMode RM);
635 const DoubleAPFloat &Addend, roundingMode RM);
636 opStatus roundToIntegral(roundingMode RM);
657 unsigned int Width, bool IsSigned, roundingMode RM,
[all …]
/external/libcups/
DMakefile102 $(RM) Makedefs config.h config.log config.status
103 $(RM) conf/cups-files.conf conf/cupsd.conf conf/mime.convs conf/pam.std conf/snmp.conf
104 $(RM) cups-config
105 $(RM) desktop/cups.desktop
106 $(RM) doc/index.html
107 $(RM) packaging/cups.list
108 …$(RM) scheduler/cups-lpd.xinetd scheduler/cups.sh scheduler/cups.xml scheduler/org.cups.cups-lpd.p…
109 $(RM) templates/header.tmpl
110 -$(RM) doc/*/index.html
111 -$(RM) templates/*/header.tmpl
[all …]
/external/rust/crates/libz-sys/src/zlib/msdos/
DMakefile.dj241 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
/external/libcups/scheduler/
DMakefile108 $(RM) $(OBJS)
109 $(RM) $(TARGETS) $(UNITTARGETS) convert
253 $(RM) $(SBINDIR)/cupsd
254 $(RM) $(SBINDIR)/cupsfilter
255 $(RM) $(SERVERBIN)/daemon/cups-deviced
256 $(RM) $(SERVERBIN)/daemon/cups-driverd
257 $(RM) $(SERVERBIN)/daemon/cups-exec
258 $(RM) $(SERVERBIN)/daemon/cups-lpd
274 $(RM) $(BUILDROOT)$(INITDIR)/init.d/cups; \
276 $(RM) $(BUILDROOT)$(INITDIR)/rc0.d/K00cups; \
[all …]
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPFloat.h594 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/libcups/cups/
DMakefile228 $(RM) $(OBJS) $(TARGETS) $(UNITTARGETS)
229 $(RM) libcups.so libcups.dylib
230 $(RM) libcupsimage.so libcupsimage.dylib
298 $(RM) $(LIBDIR)/`basename $(LIBCUPS) .2`; \
302 $(RM) $(LIBDIR)/libcups.dylib; \
309 $(RM) $(LIBDIR)/`basename $(LIBCUPSIMAGE) .2`; \
313 $(RM) $(LIBDIR)/libcupsimage.dylib; \
341 $(RM) $(LIBDIR)/libcups.2.dylib
342 $(RM) $(LIBDIR)/libcups.a
343 $(RM) $(LIBDIR)/libcups.dylib
[all …]
/external/lz4/lib/
DMakefile135 $(RM) *.rc
137 $(RM) core *.o liblz4.pc dll/$(LIBLZ4).dll dll/$(LIBLZ4_EXP)
138 $(RM) *.a *.$(SHARED_EXT) *.$(SHARED_EXT_MAJOR) *.$(SHARED_EXT_VER)
209 $(RM) $(DESTDIR)$(pkgconfigdir)/liblz4.pc
211 $(RM) $(DESTDIR)$(bindir)/$(LIBLZ4).dll
212 $(RM) $(DESTDIR)$(libdir)/$(LIBLZ4_EXP)
214 $(RM) $(DESTDIR)$(libdir)/liblz4.$(SHARED_EXT)
215 $(RM) $(DESTDIR)$(libdir)/liblz4.$(SHARED_EXT_MAJOR)
216 $(RM) $(DESTDIR)$(libdir)/liblz4.$(SHARED_EXT_VER)
218 $(RM) $(DESTDIR)$(libdir)/liblz4.a
[all …]
/external/zstd/tests/
Dlibzstd_builds.sh6 RM="rm -f"
33 $RM tmplog
38 $RM $DIR/../lib/libzstd.a $DIR/../lib/libzstd.so* tmplog
49 $RM $DIR/../lib/libzstd.a tmplog
60 $RM $DIR/../lib/libzstd.a tmplog
71 $RM $DIR/../lib/libzstd.a tmplog
82 $RM $DIR/../lib/libzstd.a tmplog
93 $RM $DIR/../lib/libzstd.a tmplog
104 $RM $DIR/../lib/libzstd.a tmplog
/external/libopus/doc/
DMakefile.am35 $(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/trace-cmd/Documentation/trace-cmd/
DMakefile80 $(Q)$(RM) $(addprefix $(DESTDIR)$(man1dir)/,$(DOC_MAN1))
81 $(Q)$(RM) $(addprefix $(DESTDIR)$(man5dir)/,$(DOC_MAN5))
84 $(Q)$(RM) $(addprefix $(DESTDIR)$(htmldir)/,$(MAN_HTML))
98 $(Q) $(RM) $(CLEAN_FILES)
102 $(QUIET_ASCIIDOC)$(RM) $@+ $@ && \
108 $(QUIET_ASCIIDOC)$(RM) $@+ $@ && \
115 $(QUIET_XMLTO)$(RM) $@ && \
119 $(QUIET_XMLTO)$(RM) $@ && \
123 $(QUIET_ASCIIDOC)$(RM) $@+ $@ && \
129 $(QUIET_ASCIIDOC)$(RM) $@+ $@ && \
/external/llvm/lib/Target/Sparc/
DSparcTargetMachine.cpp57 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/
DMakefile8 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/e2fsprogs/doc/
DMakefile.in24 $(Q) $(RM) -rf $(DESTDIR)$(infodir)/libext2fs.info*
35 $(RM) -rf $(DESTDIR)$(infodir)/libext2fs.info*
59 $(RM) -f Makefile
69 $(RM) -f *.ps *.info *.info-? *.html *.pdf
73 $(RM) -f *.aux *.cp *.dvi *.fn *.ky *.log *.pg *.toc *.tp *.vr *.fns
77 $(RM) -f *~ #*
81 $(RM) -f *.tar *.tar.gz *.tgz
84 $(RM) -f *.html
/external/e2fsprogs/lib/
DMakefile.darwin-lib30 $(Q) $(RM) -f ../$(BSD_LIB)
46 $(RM) -f $(DESTDIR)$(BSDLIB_INSTALL_DIR)/$(BSD_LIB)
49 $(RM) -rf pic
50 $(RM) -f $(BSD_LIB)
51 $(RM) -f ../$(BSD_LIB)
52 $(RM) -f ../$(BSDLIB_IMAGE).dylib
/external/rust/crates/libz-sys/src/zlib/win32/
DMakefile.gcc65 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/
DARMTargetMachine.cpp178 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/rust/crates/grpcio-sys/grpc/third_party/xxhash/
DMakefile170 $(Q)$(RM) -r *.dSYM # Mac OS-X specific
171 $(Q)$(RM) core *.o *.obj *.$(SHARED_EXT) *.$(SHARED_EXT).* *.a libxxhash.pc
172 $(Q)$(RM) xxhsum$(EXT) xxhsum32$(EXT) xxhsum_inlinedXXH$(EXT) dispatch$(EXT)
173 $(Q)$(RM) xxh32sum$(EXT) xxh64sum$(EXT) xxh128sum$(EXT)
174 $(Q)$(RM) $(XXHSUM_SRC_DIR)/*.o $(XXHSUM_SRC_DIR)/*.obj
281 @$(RM) .test.*
307 $(RM) xxhash.o
309 $(RM) xxhash.o
337 $(RM) *.o xxhsum2 # clean
349 $(RM) xxhsum.1
[all …]

12345678910>>...34