| /third_party/rust/rust/src/tools/rust-analyzer/crates/hir-ty/src/mir/ |
| D | monomorphization.rs | 40 subst: &'a Substitution, field 61 TyKind::AssociatedType(id, subst) => { in try_fold_ty() 66 substitution: subst.clone().try_fold_with(self, outer_binder)?, in try_fold_ty() 70 TyKind::OpaqueType(id, subst) => { in try_fold_ty() 72 let subst = subst.clone().try_fold_with(self.as_dyn(), outer_binder)?; in try_fold_ty() localVariable 80 subst: &subst, in try_fold_ty() 105 .subst in try_fold_free_placeholder_const() 109 .ok_or_else(|| MirLowerError::GenericArgNotProvided(x, self.subst.clone()))? in try_fold_free_placeholder_const() 123 .subst in try_fold_free_placeholder_ty() 127 .ok_or_else(|| MirLowerError::GenericArgNotProvided(x, self.subst.clone()))? in try_fold_free_placeholder_ty() [all …]
|
| /third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/component/ |
| D | Rule.java | 28 final RuleSegment subst; field in Rule 31 Rule(RuleSegment backtrack, RuleSegment input, RuleSegment lookAhead, RuleSegment subst) { in Rule() argument 35 this.subst = subst; in Rule() 73 for (GlyphGroup glyphGroup : subst) { in addMatchingTargetGlyphs() 206 if (at <= targetRule.subst.size()) { in applyRuleOnRuleWithSubst() 209 …newInput.addAll(matchSegment.subList(backtrackSize + targetRule.subst.size(), backtrackSize + at +… in applyRuleOnRuleWithSubst() 215 newSubst.addAll(targetRule.subst.subList(0, at)); in applyRuleOnRuleWithSubst() 216 newSubst.addAll(subst); in applyRuleOnRuleWithSubst() 217 if (at + input.size() < targetRule.subst.size()) { in applyRuleOnRuleWithSubst() 218 newSubst.addAll(targetRule.subst.subList(at + input.size(), targetRule.subst.size())); in applyRuleOnRuleWithSubst() [all …]
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/icons/ |
| D | Makefile | 11 mkdir -p hicolor/$(word 1, $(subst /, ,$(@)))/apps/ 12 inkscape $(subst .png,.svg, $(word 2, $(subst /, , $(@)))) --without-gui \ 13 --export-width=$(word 1, $(subst x, , $(@))) \ 14 --export-height=$(word 2, $(subst x, , $(subst /, , $(@)))) \ 15 --export-png=hicolor/$(word 1, $(subst /, ,$(@)))/apps/$(word 2, $(subst /, , $@))
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/icons/ |
| D | Makefile | 25 mkdir -p hicolor/$(word 1, $(subst /, ,$(@)))/apps/ 26 inkscape $(subst .png,.svg, $(word 2, $(subst /, , $(@)))) $(INKSCAPE_GUI_FLAG) \ 27 --export-width=$(word 1, $(subst x, , $(@))) \ 28 --export-height=$(word 2, $(subst x, , $(subst /, , $(@)))) \ 29 $(INKSCAPE_OUTPUT_FLAG)=hicolor/$(word 1, $(subst /, ,$(@)))/apps/$(word 2, $(subst /, , $@))
|
| /third_party/ncurses/ |
| D | dist.mk | 76 rm -f $(ALL) subst.tmp subst.sed 111 @rm -f subst.tmp ; 117 echo "s/$${xu}/$${x}/g" >> subst.tmp ;\ 121 @cat man_alias.sed >> subst.tmp 122 @echo 's/<B>/<STRONG>/g' >> subst.tmp 123 @echo 's/<\/B>/<\/STRONG>/g' >> subst.tmp 124 @echo 's/<I>/<EM>/g' >> subst.tmp 125 @echo 's/<\/I>/<\/EM>/g' >> subst.tmp 126 @misc/csort < subst.tmp | uniq > subst.sed 127 @echo 's%[_-]*_-[_-]*%_%g' >> subst.sed [all …]
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/hir-ty/src/ |
| D | inhabitedness.rs | 29 subst: &Substitution, in is_enum_variant_uninhabited_from() 42 subst, in is_enum_variant_uninhabited_from() 82 TyKind::Adt(adt, subst) => self.visit_adt(adt.0, subst), in visit_ty() 103 fn visit_adt(&mut self, adt: AdtId, subst: &Substitution) -> ControlFlow<VisiblyUninhabited> { in visit_adt() 117 self.visit_variant(s.into(), &struct_data.variant_data, subst, &attrs, is_local) in visit_adt() 127 subst, in visit_adt() 145 subst: &Substitution, in visit_variant() 159 self.visit_field(field_vis[fid], &field_tys[fid], subst, is_enum)?; in visit_variant() 168 subst: &Substitution, in visit_field() 172 let ty = ty.clone().substitute(Interner, subst); in visit_field()
|
| D | builder.rs | 69 let subst = Substitution::from_iter( in build_internal() localVariable 73 (self.data, subst) in build_internal() 268 let ((), subst) = self.build_internal(); in build() 269 subst in build() 310 let (adt, subst) = self.build_internal(); in build() 311 TyKind::Adt(AdtId(adt), subst).intern(Interner) in build() 322 let (Tuple(size), subst) = self.build_internal(); in build() 323 TyKind::Tuple(size, subst).intern(Interner) in build() 370 let (b, subst) = self.build_internal(); in build() 371 b.substitute(Interner, &subst) in build()
|
| /third_party/mesa3d/android/ |
| D | mesa3d_cross.mk | 60 MESA3D_LIB_DIR := lib$(subst 32,,$(LOCAL_MULTILIB)) 91 -Dgallium-drivers=$(subst $(space),$(comma),$(BOARD_MESA3D_GALLIUM_DRIVERS)) \ 92 -Dvulkan-drivers=$(subst $(space),$(comma),$(subst radeon,amd,$(BOARD_MESA3D_VULKAN_DRIVERS))) \ 104 $(MESON_GEN_FILES_TARGET): MESON_CPU_FAMILY := $(subst arm64,aarch64,$(TARGET_$(M_TARGET_PREFIX)ARC… 180 $(subst prebuilts/,$(AOSP_ABSOLUTE_PATH)/prebuilts/, \ 181 $(subst $(OUT_DIR)/,$(call relative-to-absolute,$(OUT_DIR))/, \ 182 $(subst -Wl$(comma)--fatal-warnings,, \ 183 $(subst -Wl$(comma)--no-undefined-version,, \ 184 $(subst -Wl$(comma)--gc-sections,, \ 219 $(subst $(space)-isystem$(space),$(space)-isystem, \ [all …]
|
| /third_party/skia/third_party/externals/freetype/builds/ |
| D | toplevel.mk | 179 mkdir $(subst /,$(SEP),include/dlg) 181 $(COPY) $(subst /,$(SEP),subprojects/dlg/include/dlg/output.h include/dlg) 182 $(COPY) $(subst /,$(SEP),subprojects/dlg/include/dlg/dlg.h include/dlg) 183 $(COPY) $(subst /,$(SEP),subprojects/dlg/src/dlg/dlg.c src/dlg) 205 $(subst /,$(SEP),$(TOP_DIR)/include/freetype/freetype.h))) 206 work := $(subst |,x,$(work)) 207 work := $(subst $(space),|,$(work)) 208 work := $(subst \#define|FREETYPE_MAJOR|,$(space),$(work)) 210 major := $(subst |,$(space),$(work)) 213 work := $(subst \#define|FREETYPE_MINOR|,$(space),$(work)) [all …]
|
| D | freetype.mk | 122 INCLUDES := $(subst /,$(COMPILER_SEP),$(OBJ_DIR) \ 204 $(FT_COMPILE) $T$(subst /,$(COMPILER_SEP),$@ $<) 216 $(FT_COMPILE) $T$(subst /,$(COMPILER_SEP),$@ $<) 243 $(FT_COMPILE) $T$(subst /,$(COMPILER_SEP),$@ $<) 355 -$(DELETE) $(subst /,$(SEP),$(OBJ_DIR)/*.$O $(CLEAN) $(NO_OUTPUT)) 358 -$(DELETE) $(subst /,$(SEP),$(PROJECT_LIBRARY) $(DISTCLEAN) $(NO_OUTPUT)) 366 -$(DELETE) $(subst /,$(SEP),$(CONFIG_MK) $(NO_OUTPUT)) 371 -$(DELETE) $(subst /,$(SEP),$(FTMODULE_H) $(NO_OUTPUT)) 382 -$(DELETE) $(subst /,$(SEP),$(DOC_DIR)/*.html $(NO_OUTPUT))
|
| /third_party/ltp/ |
| D | Makefile | 47 $(1): | $$(abs_top_builddir)/$$(basename $$(subst -,.,$(1))) 49 $(1):: | $$(abs_top_builddir)/$$(basename $$(subst -,.,$(1))) 94 $(MAKE) -C "$(subst -all,,$@)" \ 95 -f "$(abs_top_srcdir)/$(subst -all,,$@)/Makefile" all 98 $(MAKE) -C "$(subst -check,,$@)" \ 99 -f "$(abs_top_srcdir)/$(subst -check,,$@)/Makefile" check 103 -$(MAKE) -C "$(subst -clean,,$@)" \ 104 -f "$(abs_top_srcdir)/$(subst -clean,,$@)/Makefile" clean 126 $(MAKE) -C "$(subst -install,,$@)" \ 127 -f "$(abs_top_srcdir)/$(subst -install,,$@)/Makefile" install
|
| /third_party/rust/rust/tests/ui/borrowck/ |
| D | issue-82126-mismatched-subst-and-hir.stderr | 2 --> $DIR/issue-82126-mismatched-subst-and-hir.rs:16:59 10 --> $DIR/issue-82126-mismatched-subst-and-hir.rs:22:8 16 --> $DIR/issue-82126-mismatched-subst-and-hir.rs:16:59 22 --> $DIR/issue-82126-mismatched-subst-and-hir.rs:22:8
|
| /third_party/skia/third_party/externals/icu/source/config/ |
| D | mh-cygwin | 42 # $(subst) won't work in shell script. #M# at the end omits these 44 …LAGS) -shared $(LD_SOOPTIONS) -Wl,--enable-auto-import -Wl,--out-implib=$(subst cyg,lib,$@).$(A)#M# 45 …LAGS) -shared $(LD_SOOPTIONS) -Wl,--enable-auto-import -Wl,--out-implib=$(subst cyg,lib,$@).$(A)#M# 97 IMPORT_LIB = $(subst cyg,lib,$(FINAL_SO_TARGET)).$(A)#M# 98 MIDDLE_IMPORT_LIB = $(subst cyg,lib,$(basename $(SO_TARGET)))$(SO_TARGET_VERSION_MAJOR).$(SO).$(A)#… 108 ln -fs $(subst cyg,lib,${<F}).$(A) $(subst cyg,lib,$@).$(A)
|
| D | mh-cygwin64 | 42 # $(subst) won't work in shell script. #M# at the end omits these 44 …LAGS) -shared $(LD_SOOPTIONS) -Wl,--enable-auto-import -Wl,--out-implib=$(subst cyg,lib,$@).$(A)#M# 45 …LAGS) -shared $(LD_SOOPTIONS) -Wl,--enable-auto-import -Wl,--out-implib=$(subst cyg,lib,$@).$(A)#M# 97 IMPORT_LIB = $(subst cyg,lib,$(FINAL_SO_TARGET)).$(A)#M# 98 MIDDLE_IMPORT_LIB = $(subst cyg,lib,$(basename $(SO_TARGET)))$(SO_TARGET_VERSION_MAJOR).$(SO).$(A)#… 108 ln -fs $(subst cyg,lib,${<F}).$(A) $(subst cyg,lib,$@).$(A)
|
| /third_party/skia/m133/third_party/externals/icu/source/config/ |
| D | mh-cygwin64 | 42 # $(subst) won't work in shell script. #M# at the end omits these 44 …LAGS) -shared $(LD_SOOPTIONS) -Wl,--enable-auto-import -Wl,--out-implib=$(subst cyg,lib,$@).$(A)#M# 45 …LAGS) -shared $(LD_SOOPTIONS) -Wl,--enable-auto-import -Wl,--out-implib=$(subst cyg,lib,$@).$(A)#M# 97 IMPORT_LIB = $(subst cyg,lib,$(FINAL_SO_TARGET)).$(A)#M# 98 MIDDLE_IMPORT_LIB = $(subst cyg,lib,$(basename $(SO_TARGET)))$(SO_TARGET_VERSION_MAJOR).$(SO).$(A)#… 108 ln -fs $(subst cyg,lib,${<F}).$(A) $(subst cyg,lib,$@).$(A)
|
| D | mh-cygwin | 42 # $(subst) won't work in shell script. #M# at the end omits these 44 …LAGS) -shared $(LD_SOOPTIONS) -Wl,--enable-auto-import -Wl,--out-implib=$(subst cyg,lib,$@).$(A)#M# 45 …LAGS) -shared $(LD_SOOPTIONS) -Wl,--enable-auto-import -Wl,--out-implib=$(subst cyg,lib,$@).$(A)#M# 97 IMPORT_LIB = $(subst cyg,lib,$(FINAL_SO_TARGET)).$(A)#M# 98 MIDDLE_IMPORT_LIB = $(subst cyg,lib,$(basename $(SO_TARGET)))$(SO_TARGET_VERSION_MAJOR).$(SO).$(A)#… 108 ln -fs $(subst cyg,lib,${<F}).$(A) $(subst cyg,lib,$@).$(A)
|
| /third_party/icu/icu4c/source/config/ |
| D | mh-cygwin | 42 # $(subst) won't work in shell script. #M# at the end omits these 44 …LAGS) -shared $(LD_SOOPTIONS) -Wl,--enable-auto-import -Wl,--out-implib=$(subst cyg,lib,$@).$(A)#M# 45 …LAGS) -shared $(LD_SOOPTIONS) -Wl,--enable-auto-import -Wl,--out-implib=$(subst cyg,lib,$@).$(A)#M# 97 IMPORT_LIB = $(subst cyg,lib,$(FINAL_SO_TARGET)).$(A)#M# 98 MIDDLE_IMPORT_LIB = $(subst cyg,lib,$(basename $(SO_TARGET)))$(SO_TARGET_VERSION_MAJOR).$(SO).$(A)#… 108 ln -fs $(subst cyg,lib,${<F}).$(A) $(subst cyg,lib,$@).$(A)
|
| D | mh-cygwin64 | 42 # $(subst) won't work in shell script. #M# at the end omits these 44 …LAGS) -shared $(LD_SOOPTIONS) -Wl,--enable-auto-import -Wl,--out-implib=$(subst cyg,lib,$@).$(A)#M# 45 …LAGS) -shared $(LD_SOOPTIONS) -Wl,--enable-auto-import -Wl,--out-implib=$(subst cyg,lib,$@).$(A)#M# 97 IMPORT_LIB = $(subst cyg,lib,$(FINAL_SO_TARGET)).$(A)#M# 98 MIDDLE_IMPORT_LIB = $(subst cyg,lib,$(basename $(SO_TARGET)))$(SO_TARGET_VERSION_MAJOR).$(SO).$(A)#… 108 ln -fs $(subst cyg,lib,${<F}).$(A) $(subst cyg,lib,$@).$(A)
|
| /third_party/gn/src/gn/ |
| D | function_process_file_template.cc | 78 SubstitutionList subst; local 87 if (!subst.Parse(list, template_arg.origin(), err)) 90 if (!subst.Parse(template_arg, err)) 97 auto& types = subst.required_types(); 104 nullptr, scope->settings(), subst, input_files, &result_files);
|
| /third_party/rust/rust/src/tools/clippy/clippy_lints/src/matches/ |
| D | try_err.rs | 96 if let ty::Adt(_, subst) = ty.kind(); in result_error_type() 99 Some(subst.type_at(1)) in result_error_type() 109 if let ty::Adt(def, subst) = ty.kind(); in poll_result_error_type() 111 let ready_ty = subst.type_at(0); in poll_result_error_type() 126 if let ty::Adt(def, subst) = ty.kind(); in poll_option_result_error_type() 128 let ready_ty = subst.type_at(0); in poll_option_result_error_type()
|
| /third_party/skia/third_party/externals/freetype/builds/compiler/ |
| D | bcc.mk | 75 CLEAN_LIBRARY ?= $(DELETE) $(subst /,$(SEP),$(PROJECT_LIBRARY)) 76 LINK_LIBRARY = tlib /u /P128 $(subst /,$(COMPILER_SEP),$@ $(OBJECTS_LIST:%=+%)) 82 $(subst /,$(SEP),$(TOP_DIR)/apinames.$(O)) \ 83 $(subst /,$(SEP),$(OBJ_DIR)/apinames.tds)
|
| D | bcc-dev.mk | 75 CLEAN_LIBRARY ?= $(DELETE) $(subst /,$(SEP),$(PROJECT_LIBRARY)) 76 LINK_LIBRARY = tlib /u /P128 $(subst /,$(COMPILER_SEP),$@ $(OBJECTS_LIST:%=+%)) 82 $(subst /,$(SEP),$(TOP_DIR)/apinames.$(O)) \ 83 $(subst /,$(SEP),$(OBJ_DIR)/apinames.tds)
|
| /third_party/rust/rust/compiler/rustc_const_eval/src/interpret/ |
| D | util.rs | 41 for (index, subst) in substs.into_iter().enumerate() { in ensure_monomorphic_enough() 47 // Just in case there are closures or generators within this subst, in ensure_monomorphic_enough() 49 if unused_params.is_used(index) && subst.has_param() { in ensure_monomorphic_enough() 50 return subst.visit_with(self); in ensure_monomorphic_enough()
|
| /third_party/skia/third_party/externals/freetype/src/lzw/ |
| D | rules.mk | 26 $I$(subst /,$(COMPILER_SEP),$(LZW_DIR)) \ 57 $(LZW_COMPILE) $T$(subst /,$(COMPILER_SEP),$@ $(LZW_DRV_SRC_S)) 63 $(LZW_COMPILE) $T$(subst /,$(COMPILER_SEP),$@ $<)
|
| /third_party/skia/third_party/externals/freetype/src/dlg/ |
| D | rules.mk | 24 $I$(subst /,$(COMPILER_SEP),$(DLG_DIR)) \ 55 $(DLG_COMPILE) $T$(subst /,$(COMPILER_SEP),$@ $(DLG_SRC_S)) 61 $(DLG_COMPILE) $T$(subst /,$(COMPILER_SEP),$@ $<)
|