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

<<41424344454647484950>>

  /test/vts/utils/python/reporting/
log_uploading_utils.py 16 import logging
59 logging.info("Log uploading enabled: %s", self.enabled)
88 source_dir=logging.log_path,
93 logging.error('Error happened when saving logs.')
  /test/vts-testcase/kernel/api/libcutils/
VtsKernelLibcutilsTest.py 17 import logging
  /test/vts-testcase/kernel/api/selinux/
VtsKernelSelinuxFileApiTest.py 18 import logging
50 logging.info("Testing existence of %s" % (test_object.get_path()))
56 logging.info("Testing permissions of %s" % (test_object.get_path()))
67 logging.info("Testing format of %s" % (test_object.get_path()))
  /test/vts-testcase/performance/binder_benchmark/
BinderPerformanceTest.py 18 import logging
109 logging.info("Start to run the benchmark (%s bit mode)", bits)
120 logging.info("stderr: %s", results[const.STDERR][1])
121 logging.info("stdout: %s", results[const.STDOUT][1])
  /test/vts-testcase/performance/hwbinder_benchmark/
HwBinderPerformanceTest.py 18 import logging
111 logging.info(
127 logging.info("stderr: %s", results[const.STDERR][1])
128 logging.info("stdout: %s", results[const.STDOUT][1])
  /toolchain/benchmark/
fix_skia_results.py 7 # pylint: disable=cros-logging-import
13 import logging
17 # Turn the logging level to INFO before importing other autotest
18 # code, to avoid having failed import logging messages confuse the
20 logging.basicConfig(level=logging.INFO)
122 logging.error('While converting "%s" (key: %s): %s',
gen_json.py 7 # pylint: disable=cros-logging-import
15 import logging
18 # Turn the logging level to INFO before importing other autotest
19 # code, to avoid having failed import logging messages confuse the
21 logging.basicConfig(level=logging.INFO)
54 logging.error('Please input the correct benchmark name.')
  /tools/tradefederation/core/atest/
module_info.py 20 import logging
78 logging.info('Generating %s - this is required for '
81 logging.getLogger().isEnabledFor(logging.DEBUG))
  /external/autotest/client/site_tests/kernel_Ktime/
kernel_Ktime.py 5 import logging
49 logging.debug('setting %s to %s', filename, contents)
87 logging.debug('result: %s', line)
129 logging.info((
153 logging.info(
163 logging.info(
203 logging.info((
217 logging.info('max_diff %f', max_diff)
222 logging.info('drift %.9f', slope)
  /external/autotest/client/site_tests/network_CastTDLS/
network_CastTDLS.py 5 import json, logging, os, re, tempfile, time, urllib2, zipfile
93 logging.info('Response: %s', response)
98 logging.info('Extension download link: %s', extension_download_url)
178 logging.info('Receiver log is under: %s', self.debugdir)
217 logging.info('Download Cast extension ... ...')
233 logging.info('Enable TDLS in extension: %s', extension_id)
236 logging.info('Start mirroring on device: %s', device_ip)
242 logging.info('Stop mirroring on device: %s', device_ip)
245 logging.info('Verify TDLS status in the mirroring session ... ... ')
  /external/autotest/client/site_tests/network_ChromeWifiEndToEnd/
network_ChromeWifiEndToEnd.py 5 import logging
65 logging.info('Network names match!')
90 logging.info('Enabling / Disabling WiFi works!')
116 logging.info('Networks found via API: %s', networks_found_via_api)
160 logging.info('Successfully transitioned to: %s', network.name)
172 logging.info('Networks found before connection: %s', networks)
178 logging.info('Connected to WiFi network: %s',
187 logging.info('Networks found after connection: %s', networks)
198 logging.info('Successfully autoconnected to remembered network.')
  /external/autotest/client/site_tests/policy_PowerManagementIdleSettings/
policy_PowerManagementIdleSettings.py 5 import logging
214 logging.info('Running _test_idle_action(%s)', policy_value)
225 logging.info('Brightness maximized to: %.2f', max_brightness)
236 logging.info(' Brightness dimmed to: %.2f, ', dim_brightness)
237 logging.info(' after %s seconds.', dim_elapsed_time)
246 logging.info(' Brightness off to: %.2f, ', off_brightness)
247 logging.info(' after %s seconds.', off_elapsed_time)
266 logging.info(' User logged out: %r, ', not user_is_logged_in)
267 logging.info(' after %s seconds.', action_elapsed_time)
  /external/autotest/server/brillo/
audio_utils.py 8 import logging
132 logging.info('Command to generate sine wave: %s', gen_file_cmd)
136 logging.info('Converting file to %s', file_format)
141 logging.info('Command to convert file: %s', cvt_file_cmd)
147 logging.info('Send file to DUT.')
150 logging.info('remote_filename %s', remote_filename)
217 logging.info('Golden frequency of channel %i is %f', channel,
219 logging.info('Recorded frequency of channel %i is %f', channel,
232 logging.warning('Unexpected frequency peak detected at %f '
  /external/autotest/server/cros/chaos_lib/
static_runner.py 7 import logging
43 logging.info('Server time: %s', dt.strftime('%a %b %d %H:%M:%S %Y'))
44 logging.info('DUT time: %s', self._host.run('date').stdout.strip())
87 logging.info('Performing a scan with a max timeout of 30 seconds.')
142 logging.info('No more APs to test.')
153 logging.error('The SSID was not set for the AP:%s',
159 logging.error('DUT is not healthy, rebooting.')
171 logging.error('Packet capture is not healthy, '
205 logging.info('Waiting %d seconds for the AP dhcp '
  /external/autotest/server/site_tests/audio_AudioAfterSuspend/
audio_AudioAfterSuspend.py 7 import logging
41 logging.debug('Plugging' if plug_state else 'Unplugging')
44 logging.debug('Jack plugger is NOT present!')
114 logging.debug('Start playing %s', self.golden_file.path)
118 logging.debug('Start recording.')
124 logging.debug('Stopped recording.')
145 logging.debug('Saving recorded data to %s', recorded_file)
157 logging.debug('Saving filtered data to %s', recorded_file)
253 logging.info(test_case)
  /external/autotest/server/site_tests/firmware_ChipFwUpdate/
firmware_ChipFwUpdate.py 38 import logging
103 logging.info('request chip %s fw 0x%02x from command line',
127 logging.info('checking for %s firmware in %s',
131 logging.warning('%s firmware not bundled in %s',
138 logging.warning('%s firmware hash not extracted from %s',
149 logging.info('%s bundled firmware for %s is version %s',
165 logging.info('replacing %s firmware in %s', chip_name, self.BIOS)
207 logging.info('no FW updates requested, skipping test')
216 logging.info('firmware does not support requested updates, '
  /external/autotest/server/site_tests/firmware_Cr50Update/
firmware_Cr50Update.py 5 import logging
70 logging.info("Update %s", self.update_order)
77 logging.info('chip board id will be erased during rollback. %x:%x '
81 logging.info('No chip board id is set. This test will not attempt '
92 logging.warning('rootfs verification is disabled')
131 logging.info("Attempting %s from %s to %s",
170 logging.info("Successfully updated from %s to %s %s", running_ver_str,
215 logging.info("%s stored at %s with version %s", image_name, image_path,
244 logging.info("Update iteration %s ran successfully", self.iteration)
  /external/autotest/site_utils/
backup_mysql_db.py 20 import logging
136 logging.debug('Dumping mysql database to file %s', filename)
251 logging.error('Failed to run %r', cmd)
263 logging.debug('Uploading mysql dump to google storage')
289 logging.debug('Cleaning up previously archived dump files.')
293 logging.debug('Cleanup found nothing to do.')
334 logging.debug('Start db backup: %s', options.type)
338 logging.debug('Uploading backup: %s', options.type)
341 logging.debug('Db backup completed: %s', options.type)
  /external/tensorflow/tensorflow/contrib/kfac/examples/
mlp.py 97 tf.logging.info("Building LayerCollection.")
122 tf.logging.info("Building KFAC Optimizer.")
133 tf.logging.info("Starting training.")
151 tf.logging.info("global_step: %d | loss: %f | accuracy: %f",
169 tf.logging.info("Loading MNIST into memory.")
178 tf.logging.info("Building model.")
204 tf.logging.info(
225 tf.logging.info("Building tower %d." % tower_id)
258 tf.logging.info("Loading MNIST into memory.")
  /system/sepolicy/tools/
insertkeys.py 6 import logging
129 logging.info("Skipping " + tag + " : " + option +
184 logging.info("Replacing " + name + " " + value + " with " + key)
247 logging.basicConfig(level=logging.INFO if options.verbose == True else logging.WARN)
256 logging.info("Setting output file to: " + options.output_file)
260 logging.info("Generate key map:")
262 logging.info(k + " : " + str(key_map[k]))
  /test/framework/harnesses/host_controller/command_processor/
command_test.py 17 import logging
119 logging.log(log_level, line.rstrip())
130 target=LogOutputStream, args=(logging.INFO, proc.stdout))
132 target=LogOutputStream, args=(logging.ERROR, proc.stderr))
138 logging.info("Return code: %d", proc.returncode)
160 logging.warning("Incomplete <Result>: %s", elem.attrib)
164 logging.warning("Nothing loaded from report.")
210 logging.warning("Unexpected number of results: %s",
228 logging.debug(result)
  /test/vts/runners/host/
base_test.py 17 import logging
82 log: A logger object used for logging.
149 logging.info('Test filter: %s' % self.test_filter)
239 logging.info(("Missing optional user param '%s' in "
284 logging.error("empty param_name")
297 logging.warn(msg)
337 report_proto_path = os.path.join(logging.log_path,
341 logging.info('Result proto message path: %s', report_proto_path)
410 logging.error(record.details)
412 logging.info(RESULT_LINE_TEMPLATE, record.test_name, record.result
    [all...]
  /test/vts-testcase/kernel/api/rootdir/
VtsKernelRootDirTest.py 69 import logging
158 logging.info("Dirs to check: %r", self._dirs_to_check)
163 logging.info("Create %s", self._temp_dir)
167 logging.info("Delete %s", self._temp_dir)
216 logging.info("Current dirs: %r", current_dirs)
231 logging.info("Current symlinks: %r", current_symlinks)
262 logging.info("Current files: %r", current_files)
273 logging.info("adb pull %s %s", f, self._temp_dir)
275 logging.debug(pull_output)
  /test/vts-testcase/kernel/ltp/
environment_requirement_checker.py 18 import logging
123 logging.info("Result for %s's requirement %s is %s", test_case,
149 logging.info("Setting permissions on device")
154 logging.error("Permission command '%s' failed.",
160 logging.info("Checking binary existence on host")
172 logging.info("The following binaries does not exist: %s",
175 logging.info("Finished checking binary existence on host.")
202 logging.warn("[Checker] Attempting to run test case that has "
218 logging.error("[Checker] Binary existance check failed for {}. "
  /external/autotest/client/cros/power/
power_suspend.py 5 import collections, logging, os, re, shutil, time
142 logging.info('Found 3G interface, disconnecting.')
147 logging.info('3G disconnected successfully.')
150 logging.error('Could not disconnect: %s.', status)
176 logging.warning('Failed to set pm_print_times to %s', bool(on))
180 logging.info('Device resume times set to %s', bool(on))
230 logging.warning('Invalid timestamp: %s', line)
251 logging.debug('RTC resume timestamp read: %f', seconds)
256 logging.debug('Early wakeup, dumping eventlog if it exists:\n')
270 logging.warning('Whitelisted spurious wake in S3: %s | %s'
    [all...]

Completed in 1094 milliseconds

<<41424344454647484950>>