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

<<41424344454647484950>>

  /external/tensorflow/tensorflow/python/autograph/impl/
api.py 42 from tensorflow.python.autograph.utils import ag_logging as logging
209 logging.log(1,
231 logging.log(2, 'Permanently whitelisted: %s: weakref', f)
237 logging.warn(
241 logging.log(2, 'Permanently whitelisted: %s: wrapt decorated', f)
248 logging.log(2, 'Permanently whitelisted: %s: constructor', f)
256 logging.log(2, 'Permanently whitelisted: %s: part of builtin module', f)
327 if logging.has_verbosity(2):
328 logging.log(2, 'Defaults of %s : %s', converted_f,
333 logging.log(2, 'Calling %s with\n%s\n', converted_f, formatted_callargs
    [all...]
  /external/autotest/client/site_tests/cellular_ScanningProperty/
cellular_ScanningProperty.py 6 import logging
146 logging.debug(e)
167 logging.info('Sanity check initial values')
188 logging.info('Test actions and checks')
235 logging.info('Sanity check initial values')
253 logging.info('Test Connect sequence')
266 logging.info('Expectation met: |Scanning| is False in MM state '
283 logging.info('Expectation met: |Scanning| is True in MM state '
315 logging.info('Expectation met: |Scanning| is True in MM state '
333 logging.info('Expectation met: |Scanning| is True in MM state
    [all...]
  /external/autotest/client/site_tests/power_Thermal/
power_Thermal.py 5 import glob, logging, os, tempfile, threading, time
106 logging.info('adding thread number %d' % thread_count)
212 logging.info('changing core %d governor from %s to %s' % (
265 logging.info('full throttle after %d seconds' % count)
328 logging.info('starting temperature is %s' % str(self._cpu_temp()))
329 logging.info('starting frequency is %s' % str(self._cpu_freq(0)))
342 logging.info('ending temperature is %s' % str(self._cpu_temp()))
343 logging.info('ending frequency is %s' % str(self._cpu_freq(0)))
349 logging.info('stopping %d thread(s)' % len(self.worker_threads))
358 logging.info('removing %s' % f
    [all...]
  /external/autotest/contrib/
db_cleanup.py 8 import logging
196 logging.debug('SQL: %s', sql)
199 logging.debug(rows)
204 logging.debug('Nothing to delete for %s', table_to_delete_from)
213 logging.debug('SQL: %s', sql)
260 logging.info('Cleaning up all afe_job data prior to %s.', afe_date)
300 logging.info('Cleaning up all data related to tko_jobs prior to %s.',
375 level = logging.DEBUG if verbose else logging.INFO
376 logging.basicConfig(level=level, format=LOGGING_FORMAT
    [all...]
  /external/autotest/server/cros/multimedia/
remote_facade_factory.py 6 import logging
35 level=logging.DEBUG,
142 logging.debug('RPC %s returns %s.', rpc, pprint.pformat(value))
183 logging.warning('Retrying RPC %s.', rpc)
188 logging.error(
203 logging.info('Kill and join the previous log job.')
208 # Autotest logging.
243 logging.info('Setup the connection to RPC server, with retries...')
246 logging.info('Start a job to save the log from the client.')
263 logging.info
    [all...]
  /external/autotest/site_utils/
rpc_flight_recorder.py 9 import logging
45 logging.exception('Exception when running against host %s', hostname)
59 logging.debug('Updating Shards')
75 logging.info('Servers left production: %s', str(rm_shards))
78 logging.info('Servers entered production: %s',
103 logging.debug('Starting Server Polling: %s', ', '.join(all_servers))
106 logging.debug('Finished Server Polling')
200 logging.warning("%s failed - %s", msg_str, reason)
202 logging.debug("%s fail_err - %s", msg_str, str(err))
235 logging.debug("%s result = %s", msg_str, result
    [all...]
  /external/autotest/server/cros/network/
wifi_client.py 6 import logging
339 logging.warning('Warning, found multiple WiFi devices on '
349 logging.debug('No interfaces managed by shill. Rebooting host')
358 logging.debug('WiFi interface is: %r',
385 """Raises logging levels for WiFi on DUT."""
433 logging.warning('%s() is not supported on older images',
566 logging.info('Wifi scan completed in %.2f seconds', scan_result.time)
651 logging.info('Waiting for %s to reach one of %r...', ssid, states)
654 logging.info('...ended up in state \'%s\' (%s) after %f seconds.',
665 logging.info('Suspending DUT for %d seconds...', seconds
    [all...]
  /external/autotest/client/common_lib/cros/
arc.py 7 import logging
80 logging.debug('adb get-state: %s', output)
177 logging.debug('ARC alive: %s', arc_alive)
178 logging.debug('ARC booted: %s', arc_booted)
179 logging.debug('ARC system events: %s', arc_system_events)
180 logging.debug('adbd process: %s', adbd_pid)
181 logging.debug('adbd port reachable: %s', adbd_port_reachable)
182 logging.debug('adb state: %s', adb_state)
259 logging.info('Trying to reboot PID:%s', old_pid)
358 logging.warning('Failed to find PID for %s : %s', job_name, e
    [all...]
crash_detector.py 7 import logging
48 logging.info('CRASH DETECTED in %s/crash: %s',
  /external/autotest/client/cros/cellular/pseudomodem/
modem.py 9 import logging
186 logging.info('Modem coming back as: ' + path)
351 logging.info('SIM lock is the only kind of lock that is currently '
360 logging.info('There is a SIM lock in place. Setting state to '
370 logging.info('SIM got locked. Disabling modem.')
378 logging.info('SIM became unlocked! Setting state to INITIALIZING.')
381 logging.info('SIM became unlocked! Setting state to DISABLED.')
407 logging.info('Modem enable')
414 logging.info('Modem disable')
513 logging.info('CreateBearer'
    [all...]
  /external/autotest/server/hosts/
servo_host.py 13 import logging
322 logging.error(e)
382 logging.info('Servohost requies synchronized reboot, which is no'
402 logging.info('Rebooting servo host %s from build %s', self.hostname,
415 # with the logging bits ripped out, so that they can't cause
416 # the failure logging problem described above.
428 logging.info('servo host %s back from reboot, with build %s',
461 logging.info('Not attempting an update, either %s is not running '
467 logging.info('Not attempting an update, %s is running moblab.',
487 logging.info('servo host %s already processing an update, update
    [all...]
  /bionic/tools/bionicbb/
presubmit.py 19 import logging
82 logging.info('Cleaning: %s %s', build, url)
84 logging.error('Failed to clean: could not find project %s', build)
132 logging.info('Building: %s => %s %s %s', project, build, url,
135 logging.error('Unknown build: %s => %s %s', project, build, change_id)
156 logging.error('Failed to drop rejection: %s', ex)
158 logging.info('Dropped rejection: %s', gerrit_info['Change-Id'])
203 logging.info('Skipping %s: %s', gerrit_info['MessageType'],
  /build/make/tools/releasetools/
make_recovery_patch 19 import logging
29 logger = logging.getLogger(__name__)
make_recovery_patch.py 19 import logging
29 logger = logging.getLogger(__name__)
sign_apex.py 33 import logging
40 logger = logging.getLogger(__name__)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/
test_main.py 4 import logging
14 # Clean up logging configuration down by main.
15 del logging.root.handlers[:]
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
XMLFormatterTest.java 18 package org.apache.harmony.logging.tests.java.util.logging;
27 import java.util.logging.FileHandler;
28 import java.util.logging.Handler;
29 import java.util.logging.Level;
30 import java.util.logging.LogRecord;
31 import java.util.logging.Logger;
32 import java.util.logging.XMLFormatter;
56 .getBundle("bundles/com/android/java/util/logging/res");
91 .getBundle("bundles/com/android/java/util/logging/res")
    [all...]
  /external/apache-http/android/src/com/android/internal/http/multipart/
StringPart.java 37 import org.apache.commons.logging.Log;
38 import org.apache.commons.logging.LogFactory;
  /external/apache-http/src/org/apache/http/client/protocol/
RequestProxyAuthentication.java 36 import org.apache.commons.logging.Log;
37 import org.apache.commons.logging.LogFactory;
RequestTargetAuthentication.java 36 import org.apache.commons.logging.Log;
37 import org.apache.commons.logging.LogFactory;
  /external/apache-http/src/org/apache/http/impl/conn/tsccm/
RefQueueWorker.java 36 import org.apache.commons.logging.Log;
37 import org.apache.commons.logging.LogFactory;
110 //@@@ is logging really necessary? this here is the
  /external/autotest/client/bin/
harness.py 10 import logging
88 logging.debug('Selected harness: %s', which)
  /external/autotest/client/common_lib/cros/bluetooth/
bluetooth_gatt_server.py 4 import logging
35 logging.debug('incoming connection from address %s', addr)
  /external/autotest/client/common_lib/cros/fake_device_server/client_lib/
common_client.py 7 import logging
81 logging.info("Returning url: %s to use.", url)
  /external/autotest/client/common_lib/cros/fake_device_server/
resource_delegate.py 7 import logging
103 logging.warning('Received empty data update. Doing nothing.')

Completed in 1053 milliseconds

<<41424344454647484950>>