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

<<31323334353637383940>>

  /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/client/site_tests/power_LoadTest/
power_LoadTest.py 7 import logging
68 verbose: add more logging information
121 logging.info("Device has no battery but has powercap data.")
182 logging.warn('wifi connect: disc:%d assoc:%d config:%d fail:%s',
193 logging.debug(str([iface.name for iface in ifaces]))
234 logging.warning("test low battery threshold is below system " +
255 logging.info("Assuming no keyboard backlight due to :: %s", str(e))
305 logging.warn("Unable to use GAIA acct %s. Using GUEST instead.\n",
378 logging.debug('loop %d completed', i)
381 logging.info('Exiting due to low battery'
    [all...]
  /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/
camerabox_utils.py 7 import logging
26 logging.info('Prepare scene file')
33 logging.info('Display scene file')
100 logging.debug('%d number of camera(s) found in camera profile',
117 logging.debug('has_front_camera=%s', has_front_camera)
146 logging.info('Restart camera service with filter option')
160 logging.info('Replace camera profile in ARC++ container')
180 logging.info('Remove filter option and restore camera service')
185 logging.info('Restore camera profile in ARC++ container')
  /external/autotest/server/cros/chaos_lib/
static_runner.py 7 import logging
42 logging.info('Server time: %s', dt.strftime('%a %b %d %H:%M:%S %Y'))
43 logging.info('DUT time: %s', self._host.run('date').stdout.strip())
80 logging.info('Performing a scan with a max timeout of 30 seconds.')
133 logging.info('No more APs to test.')
144 logging.error('The SSID was not set for the AP:%s',
150 logging.error('DUT is not healthy, rebooting.')
162 logging.error('Packet capture is not healthy, '
196 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_Cr50FactoryResetVC/
firmware_Cr50FactoryResetVC.py 5 import logging
45 logging.info(rv)
75 logging.info('%sing FWMP ccd lockout', 'enabl' if enable else 'clear')
78 logging.info('Setting FWMP flags to %s', flags)
147 logging.info('%sABLING FACTORY MODE', 'EN' if enable else 'DIS')
149 logging.info('EXPECT: %s', 'failure' if enable_fail else 'success')
154 logging.debug(result)
182 logging.info('RUN: %s', self.get_state_message())
190 logging.info(message)
  /external/autotest/server/site_tests/firmware_FwScreenCloseLid/
firmware_FwScreenCloseLid.py 5 import logging
67 logging.error("Caught exception: %s", str(e))
73 logging.info('This test does nothing on devices without lid.')
91 logging.info("Expected dev mode and reboot. "
105 logging.info("Reboot. When the developer screen shown, press "
121 logging.info("Request recovery boot. When the RECOVERY INSERT "
136 logging.info("Request recovery boot again. When the recovery "
152 logging.info("Switch back to normal mode.")
159 logging.info("Expected normal mode and request recovery boot. "
  /external/autotest/site_utils/
backup_mysql_db.py 20 import logging
137 logging.debug('Dumping mysql database to file %s', filename)
254 logging.error('Failed to run %r', cmd)
266 logging.debug('Uploading mysql dump to google storage')
292 logging.debug('Cleaning up previously archived dump files.')
296 logging.debug('Cleanup found nothing to do.')
337 logging.debug('Start db backup: %s', options.type)
341 logging.debug('Uploading backup: %s', options.type)
344 logging.debug('Db backup completed: %s', options.type)
  /external/tensorflow/tensorflow/python/tpu/
async_checkpoint.py 32 from tensorflow.python.platform import tf_logging as logging
67 logging.info("Create AsyncCheckpointSaverHook.")
128 logging.info("Triggering checkpoint. %s", global_step)
134 logging.info("Waiting for any pending checkpoints to finish.")
137 logging.info("Waiting for any pending write_graph to finish.")
153 logging.info("Saving checkpoints for %d into %s.", step, self._save_path)
169 logging.info("Checkpoint actual writing time: (%.3f sec)",
171 logging.info("Checkpoint finished for %d into %s.", step, self._save_path)
181 logging.info("Saver thread still in progress, skipping checkpoint.")
  /art/libdexfile/dex/
type_reference.h 22 #include <android-base/logging.h>
  /art/libelffile/stream/
vector_output_stream.cc 19 #include <android-base/logging.h>
  /art/runtime/entrypoints/jni/
jni_entrypoints.cc 17 #include <android-base/logging.h>
  /art/runtime/gc/
gc_cause.cc 19 #include <android-base/logging.h>
  /art/runtime/
signal_set.h 22 #include <android-base/logging.h>
  /development/gsi/gsi_util/gsi_util/commands/
dump.py 17 import logging
82 logging.info('==== DUMP ====')
84 logging.debug('Info name list: %s', args.INFO_NAME)
100 logging.info('==== DONE ====')
  /development/gsi/gsi_util/gsi_util/mounters/
composite_mounter.py 29 import logging
87 logging.debug('_CompositeFileAccessor._handle_prepare_file(%s)',
95 logging.debug(' Not found')
124 logging.debug('CompositeMounter.add_by_mount_target(%s, %s)',
  /development/gsi/gsi_util/gsi_util/utils/
adb_utils.py 18 import logging
  /device/generic/goldfish/keymaster/strongbox/
service.cpp 18 #include <android-base/logging.h>
  /device/google/bonito/vr/
service.cpp 18 #include <android-base/logging.h>
  /device/google/cuttlefish_common/host/commands/ivserver/
main.cpp 22 #include <glog/logging.h>

Completed in 1004 milliseconds

<<31323334353637383940>>