/tools/test/connectivity/acts/framework/acts/test_utils/wifi/ |
D | wifi_performance_test_utils.py | 325 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/ |
D | apollo_lib.py | 110 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,
|
D | b29_lib.py | 69 match = re.search(DEVICE_REGEX, line) 120 match = version_match.search(version_str) 139 if success_match.search(out):
|
D | logserial.py | 118 m = re.search(regex, port_address) 148 m = re.search('USB\\\\.*', r)
|
/tools/test/connectivity/acts/framework/acts/controllers/utils_lib/ssh/ |
D | connection.py | 216 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/ |
D | users.py | 38 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/ |
D | route.py | 100 match = re.search('dev (?P<net_interface>.*)', line) 109 match = re.search(
|
D | ip.py | 60 match = re.search('inet (?P<address>[^\s]*) brd (?P<bcast>[^\s]*)', 68 match = re.search('inet (?P<address>[^\s]*)', line)
|
/tools/repohooks/tools/ |
D | cpplint.py | 620 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/ |
D | tf_integration_finder_unittest.py | 112 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/ |
D | BufferReader.kt | 55 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/ |
D | bt_contacts_utils.py | 76 fullname = fullname_regex.search(current_vcard[0]) 80 email = email_regex.search(current_vcard[0])
|
/tools/asuite/aidegen/lib/ |
D | source_locator.py | 536 search = os.sep.join( 538 results = glob.glob(search, recursive=True)
|
/tools/tradefederation/core/src/com/android/tradefed/result/ |
D | BugreportCollector.java | 301 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/ |
D | hooks.py | 209 if re.search(expr, subject): 424 if not re.search(regex, desc, re.MULTILINE):
|
/tools/test/connectivity/acts/framework/acts/controllers/relay_lib/ |
D | sain_smart_board.py | 102 status_string = re.search(r'">([01]*)TUX', result).group(1)
|
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/test_actions/ |
D | agsa_acts.py | 105 transfer_completion_match.search(filtered_log):
|
/tools/test/connectivity/acts/framework/acts/controllers/attenuator_lib/ |
D | _tnhelper.py | 86 if not re.search(r' 0% packet loss', ping_output):
|
/tools/test/connectivity/acts/framework/acts/test_utils/gnss/ |
D | gnss_test_utils.py | 367 result = re.search(r"package:(.*)", out) 403 result = re.search(r"package:(.*)", out)
|
/tools/test/connectivity/acts/framework/acts/controllers/ |
D | android_device.py | 839 result = re.search(r"userId=(\d+)", output) 1232 result = re.search('addr:(.*) Bcast', ip_string) 1255 result = re.search('Gateway (.*) DNS servers', gateway_string)
|
D | adb.py | 292 match = re.search(ADB_VERSION_REGEX,
|
D | arduino_wifi_dongle.py | 172 result = re.search('ID_SERIAL_SHORT=(.*)\n', udev_output)
|
/tools/external_updater/ |
D | notifier.py | 67 match = CHANGE_URL_RE.search(upgrade_log)
|
/tools/test/connectivity/acts/framework/acts/test_utils/tel/ |
D | tel_test_utils.py | 813 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/ |
D | net_test_utils.py | 126 match_obj = re.search(r'hmac(.*)', "%s" % ip_xfrm_state)
|