HomeSort by relevance Sort by last modified time
    Searched refs:strip (Results 1451 - 1475 of 2341) sorted by null

<<51525354555657585960>>

  /external/autotest/server/cros/chaos_lib/
chaos_parser.py 165 line = line.strip()
  /external/autotest/server/cros/dynamic_suite/
dynamic_suite.py 426 self.suite_dependencies = [dep.strip(' ') for dep
  /external/autotest/server/cros/network/
chaos_clique_utils.py 296 str(security).strip('[]'),
  /external/autotest/server/cros/servo/
firmware_programmer.py 184 original_hwid = gbb_hwid_output.split(':', 1)[1].strip()
  /external/autotest/server/hosts/
remote.py 295 return result.stdout.strip().split()[0]
  /external/autotest/server/site_tests/firmware_ECThermal/
firmware_ECThermal.py 265 self._stress_pid.append(int(line.strip()))
  /external/autotest/site_utils/
test_that.py 201 logging.info('quickmerge| %s', message.strip())
  /external/autotest/tko/
compose_query.cgi 259 if condition_field.strip() != '':
  /external/chromium-trace/catapult/dashboard/dashboard/
add_point_queue.py 177 test_name = row_dict.get('test').strip('/')
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/
perf_profiler.py 50 if f.read().strip() != '0':
254 function = re.sub('<.*>', '', function) # Strip template params.
255 function = re.sub('[(].*[)]', '', function) # Strip function params.
  /external/chromium-trace/catapult/telemetry/telemetry/internal/util/
wpr_server.py 195 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)

Completed in 918 milliseconds

<<51525354555657585960>>