Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/build/scripts/rt-tester/
H A Drt-tester.py140 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 DKbuild.include73 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 DMakefile.lib50 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 DMakefile.clean73 ifneq ($(strip $(__clean-files)),)
76 ifneq ($(strip $(__clean-dirs)),)
79 ifneq ($(strip $(clean-rule)),)
H A DMakefile.build131 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 Dheaderdep.pl30 my @headers = grep { strip($_) } @ARGV;
61 sub strip { subroutine
H A Ddecodecode58 ${CROSS_COMPILE}strip $1.o
H A DMakefile.host75 host-objdirs := $(strip $(sort $(filter-out ./,$(host-objdirs))))
/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dconf.c57 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 Ddraw_functrace.py103 line = line.strip()
/utopia/UTPA2-700.0.x/mxlib/
H A Dcfg_tool.mk435 STRIP = $(TOOLCHAIN)-strip
/utopia/UTPA2-700.0.x/projects/project/maxim_android/
H A DMakefile315 ifeq ($(strip $(LOCAL_ARM_MODE)),)
/utopia/UTPA2-700.0.x/projects/project/mclaren_android/
H A DMakefile315 ifeq ($(strip $(LOCAL_ARM_MODE)),)
/utopia/UTPA2-700.0.x/projects/project/kano_android/
H A DMakefile313 ifeq ($(strip $(LOCAL_ARM_MODE)),)
/utopia/UTPA2-700.0.x/projects/project/marcus_android/
H A DMakefile315 ifeq ($(strip $(LOCAL_ARM_MODE)),)
/utopia/UTPA2-700.0.x/projects/project/manhattan_android/
H A DMakefile315 ifeq ($(strip $(LOCAL_ARM_MODE)),)
/utopia/UTPA2-700.0.x/projects/project/curry_android/
H A DMakefile313 ifeq ($(strip $(LOCAL_ARM_MODE)),)
/utopia/UTPA2-700.0.x/projects/project/maserati_android/
H A DMakefile315 ifeq ($(strip $(LOCAL_ARM_MODE)),)
/utopia/UTPA2-700.0.x/projects/project/M7621_android/
H A DMakefile315 ifeq ($(strip $(LOCAL_ARM_MODE)),)
/utopia/UTPA2-700.0.x/projects/project/k6_android/
H A DMakefile313 ifeq ($(strip $(LOCAL_ARM_MODE)),)
/utopia/UTPA2-700.0.x/projects/build/
H A DbspOneUtopia.dxyfile122 # 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 Dbsp.dxyfile121 # 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 DMakefile1169 …CC) $(CFG_CC_OPTS) $(LD_OPTS) $(OBJ_PATH)/*.o $(MLOG_LIB_PATH) -s -o $(PROJ)/bsp/libutopia.so.strip