/external/autotest/client/tests/kvm/ |
D | get_started.py | 8 import os, sys, logging, shutil, glob 31 logging.warning("File %s not found", iso_path) 32 logging.warning("Expected SHA1 sum: %s", hash) 39 logging.error(e) 41 logging.warning("Missing file %s", iso_path) 42 logging.warning("Please download it or put an exsiting copy on the " 46 logging.info("Found %s", iso_path) 47 logging.info("Expected SHA1 sum: %s", hash) 55 logging.error(e) 57 logging.info("File %s present, but chose to not verify it", [all …]
|
/external/autotest/client/tests/kvm/tests/ |
D | ksm_overcommit.py | 1 import logging, time, random, math, os 29 logging.debug("Starting ksm_overcommit_guest.py on guest %s", vm.name) 51 logging.debug("Executing '%s' on ksm_overcommit_guest.py loop, " 82 logging.info("Phase 1: filling guest memory pages") 86 logging.debug("Turning off swap on vm %s", vm.name) 106 logging.debug("Target shared meminfo for guest %s: %s", vm.name, 111 logging.debug(virt_test_utils.get_memory_info(lvms)) 115 logging.debug("Waiting %ds before proceeding...", st) 121 logging.debug("Shared meminfo for guest %s after " 127 logging.debug("Waiting %ds before proceeding...", rt) [all …]
|
D | physical_resources_check.py | 1 import re, string, logging 31 logging.error(fail_log) 39 logging.error(fail_log) 57 logging.error(fail_log) 60 logging.debug("Found devices: %s", device_found) 71 logging.error(fail_log) 84 logging.error(fail_log) 93 logging.info("Starting physical resources check test") 94 logging.info("Values assigned to VM are the values we expect " 104 logging.info("CPU count check") [all …]
|
/external/autotest/client/tests/iozone/ |
D | postprocessing.py | 11 import os, sys, optparse, logging, math, time 117 logging.info("Results will be stored in %s", output_dir) 200 logger = logging.getLogger() 201 formatter = logging.Formatter("") 203 logging.info("") 204 …logging.info("TABLE: SUMMARY of ALL FILE and RECORD SIZES Results in MB/se… 205 logging.info("") 206 …logging.info("FILE & RECORD INIT RE RE RANDOM RANDOM BACKWD RECRE STRIDE … 207 …logging.info("SIZES (KB) WRITE WRITE READ READ READ WRITE READ WRITE READ … 208 …logging.info("------------------------------------------------------------------------------------… [all …]
|
/external/mesa3d/src/egl/main/ |
D | egllog.c | 57 } logging = { variable 85 _eglLockMutex(&logging.mutex); in _eglSetLogProc() 87 if (logging.logger != logger) { in _eglSetLogProc() 88 logging.logger = logger; in _eglSetLogProc() 90 num_messages = logging.num_messages; in _eglSetLogProc() 91 logging.num_messages = 0; in _eglSetLogProc() 94 _eglUnlockMutex(&logging.mutex); in _eglSetLogProc() 114 _eglLockMutex(&logging.mutex); in _eglSetLogLevel() 115 logging.level = level; in _eglSetLogLevel() 116 _eglUnlockMutex(&logging.mutex); in _eglSetLogLevel() [all …]
|
/external/autotest/client/common_lib/ |
D | base_barrier.py | 1 import sys, socket, errno, logging 166 logging.info("tag=%s port=%d timeout=%r", 188 logging.error(error) 194 logging.info("seconds remaining: %d", timeout) 210 logging.warning("Ignoring invalid data from %s: %r", 216 logging.info("new client tag=%s, name=%s", tag, name) 224 logging.warning("client arriving for the wrong barrier: %s != %s", 231 logging.warning("duplicate client") 245 logging.warning("client handshake timeout: (%s:%d)", 250 logging.info("client now waiting: %s (%s:%d)", [all …]
|
D | smogcheck_tpm.py | 23 import datetime, logging 117 logging.info(' TPM 1.2 Version Info:\n') 118 logging.info(' Chip Version: %d.%d.%d.%d.', vi.version.major, 120 logging.info(' Spec Level: %d', vi.specLevel) 121 logging.info(' Errata Revision: %d', vi.errataRev) 123 logging.info(' TPM Vendor ID: %s', ''.join(vendorId)) 125 logging.info(' Vendor Specific data (first 4 bytes in Hex): ' 146 logging.info(' TPM Test Results: %s', ''.join(out)) 170 logging.info('Attempt to load shared library %s', TSPI_C_LIB) 176 logging.info('Successfully loaded shared library %s', TSPI_C_LIB) [all …]
|
D | logging_config.py | 1 import logging, os, sys, time 6 logging.basicConfig(level=logging.DEBUG) 8 class AllowBelowSeverity(logging.Filter): 22 global_level = logging.DEBUG 23 stdout_level = logging.INFO 24 stderr_level = logging.ERROR 29 file_formatter = logging.Formatter( 34 console_formatter = logging.Formatter( 38 self.logger = logging.getLogger() 39 self.global_level = logging.DEBUG [all …]
|
D | i2c_slave.py | 11 import ctypes, logging 64 logging.info('Attempt to load shared library %s', self.load_lib) 70 logging.info('Successfully loaded shared library %s', self.load_lib) 81 logging.info('Attempt to get device file for adapter %s', 88 logging.info('Got device file for adapter %s', self.adapter_nr) 108 logging.info('Slave address already set, noop: %s', addr) 114 logging.info('Attempt to set slave address: %s', addr) 123 logging.info('Slave address set to: %s', addr) 137 logging.info('Attempt to write byte %r to reg %r', byte, reg) 141 logging.info('Successfully wrote byte 0x%x to reg %r', byte, reg) [all …]
|
/external/autotest/client/site_tests/hardware_Badblocks/ |
D | hardware_Badblocks.py | 5 import logging, re, subprocess, threading 57 logging.info('badblocks taking too long---sending SIGKILL') 60 logging.info('%s', e) 67 logging.info('badblocks is waiting on %s', waiton) 84 logging.info(msg) 107 logging.info('badblocks output:') 110 logging.info(lines[0]) 111 logging.info(lines[1]) 118 logging.info('%s', pattern_info) 121 logging.info('%s', subline) [all …]
|
/external/autotest/client/cros/audio/ |
D | cras_dbus_utils.py | 7 import logging 23 logging.exception( 41 logging.exception( 99 logging.debug('Got NodesChanged signal when loop is running.') 101 logging.debug('count = %d', self._count) 103 logging.debug('Quit main loop') 106 logging.debug('Got NodesChanged signal when loop is not running.' 117 logging.error('Quit main loop because of timeout') 120 logging.debug( 204 logging.debug('Before starting the counter') [all …]
|
/external/autotest/frontend/health/ |
D | check_test_health_unittest.py | 7 import logging, mox, subprocess, unittest 20 self.mox.StubOutWithMock(logging, 'error') 21 self.mox.StubOutWithMock(logging, 'info') 28 logging.info(mox.IgnoreArg(), mox.IgnoreArg()) 30 logging.info(mox.IgnoreArg(), mox.IgnoreArg()) 41 logging.info(mox.IgnoreArg(), mox.IgnoreArg()) 52 logging.info('Running %s', 'pass.py') 54 logging.info('Running %s', 'fail.sh arg') 56 logging.error('\'%s\' failed with return code %d', 67 logging.info(mox.IgnoreArg(), mox.IgnoreArg()) [all …]
|
/external/autotest/client/cros/bluetooth/ |
D | bluetooth_tester_xmlrpc_server.py | 9 import logging 10 import logging.handlers 86 logging.warning('Bluetooth Controller missing on tester') 94 logging.warning('Controller does not support requested settings') 95 logging.debug('Supported: %b; Requested: %b', supported_settings, 103 logging.warning('Failed to power off adapter to accept settings') 114 logging.warning('Failed to enable BR/EDR') 118 logging.warning('Failed to enable LE') 124 logging.warning('Failed to disable BR/EDR') 128 logging.warning('Failed to disable LE') [all …]
|
D | bluetooth_device_xmlrpc_server.py | 12 import logging 13 import logging.handlers 47 logging.info('RequestPinCode for %s, return %s', device_path, self._pin) 146 logging.debug('bluetoothd is running') 150 logging.debug('bluetoothd is not running') 154 logging.error('Error updating Bluez!') 175 logging.warning('Bluez not found!') 178 logging.debug('Device has no adapter; returning') 184 logging.debug('%s -> %r', path, ifaces.keys()) 186 logging.debug('using adapter %s', path) [all …]
|
/external/autotest/client/cros/video/ |
D | method_logger.py | 5 import logging 26 logging.debug('+ ' + log_str) 32 logging.debug('*** Begin arguments:') 33 logging.debug(args) 34 logging.debug('=== End arguments.') 37 logging.debug('*** Begin keyword arguments:') 38 logging.debug(kwargs) 39 logging.debug('=== End keyword arguments.') 44 logging.debug('### Begin results :') 45 logging.debug(result) [all …]
|
/external/autotest/client/site_tests/power_x86Settings/ |
D | power_x86Settings.py | 5 import commands, glob, logging, os, re, time 117 logging.info('AC Power is online') 120 logging.info('AC Power is offline') 126 logging.info("SUBTEST = %s", testname) 147 logging.info(iwconfig_out) 160 logging.info('scsi_host paths not found') 167 logging.debug('path does not exist: %s', link_policy_file) 171 logging.debug('storage: path set to %s for %s', 185 logging.debug("USB %s:%s whitelisted:%s autosuspend:%s", 188 logging.error("Whitelisted USB %s:%s " [all …]
|
/external/autotest/client/cros/cellular/pseudomodem/ |
D | connect_machine.py | 5 import logging 30 logging.info('ConnectMachine: Canceling connect.') 35 logging.info('ConnectMachine: Setting state to REGISTERED.') 44 logging.info('ConnectMachine: Modem is DISABLED.') 48 logging.error(message) 55 logging.info('ConnectMachine: Initiating Enable.') 65 logging.info('ConnectMachine: Modem is ENABLING.') 67 logging.info('ConnectMachine: Waiting for enable.') 72 logging.info('ConnectMachine: Modem is ENABLED.') 78 logging.error(message) [all …]
|
D | disable_machine.py | 5 import logging 25 logging.info('DisableMachine: Modem is CONNECTED.') 29 logging.info('DisableMachine: Starting Disconnect.') 36 logging.info('DisableMachine: Modem is CONNECTING.') 38 logging.info('DisableMachine: Canceling connect.') 44 logging.info('DisableMachine: Modem is DISCONNECTING.') 46 logging.info('DisableMachine: Waiting for disconnect.') 52 logging.info('DisableMachine: Modem is REGISTERED.') 58 logging.info('DisableMachine: Setting state to DISABLING.') 65 logging.info('DisableMachine: Modem is SEARCHING.') [all …]
|
/external/autotest/client/tests/cgroup/ |
D | cgroup.py | 1 import os, logging 24 logging.info('Starting cgroup testing') 29 logging.info("---< 'test_%s' START >---", i) 35 logging.info("---< 'test_%s' PASSED >---", i) 38 logging.error("test_%s: Test doesn't exist", i) 39 logging.info("---< 'test_%s' FAILED >---", i) 42 logging.error("test_%s: %s", i, inst) 43 logging.info("---< 'test_%s' FAILED >---", i) 46 logging.error('Some subtests failed (%s)' % err[:-2]) 54 logging.debug('Setting up cgroups modules') [all …]
|
/external/autotest/client/tests/dma_memtest/ |
D | dma_memtest.py | 1 import os, time, re, subprocess, shutil, logging 39 logging.info('Downloading linux kernel tarball') 47 logging.info('Source file: %s' % tarball_base) 48 logging.info('Megabytes per copy: %s' % size_tarball) 49 logging.info('Compress ratio: %s' % compress_ratio) 50 logging.info('Estimated size after uncompression: %s' % est_size) 51 logging.info('Number of copies: %s' % self.sim_cps) 52 logging.info('Parallel: %s' % parallel) 95 logging.info('Unpacking base copy') 98 logging.info('Unpacking test copies') [all …]
|
/external/autotest/client/site_tests/hardware_GobiGPS/ |
D | hardware_GobiGPS.py | 16 import logging, re 37 logging.debug(nmea) 63 logging.debug('Got fix:') 64 logging.debug('Time = %s', match.group(1)) 65 logging.debug('Status = %s', match.group(2)) 66 logging.debug('Latitude = %s %s', match.group(3), 68 logging.debug('Longitude = %s %s', match.group(5), 70 logging.debug('Speed = %s', match.group(7)) 71 logging.debug('Track Angle = %s', match.group(8)) 72 logging.debug('Date = %s', match.group(9)) [all …]
|
/external/autotest/server/site_tests/power_SuspendShutdown/ |
D | power_SuspendShutdown.py | 5 import json, logging, threading, time, traceback 33 logging.info('binding /dev/full to /sys/power/state') 37 logging.info('settings retry_suspend_attempts to %s', 45 logging.info('settings retry_suspend_ms to %s', 53 logging.info('restarting powerd') 91 logging.info('Login into client started') 98 logging.info('DUT login process failed') 114 logging.info('Launching Desktopui_simplelogin thread') 123 logging.info('Login thread started') 144 logging.info('Cryptohome did not return a value, retrying.') [all …]
|
/external/autotest/client/site_tests/graphics_Idle/ |
D | graphics_Idle.py | 5 import logging, os, re, struct, time 34 logging.warning('Could not get idle CPU before running tests.') 56 logging.error('Error: %s not found.', ' '.join(paths)) 62 logging.info('Running verify_lvds_downclock') 71 logging.error('Error: LVDS downclock quirk not applied.') 79 logging.info('Running verify_short_blanking') 86 logging.error('Error: %s not found.', param_path) 104 logging.error('Error: short blanking not added.') 113 logging.info('Running verify_graphics_rc6') 137 logging.error('Error: did not see the GPU in RC6.') [all …]
|
/external/autotest/client/site_tests/video_WebRtcPeerConnectionWithCamera/ |
D | video_WebRtcPeerConnectionWithCamera.py | 5 import logging 92 logging.info('Here are the partial results so far: %s', 118 logging.error('loopback.html did not complete') 123 logging.error('Cannot retrieve results from loopback.html page') 125 logging.info('Camera Type: %s', results['cameraType']) 126 logging.info('Camera Errors: %s', results['cameraErrors']) 127 logging.info('PeerConnectionstats: %s', 129 logging.info('FrameStats: %s', results['frameStats']) 131 logging.error('Camera error: %s', results['cameraErrors']) 134 logging.info('Peer Connection Stats is empty') [all …]
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome/ |
D | cros_browser_finder.py | 7 import logging 107 logging.warn('DNS Failure: %s', str(ex)) 113 logging.warn('Could not ssh into %s. Your device must be configured', 115 logging.warn('to allow passwordless login as root.') 116 logging.warn('For a test-build device, pass this to your script:') 117 logging.warn(' --identity $(CHROMITE)/ssh_keys/testing_rsa') 118 logging.warn('') 119 logging.warn('For a developer-mode device, the steps are:') 120 logging.warn(' - Ensure you have an id_rsa.pub (etc) on this computer') 121 logging.warn(' - On the chromebook:') [all …]
|