| /utopia/UTPA2-700.0.x/projects/build/scripts/rt-tester/ |
| H A D | rt-tester.py | 140 line = line.strip() 159 cmd = parts[0].strip().lower() 160 opc = parts[1].strip().lower() 161 tid = parts[2].strip() 162 dat = parts[3].strip() 177 status = fsta.readline().strip() 181 s = s.strip() 184 val = s[2:].strip()
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/ |
| H A D | Kbuild.include | 73 if (which $(strip $(c))$(CC)) > /dev/null 2>&1 ; then \ 124 …$(CC) $(KBUILD_CPPFLAGS) $(KBUILD_CFLAGS) -W$(strip $(1)) -c -xc /dev/null -o "$$TMP",-Wno-$(strip… 198 arg-check = $(strip $(filter-out $(cmd_$(1)), $(cmd_$@)) \ 201 arg-check = $(if $(strip $(cmd_$@)),,1) 216 if_changed = $(if $(strip $(any-prereq) $(arg-check)), \ 222 if_changed_dep = $(if $(strip $(any-prereq) $(arg-check) ), \ 232 if_changed_rule = $(if $(strip $(any-prereq) $(arg-check) ), \ 259 $(if $(strip $(any-prereq)),- due to: $(any-prereq), \ 273 echo-why = $(call escsq, $(strip $(why)))
|
| H A D | Makefile.lib | 50 multi-used-y := $(sort $(foreach m,$(obj-y), $(if $(strip $($(m:.o=-objs)) $($(m:.o=-y))), $(m)))) 51 multi-used-m := $(sort $(foreach m,$(obj-m), $(if $(strip $($(m:.o=-objs)) $($(m:.o=-y))), $(m)))) 69 real-objs-y := $(foreach m, $(filter-out $(subdir-obj-y), $(obj-y)), $(if $(strip $($(m:.o=-objs)) … 70 real-objs-m := $(foreach m, $(obj-m), $(if $(strip $($(m:.o=-objs)) $($(m:.o=-y))),$($(m:.o=-objs))…
|
| H A D | Makefile.clean | 73 ifneq ($(strip $(__clean-files)),) 76 ifneq ($(strip $(__clean-dirs)),) 79 ifneq ($(strip $(clean-rule)),)
|
| H A D | Makefile.build | 131 ifneq ($(strip $(lib-y) $(lib-m) $(lib-n) $(lib-)),) 135 ifneq ($(strip $(obj-y) $(obj-m) $(obj-n) $(obj-) $(subdir-m) $(lib-target)),) 367 cmd_link_o_target = $(if $(strip $(obj-y)),\
|
| H A D | headerdep.pl | 30 my @headers = grep { strip($_) } @ARGV; 61 sub strip { subroutine
|
| H A D | decodecode | 58 ${CROSS_COMPILE}strip $1.o
|
| H A D | Makefile.host | 75 host-objdirs := $(strip $(sort $(filter-out ./,$(host-objdirs))))
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/ |
| H A D | conf.c | 57 static void strip(char *str) in strip() function 195 strip(line); in conf_sym() 310 strip(line); in conf_choice()
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/tracing/ |
| H A D | draw_functrace.py | 103 line = line.strip()
|
| /utopia/UTPA2-700.0.x/mxlib/ |
| H A D | cfg_tool.mk | 435 STRIP = $(TOOLCHAIN)-strip
|
| /utopia/UTPA2-700.0.x/projects/project/maxim_android/ |
| H A D | Makefile | 315 ifeq ($(strip $(LOCAL_ARM_MODE)),)
|
| /utopia/UTPA2-700.0.x/projects/project/mclaren_android/ |
| H A D | Makefile | 315 ifeq ($(strip $(LOCAL_ARM_MODE)),)
|
| /utopia/UTPA2-700.0.x/projects/project/kano_android/ |
| H A D | Makefile | 313 ifeq ($(strip $(LOCAL_ARM_MODE)),)
|
| /utopia/UTPA2-700.0.x/projects/project/marcus_android/ |
| H A D | Makefile | 315 ifeq ($(strip $(LOCAL_ARM_MODE)),)
|
| /utopia/UTPA2-700.0.x/projects/project/manhattan_android/ |
| H A D | Makefile | 315 ifeq ($(strip $(LOCAL_ARM_MODE)),)
|
| /utopia/UTPA2-700.0.x/projects/project/curry_android/ |
| H A D | Makefile | 313 ifeq ($(strip $(LOCAL_ARM_MODE)),)
|
| /utopia/UTPA2-700.0.x/projects/project/maserati_android/ |
| H A D | Makefile | 315 ifeq ($(strip $(LOCAL_ARM_MODE)),)
|
| /utopia/UTPA2-700.0.x/projects/project/M7621_android/ |
| H A D | Makefile | 315 ifeq ($(strip $(LOCAL_ARM_MODE)),)
|
| /utopia/UTPA2-700.0.x/projects/project/k6_android/ |
| H A D | Makefile | 313 ifeq ($(strip $(LOCAL_ARM_MODE)),)
|
| /utopia/UTPA2-700.0.x/projects/build/ |
| H A D | bspOneUtopia.dxyfile | 122 # can be used to strip a user-defined part of the path. Stripping is 126 # path to strip. 130 # The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of
|
| H A D | bsp.dxyfile | 121 # can be used to strip a user-defined part of the path. Stripping is 125 # path to strip. 129 # The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of
|
| H A D | Makefile | 1169 …CC) $(CFG_CC_OPTS) $(LD_OPTS) $(OBJ_PATH)/*.o $(MLOG_LIB_PATH) -s -o $(PROJ)/bsp/libutopia.so.strip
|