Home
last modified time | relevance | path

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

12

/tools/test/connectivity/acts/framework/acts/test_utils/bt/pts/
Dpts_base_class.py201 raw_handle = re.search('handle = \'(.*)\'O with', description_to_parse)
203 raw_size = re.search('with <= \'(.*)\' byte', description_to_parse)
211 raw_handle = re.search('handle = \'(.*)\'O with', description_to_parse)
213 raw_size = re.search('with <= \'(.*)\' byte', description_to_parse)
222 raw_handle = re.search('handle = \'(.*)\'O <=', description_to_parse)
224 raw_size = re.search('<= \'(.*)\' byte', description_to_parse)
233 raw_handle = re.search('handle = \'(.*)\'O and', description_to_parse)
235 raw_offset = re.search('greater than \'(.*)\' byte',
245 raw_handle = re.search('handle = \'(.*)\'O with', description_to_parse)
247 raw_size = re.search('greater than \'(.*)\' byte',
[all …]
/tools/test/connectivity/acts/framework/acts/test_utils/users/
Dusers.py38 return re.search("Success(.* (.*\d))", out).group(2)
56 result = re.search("mCurrentUserId:(\d+)", out)
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/
Db29_lib.py69 match = re.search(DEVICE_REGEX, line)
120 match = version_match.search(version_str)
139 if success_match.search(out):
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,
Dlogserial.py118 m = re.search(regex, port_address)
148 m = re.search('USB\\\\.*', r)
/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/test/connectivity/acts/framework/acts/test_utils/instrumentation/device/apps/
Dapp_installer.py60 path_on_device = re.compile(PM_PATH_PATTERN).search(
81 match = re.compile(PKG_NAME_PATTERN).search(dump)
/tools/asuite/aidegen/sdk/
Dandroid_sdk.py145 match_api_level = self._RE_API_LEVEL.search(properties)
148 match_code_name = self._RE_CODE_NAME.search(properties)
/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/asuite/aidegen/lib/
Dnative_module_info.py170 if re.search(_INC_GEN_CHECK, src) and not os.path.isfile(src):
193 match = re.search(_INC_GEN_CHECK, include)
Dsource_locator.py374 search_result = re.search(pattern, java_file)
528 search = os.sep.join(
530 results = glob.glob(search, recursive=True)
/tools/test/connectivity/acts/framework/acts/controllers/rohdeschwarz_lib/
Dcontest.py171 match = re.search('(?<={}).+(?=\\\\)'.format(prefix),
178 match = re.search('(?<=Exit code: )-?\d+', output)
270 match = re.search('(?<=Margin search completed, the lowest '
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/
Dwifi_performance_test_utils.py110 match = re.search(self.PEER_REGEX, llstats_output)
540 match = re.search(LOSS_REGEX, line)
543 match = re.search(RTT_REGEX, line)
711 match = re.search('bssid=.*', status_output)
722 match = re.search('FREQUENCY=.*', signal_poll_output)
728 match = re.search('RSSI=.*', signal_poll_output)
738 match = re.search('AVG_RSSI=.*', signal_poll_output)
747 match = re.search('.*signal avg:.*', per_chain_rssi)
810 bssid_result = re.search(bssid + '.*',
/tools/tradefederation/core/atest/test_finders/
Dtf_integration_finder_unittest.py122 def test_load_xml_file(self, search): argument
124 search.return_value = [os.path.join(uc.TEST_DATA_DIR,
/tools/asuite/atest/test_finders/
Dtf_integration_finder_unittest.py126 def test_load_xml_file(self, search): argument
128 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/controllers/relay_lib/
Dsain_smart_board.py102 status_string = re.search(r'">([01]*)TUX', result).group(1)
/tools/test/connectivity/acts/tests/google/coex/hotspot_tests/
DHotspotWiFiChannelTest.py216 match = re.search('freq=.*', out)
236 match = re.search(r'[0-9.]+MHz', out)
/tools/tradefederation/core/atest/
Dtest_mapping.py158 if re.search(pattern, modified_file):
/tools/test/connectivity/acts/framework/acts/controllers/attenuator_lib/
D_tnhelper.py86 if not re.search(r' 0% packet loss', ping_output):
/tools/asuite/atest/
Dtest_mapping.py156 if re.search(pattern, modified_file):
/tools/test/connectivity/acts/tests/google/wifi/
DWifiChaosTest.py204 gateway_ip = re.search('via (.*) dev', str(route_response)).group(1)
300 self.chan = re.search(r'(\d+)',item).group(0)
/tools/test/connectivity/acts/framework/acts/controllers/pdu_lib/synaccess/
Dnp02b.py169 if re.search('Invalid', res):
/tools/external_updater/
Dnotifier.py79 match = CHANGE_URL_RE.search(upgrade_log)

12