HomeSort by relevance Sort by last modified time
    Searched refs:logging (Results 826 - 850 of 5540) sorted by null

<<31323334353637383940>>

  /test/vts/testcases/vts_selftest/test_framework/base_test/
VtsSelfTestBaseTestFilterExclude.py 18 import logging
VtsSelfTestBaseTestFilterInclude.py 18 import logging
  /test/vts/utils/python/web/
dashboard_rest_client.py 17 import logging
54 logging.error("Error reading service json keyfile: %s", e)
57 logging.error("Invalid service json keyfile: %s", e)
113 logging.error("Row insertion failed: %s", err)
  /test/vts-testcase/kernel/api/binder/
VtsKernelBinderTest.py 20 import logging
54 logging.info("Pull config.gz to %s", config_path)
59 logging.exception("Cannot read kernel config. Both 32 and 64-bit "
63 logging.info("BINDER_IPC_32BIT = %s", self._is_32)
  /test/vts-testcase/kernel/version/
VtsKernelVersionTest.py 18 import logging
52 logging.info("Shell command '%s' results: %s", cmd, results)
61 logging.info("Detected kernel version: %s.%s.%s" % (kernel_version,
67 logging.info("Compliant kernel version %s.%s.%s found." %
  /test/vts-testcase/vndk/abi/
VtsVndkAbiTest.py 18 import logging
81 logging.info("Delete %s", self._temp_dir)
92 logging.info("adb shell %s", test_cmd)
95 logging.info("%s doesn't exist. Create %s.", target_dir, host_dir)
98 logging.info("adb pull %s %s", target_dir, host_dir)
149 logging.warning("%s: Cannot dump vtables",
152 logging.debug("%s: %s", lib_path, lib_vtables)
196 logging.warning("Unknown dump: %s", dump_path)
215 logging.info("%s: Not found on target", lib_name)
228 logging.exception("%s: Cannot diff symbols", rel_path
    [all...]
  /external/adhd/scripts/
ini_editor_unittest.py 10 import logging
142 logging.basicConfig(
144 level=logging.DEBUG)
  /external/autotest/client/common_lib/cros/cfm/usb/
usb_port_manager.py 2 import logging
83 logging.debug('Running: "%s"', command)
85 logging.debug('Result: "%s"', res)
  /external/autotest/client/cros/cellular/mbim_compliance/
mbim_data_channel.py 5 import logging
70 logging.debug('Data Channel: Sent %d bytes out of %d bytes requested. '
100 logging.debug('Data Channel: Received %d bytes response. Payload: %s',
mbim_errors.py 5 import logging
404 logging.error(error_object)
408 logging.error('Traceback:\n' + ''.join(trace))
  /external/autotest/client/cros/multimedia/
browser_facade_native.py 7 import logging
55 logging.debug('Load URL %s', url)
66 logging.debug('Closing URL %s', tab.url)
  /external/autotest/client/cros/video/
youtube_helper.py 5 import logging
108 logging.info('Verifying the YouTube video playback.')
117 logging.info('Retrying to video playback test.')
140 logging.info('Expected resolution is set.')
143 logging.info('Waiting for expected resolution.')
152 logging.info('Verifying the video resolutions.')
155 logging.info('Available video resolutions: %s', video_qualities)
164 logging.info("new video quality %s ", supporting_qualities)
167 logging.info('checking resolution: %d width %d height', width, height)
169 logging.info('Playing video in %s quality.', quality
    [all...]
  /external/autotest/client/site_tests/bluetooth_IDCheck/
bluetooth_IDCheck.py 5 import logging
35 logging.info('Saw Bluetooth ID of: %s', modalias)
54 logging.info('Saw Bluetooth Alias of: %s', alias)
  /external/autotest/client/site_tests/cellular_StressEnable/
cellular_StressEnable.py 6 import logging
53 logging.info('Cycle %d: %f seconds delay.', n, t / 10.0)
55 logging.info('Done.')
  /external/autotest/client/site_tests/desktopui_GmailLatency/
desktopui_GmailLatency.py 5 import logging, os, time
39 logging.debug(e)
65 logging.debug(e)
  /external/autotest/client/site_tests/detachablebase_TriggerHammerd/
detachablebase_TriggerHammerd.py 5 import logging
44 logging.info('Start line: %s', start_line)
59 logging.error('Hammerd log: %s', hammerd_log)
  /external/autotest/client/site_tests/firmware_SetFWMP/
firmware_SetFWMP.py 5 import logging
37 logging.warning('No access to the password')
39 logging.info(status)
  /external/autotest/client/site_tests/firmware_TouchMTB/
common_util.py 7 import logging
22 logging.warning('Command (%s) failed (ret=%s).', cmd, ret)
37 logging.warning('Command (%s) failed (%s).', cmd, e)
  /external/autotest/client/site_tests/kernel_PerfEventRename/
kernel_PerfEventRename.py 7 import logging
49 logging.debug('report output: %s' % report)
65 logging.info('bad report entry: %s' % line)
  /external/autotest/client/site_tests/kernel_VbootContextEC/
kernel_VbootContextEC.py 7 import logging, os, random
22 logging.info('Skip test for non-ARM arch %s', arch)
27 logging.info('Skip test: Vboot Context storage media is "%s"',
  /external/autotest/client/site_tests/network_EthCaps/
network_EthCaps.py 5 import collections, logging, os
40 logging.debug("bus_info is %s", self._bus_info)
42 logging.error("ethtool -i %s has no bus-info", self._ethname)
76 logging.debug("cap['%s'] = %s", keyname, caps[keyname])
103 logging.error("\'%s\' not a capability of %s", keyname,
120 logging.error("\'%s\' not a supported mode in \'%s\' of %s",
137 logging.info("%s support magic number WOL", self._ethname)
177 logging.warning("Unable to verify wake in s/w due to missing log %s",
185 logging.debug("f/w line = %s", ln)
194 logging.debug("status_dict[%s] = %s", status_reg
    [all...]
  /external/autotest/client/site_tests/network_NegotiatedLANSpeed/
network_NegotiatedLANSpeed.py 1 import logging, re, utils
24 logging.info(e)
35 logging.info(e)
  /external/autotest/client/site_tests/network_WlanRegulatory/
network_WlanRegulatory.py 5 import logging
37 logging.info('Using iw to set regulatory domain to %s', regdomain)
55 logging.info('Initial regulatory domain is %s', initial_regdomain)
  /external/autotest/client/site_tests/p2p_ServeFiles/
p2p_ServeFiles.py 5 import logging
32 logging.info('lansim is at %s', dep_dir)
56 logging.error('SimulatorThread exception: %r', self._sim.error)
57 logging.error(self._sim.traceback)
103 logging.exception('Failed to start tested services.')
139 logging.error('peer_name = %r', peer_name)
140 logging.error('hostname = %r', hostname)
141 logging.error('ips = %r', ips)
142 logging.error('port = %r', port)
143 logging.error('files = %r', files
    [all...]
  /external/autotest/client/site_tests/platform_AesThroughput/
platform_AesThroughput.py 5 import logging, os, re
21 logging.debug('Running using all cpus: %d' % num_cpus)
50 logging.debug(results)

Completed in 998 milliseconds

<<31323334353637383940>>