Home
last modified time | relevance | path

Searched refs:strip (Results 1 – 25 of 35) sorted by relevance

12

/rk3399_rockchip-uboot/test/py/tests/
H A Dtest_shell_basics.py15 assert response.strip() == 'hello'
32 assert response.strip() == '123'
41 assert response.strip() == '1'
43 assert response.strip() == '2'
H A Dtest_hush_if_test.py112 assert response.strip() == str(result).lower()
H A Dtest_env.py52 (var, value) = l.strip().split('=', 1)
/rk3399_rockchip-uboot/tools/patman/
H A Dsettings.py173 line = line.strip()
184 item = item.strip()
264 line = line.strip()
273 alias[words[1]] = [s.strip() for s in words[2].split(',')]
288 bounces.add(line.strip())
H A Dgitutil.py82 name = stdout.split(' ')[1].strip()
483 lookup_name = lookup_name.strip()
539 fname = os.path.join(GetTopLevel(), fname.strip())
H A Dseries.py66 values = [str.strip() for str in values]
158 process_it = [item.strip() for item in process_it]
H A Dcommand.py115 **kwargs).stdout.strip())
H A Dpatman.py113 cc = cc.strip()
H A Dpatman113 cc = cc.strip()
/rk3399_rockchip-uboot/tools/env/
H A DMakefile37 $(obj)/.strip: $(obj)/fw_printenv
40 always += .strip
/rk3399_rockchip-uboot/scripts/
H A DMakefile.lib53 multi-used-y := $(sort $(foreach m,$(obj-y), $(if $(strip $($(m:.o=-objs)) $($(m:.o=-y))), $(m))))
54 multi-used-m := $(sort $(foreach m,$(obj-m), $(if $(strip $($(m:.o=-objs)) $($(m:.o=-y))), $(m))))
72 real-objs-y := $(foreach m, $(filter-out $(subdir-obj-y), $(obj-y)), $(if $(strip $($(m:.o=-objs)) …
73 real-objs-m := $(foreach m, $(obj-m), $(if $(strip $($(m:.o=-objs)) $($(m:.o=-y))),$($(m:.o=-objs))…
H A DMakefile.clean76 ifneq ($(strip $(__clean-files)),)
79 ifneq ($(strip $(__clean-dirs)),)
H A DKbuild.include79 if (which $(strip $(c))$(CC)) > /dev/null 2>&1 ; then \
132 …$(CC) $(KBUILD_CPPFLAGS) $(KBUILD_CFLAGS) -W$(strip $(1)) -c -x c /dev/null -o "$$TMP",-Wno-$(stri…
238 arg-check = $(strip $(filter-out $(cmd_$(1)), $(cmd_$@)) \
241 arg-check = $(if $(strip $(cmd_$@)),,1)
258 if_changed = $(if $(strip $(any-prereq) $(arg-check)), \
264 if_changed_dep = $(if $(strip $(any-prereq) $(arg-check) ), \
274 if_changed_rule = $(if $(strip $(any-prereq) $(arg-check) ), \
301 $(if $(strip $(any-prereq)),- due to: $(any-prereq), \
315 echo-why = $(call escsq, $(strip $(why)))
H A DMakefile.build104 ifneq ($(strip $(lib-y) $(lib-m) $(lib-)),)
108 ifneq ($(strip $(obj-y) $(obj-m) $(obj-) $(subdir-m) $(lib-target)),)
353 cmd_link_o_target = $(if $(strip $(obj-y)),\
H A DMakefile.host57 host-objdirs := $(strip $(sort $(filter-out ./,$(host-objdirs))))
/rk3399_rockchip-uboot/arch/arc/
H A DMakefile21 $(Q)$(CROSS_COMPILE)strip -g u-boot
/rk3399_rockchip-uboot/tools/
H A DMakefile274 $(obj)/.strip: $(call objectify,$(filter $(always),$(hostprogs-y)))
277 always += .strip
279 clean-files += .strip
H A Dgenboardscfg.py338 tag, rest = line[:2], line[2:].strip()
403 output_lines.append(line.strip())
H A Drkmux.py29 [x.strip() for x in cols])
H A Dmoveconfig.py427 line = line.strip()
713 lines = [x for x in lines if x.strip() not in configs]
1392 subprocess.check_output(['git', 'rev-parse', '--short', commit]).strip()
1531 if line.strip().startswith('help') or not line:
1620 config, value = line.strip().split('=', 1)
H A Dmicrocode-tool.py32 hexval = value.strip()
H A Dmicrocode-tool32 hexval = value.strip()
/rk3399_rockchip-uboot/examples/standalone/
H A DMakefile20 ELF := $(strip $(extra-y))
/rk3399_rockchip-uboot/test/py/
H A Du_boot_utils.py233 ram_base = int(l.split('=')[1].strip(), 16)
/rk3399_rockchip-uboot/scripts/kconfig/
H A Dconf.c58 static void strip(char *str) in strip() function
200 strip(line); in conf_sym()
316 strip(line); in conf_choice()

12