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

<<31323334353637383940>>

  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/_setup/py3/
shell.py 122 """.strip() + "\n") % {
162 code = int(result.splitlines()[-1].strip())
202 """.strip() + "\n") % {
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/_setup/py3/
shell.py 122 """.strip() + "\n") % {
162 code = int(result.splitlines()[-1].strip())
202 """.strip() + "\n") % {
  /external/clang/tools/clang-format/
git-clang-format 242 return stdout.strip()
458 strip = kwargs.pop('strip', True)
469 if strip:
  /external/jsoncpp/
makerelease.py 39 f.write( version.strip() )
209 line = line.strip()
217 path = line.strip().split()[-1:]
  /external/mesa3d/src/gallium/tools/trace/
parse.py 181 def character_data(self, strip = True):
186 if strip:
187 data = data.strip()
  /external/toybox/kconfig/
conf.c 40 static void strip(char *str) function
240 strip(line);
360 strip(line);
  /external/vulkan-validation-layers/
vk_helper.py 159 elif line.split()[0].strip().startswith("//"):
163 (ty_txt, en_txt, base_type) = line.strip().split(None, 2)
174 (ty_txt, st_txt, base_type) = line.strip().split(None, 2)
176 (ignored, base_type) = base_type.strip().split(None, 1)
186 # (ty_txt, st_txt, base_type) = line.strip().split(None, 2)
196 (cur_char, targ_type) = line.strip().split(None, 1)
198 base_type = targ_type.strip(';')
209 base_type = targ_type.strip(';')
222 self.typedef_fwd_dict[base_type] = targ_type.strip(';')
223 self.typedef_rev_dict[targ_type.strip(';')] = base_typ
    [all...]
  /external/webrtc/tools/autoroller/
roll_chromium_revision.py 78 m = COMMIT_POSITION_RE.match(line.strip())
130 active = line[1:].strip()
133 branch = line.strip()
413 head_rev = stdout.strip().split('\t')[0]
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/
bdist_rpm.py 365 l = string.split(string.strip(line))
570 for line in string.split(string.strip(changelog), '\n'):
571 line = string.strip(line)
579 # strip trailing newline inserted by first changelog entry
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
sysconfig.py 313 v = v.strip()
354 done[name] = value.strip()
364 # strip spurious spaces
367 done[k] = v.strip()
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/
bdist_rpm.py 365 l = string.split(string.strip(line))
570 for line in string.split(string.strip(changelog), '\n'):
571 line = string.strip(line)
579 # strip trailing newline inserted by first changelog entry
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
sysconfig.py 313 v = v.strip()
354 done[name] = value.strip()
364 # strip spurious spaces
367 done[k] = v.strip()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
bdist_rpm.py 365 l = string.split(string.strip(line))
570 for line in string.split(string.strip(changelog), '\n'):
571 line = string.strip(line)
579 # strip trailing newline inserted by first changelog entry
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
sysconfig.py 313 v = v.strip()
354 done[name] = value.strip()
364 # strip spurious spaces
367 done[k] = v.strip()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
bdist_rpm.py 365 l = string.split(string.strip(line))
570 for line in string.split(string.strip(changelog), '\n'):
571 line = string.strip(line)
579 # strip trailing newline inserted by first changelog entry
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
sysconfig.py 313 v = v.strip()
354 done[name] = value.strip()
364 # strip spurious spaces
367 done[k] = v.strip()
  /system/extras/tests/net_test/
net_test.py 237 address = [s for s in address.strip().split(" ") if s]
250 route = [s for s in route.strip().split(" ") if s]
259 route = [s for s in route.strip().split("\t") if s]
349 # Possibly check, and strip, header.
  /build/core/
dex_preopt_libart.mk 33 $(strip $(patsubst $(1)=%,%,$(filter $(1)=%,$(PRODUCT_DEFAULT_PROPERTY_OVERRIDES))))
dynamic_binary.mk 110 ## Strip
132 # Strip the binary
136 # Strip only the debug frames, but leave the symbol table.
140 # A product may be configured to strip everything in some build variants.
146 $($(LOCAL_2ND_ARCH_VAR_PREFIX)TARGET_STRIP) --strip-all $(LOCAL_INSTALLED_MODULE)
149 # Don't strip the binary, just copy it. We can't skip this step
host_dalvik_java_library.mk 89 ifneq ($(strip $(LOCAL_JARJAR_RULES)),)
  /build/tools/
event_log_tags.py 66 line = line.strip()
java-event-log-tags.py 136 args = [arg.strip("() ").split("|") for arg in t.description.split(",")]
post_process_props.py 77 self.lines = [s.strip() for s in lines]
  /development/testrunner/
run_command.py 179 valgrind_out = subproc.communicate()[0].strip()
  /device/huawei/angler/camera/QCamera2/stack/mm-camera-test/
Android.mk 17 ifeq ($(strip $(TARGET_USES_ION)),true)
128 ifeq ($(strip $(TARGET_USES_ION)),true)

Completed in 1692 milliseconds

<<31323334353637383940>>