| /rk3399_rockchip-uboot/test/py/tests/ |
| H A D | test_shell_basics.py | 15 assert response.strip() == 'hello' 32 assert response.strip() == '123' 41 assert response.strip() == '1' 43 assert response.strip() == '2'
|
| H A D | test_hush_if_test.py | 112 assert response.strip() == str(result).lower()
|
| H A D | test_env.py | 52 (var, value) = l.strip().split('=', 1)
|
| /rk3399_rockchip-uboot/tools/patman/ |
| H A D | settings.py | 173 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 D | gitutil.py | 82 name = stdout.split(' ')[1].strip() 483 lookup_name = lookup_name.strip() 539 fname = os.path.join(GetTopLevel(), fname.strip())
|
| H A D | series.py | 66 values = [str.strip() for str in values] 158 process_it = [item.strip() for item in process_it]
|
| H A D | command.py | 115 **kwargs).stdout.strip())
|
| H A D | patman.py | 113 cc = cc.strip()
|
| H A D | patman | 113 cc = cc.strip()
|
| /rk3399_rockchip-uboot/tools/env/ |
| H A D | Makefile | 37 $(obj)/.strip: $(obj)/fw_printenv 40 always += .strip
|
| /rk3399_rockchip-uboot/scripts/ |
| H A D | Makefile.lib | 53 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 D | Makefile.clean | 76 ifneq ($(strip $(__clean-files)),) 79 ifneq ($(strip $(__clean-dirs)),)
|
| H A D | Kbuild.include | 79 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 D | Makefile.build | 104 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 D | Makefile.host | 57 host-objdirs := $(strip $(sort $(filter-out ./,$(host-objdirs))))
|
| /rk3399_rockchip-uboot/arch/arc/ |
| H A D | Makefile | 21 $(Q)$(CROSS_COMPILE)strip -g u-boot
|
| /rk3399_rockchip-uboot/tools/ |
| H A D | Makefile | 274 $(obj)/.strip: $(call objectify,$(filter $(always),$(hostprogs-y))) 277 always += .strip 279 clean-files += .strip
|
| H A D | genboardscfg.py | 338 tag, rest = line[:2], line[2:].strip() 403 output_lines.append(line.strip())
|
| H A D | rkmux.py | 29 [x.strip() for x in cols])
|
| H A D | moveconfig.py | 427 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 D | microcode-tool.py | 32 hexval = value.strip()
|
| H A D | microcode-tool | 32 hexval = value.strip()
|
| /rk3399_rockchip-uboot/examples/standalone/ |
| H A D | Makefile | 20 ELF := $(strip $(extra-y))
|
| /rk3399_rockchip-uboot/test/py/ |
| H A D | u_boot_utils.py | 233 ram_base = int(l.split('=')[1].strip(), 16)
|
| /rk3399_rockchip-uboot/scripts/kconfig/ |
| H A D | conf.c | 58 static void strip(char *str) in strip() function 200 strip(line); in conf_sym() 316 strip(line); in conf_choice()
|