Home
last modified time | relevance | path

Searched refs:search (Results 1 – 25 of 41) sorted by relevance

12

/tools/test/connectivity/acts/framework/acts/test_utils/wifi/
Dwifi_performance_test_utils.py325 match = re.search(LOSS_REGEX, line)
328 match = re.search(RTT_REGEX, line)
488 match = re.search('bssid=.*', status_output)
495 match = re.search('FREQUENCY=.*', signal_poll_output)
501 match = re.search('RSSI=.*', signal_poll_output)
511 match = re.search('AVG_RSSI=.*', signal_poll_output)
520 match = re.search('.*signal avg:.*', per_chain_rssi)
582 bssid_result = re.search(
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/
Dapollo_lib.py110 match = re.search(DEVICE_REGEX, line)
354 match = re.search(regexp, res[0][0])
702 if re.search(regexp, line):
822 match = re.search(OTA_RECEIVE_CSR_REGEX, line)
975 if not re.search(r'pskey', result.lower()) and LOG_REGEX.match(
1079 if response_regex.search(line):
1215 match = re.search(new_crash_regex, crash_dump_str)
1219 basic, app_stack = re.search(crash_stack_regex,
Db29_lib.py69 match = re.search(DEVICE_REGEX, line)
120 match = version_match.search(version_str)
139 if success_match.search(out):
Dlogserial.py118 m = re.search(regex, port_address)
148 m = re.search('USB\\\\.*', r)
/tools/test/connectivity/acts/framework/acts/controllers/utils_lib/ssh/
Dconnection.py216 valid_connection = re.search(
239 had_dns_failure = (result.exit_status == 255 and re.search(
251 had_timeout = re.search(
263 unknown_host = re.search(
/tools/test/connectivity/acts/framework/acts/test_utils/users/
Dusers.py38 return re.search("Success(.* (.*\d))", out).group(2)
56 result = re.search("mUserLru(.*,(.*\d)\])", out)
/tools/test/connectivity/acts/framework/acts/controllers/utils_lib/commands/
Droute.py100 match = re.search('dev (?P<net_interface>.*)', line)
109 match = re.search(
Dip.py60 match = re.search('inet (?P<address>[^\s]*) brd (?P<bcast>[^\s]*)',
68 match = re.search('inet (?P<address>[^\s]*)', line)
/tools/repohooks/tools/
Dcpplint.py620 if _SEARCH_C_FILE.search(line):
623 if _SEARCH_KERNEL_FILE.search(line):
684 return _regexp_compile_cache[pattern].search(s)
1757 if re.search(r'Copyright', lines[line], re.I): break
4081 if not _EMPTY_CONDITIONAL_BODY_PATTERN.search(body):
4543 match = _RE_PATTERN_INCLUDE.search(line)
4613 match = re.search(start_pattern, text, re.M)
4693 match = _RE_PATTERN_INCLUDE.search(line)
4759 function_name = re.search(r'\b((?:string)?printf)\s*\(',
5476 match = _RE_PATTERN_INCLUDE.search(clean_line)
[all …]
/tools/tradefederation/core/atest/test_finders/
Dtf_integration_finder_unittest.py112 def test_load_xml_file(self, search): argument
114 search.return_value = os.path.join(uc.TEST_DATA_DIR,
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/util/
DBufferReader.kt55 inline fun skipTo(search: StringSearch) { in isDigit()
56 val foundAt = search.find(buffer, index, endIndexExclusive) in isDigit()
/tools/test/connectivity/acts/framework/acts/test_utils/bt/
Dbt_contacts_utils.py76 fullname = fullname_regex.search(current_vcard[0])
80 email = email_regex.search(current_vcard[0])
/tools/asuite/aidegen/lib/
Dsource_locator.py536 search = os.sep.join(
538 results = glob.glob(search, recursive=True)
/tools/tradefederation/core/src/com/android/tradefed/result/
DBugreportCollector.java301 Predicate search(Relation relation, Collection<Freq> freqs, Noun noun) { in search() method in BugreportCollector
377 Predicate storedP = search(relation, applicableFreqs, noun); in check()
/tools/repohooks/rh/
Dhooks.py209 if re.search(expr, subject):
424 if not re.search(regex, desc, re.MULTILINE):
/tools/test/connectivity/acts/framework/acts/controllers/relay_lib/
Dsain_smart_board.py102 status_string = re.search(r'">([01]*)TUX', result).group(1)
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/test_actions/
Dagsa_acts.py105 transfer_completion_match.search(filtered_log):
/tools/test/connectivity/acts/framework/acts/controllers/attenuator_lib/
D_tnhelper.py86 if not re.search(r' 0% packet loss', ping_output):
/tools/test/connectivity/acts/framework/acts/test_utils/gnss/
Dgnss_test_utils.py367 result = re.search(r"package:(.*)", out)
403 result = re.search(r"package:(.*)", out)
/tools/test/connectivity/acts/framework/acts/controllers/
Dandroid_device.py839 result = re.search(r"userId=(\d+)", output)
1232 result = re.search('addr:(.*) Bcast', ip_string)
1255 result = re.search('Gateway (.*) DNS servers', gateway_string)
Dadb.py292 match = re.search(ADB_VERSION_REGEX,
Darduino_wifi_dongle.py172 result = re.search('ID_SERIAL_SHORT=(.*)\n', udev_output)
/tools/external_updater/
Dnotifier.py67 match = CHANGE_URL_RE.search(upgrade_log)
/tools/test/connectivity/acts/framework/acts/test_utils/tel/
Dtel_test_utils.py813 result = re.search(r"mVoiceRegState=(\S+)\((\S+)\)", output)
819 result = re.search(r"mServiceState=(\S+)", output)
1567 return re.search(r"mCallIncomingNumber=(.*)", output).group(1)
1652 match = re.search(r"%s: (.*)" % attr, call)
1669 result = re.search(r"Call TC@%s: {(.*?)}" % num, output, re.DOTALL)
1676 match = re.search(r"%s: (.*)" % attr, result)
6242 result = re.search(r"(\d+):(\d+):(\d+) diag_mdlog", output)
6247 result = re.search(r"(\d+):(\d+) diag_mdlog", output)
6448 result = re.search(r"package:(.*)", out)
6851 result = re.search(r"version-baseband: (\S+)", output)
[all …]
/tools/test/connectivity/acts/framework/acts/test_utils/net/
Dnet_test_utils.py126 match_obj = re.search(r'hmac(.*)', "%s" % ip_xfrm_state)

12