HomeSort by relevance Sort by last modified time
    Searched refs:logging (Results 751 - 775 of 3267) sorted by null

<<31323334353637383940>>

  /external/autotest/client/bin/
harness_autoserv.py 1 import os, logging, ConfigParser
32 logging.error("Empty CLIENT configuration session. "
110 logging.error('Not fetching %s from autoserv.', filename)
115 logging.info('Fetching %s from autoserv to %s.', filename, dest_path)
118 logging.debug('Successfully fetched %s from autoserv.', filename)
  /external/autotest/client/common_lib/
autotemp.py 15 import shutil, os, logging
63 logging.debug('Cleaning %s', self.name)
68 logging.exception(msg)
119 logging.debug('Clean was not called for ' + self.name)
124 logging.exception(msg)
  /external/autotest/client/common_lib/perf_expectations/
expectation_checker.py 11 import logging
66 logging.error('I/O Error reading expectations %s(%s): %s',
74 logging.error('ValueError parsing expectations %s(%s): %s',
83 logging.info('No expectation data found in %s.',
143 logging.debug(
  /external/autotest/client/cros/video/
device_capability.py 6 import logging
26 logging.info("Capabilities:\n%r", self.capabilities)
56 logging.info("Detector result (%s): %s",
73 logging.debug('Processing caps: %s', fname)
83 logging.debug("%r", rule)
youtube_helper.py 5 import logging
84 logging.info('Verifying the YouTube video playback.')
93 logging.info('Retrying to video playback test.')
109 logging.info('Verifying the player states.')
133 logging.info('Waiting for seek position to change.')
  /external/autotest/client/site_tests/accessibility_ChromeVoxSound/
accessibility_ChromeVoxSound.py 6 import logging
47 logging.info('Found passing chunk: %d.', i)
62 logging.info('Time taken - %s: %f', name, audio_length)
74 logging.info(stat_output)
98 logging.info('ChromeVox took %f seconds to start.')
  /external/autotest/client/site_tests/graphics_Gralloc/
graphics_Gralloc.py 5 import logging
66 logging.debug('Running %d executables', len(self._executables))
72 logging.error('Exception running %s', cmd)
79 logging.error(line)
81 logging.debug(stdout)
  /external/autotest/client/site_tests/graphics_VTSwitch/
graphics_VTSwitch.py 5 import logging
78 logging.error('VT1 and VT2 screenshots only differ by ' + \
89 logging.info('Iteration #%d', iteration)
103 logging.error('VT1 screenshots differ by %d %%: %s vs %s',
121 logging.error(
  /external/autotest/client/site_tests/network_WlanDriver/
network_WlanDriver.py 5 import logging
144 logging.info('Kernel base is %s', base_revision)
150 logging.info("Uninitialized technologies: %s", uninit)
170 logging.warning("Shill couldn't find wireless device; "
178 logging.info('Device name %s, module path %s', device_name, module_path)
  /external/autotest/client/site_tests/power_WifiIdle/
power_WifiIdle.py 4 import logging
32 logging.info('Networks found: %s', networks)
36 logging.info('Connected to network: %s', network)
39 logging.info('Not connected to network.')
55 logging.debug('Ethernet interfaces include: ' +
  /external/autotest/client/tests/disktest/
disktest.py 1 import os, sys, subprocess, logging
44 logging.info("Testing %d MB files on %s in %d MB memory, chunk %s",
48 logging.debug("Running '%s'", cmd)
73 logging.info("Resizing to %s GB", gigabytes)
84 logging.info("Total of disk chunks that will be used: %s", chunks)
  /external/autotest/server/cros/network/rf_switch/
scpi_ssh_tunnel.py 29 import logging
73 logging.debug('Tunnel command: %s', tunnel_command)
77 logging.debug(
81 logging.exception('Error starting SSH tunnel to SCPI device.')
90 logging.error('Error connecting to SCPI device.')
  /external/autotest/server/site_tests/bluetooth_AdapterAudioLink/
bluetooth_AdapterAudioLink.py 10 import logging
35 logging.info('DUT Address: %s', dut_device.get_address())
36 logging.info('Playing an audio file. num inter %d', num_iterations)
43 logging.info('Playback iter %d, is chameleon connected %d',
60 logging.info('Running time %0.1f seconds.', end_time - start_time)
  /external/autotest/server/site_tests/cheets_GTS/
cheets_GTS.py 15 import logging
48 logging.info('Running outside of lab, adding extra debug options.')
75 logging.info('RUN(timeout=%d): ./gts-tradefed %s', timeout,
89 stdout_level=logging.INFO)
90 logging.info('END: ./gts-tradefed %s\n', ' '.join(command))
110 @param test_name: the name of test. Used for logging.
  /external/autotest/server/site_tests/firmware_Cr50GetName/
firmware_Cr50GetName.py 5 import logging
64 logging.debug('last cr50 update message: "%s"', self._last_message)
117 logging.debug('EXPECT: %s', expected_result_re)
118 logging.debug('GOT: %s', result)
124 logging.info('FOUND UPDATE RESULT:\n%s', match.groups()[0])
  /external/autotest/server/site_tests/firmware_Cr50InvalidateRW/
firmware_Cr50InvalidateRW.py 5 import logging
17 There are two special cases this test covers: logging in after the TPM
18 owner is cleared and logging in as guest.
65 logging.debug(message)
105 logging.info(message)
129 logging.info('Clearing the TPM owner')
135 logging.info('finished run %d', self.iteration)
  /external/autotest/server/site_tests/network_FirewallHolePunchServer/
network_FirewallHolePunchServer.py 5 import logging
35 logging.debug('Connected to client')
37 logging.debug('Socket connection to DUT failed.')
84 logging.debug('Performing...')
85 logging.debug(pprint.pprint(test))
  /external/autotest/server/site_tests/network_WiFi_OverlappingBSSScan/
network_WiFi_OverlappingBSSScan.py 5 import logging
66 logging.info('Pinging router without OBSS scans for %d seconds.',
70 logging.info('Ping statistics without OBSS scans: %r',
84 logging.info('Pinging router with OBSS scans for %d seconds.',
88 logging.info('Ping statistics with OBSS scans: %r', result_obss_scan)
  /external/autotest/server/site_tests/p2p_EndToEndTest/
p2p_EndToEndTest.py 5 import logging
67 logging.info('Master process running.')
99 logging.debug('Sleeping %d seconds', secs_to_sleep)
110 logging.info('Using URL %s', url)
118 logging.info('SHA1 is %s', sha1)
  /external/autotest/server/site_tests/platform_FlashErasers/
platform_FlashErasers.py 5 import logging
29 logging.info('Execute %s', command)
31 logging.info('Output >>> %s <<<', output)
114 logging.info('Active firmware %s, alternative at %#x:%#x', active_fw,
123 logging.info('Verifying section of size %d', test_size)
  /external/autotest/server/site_tests/platform_S0ixCycle/
platform_S0ixCycle.py 5 import logging, time
44 logging.info('== S0ix suspend and check the state transition ==')
59 logging.info('== S0ix resume and check the state transition ==')
102 logging.info('== Running FAFT ITERATION %d/%s ==',i+1, self.faft_iterations)
103 logging.info('S0ix suspend/resume back and check state transition.')
  /external/autotest/server/site_tests/platform_S3Cycle/
platform_S3Cycle.py 5 import logging, time
44 logging.info('== S3 suspend and check the state transition ==')
59 logging.info('== S3 resume and check the state transition ==')
80 logging.info('== Running FAFT ITERATION %d/%s ==',i+1, self.faft_iterations)
81 logging.info('S3 suspend/resume back and check state transition.')
  /external/autotest/server/site_tests/power_USBHotplugInSuspend/
power_USBHotplugInSuspend.py 9 import logging, time
43 logging.info('USB Devices: %s' % (",".join(devices)))
121 logging.info('Inserted USB device(s): %s' % (",".join(diff)))
126 logging.info('Testing insertion during suspend.')
128 logging.info('Testing removal during suspend.')
  /external/parameter-framework/upstream/tools/clientSimulator/clientsimulator/testGenerator/
SubprocessLogger.py 31 import logging
47 :type level: logging.level
56 self.__logger = logging.getLogger(__name__)
63 # Start stream logging
110 # Default logging level
111 self._stdOutLogLevel = logging.DEBUG
139 # Logging threaded file-object
146 logging.ERROR,
149 # Logging stdout and stderr through objects
194 # Script logging leve
    [all...]
  /external/slf4j/jul-to-slf4j/src/test/java/org/slf4j/bridge/
SLF4JBridgeHandlerPerfTest.java 27 import java.util.logging.Handler;
28 import java.util.logging.LogManager;
41 // set to false to test enabled logging performance
46 java.util.logging.Logger julRootLogger = LogManager.getLogManager().getLogger("");
48 java.util.logging.Logger julLogger = java.util.logging.Logger.getLogger(LOGGER_NAME);

Completed in 838 milliseconds

<<31323334353637383940>>