Home
last modified time | relevance | path

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

12345678910>>...21

/third_party/python/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 …]
/third_party/typescript/tests/baselines/reference/project/visibilityOfTypeUsedAcrossModules/node/
Dfs.js3 exports.RM = void 0;
4 var RM = /** @class */ (function () { class
5 function RM() { class in RM
7 RM.prototype.getName = function () {
10 RM.prototype.getDescription = function () {
13 RM.prototype.run = function (configuration) {
16 return RM;
18 exports.RM = RM;
/third_party/typescript/tests/baselines/reference/project/visibilityOfTypeUsedAcrossModules/amd/
Dfs.js4 exports.RM = void 0;
5 var RM = /** @class */ (function () { class
6 function RM() { class in anonymousFunction5f719dfc0100.RM
8 RM.prototype.getName = function () { class
11 RM.prototype.getDescription = function () {
14 RM.prototype.run = function (configuration) {
17 return RM;
19 exports.RM = RM;
/third_party/skia/third_party/externals/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 …]
/third_party/skia/third_party/externals/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 …]
/third_party/skia/third_party/externals/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 …]
/third_party/skia/third_party/externals/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 …]
/third_party/skia/third_party/externals/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 …]
/third_party/cJSON/
DMakefile141 $(RM) $(INSTALL_LIBRARY_PATH)/$(CJSON_SHARED)
142 $(RM) $(INSTALL_LIBRARY_PATH)/$(CJSON_SHARED_VERSION)
143 $(RM) $(INSTALL_LIBRARY_PATH)/$(CJSON_SHARED_SO)
144 $(RM) $(INSTALL_INCLUDE_PATH)/cJSON.h
148 $(RM) $(INSTALL_LIBRARY_PATH)/$(UTILS_SHARED)
149 $(RM) $(INSTALL_LIBRARY_PATH)/$(UTILS_SHARED_VERSION)
150 $(RM) $(INSTALL_LIBRARY_PATH)/$(UTILS_SHARED_SO)
151 $(RM) $(INSTALL_INCLUDE_PATH)/cJSON_Utils.h
160 $(RM) $(CJSON_OBJ) $(UTILS_OBJ) #delete object files
161 $(RM) $(CJSON_SHARED) $(CJSON_SHARED_VERSION) $(CJSON_SHARED_SO) $(CJSON_STATIC) #delete cJSON
[all …]
/third_party/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
DMakefile.emx23 RM=del
60 $(RM) *.d
61 $(RM) *.o
62 $(RM) *.exe
63 $(RM) zlib.a
64 $(RM) foo.gz
/third_party/skia/third_party/externals/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 …]
/third_party/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 …]
/third_party/node/
DMakefile199 $(RM) -r out/Makefile $(NODE_EXE) $(NODE_G_EXE) out/$(BUILDTYPE)/$(NODE_EXE) \
201 @if [ -d out ]; then $(FIND) out/ -name '*.o' -o -name '*.a' -o -name '*.d' | xargs $(RM) -r; fi
202 $(RM) -r node_modules
203 @if [ -d deps/icu ]; then echo deleting deps/icu; $(RM) -r deps/icu; fi
204 $(RM) test.tap
213 $(RM) -r test/tmp*
214 $(RM) -r test/.tmp*
219 $(RM) -r out
220 $(RM) config.gypi icu_config.gypi
221 $(RM) config.mk
[all …]
/third_party/skia/third_party/externals/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)
/third_party/zlib/win32/
DMakefile.gcc60 RM = rm -f
148 $(RM) '$(DESTDIR)$(BINARY_PATH)'/$(SHAREDLIB); \
149 $(RM) '$(DESTDIR)$(LIBRARY_PATH)'/$(IMPLIB); \
151 -$(RM) '$(DESTDIR)$(INCLUDE_PATH)'/zlib.h
152 -$(RM) '$(DESTDIR)$(INCLUDE_PATH)'/zconf.h
153 -$(RM) '$(DESTDIR)$(LIBRARY_PATH)'/$(STATICLIB)
156 -$(RM) $(STATICLIB)
157 -$(RM) $(SHAREDLIB)
158 -$(RM) $(IMPLIB)
159 -$(RM) *.o
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZTargetMachine.cpp94 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 getEffectiveSystemZCodeModel(Optional<CodeModel::Model> CM, Reloc::Model RM, in getEffectiveSystemZCodeModel() argument
142 return RM == Reloc::PIC_ ? CodeModel::Small : CodeModel::Medium; in getEffectiveSystemZCodeModel()
149 Optional<Reloc::Model> RM, in SystemZTargetMachine() argument
154 getEffectiveRelocModel(RM), in SystemZTargetMachine()
155 getEffectiveSystemZCodeModel(CM, getEffectiveRelocModel(RM), JIT), in SystemZTargetMachine()
/third_party/lz4/programs/
DMakefile129 $(RM) lz4.1
136 $(RM) *.rc
139 $(RM) core *.o *.test tmp* \
188 $(RM) $(DESTDIR)$(bindir)/lz4cat$(EXT)
189 $(RM) $(DESTDIR)$(bindir)/unlz4$(EXT)
190 $(RM) $(DESTDIR)$(bindir)/lz4$(EXT)
191 $(RM) $(DESTDIR)$(bindir)/lz4c$(EXT)
192 $(RM) $(DESTDIR)$(man1dir)/lz4.1
193 $(RM) $(DESTDIR)$(man1dir)/lz4c.1
194 $(RM) $(DESTDIR)$(man1dir)/lz4cat.1
[all …]
/third_party/ffmpeg/tests/fate/
Dreal.mak1 FATE_REALAUDIO-$(call DEMDEC, RM, RA_144) += fate-ra3-144
4 #FATE_REALAUDIO-$(call DEMDEC, RM, RA_288) += fate-ra4-288
9 FATE_REALMEDIA_AUDIO-$(call DEMDEC, RM, RA_144) += fate-ra-144
12 FATE_REALMEDIA_AUDIO-$(call DEMDEC, RM, RA_288) += fate-ra-288
18 FATE_REALMEDIA_AUDIO-$(call DEMDEC, RM, COOK) += fate-ra-cook
23 FATE_REALMEDIA_VIDEO-$(call DEMDEC, RM, RV20) += fate-rv20-1239
26 FATE_REALMEDIA_VIDEO-$(call DEMDEC, RM, RV30) += fate-rv30
29 FATE_REALMEDIA_VIDEO-$(call DEMDEC, RM, RV40) += fate-rv40
51 FATE_REALMEDIA_AUDIO-$(call DEMDEC, RM, SIPR) += $(FATE_SIPR)
/third_party/skia/third_party/externals/harfbuzz/src/
Dupdate-unicode-tables.make13 ./$^ > $@ || ($(RM) $@; false)
15 ./$^ > $@ || ($(RM) $@; false)
17 ./$^ > $@ || ($(RM) $@; false)
19 ./$^ > $@ || ($(RM) $@; false)
21 ./$^ > $@ || ($(RM) $@; false)
23 ./$^ > $@ || ($(RM) $@; false)
25 ./$^ > $@ || ($(RM) $@; false)
27 ./$^ > $@ || ($(RM) $@; false)
46 $(RM) \
/third_party/zlib/old/
DMakefile.emx23 RM=del
60 $(RM) *.d
61 $(RM) *.o
62 $(RM) *.exe
63 $(RM) zlib.a
64 $(RM) foo.gz
/third_party/ltp/include/mk/
Dautomake.mk72 $(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)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/
DTargetMachine.cpp70 Reloc::Model TargetMachine::getRelocationModel() const { return RM; } in getRelocationModel()
119 Reloc::Model RM = getRelocationModel(); in shouldAssumeDSOLocal() local
161 if (RM == Reloc::Static) in shouldAssumeDSOLocal()
172 assert(RM != Reloc::DynamicNoPIC); in shouldAssumeDSOLocal()
175 RM == Reloc::Static || M.getPIELevel() != PIELevel::Default; in shouldAssumeDSOLocal()
194 if (!(GV && GV->isThreadLocal()) && RM == Reloc::Static) in shouldAssumeDSOLocal()
212 Reloc::Model RM = getRelocationModel(); in getTLSModel() local
213 bool IsSharedLibrary = RM == Reloc::PIC_ && !IsPIE; in getTLSModel()
/third_party/ffmpeg/ffbuild/
Dlibrary.mak21 $(RM) $@
61 $(RM) $(addprefix $(SUBDIR),$(CLEANFILES) $(CLEANSUFFIXES) $(LIBSUFFIXES)) \
87 -$(RM) "$(SHLIBDIR)/$(SLIBNAME_WITH_MAJOR)" \
90 -$(RM) $(SLIB_INSTALL_EXTRA_SHLIB:%="$(SHLIBDIR)/%")
91 -$(RM) $(SLIB_INSTALL_EXTRA_LIB:%="$(LIBDIR)/%")
92 -$(RM) "$(LIBDIR)/$(LIBNAME)"
95 $(RM) $(addprefix "$(INCINSTDIR)/",$(HEADERS) $(BUILT_HEADERS))
99 $(RM) "$(PKGCONFIGDIR)/lib$(FULLNAME).pc"
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
DMSP430TargetMachine.cpp29 static Reloc::Model getEffectiveRelocModel(Optional<Reloc::Model> RM) { in getEffectiveRelocModel() argument
30 if (!RM.hasValue()) in getEffectiveRelocModel()
32 return *RM; in getEffectiveRelocModel()
43 Optional<Reloc::Model> RM, in MSP430TargetMachine() argument
47 Options, getEffectiveRelocModel(RM), in MSP430TargetMachine()

12345678910>>...21