/external/autotest/server/cros/ap_configurators/ |
static_ap_configurator.py | 7 import re namespace 48 self.pdu = re.sub('host\d+', 'rpm1', self.host_name) + '.cros'
|
/external/autotest/server/cros/dynamic_suite/ |
reporting_utils.py | 4 import re namespace 91 EMAIL_REGEX = re.compile(r'[^@]+@[^@]+\.[^@]+')
|
/external/autotest/server/cros/ |
goofy_client.py | 9 import re namespace 205 @raise jsonrpclib.ProtocolError: If the test list we're trying to switch 415 factory_bug_tar = re.match(self.FACTORY_BUG_RE,
|
/external/autotest/server/cros/network/ |
wpa_cli_proxy.py | 7 import re namespace 124 @param ssid string: SSID of the network we're concerned about. 125 @return True if we're associated with the specified SSID. 136 Check that we're connected to |ssid| and have an IP address. 138 @param ssid string: SSID of the network we're concerned about. 139 @return True if we have an IP and we're associated with |ssid|. 290 match = re.match(scan_results_pattern, line)
|
/external/autotest/server/cros/servo/ |
pd_console.py | 5 import re namespace 127 value = re.search(regexp, m[0][0])
|
/external/autotest/server/site_tests/firmware_PDDataSwap/ |
firmware_PDDataSwap.py | 6 import re namespace 105 m = re.search('[\w]+-([\w]+)', role)
|
/external/autotest/site_utils/ |
deploy_production_local.py | 18 import re namespace 50 return re.sub(ESC+r'\[[^m]*m', '', text)
|
devserver_history.py | 48 import re namespace 238 match = re.match('http://([^:]*):*\d*', url)
|
dump_to_cloudsql.py | 32 import re namespace 141 _set_regex = re.compile('\S*\s*SET(.*)[\s=]')
|
/external/autotest/site_utils/suite_scheduler/ |
suite_scheduler.py | 37 import getpass, logging, logging.handlers, optparse, os, re, signal, sys namespace 218 # If we're just sanity checking, we can stop after we've parsed the 261 keywords = re.split('\s*,\s*', options.events)
|
/external/chromium-trace/catapult/dashboard/dashboard/ |
email_template.py | 8 import re namespace 222 match = re.match(r'document\.write\(\'(.*)\'\)', response.content)
|
/external/chromium-trace/catapult/telemetry/build/ |
update_docs.py | 9 import re namespace 30 links = re.findall('(<a href="(.+?)">(.+?)</a>)', html) 47 #html = re.sub('href="file:%s' % telemetry_dir, 'href="..', html) 48 #html = re.sub(telemetry_dir + os.sep, '', html)
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/actions/ |
drag.js | 63 // We're done.
|
scroll_bounce.js | 51 // We're done.
|
swipe.js | 68 // We're done.
|
tap.js | 66 // We're done.
|
/external/chromium-trace/catapult/third_party/Paste/paste/util/ |
template.py | 33 import re namespace 43 token_re = re.compile(r'\{\{|\}\}') 44 in_re = re.compile(r'\s+in\s+') 45 var_re = re.compile(r'^[a-z_][a-z0-9_]*$', re.I) 433 statement_re = re.compile(r'^(?:if |elif |else |for |py:)') 435 trail_whitespace_re = re.compile(r'\n[\t ]*$') 436 lead_whitespace_re = re.compile(r'^[\t ]*\n')
|
/external/chromium-trace/catapult/third_party/WebOb/webob/ |
client.py | 3 import re namespace 130 MULTILINE_RE = re.compile(r'\r?\n\s*')
|
/external/chromium-trace/catapult/third_party/gsutil/gslib/commands/ |
signurl.py | 27 import re namespace 141 match = re.match(r'^(\d+)([dDhHmMsS])?$', duration)
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/ |
ez_setup.py | 186 return main(list(argv)+[egg]) # we're done here 220 import re namespace 236 match = re.search("\nmd5_data = {\n([^}]+)}", src)
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/pyami/ |
config.py | 24 import re namespace 85 match = re.match("^#import[\s\t]*([^\s^\t]*)[\s\t]*$", line)
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/s3/ |
resumable_download_handler.py | 24 import re namespace 60 boto.s3.Key.get_file(), taking into account that we're resuming 111 :param num_retries: the number of times we'll re-try a resumable 161 'if you\'re using an incorrectly configured download tool\n' 191 'if you re-try this download it will start from scratch' % 275 while True: # Retry as long as we're making progress. 323 # At this point we had a re-tryable failure; see if made progress. 350 'Sleeping %d seconds before re-trying' %
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/ |
ref.tex | 75 % keep LaTeX2HTML quiet during the \renewcommand{} macros; they're
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/ |
ez_setup.py | 186 return main(list(argv)+[egg]) # we're done here 220 import re namespace 236 match = re.search("\nmd5_data = {\n([^}]+)}", src)
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/wsgi/ |
service.py | 33 import re namespace 71 path_matcher = re.compile(_REQUEST_PATH_PATTERN % service_path)
|