/kernel/linux/linux-5.10/tools/lib/perf/tests/ |
H A D | Makefile | 22 $(QUIET_LINK)$(CC) $(INCLUDE) $(CFLAGS) -o $@ $(subst -a,.c,$@) ../libperf.a $(LIBAPI) 25 $(QUIET_LINK)$(CC) $(INCLUDE) $(CFLAGS) -L.. -o $@ $(subst -so,.c,$@) $(LIBAPI) -lperf
|
/kernel/linux/linux-5.10/net/bridge/ |
H A D | Makefile | 15 bridge-$(subst m,y,$(CONFIG_BRIDGE_NETFILTER)) += br_nf_core.o 18 br_netfilter-$(subst m,y,$(CONFIG_IPV6)) += br_netfilter_ipv6.o
|
/kernel/linux/linux-6.6/net/bridge/ |
H A D | Makefile | 15 bridge-$(subst m,y,$(CONFIG_BRIDGE_NETFILTER)) += br_nf_core.o 18 br_netfilter-$(subst m,y,$(CONFIG_IPV6)) += br_netfilter_ipv6.o
|
/third_party/ffmpeg/tests/fate/ |
H A D | alac.mak | 15 fate-alac-16-%: CMD = enc_dec_pcm mov wav s16le $(subst $(SAMPLES),$(TARGET_SAMPLES),$(REF)) -c alac $(OPTS) 18 fate-alac-24-%: CMD = enc_dec_pcm mov wav s24le $(subst $(SAMPLES),$(TARGET_SAMPLES),$(REF)) -c alac $(OPTS)
|
H A D | seek.mak | 46 FATE_SEEK_ACODEC := $(filter $(subst fate-,fate-seek-,$(FATE_ACODEC)), $(FATE_SEEK_ACODEC)) 126 FATE_SEEK_VSYNTH_LENA := $(filter $(subst fate-,fate-seek-,$(FATE_VSYNTH_LENA)), $(FATE_SEEK_VSYNTH_LENA)) 134 FATE_SEEK_LAVF_AUDIO := $(filter $(subst fate-,fate-seek-,$(FATE_LAVF_AUDIO)), $(FATE_SEEK_LAVF_AUDIO)) 150 FATE_SEEK_LAVF_CONTAINER := $(filter $(subst fate-,fate-seek-,$(FATE_LAVF_CONTAINER)), $(FATE_SEEK_LAVF_CONTAINER)) 158 FATE_SEEK_LAVF_VIDEO := $(filter $(subst fate-,fate-seek-,$(FATE_LAVF_VIDEO)), $(FATE_SEEK_LAVF_VIDEO)) 168 FATE_SEEK_LAVF_IMAGE := $(filter $(subst fate-,fate-seek-,$(FATE_LAVF_IMAGES)), $(FATE_SEEK_LAVF_IMAGE)) 177 FATE_SEEK_LAVF_IMAGE2PIPE := $(filter $(subst fate-,fate-seek-,$(FATE_LAVF_IMAGE2PIPE)), $(FATE_SEEK_LAVF_IMAGE2PIPE)) 205 $(subst fate-seek-,fate-,$(FATE_SAMPLES_SEEK) $(FATE_SEEK)): KEEP_FILES ?= 1
|
H A D | fits.mak | 30 fate-fitsdec%: PIXFMT = $(word 3, $(subst -, ,$(@))) 39 fate-fitsenc%: PIXFMT = $(word 3, $(subst -, ,$(@)))
|
H A D | wma.mak | 42 fate-wmav1-encode: CMD = enc_dec_pcm asf wav s16le $(subst $(SAMPLES),$(TARGET_SAMPLES),$(REF)) -c:a wmav1 -b:a 128k 48 fate-wmav2-encode: CMD = enc_dec_pcm asf wav s16le $(subst $(SAMPLES),$(TARGET_SAMPLES),$(REF)) -c:a wmav2 -b:a 128k
|
/third_party/skia/third_party/externals/freetype/src/gzip/ |
H A D | rules.mk | 25 $I$(subst /,$(COMPILER_SEP),$(GZIP_DIR)) \ 74 $(GZIP_COMPILE) $T$(subst /,$(COMPILER_SEP),$@ $(GZIP_DRV_SRC))
|
/third_party/jerryscript/targets/mbedos5/ |
H A D | Makefile | 19 BOARD=$(subst [mbed] ,,$(shell mbed target)) 31 EXTRA_SRC_MOD=--source $(subst :, --source ,$(EXTRA_SRC))
|
/third_party/python/Objects/ |
H A D | genericaliasobject.c | 221 PyObject *subst; in _Py_make_parameters() local 226 if (_PyObject_LookupAttr(t, &_Py_ID(__typing_subst__), &subst) < 0) { in _Py_make_parameters() 230 if (subst) { in _Py_make_parameters() 232 Py_DECREF(subst); in _Py_make_parameters() 474 PyObject *subst; in _Py_subs_parameters() local 475 if (_PyObject_LookupAttr(arg, &_Py_ID(__typing_subst__), &subst) < 0) { in _Py_subs_parameters() 480 if (subst) { in _Py_subs_parameters() 483 arg = PyObject_CallOneArg(subst, argitems[iparam]); in _Py_subs_parameters() 484 Py_DECREF(subst); in _Py_subs_parameters()
|
/third_party/ffmpeg/ffbuild/ |
H A D | common.mak | 125 $(BIN2C) $< $@ $(subst .,_,$(basename $(notdir $@))) 136 $(BIN2C) $(patsubst $(SRC_PATH)/%,$(SRC_LINK)/%,$<) $@ $(subst .,_,$(basename $(notdir $@))) 139 $(BIN2C) $(patsubst $(SRC_PATH)/%,$(SRC_LINK)/%,$<) $@ $(subst .,_,$(basename $(notdir $@))) 189 ALLHEADERS := $(subst $(SRC_DIR)/,$(SUBDIR),$(wildcard $(SRC_DIR)/*.h $(SRC_DIR)/$(ARCH)/*.h))
|
/third_party/gn/src/gn/ |
H A D | ninja_action_target_writer.cc | 300 SubstitutionBits subst; in WriteNinjaVariablesForAction() local 301 target_->action_values().args().FillRequiredTypes(&subst); in WriteNinjaVariablesForAction() 302 WriteRustCompilerVars(subst, /*indent=*/true, /*always_write=*/false); in WriteNinjaVariablesForAction() 303 WriteCCompilerVars(subst, /*indent=*/true, /*respect_source_types=*/false); in WriteNinjaVariablesForAction()
|
H A D | ninja_rust_binary_target_writer.cc | 219 const SubstitutionBits& subst = target_->toolchain()->substitution_bits(); in WriteCompilerVars() local 224 WriteRustCompilerVars(subst, /*indent=*/false, /*always_write=*/true); in WriteCompilerVars() 226 WriteSharedVars(subst); in WriteCompilerVars()
|
/third_party/node/deps/openssl/openssl/crypto/perlasm/ |
H A D | ppc-xlate.pl | 169 my @subst = splice(@rest, 0, $num); 171 @subst = map { vsr2vr1($_); } @subst; 173 return (@subst, @rest);
|
/third_party/python/Tools/scripts/ |
H A D | fixcid.py | 246 subst = Dict[found] 254 ## print(found, '-->', subst) 256 subst = found 259 ## print(found, '-->', subst) 261 line = line[:i] + subst + line[i+n:] 262 n = len(subst)
|
/third_party/openssl/crypto/perlasm/ |
H A D | ppc-xlate.pl | 169 my @subst = splice(@rest, 0, $num); 171 @subst = map { vsr2vr1($_); } @subst; 173 return (@subst, @rest);
|
/third_party/gn/src/base/strings/ |
H A D | string_util.cc | 934 const std::vector<OutStringType>& subst, in DoReplaceStringPlaceholders() 936 size_t substitutions = subst.size(); in DoReplaceStringPlaceholders() 940 for (const auto& cur : subst) in DoReplaceStringPlaceholders() 972 formatted.append(subst.at(index)); in DoReplaceStringPlaceholders() 988 const std::vector<std::u16string>& subst, in ReplaceStringPlaceholders() 990 return DoReplaceStringPlaceholders(format_string, subst, offsets); in ReplaceStringPlaceholders() 994 const std::vector<std::string>& subst, in ReplaceStringPlaceholders() 996 return DoReplaceStringPlaceholders(format_string, subst, offsets); in ReplaceStringPlaceholders() 1003 std::vector<std::u16string> subst; in ReplaceStringPlaceholders() local 1004 subst in ReplaceStringPlaceholders() 932 DoReplaceStringPlaceholders( const FormatStringType& format_string, const std::vector<OutStringType>& subst, std::vector<size_t>* offsets) DoReplaceStringPlaceholders() argument 986 ReplaceStringPlaceholders( const std::u16string& format_string, const std::vector<std::u16string>& subst, std::vector<size_t>* offsets) ReplaceStringPlaceholders() argument 993 ReplaceStringPlaceholders(std::string_view format_string, const std::vector<std::string>& subst, std::vector<size_t>* offsets) ReplaceStringPlaceholders() argument [all...] |
/kernel/liteos_a/arch/arm/ |
H A D | arm.mk | 32 LOSCFG_ARCH_CPU_STRIP := $(subst $\",,$(LOSCFG_ARCH_CPU)) 35 LOSCFG_ARCH_FPU_STRIP := $(subst $\",,$(LOSCFG_ARCH_FPU)) 65 LITEOS_GCCLIB := $(subst cortex-,,$(LOSCFG_ARCH_CPU))_softfp_$(LOSCFG_ARCH_FPU)
|
/third_party/alsa-utils/alsactl/ |
H A D | init_parse.c | 1038 const struct subst_map *subst; in apply_format() local 1055 for (subst = map; subst->name; subst++) { in apply_format() 1056 if (strncasecmp(&head[1], subst->name, strlen(subst->name)) == 0) { in apply_format() 1057 type = subst->type; in apply_format() 1058 tail = head + strlen(subst->name)+1; in apply_format() 1059 dbg("will substitute format name '%s'", subst->name); in apply_format() 1076 for (subst in apply_format() [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/wireguard/qemu/ |
H A D | Makefile | 8 HOST_ARCH := $(firstword $(subst -, ,$(CHOST))) 10 CBUILD := $(subst -gcc,,$(lastword $(subst /, ,$(firstword $(wildcard $(foreach bindir,$(subst :, ,$(PATH)),$(bindir)/$(ARCH)-*-gcc)))))) 16 ARCH := $(firstword $(subst -, ,$(CBUILD))) 54 rwildcard=$(foreach d,$(wildcard $1*),$(call rwildcard,$d/,$2) $(filter $(subst *,%,$2),$d)) 126 ifeq ($(subst x86_64,i686,$(HOST_ARCH)),$(ARCH))
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/component/ |
H A D | RuleExtractor.java | 121 RuleSegment subst = new RuleSegment(glyphId); in extract() 126 return new Rule(null, input, null, subst); in extract() 161 RuleSegment subst = new RuleSegment(glyphList); in extract() 163 Rule rule = new Rule(null, input, null, subst); in extract() 180 RuleSegment subst = new RuleSegment(glyphGroup); in extract() 182 Rule rule = new Rule(null, input, null, subst); in extract() 496 if (rule.subst == null) { in applyChainingLookup()
|
/kernel/linux/linux-5.10/drivers/acpi/ |
H A D | Makefile | 12 tables.o: $(src)/../../include/$(subst $\",,$(CONFIG_ACPI_CUSTOM_DSDT_FILE)) ;
|
/kernel/linux/linux-5.10/tools/lib/lockdep/ |
H A D | Makefile | 30 DESTDIR_SQ = '$(subst ','\'',$(DESTDIR))' 61 libdir_SQ = $(subst ','\'',$(libdir)) 62 bindir_SQ = $(subst ','\'',$(bindir))
|
/kernel/linux/linux-6.6/tools/thermal/lib/ |
H A D | Makefile | 24 DESTDIR_SQ = '$(subst ','\'',$(DESTDIR))' 39 libdir_SQ = $(subst ','\'',$(libdir)) 40 libdir_relative_SQ = $(subst ','\'',$(libdir_relative))
|
/third_party/mbedtls/tests/ |
H A D | Makefile | 102 APPS = $(basename $(subst suites/,,$(DATA_FILES))) 154 %.c: suites/$$(firstword $$(subst ., ,$$*)).function suites/%.data scripts/generate_test_code.py suites/helpers.function suites/main_test.function suites/host_test.function 156 $(PYTHON) scripts/generate_test_code.py -f suites/$(firstword $(subst ., ,$*)).function \
|