| /external/autotest/client/site_tests/platform_Nvram/ |
| platform_Nvram.py | 7 import logging, os
|
| /external/autotest/client/site_tests/security_ProcessManagementPolicy/ |
| security_ProcessManagementPolicy.py | 5 import logging 47 logging.error(msg) 72 logging.error(" " + parent + " not able to setuid to " + child) 76 logging.error(" " + parent + " able to setuid to " + child)
|
| /external/autotest/client/tests/pktgen/ |
| pktgen.py | 1 import os, logging 17 logging.info('Adding %s (iteration %d)' % (eth, i)) 25 logging.info('Configuring %s (iteration %d)' % (eth, i)) 43 logging.info('Completed %s (iteration %d)' % (eth, i))
|
| /external/autotest/scheduler/ |
| email_manager.py | 4 import logging 45 logging.exception('Sending email failed:') 54 logging.error(subject + '\n' + message) 82 logging.exception(reason)
|
| /external/autotest/server/cros/chaos_lib/ |
| chaos_runner.py | 7 import logging 49 logging.info('Server time: %s', dt.strftime('%a %b %d %H:%M:%S %Y')) 50 logging.info('DUT time: %s', self._host.run('date').stdout.strip()) 86 logging.info('Performing a scan with a max timeout of 30 seconds.') 118 logging.info('VM %s was on; powering off for a clean instance', 121 logging.info('Allow VM time to gracefully shut down') 124 logging.info('Starting up VM %s', webdriver_instance) 126 logging.info('Allow VM time to power on before creating a tunnel.') 137 logging.info('Wait for tunnel to be created.') 173 logging.info('No more APs to test.' [all...] |
| /external/autotest/server/cros/network/ |
| random_mac_address_test_base.py | 5 import logging 44 logging.debug('Starting packet capture') 73 logging.debug('Stopping packet capture') 80 logging.debug('Analyzing packet capture...')
|
| /external/autotest/server/site_tests/autoupdate_P2P/ |
| autoupdate_P2P.py | 5 import logging 32 logging.info('Disabling p2p_update on hosts.') 39 logging.info('Failed to disable P2P in cleanup.') 45 logging.info('Enabling p2p_update on hosts.') 113 logging.info('Updating first DUT with a regular update.') 125 logging.exception('Failed to update the first DUT.') 129 logging.info('Saving update engine logs to results dir.') 143 logging.info('Checking that p2p is still enabled after update.') 170 logging.info('Updating second host via p2p.') 181 logging.exception('Failed to update the second DUT via P2P.' [all...] |
| /external/autotest/server/site_tests/bluetooth_Sanity_Discoverable/ |
| bluetooth_Sanity_Discoverable.py | 6 import logging 35 logging.info('Found device with RSSI %d', rssi) 54 logging.warning('Device did not have a name') 56 logging.warning('Failed to find device')
|
| /external/autotest/server/site_tests/display_NoEdid/ |
| display_NoEdid.py | 7 import logging 48 logging.error(error_message) 52 logging.info('Set mirrored: %s', test_mirrored) 59 logging.error(error_message)
|
| /external/autotest/server/site_tests/network_WiFi_ChaosConfigSniffer/ |
| network_WiFi_ChaosConfigSniffer.py | 5 import logging 24 logging.info('Scanning for SSID: %s', ssid) 57 logging.error('The following SSIDs could not be found:') 59 logging.error('\t%s', ssid)
|
| /external/autotest/server/site_tests/network_WiFi_ChaosLongConnect/ |
| network_WiFi_ChaosLongConnect.py | 5 import logging 48 logging.info('Connecting DUT (try: %d) to AP', (i+1)) 54 logging.info('Connection attempt of DUT failed try %d;' 59 logging.info('DUT connected to the AP')
|
| /external/autotest/server/site_tests/network_WiFi_HiddenRemains/ |
| network_WiFi_HiddenRemains.py | 5 import logging 32 logging.info('Checking that %s has hidden=%r.', ssid, should_be_hidden) 39 logging.debug(service_properties) 45 logging.info('Service had the expected hidden value.')
|
| /external/autotest/server/site_tests/network_WiFi_MissingBeacons/ |
| network_WiFi_MissingBeacons.py | 5 import logging 36 logging.info('Waiting %.2f seconds for client to notice the missing ' 46 logging.info('Client detected the AP absence in %.2f seconds', 69 logging.info('Repeating test with a client scan just before AP death.')
|
| /external/autotest/server/site_tests/platform_StageAndRecover/ |
| platform_StageAndRecover.py | 5 import logging 52 logging.info('%s staged at %s' % (artifact, image_path)) 73 logging.info('Started %s. Will wait up to %d seconds to complete' % 78 logging.info('Device came back up successfully in %d seconds.',
|
| /external/autotest/server/site_tests/platform_TotalMemory/ |
| platform_TotalMemory.py | 5 import logging, time 53 logging.info('Iteration %d', (reboot_count + 1)) 61 logging.info('MemTotalSize %d', mem_total_size) 65 logging.info('MemFreeSize %d', mem_free_size)
|
| /external/autotest/server/site_tests/policy_WiFiPrecedenceServer/ |
| policy_WiFiPrecedenceServer.py | 5 import logging 22 logging.info('TPM status: %s', tpm_status) 24 logging.info('Clearing TPM because this device is owned.') 36 logging.info(e)
|
| /external/autotest/server/site_tests/provision_FirmwareUpdate/ |
| provision_FirmwareUpdate.py | 9 import logging 30 logging.warning('Failed to get build label from the DUT, skip ' 35 logging.debug('ChromeOS image %s is staged on the USB stick.', 78 logging.error(e)
|
| /external/autotest/server/site_tests/servo_ConsoleStress/ |
| servo_ConsoleStress.py | 6 import logging 59 logging.info('start output: %r', start) 74 logging.info('run %d %r', i, start) 77 logging.info('MISMATCH:\n %s', '\n'.join(difflib.unified_diff(
|
| /external/autotest/site_utils/rpm_control_system/ |
| frontend_server.py | 8 import logging 119 logging.error('Received request to set servo %s to invalid ' 122 logging.info('Received request to set servo: %s to state: %s', 191 logging.error('Received request to set device %s to invalid ' 194 logging.info('Received request to set device: %s to state: %s', 216 logging.error("Can't reach Dispatch Server: %s. Error: %s", 223 logging.info('Will attempt forwarding request to other dispatch ' 225 logging.error('Unregistering %s due to error. Recommend resetting ' 251 logging.error("Can't reach any dispatchers. Check frontend network " 369 logging.info('No Dispatcher assigned for %s %s.' [all...] |
| /external/caliper/caliper/src/main/java/com/google/caliper/config/ |
| ConfigModule.java | 22 import java.util.logging.LogManager; 32 * The {@code doNotRemove} parameter is required here to ensure that the logging configuration
|
| /external/chromium-trace/catapult/devil/devil/utils/ |
| timeout_retry_unittest.py | 8 import logging 44 error_log_func=logging.debug) 51 _DEFAULT_TIMEOUT, 3, error_log_func=logging.debug) 58 _DEFAULT_TIMEOUT, 0, error_log_func=logging.debug)
|
| /external/emma/core/java12/com/vladium/logging/ |
| ILogLevels.java | 9 package com.vladium.logging; 47 /** setting log level to NONE disables all logging */
|
| /external/grpc-grpc/test/http2_test/ |
| http2_base_server.py | 15 import logging 55 logging.info('Connection Made') 61 logging.info('Disconnected %s' % reason) 74 logging.info('RequestReceived Event for stream: %d' % event.stream_id) 77 logging.info('DataReceived Event for stream: %d' % event.stream_id) 80 logging.info('WindowUpdated Event for stream: %d' % event.stream_id) 83 logging.info('PingAcknowledged Event') 88 logging.info('ping acknowledged') 120 logging.info('Setting up data to send for stream_id: %d' % stream_id) 135 logging.info('Stream %d. lfcw: %d. padding bytes: %d. not enough quota yet' % (stream_id, lfcw, padding_by (…) [all...] |
| test_goaway.py | 15 import logging 40 logging.info('Disconnect received. Count %d' % self._iteration) 47 logging.info('Sending GOAWAY for stream %d:' % stream_id) 59 logging.info('Creating response size = %s' % sr.response_size)
|
| /external/guice/core/src/com/google/inject/internal/util/ |
| Stopwatch.java | 19 import java.util.logging.Logger;
|