HomeSort by relevance Sort by last modified time
    Searched refs:find_results (Results 1 - 2 of 2) sorted by null

  /external/autotest/client/common_lib/cros/network/
iw_runner.py 276 find_results = filter(bool,
278 if not find_results:
281 actual_value = find_results[0].group(1)
  /external/autotest/server/cros/network/
wifi_client.py 185 find_results = find_re.match(output)
186 if not find_results:
190 return find_results.group(2) == 'on'
    [all...]

Completed in 58 milliseconds