|   /external/autotest/client/cros/power/ | 
| power_suspend.py  | 5 import collections, logging, os, re, shutil, time 149             logging.info('Found 3G interface, disconnecting.') 154                 logging.info('3G disconnected successfully.') 157                 logging.error('Could not disconnect: %s.', status) 183             logging.warning('Failed to set pm_print_times to %s', bool(on)) 187             logging.info('Device resume times set to %s', bool(on)) 237                             logging.warning('Invalid timestamp: %s', line) 258                 logging.debug('RTC resume timestamp read: %f', seconds) 263             logging.debug('Early wakeup, dumping eventlog if it exists:\n') 277                     logging.warning('Whitelisted spurious wake in S3: %s | %s'     [all...] | 
|   /external/autotest/client/ | 
| setup_modules.py  | 75     """Method to monkey patch into logging.Handler to replace handleError.""" 76     # The same as the default logging.Handler.handleError but also prints 78     # about which call caused the logging error. 79     import logging 80     if logging.raiseExceptions: 83         logging.raiseExceptions = 0 89         sys.stderr.write('Future logging formatting exceptions disabled.\n') 93     # Hack out logging.py* 95                               "logging.py*") 99     # Monkey patch our own handleError into the logging module's StreamHandler     [all...] | 
|   /external/autotest/client/site_tests/camera_V4L2/ | 
| camera_V4L2.py  | 6 import logging 60             logging.info("Device %s is not a USB camera", device) 71         logging.info("Running %s", cmd) 85         logging.info("Detected devices: %s\n", self.v4l2_devices) 95         logging.info("Running %s", cmd) 110         logging.info("Running %s", cmd)
  | 
|   /external/autotest/client/site_tests/cellular_SafetyDance/ | 
| cellular_SafetyDance.py  | 6 import logging 40         logging.info('Enable') 45         logging.info('Disable') 64         logging.info('Connect') 80         logging.info('Disconnect') 120         logging.info('Seed: %d', seed)
  | 
|   /external/autotest/client/site_tests/cellular_ServiceName/ | 
| cellular_ServiceName.py  | 5 import logging 45         logging.info('Force modem to register with roaming network |%s| ' 101         logging.info('Successfully verified service name |%s|', 111         logging.info('Testing service name for 3GPP no roaming') 129         logging.info('Testing service name for 3GPP roaming') 143         logging.info('Testing service name for CDMA')
  | 
|   /external/autotest/client/site_tests/graphics_WebGLAquarium/ | 
| system_sampler.py  | 6 import logging 52             logging.warning('Num of samples must be > 0') 59         logging.warning('Not enough samples') 80         logging.info('Consumers %s', consumer_pids) 102         logging.info(sample) 133             logging.warning('Failed to open %s: %s', proc_entry, e)
  | 
|   /external/autotest/client/site_tests/platform_AddPrinter/ | 
| platform_AddPrinter.py  | 6 import logging 91         logging.info('add printer from ppd:' + ppd_path); 113         logging.info(printers) 135         logging.info('cmp output:' + output); 145         logging.info('delete component:' + component); 165         logging.info('download component:' + component);
  | 
|   /external/autotest/client/site_tests/platform_TabletMode/ | 
| platform_TabletMode.py  | 5 import logging 98         logging.info("Screenshot 1 and 2 diff: %s" % diff) 119         logging.info("Screenshot 1 and 2 similarity diff: %s" % diff) 134         logging.info("Take screenshot for initial laptop mode.") 137         logging.info("Entering landscape mode.") 143         logging.info("Entering portrait mode.")
  | 
|   /external/autotest/client/site_tests/power_LowMemorySuspend/ | 
| power_LowMemorySuspend.py  | 5 import logging 30             logging.info("Swap is low, swap free: %d, swap total: %d", 49             logging.info('creating tab %d', len(tabs)) 56                 logging.warning('Exception when waiting page ready: %s', e) 65             logging.info('error getting active tab count: %s', e) 93                     logging.info('cannot activate tab: %s', e)
  | 
|   /external/autotest/client/site_tests/power_VideoPlayback/ | 
| power_VideoPlayback.py  | 4 import logging 97             logging.info('cannot mount ramfs with context=u:object_r:tmpfs:s0,' 130             logging.error("No frame is decoded. Set drop percent to 100.") 133         logging.info("Decoded frames=%d, dropped frames=%d, percent=%f", 154             logging.info('Downloading %s to %s', url, local_path) 178                 logging.info('Playing video: %s', name)
  | 
|   /external/autotest/client/site_tests/security_OpenFDs/ | 
| security_OpenFDs.py  | 5 import logging 135         logging.debug('Checking %s %s', process, args) 138             logging.debug('Found pid %s for %s', pid, process) 143                 logging.error('Some filter(s) failed to match any fds: %s', 146                 logging.error('Found unexpected fds in %s %s: %s', 180             logging.info("Running on ASan, allowing /proc")
  | 
|   /external/autotest/client/tests/xfstests/ | 
| xfstests.py  | 5 import os, re, glob, logging, shutil 52         logging.debug("Environment variables: %s", os.environ) 84         logging.debug("Environment variables: %s", os.environ) 120             logging.debug("Running tests: group %s", group ) 126                 logging.debug('Dummy test to setup xfstests') 134             logging.debug("Running test: %s", test_name)
  | 
|   /external/autotest/server/site_tests/brillo_RecoverFromBadImage/ | 
| brillo_RecoverFromBadImage.py  | 5 import logging 54                 logging.info( 62                     logging.warning( 86                     logging.info('Mapped partition %s to device %s', 148             logging.info('Wiping partition %s (%s)', partition, device) 175                     logging.error('Rebooted from slot %d instead of %d',
  | 
|   /external/autotest/server/site_tests/enterprise_CFM_MimoSanity/ | 
| enterprise_CFM_MimoSanity.py  | 5 import logging 31         logging.info('Plan to power cycle Mimo') 44         logging.info('Powercycle done for %s (%s)', 125         logging.info('Joining meeting...') 139         logging.info('Session has ended.') 167             logging.info('Running test cycle %d/%d', i, repetitions)
  | 
|   /external/autotest/server/site_tests/firmware_Cr50OpenWhileAPOff/ | 
| firmware_Cr50OpenWhileAPOff.py  | 5 import logging 60         logging.info('Using %r for reset', self.reset_signal) 82             logging.info("deep sleep doesn't work with EC in reset. skipping " 87             logging.info('Physical presence can be used during open') 109         logging.info('attempt cr50 console recovery') 121             logging.info(self.cr50.send_command_get_output('ccdstate',
  | 
|   /external/autotest/server/site_tests/firmware_Cr50Testlab/ | 
| firmware_Cr50Testlab.py  | 5 import logging 48         logging.info('Setting ccd testlab %s', mode) 51         logging.info(rv) 66             logging.info('Set ccd testlab %s', mode) 78         logging.info('Resetting CCD state') 140         logging.info('ccd testlab is accessbile')
  | 
|   /external/autotest/server/site_tests/firmware_PDTrySrc/ | 
| firmware_PDTrySrc.py  | 5 import logging 55                 logging.info('Disconnect time = %.2f seconds', disc_time) 63                     logging.info('Power Role = SNK') 66                     logging.info('Power Role = SRC') 69         logging.info('SNK = %d: SRC = %d: Total = %d', 139         logging.info('DUT Try.SRC on = %.1f%%: off = %.1f%%',
  | 
|   /external/autotest/server/site_tests/kernel_ExternalUsbPeripheralsDetectionTest/ | 
| kernel_ExternalUsbPeripheralsDetectionTest.py  | 5 import logging, os, re, time 40             logging.info('Running %s',  cmd) 81         logging.info('%s', vendor_id_dict) 124         logging.debug('Connected devices list: %s', diff_list) 149                 logging.info('---- Drivers for %s ----', peripheral) 160                         logging.info('%s', link)
  | 
|   /external/autotest/server/site_tests/network_WiFi_AssocConfigPerformance/ | 
| network_WiFi_AssocConfigPerformance.py  | 5 import logging 42         logging.info('Operation: %s', descript) 51             logging.info('%s: %s', key, perf_dict[key]) 69             logging.info('WiFi connected') 98             logging.info('Wifi connected') 136             logging.info('Configuration: %s', graph_descript)
  | 
|   /external/autotest/server/site_tests/network_WiFi_BluetoothScanPerf/ | 
| network_WiFi_BluetoothScanPerf.py  | 5 import logging 62         logging.info('testing config %s, ap_config %s, BT:%s', 73             logging.error('Failed to take measurement for %s', 88         logging.info('Ping statistics with %s: %r', bt_tag, result_ping) 125                         logging.warning('Failed to stop discovery on DUT') 133         logging.info('Running time %0.1f seconds.', end_time - start_time)
  | 
|   /external/autotest/server/site_tests/network_WiFi_UpdateRouter/ | 
| network_WiFi_UpdateRouter.py  | 6 import logging 74         logging.info('Running wifi test with commandline arguments: %r', 126         logging.info('Checking whether %s is at the latest stable version: %s', 134         logging.info('Updating %s to image %s from %s', 137         logging.info('Staging artifacts.') 144             logging.error(e)
  | 
|   /external/autotest/server/site_tests/platform_ExternalUSBStress/ | 
| platform_ExternalUSBStress.py  | 5 import logging, threading, time 52                     logging.debug('Unnamed device located, adding generic name.') 116             logging.debug(' --DUT suspended') 128             logging.debug(' --DUT resumed') 188         logging.debug('Connected devices list: %s', diff_list) 193             logging.debug('---Iteration %d/%d' % (iteration, repeat))
  | 
|   /external/autotest/site_utils/ | 
| log_socket_server.py  | 2 # https://docs.python.org/2/howto/logging-cookbook.html#network-logging 4 # Classes in this file are used to create a simple TCP socket-based logging 5 # receiver. The receiver listens to default logging port (9020) and save log to 7 # client can add a logging handler to write log to the receiver with following 9 # socketHandler = logging.handlers.SocketHandler('localhost', 10 #         logging.handlers.DEFAULT_TCP_LOGGING_PORT) 11 # logging.getLogger().addHandler(socketHandler) 15 import logging 26     """Handler for a streaming logging request     [all...] | 
|   /external/autotest/utils/ | 
| loadtest.py  | 55 from chromite.lib import cros_logging as logging 284         logging.info('Received signal %s', signum) 287             logging.info('%d active provisions, %d completed provisions, ' 292                 logging.info('  %s -> %s, %s elapsed', 325         logging.info('Provision (%d) of %s to %s started', 340                 logging.warn('Insufficient DUTs to satisfy goal') 351                 logging.info('Provision (%d) of %s to %s %s in %s: %s', 356                 logging.debug(json.dumps(entry)) 361                     logging.error('Blacklisting DUT %s', job.host_name) 418         logging.debug('Staging %s', build     [all...] | 
|   /external/libtextclassifier/utils/base/ | 
| logging.h  | 28 namespace logging {  namespace in namespace:libtextclassifier3  68 // TC3_LOG(severity) << obj1 << obj2 << ...; logging statement creates a 71 // logging.  The reason this works is that in C++, "all temporary objects are 75 // invoked after the last << from that logging statement. 90   // here the entire logging message and next print it in one operation. 106 }  // namespace logging 110   ::libtextclassifier3::logging::LogMessage(                       \ 111       ::libtextclassifier3::logging::severity, __FILE__, __LINE__) \ 116 // messages, via <<, like any logging macro, e.g., 130 #define TC3_NULLSTREAM ::libtextclassifier3::logging::NullStream().stream(     [all...] |