HomeSort by relevance Sort by last modified time
    Searched refs:strip (Results 101 - 125 of 2628) sorted by null

1 2 3 45 6 7 8 91011>>

  /build/make/core/combo/
TARGET_linux-arm.mk 32 ifeq ($(strip $(TARGET_$(combo_2nd_arch_prefix)ARCH_VARIANT)),)
37 ifeq ($(strip $(wildcard $(TARGET_ARCH_SPECIFIC_MAKEFILE))),)
TARGET_linux-mips.mk 32 ifeq ($(strip $(TARGET_$(combo_2nd_arch_prefix)ARCH_VARIANT)),)
37 ifeq ($(strip $(wildcard $(TARGET_ARCH_SPECIFIC_MAKEFILE))),)
TARGET_linux-x86.mk 21 ifeq ($(strip $(TARGET_$(combo_2nd_arch_prefix)ARCH_VARIANT)),)
30 ifeq ($(strip $(wildcard $(TARGET_ARCH_SPECIFIC_MAKEFILE))),)
fdo.mk 27 ifeq ($(strip $($(combo_2nd_arch_prefix)TARGET_FDO_PROFILE_PATH)),)
  /build/make/core/
host_executable_internal.mk 8 ifeq ($(strip $(LOCAL_MODULE_CLASS)),)
11 ifeq ($(strip $(LOCAL_MODULE_SUFFIX)),)
phony_package.mk 2 ifneq ($(strip $(LOCAL_SRC_FILES)),)
ccache.mk 42 ccache := $(strip $(wildcard $(ccache)))
aux_toolchain.mk 12 ifeq ($(strip $(AUX_TOOLCHAIN)),)
13 ifeq ($(strip $(AUX_CPU)),)
25 AUX_BUILD_NOT_COMPATIBLE := $(strip $(AUX_BUILD_NOT_COMPATIBLE))
device.mk 38 $(eval $(v) := $($(v)) $(INHERIT_TAG)$(strip $(1))))
54 $(eval dn := $(strip $(1)))
75 $(strip $(call _resolve-short-device-name,$(1)))
distdir.mk 23 dist_goal := $(strip $(filter dist,$(MAKECMDGOALS)))
24 MAKECMDGOALS := $(strip $(filter-out dist,$(MAKECMDGOALS)))
25 ifeq (,$(strip $(filter-out $(INTERNAL_MODIFIER_TARGETS),$(MAKECMDGOALS))))
  /device/google/marlin/common/
utils.mk 17 $(strip \
32 $(strip \
33 $(eval wl:= $(colon)$(subst $(space),$(colon),$(strip $(2)))$(colon)) \
34 $(eval w:= $(colon)$(strip $(1))$(colon)) \
49 $(strip \
50 $(if $(strip $(1)), \
51 $(call match-word,$(call find-word-in-list,$(1),$(2)),$(strip $(1))), \
67 $(strip \
68 $(eval w := $(strip $(1)$(strip $(2))))
    [all...]
  /external/icu/icu4c/source/config/
mh-linux 44 $(call SILENT_COMPILE,$(strip $(COMPILE.c) $(STATICCPPFLAGS) $(STATICCFLAGS)) -o $@ $<)
46 $(call SILENT_COMPILE,$(strip $(COMPILE.c) $(DYNAMICCPPFLAGS) $(DYNAMICCFLAGS)) -o $@ $<)
49 $(call SILENT_COMPILE,$(strip $(COMPILE.cc) $(STATICCPPFLAGS) $(STATICCXXFLAGS)) -o $@ $<)
51 $(call SILENT_COMPILE,$(strip $(COMPILE.cc) $(DYNAMICCPPFLAGS) $(DYNAMICCXXFLAGS)) -o $@ $<)
  /external/libyuv/files/util/
Makefile 5 $(CXX) -msse2 -O3 -fopenmp -static -o psnr psnr.cc ssim.cc psnr_main.cc -Wl,--strip-all
  /external/rootdev/
rootdev.h 23 * @strip: whether to remove the partition # or not.
27 int rootdev(char *path, size_t size, bool full, bool strip);
38 bool full, bool strip,
  /external/swiftshader/third_party/LLVM/test/Scripts/
common_dump.py 13 return ''.join(bytes).strip()
31 return ''.join(bytes).strip()
  /external/toolchain-utils/deprecated/
summarize_results.py 38 line = line.strip().split(':')
41 test_name = (':'.join(line[1:])).replace('\t', ' ').strip()
95 line = line.strip().split(' ')
96 if len(line) > 1 and (line[-1].strip() in pass_statuses or
97 line[-1].strip() in fail_statuses):
98 test_name = (line[0].strip())
99 if line[-1].strip() in pass_statuses:
138 output.write(summary.strip() + '\n')
  /prebuilts/sdk/
Android.mk 28 LOCAL_MIN_SDK_VERSION := $(if $(call math_is_number,$(strip $(1))),$(1),$(PLATFORM_JACK_MIN_SDK_VERSION))
39 LOCAL_MIN_SDK_VERSION := $(if $(call math_is_number,$(strip $(1))),$(1),$(PLATFORM_JACK_MIN_SDK_VERSION))
  /hardware/qcom/audio/hal/
Android.mk 1 ifeq ($(strip $(BOARD_USES_ALSA_AUDIO)),true)
77 ifeq ($(strip $(AUDIO_FEATURE_ENABLED_USB_TUNNEL)),true)
102 ifeq ($(strip $(AUDIO_FEATURE_ENABLED_SMART_PA_TFA_98XX)),true)
108 ifeq ($(strip $(AUDIO_FEATURE_ENABLED_MULTI_VOICE_SESSIONS)),true)
113 ifeq ($(strip $(AUDIO_FEATURE_ENABLED_HFP)),true)
118 ifeq ($(strip $(AUDIO_FEATURE_SUPPORTED_EXTERNAL_BT)),true)
122 ifeq ($(strip $(AUDIO_FEATURE_NO_AUDIO_OUT)),true)
126 ifeq ($(strip $(BOARD_SUPPORTS_SOUND_TRIGGER)),true)
137 ifeq ($(strip $(AUDIO_FEATURE_ENABLED_SPKR_PROTECTION)),true)
142 ifeq ($(strip $(AUDIO_FEATURE_ENABLED_DSM_FEEDBACK)),true
    [all...]
  /external/e2fsprogs/lib/
Makefile.bsd-lib 37 install-strip: install
39 install-shlibs-strip: install-shlibs
  /external/llvm/utils/
wciia.py 29 # paths must be in ( ... ) so strip them
56 name = line[2:].strip()
63 email = line[2:].strip()
66 description = line[2:].strip()
69 filesfolders = line[2:].strip()
  /external/ltp/testcases/kernel/syscalls/swapon/
Makefile 20 ifneq ($(strip $(NEEDSPECIAL)),)
  /hardware/interfaces/soundtrigger/2.0/default/
Android.mk 37 ifeq ($(strip $(AUDIOSERVER_MULTILIB)),)
  /libcore/tools/docs/crypto/
crypto_docs.py 24 # so strip comments out before parsing
27 if not line.strip().startswith('#'):
  /system/core/healthd/
Android.mk 37 ifeq ($(strip $(BOARD_CHARGER_DISABLE_INIT_BLANK)),true)
40 ifeq ($(strip $(BOARD_CHARGER_ENABLE_SUSPEND)),true)
65 ifeq ($(strip $(BOARD_CHARGER_ENABLE_SUSPEND)),true)
73 ifeq ($(strip $(BOARD_CHARGER_NO_UI)),true)
92 ifeq ($(strip $(LOCAL_CHARGER_NO_UI)),true)
112 ifneq ($(strip $(LOCAL_CHARGER_NO_UI)),true)
120 ifeq ($(strip $(BOARD_CHARGER_ENABLE_SUSPEND)),true)
132 ifneq ($(strip $(LOCAL_CHARGER_NO_UI)),true)
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
dwarf.exp 69 global strip
73 set test_name "Strip -s $test"
74 set prog $strip

Completed in 791 milliseconds

1 2 3 45 6 7 8 91011>>