|   /external/webrtc/tools/network_emulator/ | 
| network_emulator.py  | 13 import logging 68     logging.debug('Created receive pipe: %s', receive_pipe_id) 74     logging.debug('Created send pipe: %s', send_pipe_id) 79     logging.debug('Created incoming rule: %s', incoming_rule_id) 82     logging.debug('Created outgoing rule: %s', outgoing_rule_id) 182   logging.debug('Running command: %s', cmd_string)
  | 
|   /external/autotest/server/cros/faft/ | 
| cr50_test.py  | 5 import logging 56         logging.info('Test Args: %r', full_args) 84             logging.debug('Running %s %s Expect %s %s', running_rw, running_bid, 103         logging.info('successfully ran iteration %d', self.iteration) 151             logging.info('using supplied image') 162             logging.info('Using device cr50 prod image %s %s', prod_rw, 166             logging.info('Using device cr50 prepvt image %s %s', prepvt_rw, 170             logging.info('Downloading cr50 image %s %s', running_rw, 239                 logging.warning('Failed to restore original image attempt %d: ' 246             logging.debug('Removing rootfs verification.'     [all...] | 
|   /external/autotest/site_utils/ | 
| gs_offloader.py  | 22 import logging 23 import logging.handlers 249     logging.debug('Removing fifo %s', path) 251     logging.debug('Creating fifo marker %s', path) 275     logging.debug('Removing symlink %s', path) 277     logging.debug('Creating symlink marker %s', path) 310         logging.warning('Fail to get the file count in folder %s.', dir_entry) 363     logging.info('Trying to correct file permission of %s.', dir_entry) 373         logging.error('Failed to modify permission for %s: %s', 423                     logging.error('ERROR uploading test results %s to GS: %s'     [all...] | 
| test_runner_utils.py  | 16 import logging 17 # Turn the logging level to INFO before importing other autotest 18 # code, to avoid having failed import logging messages confuse the 20 logging.basicConfig(level=logging.INFO) 126         logging.debug('Parsing test results for job %s',job_id) 128         logging.debug('Handling result of job %s',job_id) 129         logging.debug(self._retry_handler._retry_map) 131             logging.debug('All tests for job %s succeeded, no retry', job_id) 155         logging.debug('Attempting to retry job %s, test %s', job_id, test.name     [all...] | 
|   /development/gsi/gsi_util/gsi_util/checkers/ | 
| sepolicy_checker.py  | 32 import logging 147         logging.debug('Using nonplat sepolicy: %r', _NONPLAT_SEPOLICY_CIL) 150         logging.debug('Using vendor sepolicy: %r and %r',
  | 
|   /external/autotest/client/common_lib/cros/fake_device_server/ | 
| oauth.py  | 9 import logging 44         logging.info('Wrong access token - expected %s but device sent %s', 76                 logging.info('Wrong refresh token - expected %s but '
  | 
|   /external/autotest/client/common_lib/cros/ | 
| power_cycle_usb_util.py  | 11 import logging 114     logging.info('found device bus {} port {}'.format(bus_idx, port_idx)) 140     logging.info('lsusb output {}'.format(lsusb_output)) 170         logging.info('find more than one device with VID:PID: %s:%s', vid, pid) 177     logging.info('found target device %s:%s, bus: %d, dev: %d', 303         logging.info('found device bus {} port {}'.format(bus, port)) 309         logging.info('Target gpio num {}'.format(target_gpio))
  | 
|   /external/autotest/client/cros/cellular/pseudomodem/ | 
| modem_cdma.py  | 7 import logging 158         logging.info('ModemCdma.Activate') 200         logging.info('ModemCdma: activation state changed: state: %u, error: ' 238                 logging.info("A CdmaActivationMachine is currently active. " 265         logging.info('ModemCdma.SetRegistered') 312         logging.info('ModemCdma.RegisterWithNetwork') 324         logging.info('ModemCdma.UnregisterWithNetwork') 327             logging.info('Currently not registered. Nothing to do.') 329         logging.info('Setting state to ENABLED.') 332         logging.info('Unregistering.'     [all...] | 
|   /external/autotest/client/cros/chameleon/ | 
| edid.py  | 5 import logging 67             logging.debug('EDID has an invalid length: %d', data_len) 75                 logging.debug('Wrong checksum in the block %d of EDID',
  | 
|   /external/autotest/client/cros/ | 
| cros_ui.py  | 5 import common, logging, os, time 82         logging.error('stop ui returned non-zero status: %s', status) 89     logging.error('stop ui failed to stop chrome within %s seconds',
  | 
| dhcp_test_base.py  | 13 import logging 138           logging.info('Looking at ipconfig %r', ipconfig) 141               logging.info('Found ipconfig object with no method field') 144               logging.info('Found ipconfig object with method != dhcp') 151             logging.info('Did not find IPConfig object with method == dhcp') 153         logging.info('Got raw dhcp config dbus object: %s.', dhcp_properties) 182             logging.error('Caught exception: %s.', str(e)) 183             logging.error('Trace: %s', traceback.format_exc()) 263         logging.info('Server is negotiating new lease with options: %s', 271             logging.info('Skipping check of negotiated DHCP lease parameters.'     [all...] | 
| perf.py  | 5 import logging, threading, time 81         logging.info("Max observed temperature = %.1f'C (bad limit = %.1f'C)", 101             logging.info('PerfControl CPU temperature = %.1f',
  | 
|   /external/autotest/client/site_tests/autoupdate_CannedOmahaUpdate/ | 
| autoupdate_CannedOmahaUpdate.py  | 5 import logging 45                 logging.info('Ignoring failed update. Failure reason: %s', e) 74                 logging.error('Failed setting up cellular connection.')
  | 
|   /external/autotest/client/site_tests/autoupdate_DisconnectReconnectNetwork/ | 
| autoupdate_DisconnectReconnectNetwork.py  | 5 import logging 60             logging.info(self._get_update_engine_status()) 75                     logging.warning('The update progress moved slightly while '
  | 
|   /external/autotest/client/site_tests/cheets_Midis/ | 
| cheets_Midis.py  | 5 import logging 26     - midis restarts correctly on logging-out. 37             logging.error('Error parsing pgrep result: %s', result) 47             logging.error('Timed out waiting for midis') 71         logging.info('Restarted midis with pid %d.', new_midis_pid)
  | 
|   /external/autotest/client/site_tests/cheets_Midis_P/ | 
| cheets_Midis_P.py  | 5 import logging 26     - midis restarts correctly on logging-out. 37             logging.error('Error parsing pgrep result: %s', result) 47             logging.error('Timed out waiting for midis') 71         logging.info('Restarted midis with pid %d.', new_midis_pid)
  | 
|   /external/autotest/client/site_tests/desktopui_CheckRlzPingSent/ | 
| desktopui_CheckRlzPingSent.py  | 6 import logging 29             logging.debug('rlz data: %s', rlz_data) 58                 logging.info(cr.browser.tabs[-1].url)
  | 
|   /external/autotest/client/site_tests/desktopui_ChromeSanity/ | 
| desktopui_ChromeSanity.py  | 6 import logging 49         logging.info('Logging in...') 56             logging.info('Successfully logged in as "%s"', cr.username) 69             logging.info('Loading %s...', url) 81                 logging.info('Saw expected content') 84                 logging.info(
  | 
|   /external/autotest/client/site_tests/hardware_MemoryThroughput/ | 
| hardware_MemoryThroughput.py  | 5 import logging 41             logging.debug('cmd: %s', cmd) 43             logging.debug('Output: %s', out)
  | 
|   /external/autotest/client/site_tests/logging_FeedbackReport/ | 
| logging_FeedbackReport.py  | 5 import logging 44             logging.info('Window not enabled.') 53                 logging.info("%s not enabled.", element)
  | 
|   /external/autotest/client/site_tests/platform_CrosDisksFormat/ | 
| platform_CrosDisksFormat.py  | 5 import logging 23         logging.info('Testing "%s"', config['description']) 49                 logging.info("Test filesystem access on formatted device")
  | 
|   /external/autotest/client/site_tests/platform_DMVerityBitCorruption/ | 
| platform_DMVerityBitCorruption.py  | 5 import logging 19         logging.info('mod_tweak_block(%d, %s, %d, %d)' % ( 31         logging.info('mod_tweak_hash_block(%d, %s, %d, %d)' % (
  | 
|   /external/autotest/client/site_tests/policy_ChromeOsLockOnIdleSuspend/ | 
| policy_ChromeOsLockOnIdleSuspend.py  | 5 import logging 75         logging.info('Device power type is "%s"', self._power_type) 94                 logging.debug('login_status: %s', login_status)
  | 
|   /external/autotest/client/site_tests/power_FlashVideoSuspend/ | 
| power_FlashVideoSuspend.py  | 5 import logging 53         logging.info('video url is %s', video_url) 64             logging.error(e)
  | 
|   /external/autotest/client/site_tests/touch_TabSwitch/ | 
| touch_TabSwitch.py  | 5 import logging 28             logging.info('Device does not support this gesture; aborting.') 35             logging.info('Missing gesture files, Aborting test.')
  |