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

<<21222324252627282930>>

  /external/autotest/site_utils/tester_feedback/
input_handlers.py 96 input_str = input_str.lower().strip()
  /external/autotest/utils/
check_patch.py 118 unknown_files.append(line[1:].strip())
128 modified_files.append(line[1:].strip())
232 reindent_results = reindent_raw.split(" ")[-1].strip(".")
259 stripped_name = self.basename.strip(".py")
  /external/chromium-trace/catapult/devil/devil/android/sdk/
gce_adb_wrapper.py 31 self._instance_ip = self.Shell('getprop net.gce.ip_address').strip()
  /external/chromium-trace/catapult/firefighter/update/common/buildbot/
step.py 130 source = log_iterator.next().strip()
  /external/chromium-trace/catapult/systrace/profile_chrome/
systrace_controller.py 62 return result.strip() == '1'
  /external/chromium-trace/catapult/telemetry/telemetry/core/
local_server_unittest.py 77 body_text = body_text.strip()
  /external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome/
cros_test_case.py 69 ['/usr/sbin/cryptohome', '--action=is_mounted'])[0].strip() == 'true'
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/power_monitor/
cros_power_monitor.py 72 sample = sample.strip()
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/
iprofiler_profiler.py 31 output = self._proc.readline().strip()
  /external/chromium-trace/catapult/telemetry/telemetry/internal/util/
exception_formatter.py 38 exception_string = '\n'.join(l.strip() for l in exception_list)
  /external/chromium-trace/catapult/telemetry/third_party/webpagereplay/
exception_formatter.py 32 exception_string = '\n'.join(l.strip() for l in exception_list)
  /external/chromium-trace/catapult/third_party/WebOb/webob/
descriptors.py 180 return tuple(filter(None, [v.strip() for v in value.split(',')]))
281 if not value or not value.strip():
298 value = str(value).strip()
311 r[k] = v.strip('"')
  /external/chromium-trace/catapult/third_party/apiclient/googleapiclient/
errors.py 58 self.resp.status, self.uri, self._get_reason().strip())
  /external/chromium-trace/catapult/third_party/closure_linter/closure_linter/common/
filetestcase.py 99 messages.append((line, self._converter(msg_id.strip())))
  /external/chromium-trace/catapult/third_party/gsutil/
setup.py 65 VERSION = f.read().strip()
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/bin/
cfadmin 55 path = path.strip()
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/
buyreservation.py 82 if answer.strip().lower() == 'yes':
  /external/chromium-trace/catapult/third_party/html5lib-python/html5lib/filters/
lint.py 72 data = data.strip(spaceCharacters)
  /external/chromium-trace/catapult/third_party/html5lib-python/utils/
entities.py 15 return inp.strip()
  /external/compiler-rt/make/
util.mk 21 contains = $(if $(strip $(foreach i,$(1),$(if $(call streq,$(2),$(i)),T,))),true,)
25 is_subset = $(if $(strip $(set_difference $(1),$(2))),,true)
  /external/jarjar/src/main/com/tonicsystems/jarjar/
Main.java 95 proc.strip(outJar);
MainProcessor.java 60 public void strip(File file) throws IOException { method in class:MainProcessor
  /external/llvm/lib/Support/
regex2.h 47 * The internal representation is a *strip*, a sequence of
65 typedef unsigned long sop; /* strip operator */
132 sop *strip; /* malloced area for strip */ member in struct:re_guts
  /external/llvm/utils/
sort_includes.py 36 if l.strip() == '':
  /external/markdown/markdown/extensions/
tables.py 70 c.text = cells[i].strip()

Completed in 2029 milliseconds

<<21222324252627282930>>