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

<<51525354555657585960>>

  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/
perf_profiler.py 50 if f.read().strip() != '0':
252 function = re.sub('<.*>', '', function) # Strip template params.
253 function = re.sub('[(].*[)]', '', function) # Strip function params.
  /external/chromium-trace/catapult/telemetry/telemetry/internal/util/
webpagereplay.py 184 m = port_re.match(line.strip())
  /external/chromium-trace/catapult/third_party/Paste/paste/
cgiapp.py 150 name = name.strip()
  /external/chromium-trace/catapult/third_party/Paste/paste/exceptions/
collector.py 237 revision = str(revision).strip()
494 probably want to .strip() it as well, as it is likely to have
  /external/chromium-trace/catapult/third_party/WebOb/webob/
response.py 171 status = fp.readline().strip()
178 line = fp.readline().strip()
186 value = value.strip()
    [all...]
  /external/chromium-trace/catapult/third_party/coverage/
igor.py 283 if line is not None and not line.strip():
  /external/chromium-trace/catapult/third_party/gsutil/gslib/
hashing_helper.py 261 return binascii.hexlify(base64.decodestring(base64_hash.strip('\n"\'')))
  /external/chromium-trace/catapult/third_party/gsutil/gslib/tests/testcase/
integration_testcase.py 305 json_object.md5Hash.strip('\n"\'')))
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudsearch/
search.py 298 msg = ': %s' % (g.groups()[0].strip())
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/gs/
resumable_upload_handler.py 95 uri = f.readline().strip()
513 if key.md5 != etag.strip('"\''):
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ses/
connection.py 230 format = format.lower().strip()
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
transport.py 266 if not content.strip():
  /external/chromium-trace/catapult/third_party/gsutil/third_party/rsa/rsa/
_version133.py 366 return encoded.strip()
  /external/compiler-rt/lib/sanitizer_common/scripts/
sancov.py 196 return set(int(line.strip(), 16) + 4 for line in proc.stdout)
  /external/elfutils/tests/
run-strings-test.sh 345 testfile8: 7c1a strip (Red Hat %s) %s
353 testfile8: 7ca6 ../../src/strip.c
414 testfile9: 3474 strip (Red Hat %s) %s
422 testfile9: 3500 ../../src/strip.c
  /external/libxml2/
check-xml-test-suite.py 348 content = string.strip(test.content)
  /external/llvm/test/
Makefile 44 ifneq ($(strip $(filter check-local-all,$(MAKECMDGOALS))),)
  /external/llvm/utils/lit/lit/
discovery.py 207 ln = ln.strip()
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_tile_soa.py 605 print CopyRight.strip()
  /external/opencv3/modules/java/generator/
gen_java.py 714 name = name[name.find(" ")+1:].strip() # remove struct/class/const prefix
    [all...]
  /external/parameter-framework/upstream/test/functional-tests-legacy/PfwTestCase/Domains/
tDomain_Elements_Sequences.py 112 configElementOrder = out.strip('\r\n').splitlines()[:len(expected)]
  /external/skia/bench/
bench_util.py 144 new_time.group(2).strip().split(',')]
  /ndk/tests/
run-all.py 93 if not line.strip():
  /prebuilts/gdb/darwin-x86/lib/python2.7/
CGIHTTPServer.py 206 accept.append(line.strip())
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
run.py 37 line = line.strip()

Completed in 1627 milliseconds

<<51525354555657585960>>