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

1 2 3 45 6 7 8 91011>>

  /external/chromium-trace/catapult/hooks/
pre_push 16 return tty_fd.readline().strip()
36 is_force_push = subprocess.check_output(cmd).strip()
  /external/chromium-trace/catapult/third_party/gsutil/third_party/crcmod/docs/source/
make_predefined_table.py 25 print(' '.join(("%-*s" % (table_data_item[2], table_data_item[0]) for table_data_item in table_data)).strip())
43 print(' '.join(defn_data_list).strip())
  /external/icu/icu4c/source/config/
mh-linux 42 $(call SILENT_COMPILE,$(strip $(COMPILE.c) $(STATICCPPFLAGS) $(STATICCFLAGS)) -o $@ $<)
44 $(call SILENT_COMPILE,$(strip $(COMPILE.c) $(DYNAMICCPPFLAGS) $(DYNAMICCFLAGS)) -o $@ $<)
47 $(call SILENT_COMPILE,$(strip $(COMPILE.cc) $(STATICCPPFLAGS) $(STATICCXXFLAGS)) -o $@ $<)
49 $(call SILENT_COMPILE,$(strip $(COMPILE.cc) $(DYNAMICCPPFLAGS) $(DYNAMICCXXFLAGS)) -o $@ $<)
  /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,
  /ndk/tests/build/issue22336-ICE-emit-rtl/jni/
Android.mk 3 ifeq ($(strip $(filter-out $(NDK_KNOWN_ARCHS),$(TARGET_ARCH))),)
  /build/core/
ccache.mk 42 ccache := $(strip $(wildcard $(ccache)))
copy_headers.mk 4 ifneq ($(strip $(LOCAL_IS_HOST_MODULE)),)
shared_library_internal.mk 10 ifeq ($(strip $(LOCAL_MODULE_CLASS)),)
13 ifeq ($(strip $(LOCAL_MODULE_SUFFIX)),)
16 ifneq ($(strip $(OVERRIDE_BUILT_MODULE_PATH)),)
19 ifneq ($(strip $(LOCAL_MODULE_STEM)$(LOCAL_BUILT_MODULE_STEM)$(LOCAL_MODULE_STEM_32)$(LOCAL_MODULE_STEM_64)),)
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))))
  /external/autotest/site_utils/stats/
devserverinfo.py 23 stat.send('num_devserver_processes', int(out.strip())-1)
hostinfo.py 23 stat.send('time_wait_sockets', int(out.strip())-1)
  /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()
  /hardware/qcom/audio/hal/
Android.mk 1 ifeq ($(strip $(BOARD_USES_ALSA_AUDIO)),true)
78 ifeq ($(strip $(AUDIO_FEATURE_ENABLED_MULTI_VOICE_SESSIONS)),true)
83 ifeq ($(strip $(AUDIO_FEATURE_ENABLED_HFP)),true)
88 ifeq ($(strip $(AUDIO_FEATURE_SUPPORTED_EXTERNAL_BT)),true)
92 ifeq ($(strip $(AUDIO_FEATURE_NO_AUDIO_OUT)),true)
96 ifeq ($(strip $(BOARD_SUPPORTS_SOUND_TRIGGER)),true)
103 ifeq ($(strip $(AUDIO_FEATURE_ENABLED_SPKR_PROTECTION)),true)
108 ifeq ($(strip $(AUDIO_FEATURE_ENABLED_DSM_FEEDBACK)),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
  /external/autotest/client/tests/kvm/tests/
nmi_watchdog.py 23 kernel_version = session.get_command_output("uname -r").strip()
40 logging.debug(output.strip())
49 logging.debug(output.strip())
  /external/libcxx/test/libcxx/test/
target_info.py 24 platform_name = sys.platform.lower().strip()
25 # Strip the '2' from linux2.
36 name = name.lower().strip()
44 ver = ver.lower().strip()
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/test/
target_info.py 24 platform_name = sys.platform.lower().strip()
25 # Strip the '2' from linux2.
36 name = name.lower().strip()
44 ver = ver.lower().strip()
  /external/chromium-trace/catapult/third_party/Paste/paste/util/
mimeparse.py 38 type, subtype = type.strip() or '*', '*'
40 type = type.strip() or '*'
41 subtype = subtype.strip() or '*'
46 key, value = param[0].strip(), param[1].strip()
  /external/chromium-trace/catapult/third_party/apiclient/googleapiclient/
mimeparse.py 46 params = dict([tuple([s.strip() for s in param.split('=', 1)])\
49 full_type = parts[0].strip()
56 return (type.strip(), subtype.strip(), params)
174 if s.strip():
  /external/opencv3/platforms/scripts/
cmake_android_all_cameras.py 24 MakeTarget = str.strip(keys[0])
25 Arch = str.strip(keys[1])
26 NativeApiLevel = str.strip(keys[2])
27 AndroidTreeRoot = str.strip(keys[3])
28 AndroidTreeRoot = str.strip(AndroidTreeRoot, "\n")
  /frameworks/base/core/java/android/text/method/
DigitsKeyListener.java 180 * If it does, we must strip them out from the source.
190 boolean strip = false;
194 strip = true;
196 strip = true;
202 strip = true;
208 if (strip) {
  /ndk/build/core/
add-application.mk 36 APP_DEBUG := $(strip $(NDK_DEBUG))
55 # strip the 'lib' prefix in front of APP_MODULES modules
56 APP_MODULES := $(call strip-lib-prefix,$(APP_MODULES))
58 APP_PROJECT_PATH := $(strip $(APP_PROJECT_PATH))
76 APP_PLATFORM := $(strip $(APP_PLATFORM))
78 _local_props := $(strip $(wildcard $(APP_PROJECT_PATH)/project.properties))
81 _local_props := $(strip $(wildcard $(APP_PROJECT_PATH)/default.properties))
84 APP_PLATFORM := $(strip $(shell $(HOST_AWK) -f $(BUILD_AWK)/extract-platform.awk $(call host-path,$(_local_props))))
108 APP_PLATFORM_LEVEL := $(strip $(subst android-,,$(APP_PLATFORM)))
122 ifneq ($(strip $(subst android-,,$(APP_PLATFORM))),$(APP_PLATFORM_LEVEL)
    [all...]
  /external/opencv3/modules/python/src2/
hdr_parser.py 66 return arg_str[npos2+1:npos3].strip(), npos3
105 arg_str = arg_str.strip()
116 w = arg_str[word_start:npos].strip()
118 word_list.append("operator " + arg_str[npos:].strip())
183 counter_str = arg_name[p1+1:p2].strip()
187 modlist.append("/A " + counter_str.strip())
211 if ll[-1].strip() == "":
226 prev_val = val = pv[1].strip()
227 decl.append(["const " + self.get_dotted_name(pv[0].strip()), val, [], []])
250 l = self.batch_replace(l, [("CV_EXPORTS_W", ""), ("CV_EXPORTS", ""), ("public virtual ", " "), ("public ", " "), ("::", ".")]).strip()
    [all...]

Completed in 1448 milliseconds

1 2 3 45 6 7 8 91011>>