HomeSort by relevance Sort by last modified time
    Searched refs:re (Results 501 - 525 of 3259) sorted by null

<<21222324252627282930>>

  /external/autotest/client/site_tests/kernel_PerfEventRename/
kernel_PerfEventRename.py 9 import re namespace
54 if re.match('^#', line):
  /external/autotest/client/site_tests/platform_AesThroughput/
platform_AesThroughput.py 5 import logging, os, re namespace
38 type = re.sub('[- ]', '_', type.split(':')[-1])
  /external/autotest/client/site_tests/platform_Crossystem/
platform_Crossystem.py 5 import re namespace
27 # re.match() forces the RE to match from the beginning, but doesn't
28 # require that the RE matches the entire string, so wrap with ^$ even
30 self._regexp = re.compile("^" + pattern + "$")
  /external/autotest/client/site_tests/security_SandboxStatus/
security_SandboxStatus.py 5 import re namespace
42 if not re.match(text, res):
  /external/autotest/client/tests/compilebench/
compilebench.py 2 import re namespace
67 if re.search('^%s' % pattern, line):
  /external/autotest/client/tests/dbench/
dbench.py 1 import os, re namespace
35 pattern = re.compile(r"Throughput (.*?) MB/sec (.*?) procs")
  /external/autotest/client/tests/ddtest/
ddtest.py 6 import os, shutil, re namespace
40 pattern = re.compile(r"throughput is (.*?) MB/sec")
  /external/autotest/client/tests/ipv6connect/
ipv6connect.py 1 import os, re, sys namespace
35 pattern = re.compile(r'\nTotal time = ([0-9.]+)s\n')
  /external/autotest/client/tests/kvm/tests/
module_probe.py 1 import re, commands, logging, os namespace
29 mod_list = re.split("[, ]", mod_str)
  /external/autotest/client/tests/tbench/
tbench.py 1 import time, os, signal, re namespace
45 pattern = re.compile(r"Throughput (.*?) MB/sec (.*?) procs")
  /external/autotest/client/tests/tsc/
tsc.py 1 import os, re, logging namespace
47 latencies = re.findall("CPU \d+ - CPU \d+ =\s+-*\d+",
  /external/autotest/server/cros/
moblab_test.py 5 import re namespace
51 if not re.match(STORAGE_SERVER_REGEX, image_storage_server):
  /external/autotest/server/
site_host_route.py 5 import re, socket, subprocess namespace
22 route_info = re.split("\s*", output.split("\n")[0].rstrip(' '))[1:]
  /external/autotest/server/site_tests/brillo_StorageWriteSpeedTest/
brillo_StorageWriteSpeedTest.py 7 import re namespace
42 match = re.match('.*\(([0-9]+) bytes/sec\)$', line)
  /external/autotest/site_utils/autoupdate/lib/
test_control.py 8 import re namespace
14 _name_re = re.compile('\s*NAME\s*=')
  /external/autotest/site_utils/chromeos_proxy/
bot_config.py 31 import re namespace
64 m = re.match('.*/bot_([\d]+).*', os.getcwd())
  /external/autotest/tko/
utils.py 1 import os, sys, datetime, re namespace
80 match = re.search('^([0-9]+)-.+/(.+)$', tag)
  /external/chromium-trace/catapult/dashboard/dashboard/
get_logs.py 9 import re namespace
49 logs = [l for l in logs if re.match(log_filter, l.message)]
  /external/chromium-trace/catapult/dashboard/dashboard/models/
sheriff.py 7 import re namespace
50 if not re.match(r'[\w.+-]+@[\w.-]', val):
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
ios_device.py 7 import re namespace
32 if line and re.match(r'\s*(iPod|iPhone|iPad):', line):
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/
v8_profiler.py 6 import re namespace
35 match = re.match(self._V8_ARG % r'(\S+)', i)
  /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/rules/
log_url.py 17 import re namespace
32 self._url_re = re.compile(url)
  /external/chromium-trace/catapult/third_party/Paste/paste/util/
dateinterval.py 13 import re namespace
61 _timeRE = re.compile(r'[0-9]+[a-zA-Z]')
  /external/deqp/scripts/
update-copyright-year.py 24 import re namespace
52 data = re.sub(COPYRIGHT_PATTERN, COPYRIGHT_REPLACEMENT, data)
  /external/libchrome/base/
PRESUBMIT.py 13 pattern = input_api.re.compile(r'^\s*@interface', input_api.re.MULTILINE)

Completed in 2885 milliseconds

<<21222324252627282930>>