| /test/vts/utils/python/library/ |
| vtable_parser.py | 17 import logging 68 logging.warning("Fail to chmod vtable dumper: %s", e) 91 logging.debug("Execute command: %s" % cmd) 93 logging.debug("stdout: " + stdout) 94 logging.debug("stderr: " + stderr)
|
| /test/vts/utils/python/mirror/ |
| hal_mirror.py | 18 import logging 145 logging.info("specification: %s", specification) 156 logging.info("Entering dummy implementation" 159 logging.info("arg%s: %s", arg_index, args[arg_index]) 193 logging.info("found_api_spec %s", found_api_spec)
|
| /tools/test/connectivity/acts/framework/acts/controllers/ap_lib/ |
| hostapd.py | 17 import logging 196 logging.info('Writing %s' % self._config_file) 197 logging.debug('******************Start*******************') 198 logging.debug('\n%s' % hostapd_conf) 199 logging.debug('*******************End********************')
|
| /tools/test/connectivity/acts/framework/tests/libs/ota/ota_runners/ |
| ota_runner_factory_test.py | 19 import logging 127 logging.disable(logging.WARNING) 129 logging.disable(logging.NOTSET)
|
| /external/autotest/client/common_lib/ |
| test.py | 23 import logging 276 logging.info('___________________ constraint = %s', constraint) 277 logging.info('___________________ keyvals = %s', keyval_env) 355 logging.info('Test will be retried a maximum of %d times', 378 logging.debug('Starting before_iteration_hooks for %s', 384 logging.debug('before_iteration_hooks completed') 398 logging.debug('starting test(run_once()), test details follow' 401 logging.debug('The test has completed successfully') 409 logging.debug('Test failed due to %s. Exception log follows the ' 414 logging.debug('Starting after_iteration_hooks for %s' [all...] |
| /external/autotest/site_utils/ |
| gs_offloader.py | 18 import logging 19 import logging.handlers 256 logging.debug('Removing fifo %s', path) 258 logging.debug('Creating marker %s', path) 282 logging.debug('Removing symlink %s', path) 284 logging.debug('Creating marker %s', path) 317 logging.warning('Fail to get the file count in folder %s.', dir_entry) 370 logging.info('Trying to correct file permission of %s.', dir_entry) 380 logging.error('Failed to modify permission for %s: %s', 407 logging.error('ERROR uploading test results %s to GS: %s' [all...] |
| test_that.py | 12 import logging 13 # Turn the logging level to INFO before importing other autotest 14 # code, to avoid having failed import logging messages confuse the 16 logging.basicConfig(level=logging.INFO) 45 logging.info('Board unspecified, attempting to determine board from host.') 52 logging.info('Detected host board: %s', board) 200 logging.info('Skipping quickmerge step.') 202 logging.info('Running autotest_quickmerge step.') 208 logging.info('quickmerge| %s', message.strip() [all...] |
| /external/autotest/client/site_tests/video_PlaybackPerf/ |
| video_PlaybackPerf.py | 6 import logging 103 logging.info("Downloading %s to %s", url, local_path); 170 logging.error("No frame is decoded. Set drop percent to 100.") 172 logging.info("Decoded frames=%d, dropped frames=%d, percent=%f", 200 logging.warning('Could not get idle CPU pre login.') 202 logging.warning('Could not get cold machine pre login.') 235 logging.warning('Still powered by AC. Skip this test') 281 logging.warning('Could not get idle CPU post login.') 283 logging.warning('Could not get cold machine post login.') 296 logging.info("Can not use hardware decoding." [all...] |
| /external/autotest/server/cros/network/ |
| chaos_clique_utils.py | 5 import logging 48 logging.info('Unable to lock %s', pcap.hostname) 70 logging.error("Unable to allocate VM instance") 83 logging.debug('Check %s VM status', hostname) 97 logging.debug('Powering on %s VM without GUI', hostname) 110 logging.debug('Powering off %s VM', hostname) 311 logging.error('The ssid %s was not found in the scan', ap.ssid) 324 logging.error('%s was the expected security but got %s: %s', 379 logging.info('%s does not match known firmware versions.', 406 logging.debug('Copied failed packet capture data to directory' [all...] |
| /external/curl/tests/ |
| negtelnetserver.py | 11 import logging 19 log = logging.getLogger(__name__) 290 Set up logging from the command line options 292 root_logger = logging.getLogger() 295 formatter = logging.Formatter("%(asctime)s %(levelname)-5.5s " 301 handler = logging.FileHandler(options.logfile, mode="w") 303 handler.setLevel(logging.DEBUG) 311 root_logger.setLevel(logging.DEBUG) 314 root_logger.setLevel(logging.INFO) 317 stdout_handler = logging.StreamHandler(sys.stdout [all...] |
| smbserver.py | 30 import logging 44 log = logging.getLogger(__name__) 331 Set up logging from the command line options 333 root_logger = logging.getLogger() 336 formatter = logging.Formatter("%(asctime)s %(levelname)-5.5s %(message)s") 340 handler = logging.FileHandler(options.logfile, mode="w") 342 handler.setLevel(logging.DEBUG) 350 root_logger.setLevel(logging.DEBUG) 353 root_logger.setLevel(logging.INFO) 356 stdout_handler = logging.StreamHandler(sys.stdout [all...] |
| /external/jarjar/lib/ |
| maven-plugin-api.jar | |
| /external/libmojo/third_party/catapult/devil/devil/android/ |
| forwarder.py | 8 import logging 94 logging.info('Forwarding using commands: %s', redirection_commands) 110 logging.info('Currently running device_forwarders:') 113 logging.info(' %s', line) 127 logging.info('Forwarding device port: %d to host port: %d.', 227 logging.error('Trying to unmap non-forwarded port %d', device_port) 232 logging.info('Undo forwarding using command: %s', redirection_command) 236 logging.error( 313 logging.info('Killing host_forwarder.') 335 logging.info('Killing device_forwarder.' [all...] |
| /external/libtextclassifier/ |
| types.h | 29 #include "util/base/logging.h" 148 inline logging::LoggingStringStream& operator<<( 149 logging::LoggingStringStream& stream, const Token& token) { 211 inline logging::LoggingStringStream& operator<<( 212 logging::LoggingStringStream& stream, 243 inline logging::LoggingStringStream& operator<<( 244 logging::LoggingStringStream& stream, const ClassificationResult& result) { 250 inline logging::LoggingStringStream& operator<<( 251 logging::LoggingStringStream& stream, 271 inline logging::LoggingStringStream& operator<< [all...] |
| /external/tensorflow/tensorflow/examples/speech_commands/ |
| train.py | 89 # We want to see all the logging messages for this tutorial. 90 tf.logging.set_verbosity(tf.logging.INFO) 181 tf.logging.info('Training from step: %d ', start_step) 220 tf.logging.info('Step #%d: rate %f, accuracy %.1f%%, cross entropy %f' % 248 tf.logging.info('Confusion Matrix:\n %s' % (total_conf_matrix)) 249 tf.logging.info('Step %d: Validation accuracy = %.1f%% (N=%d)' % 257 tf.logging.info('Saving to "%s-%d"', checkpoint_path, training_step) 261 tf.logging.info('set_size=%d', set_size) 280 tf.logging.info('Confusion Matrix:\n %s' % (total_conf_matrix) [all...] |
| /external/v8/tools/sanitizers/ |
| sancov_formatter.py | 44 import logging 53 logging.basicConfig(level=logging.INFO) 220 logging.info('Reading instrumented lines from %d executables.', 231 logging.info('Read data from %d executables, which covers %d files.', 233 logging.info('Writing results to %s', options.json_output) 349 logging.info('Merging %d sancov files into %s', 366 logging.info('Merged data from %d executables, which covers %d files.', 368 logging.info('Writing results to %s', options.json_output) 381 logging.info('Splitting off %d coverage files from %s' [all...] |
| /prebuilts/tools/common/m2/repository/org/apache/maven/maven-plugin-api/2.0.9/ |
| maven-plugin-api-2.0.9.jar | |
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/logging/ |
| handlers.py | 18 Additional handlers for the logging package for Python. The core package is
24 To use, simply 'import logging.handlers' and log away!
27 import logging, socket, os, cPickle, struct, time, re
53 class BaseRotatingHandler(logging.FileHandler):
61 Use the specified filename for streamed logging
65 logging.FileHandler.__init__(self, filename, mode, encoding, delay)
79 logging.FileHandler.emit(self, record)
87 Handler for logging to a set of files, which switches from one file
92 Open the specified file and use it as the stream for logging.
164 Handler for logging to a file, rotating the log file at certain timed [all...] |
| /external/python/cpython2/Lib/logging/ |
| handlers.py | 18 Additional handlers for the logging package for Python. The core package is 23 To use, simply 'import logging.handlers' and log away! 26 import errno, logging, socket, os, cPickle, struct, time, re 52 class BaseRotatingHandler(logging.FileHandler): 60 Use the specified filename for streamed logging 64 logging.FileHandler.__init__(self, filename, mode, encoding, delay) 78 logging.FileHandler.emit(self, record) 86 Handler for logging to a set of files, which switches from one file 91 Open the specified file and use it as the stream for logging. 164 Handler for logging to a file, rotating the log file at certain time [all...] |
| /external/tensorflow/tensorflow/python/util/ |
| deprecation_test.py | 23 from tensorflow.python.platform import tf_logging as logging 29 @test.mock.patch.object(logging, "warning", autospec=True) 33 logging.error) 35 logging.error("fake error logged") 45 @test.mock.patch.object(logging, "warning", autospec=True) 79 @test.mock.patch.object(logging, "warning", autospec=True) 93 @test.mock.patch.object(logging, "warning", autospec=True) 129 @test.mock.patch.object(logging, "warning", autospec=True) 169 @test.mock.patch.object(logging, "warning", autospec=True) 209 @test.mock.patch.object(logging, "warning", autospec=True [all...] |
| /prebuilts/gdb/darwin-x86/lib/python2.7/logging/ |
| handlers.py | 18 Additional handlers for the logging package for Python. The core package is 23 To use, simply 'import logging.handlers' and log away! 26 import errno, logging, socket, os, cPickle, struct, time, re 52 class BaseRotatingHandler(logging.FileHandler): 60 Use the specified filename for streamed logging 64 logging.FileHandler.__init__(self, filename, mode, encoding, delay) 78 logging.FileHandler.emit(self, record) 86 Handler for logging to a set of files, which switches from one file 91 Open the specified file and use it as the stream for logging. 162 Handler for logging to a file, rotating the log file at certain time [all...] |
| /prebuilts/gdb/linux-x86/lib/python2.7/logging/ |
| handlers.py | 18 Additional handlers for the logging package for Python. The core package is 23 To use, simply 'import logging.handlers' and log away! 26 import errno, logging, socket, os, cPickle, struct, time, re 52 class BaseRotatingHandler(logging.FileHandler): 60 Use the specified filename for streamed logging 64 logging.FileHandler.__init__(self, filename, mode, encoding, delay) 78 logging.FileHandler.emit(self, record) 86 Handler for logging to a set of files, which switches from one file 91 Open the specified file and use it as the stream for logging. 162 Handler for logging to a file, rotating the log file at certain time [all...] |
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/ |
| handlers.py | 18 Additional handlers for the logging package for Python. The core package is 23 To use, simply 'import logging.handlers' and log away! 26 import errno, logging, socket, os, cPickle, struct, time, re 52 class BaseRotatingHandler(logging.FileHandler): 60 Use the specified filename for streamed logging 64 logging.FileHandler.__init__(self, filename, mode, encoding, delay) 78 logging.FileHandler.emit(self, record) 86 Handler for logging to a set of files, which switches from one file 91 Open the specified file and use it as the stream for logging. 162 Handler for logging to a file, rotating the log file at certain time [all...] |
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/ |
| handlers.py | 18 Additional handlers for the logging package for Python. The core package is 23 To use, simply 'import logging.handlers' and log away! 26 import errno, logging, socket, os, cPickle, struct, time, re 52 class BaseRotatingHandler(logging.FileHandler): 60 Use the specified filename for streamed logging 64 logging.FileHandler.__init__(self, filename, mode, encoding, delay) 78 logging.FileHandler.emit(self, record) 86 Handler for logging to a set of files, which switches from one file 91 Open the specified file and use it as the stream for logging. 162 Handler for logging to a file, rotating the log file at certain time [all...] |
| /test/vts/utils/python/controllers/ |
| android_device.py | 20 import logging 214 logging.error('Required value %s is missing in ' 371 self.log = AndroidDeviceLoggerAdapter(logging.getLogger(), 373 base_log_path = getattr(logging, "log_path", "/tmp/logs/") 494 logging.error(error_msg) 507 logging.error(error_msg) 525 logging.debug('ro.vndk.lite: %s' % vndk_lite_str) 570 logging.error('Cannot get memory information. %s', out) 578 logging.error('Unrecognized total memory value: %s', value_unit) 589 logging.error('Unrecognized total memory unit: %s', value_unit [all...] |