/tools/test/connectivity/acts/framework/acts/test_utils/bt/pts/ |
D | pts_base_class.py | 201 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/ |
D | users.py | 38 return re.search("Success(.* (.*\d))", out).group(2) 56 result = re.search("mCurrentUserId:(\d+)", out)
|
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/ |
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 | 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 | logserial.py | 118 m = re.search(regex, port_address) 148 m = re.search('USB\\\\.*', r)
|
/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/test/connectivity/acts/framework/acts/test_utils/instrumentation/device/apps/ |
D | app_installer.py | 60 path_on_device = re.compile(PM_PATH_PATTERN).search( 81 match = re.compile(PKG_NAME_PATTERN).search(dump)
|
/tools/asuite/aidegen/sdk/ |
D | android_sdk.py | 145 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/ |
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/asuite/aidegen/lib/ |
D | native_module_info.py | 170 if re.search(_INC_GEN_CHECK, src) and not os.path.isfile(src): 193 match = re.search(_INC_GEN_CHECK, include)
|
D | source_locator.py | 374 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/ |
D | contest.py | 171 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/ |
D | wifi_performance_test_utils.py | 110 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/ |
D | tf_integration_finder_unittest.py | 122 def test_load_xml_file(self, search): argument 124 search.return_value = [os.path.join(uc.TEST_DATA_DIR,
|
/tools/asuite/atest/test_finders/ |
D | tf_integration_finder_unittest.py | 126 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/ |
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/controllers/relay_lib/ |
D | sain_smart_board.py | 102 status_string = re.search(r'">([01]*)TUX', result).group(1)
|
/tools/test/connectivity/acts/tests/google/coex/hotspot_tests/ |
D | HotspotWiFiChannelTest.py | 216 match = re.search('freq=.*', out) 236 match = re.search(r'[0-9.]+MHz', out)
|
/tools/tradefederation/core/atest/ |
D | test_mapping.py | 158 if re.search(pattern, modified_file):
|
/tools/test/connectivity/acts/framework/acts/controllers/attenuator_lib/ |
D | _tnhelper.py | 86 if not re.search(r' 0% packet loss', ping_output):
|
/tools/asuite/atest/ |
D | test_mapping.py | 156 if re.search(pattern, modified_file):
|
/tools/test/connectivity/acts/tests/google/wifi/ |
D | WifiChaosTest.py | 204 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/ |
D | np02b.py | 169 if re.search('Invalid', res):
|
/tools/external_updater/ |
D | notifier.py | 79 match = CHANGE_URL_RE.search(upgrade_log)
|