| /external/autotest/client/cros/cellular/pseudomodem/ |
| connect_machine.py | 5 import logging 30 logging.info('ConnectMachine: Canceling connect.') 35 logging.info('ConnectMachine: Setting state to REGISTERED.') 44 logging.info('ConnectMachine: Modem is DISABLED.') 48 logging.error(message) 55 logging.info('ConnectMachine: Initiating Enable.') 65 logging.info('ConnectMachine: Modem is ENABLING.') 67 logging.info('ConnectMachine: Waiting for enable.') 72 logging.info('ConnectMachine: Modem is ENABLED.') 78 logging.error(message [all...] |
| register_machine.py | 5 import logging 28 logging.info('RegisterMachine: Canceling register.') 33 logging.info('RegisterMachine: Setting state to ENABLED.') 46 logging.info('RegisterMachine: Modem is ENABLED.') 47 logging.info('RegisterMachine: Setting registration state ' 51 logging.info('RegisterMachine: Setting state to SEARCHING.') 54 logging.info('RegisterMachine: Starting network scan.') 59 logging.error('An error occurred during network scan: ' + str(e)) 68 logging.info('RegisterMachine: Found networks: ' + str(self._networks)) 73 logging.info('RegisterMachine: Modem is SEARCHING.' [all...] |
| /test/vts/testcases/host/camera_its/ |
| CameraITSTest.py | 19 import logging 80 logging.info("cwd: %s", os.getcwd()) 81 logging.info("its_path: %s", self.its_path) 82 self.out_path = logging.log_path 88 logging.warning("Python version %s found; " 91 logging.info("===============================") 92 logging.info("Python path is: %s" % (sys.executable)) 93 logging.info("PYTHONPATH env is: " + os.environ["PYTHONPATH"]) 96 logging.info("PIL version is %s", PIL.__version__) 97 logging.info("PIL path is " + inspect.getfile(PIL) [all...] |
| /test/vts/utils/python/systrace/ |
| systrace_controller.py | 20 import logging 47 logging.warning( 55 logging.error('invalid systrace script path: %s', 87 logging.warning('systrace output path is empty.') 92 logging.warning('systrace output file is empty.') 95 logging.info('systrace output file does not exist.') 111 logging.error( 154 logging.error('Failed to start systrace on process %s', 157 logging.error('stdout: %s', line + stdout) 158 logging.error('stderr: %s', stderr [all...] |
| /external/python/cpython2/Lib/test/ |
| test_logging.py | 17 """Test harness for the logging module. Run all tests. 22 import logging 23 import logging.handlers 24 import logging.config 53 """Base class for logging tests.""" 60 """Setup the default logging stream to an internal StringIO instance, 62 logger_dict = logging.getLogger().manager.loggerDict 63 logging._acquireLock() 65 self.saved_handlers = logging._handlers.copy() 66 self.saved_handler_list = logging._handlerList[: [all...] |
| /prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
| test_logging.py | 19 """Test harness for the logging module. Run all tests. 24 import logging 25 import logging.handlers 26 import logging.config 55 """Base class for logging tests.""" 62 """Setup the default logging stream to an internal StringIO instance, 64 logger_dict = logging.getLogger().manager.loggerDict 65 logging._acquireLock() 67 self.saved_handlers = logging._handlers.copy() 68 self.saved_handler_list = logging._handlerList[: [all...] |
| /prebuilts/gdb/linux-x86/lib/python2.7/test/ |
| test_logging.py | 19 """Test harness for the logging module. Run all tests. 24 import logging 25 import logging.handlers 26 import logging.config 55 """Base class for logging tests.""" 62 """Setup the default logging stream to an internal StringIO instance, 64 logger_dict = logging.getLogger().manager.loggerDict 65 logging._acquireLock() 67 self.saved_handlers = logging._handlers.copy() 68 self.saved_handler_list = logging._handlerList[: [all...] |
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
| test_logging.py | 19 """Test harness for the logging module. Run all tests. 24 import logging 25 import logging.handlers 26 import logging.config 55 """Base class for logging tests.""" 62 """Setup the default logging stream to an internal StringIO instance, 64 logger_dict = logging.getLogger().manager.loggerDict 65 logging._acquireLock() 67 self.saved_handlers = logging._handlers.copy() 68 self.saved_handler_list = logging._handlerList[: [all...] |
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
| test_logging.py | 19 """Test harness for the logging module. Run all tests. 24 import logging 25 import logging.handlers 26 import logging.config 55 """Base class for logging tests.""" 62 """Setup the default logging stream to an internal StringIO instance, 64 logger_dict = logging.getLogger().manager.loggerDict 65 logging._acquireLock() 67 self.saved_handlers = logging._handlers.copy() 68 self.saved_handler_list = logging._handlerList[: [all...] |
| /external/autotest/client/common_lib/ |
| i2c_slave.py | 11 import ctypes, logging 64 logging.info('Attempt to load shared library %s', self.load_lib) 70 logging.info('Successfully loaded shared library %s', self.load_lib) 81 logging.info('Attempt to get device file for adapter %s', 88 logging.info('Got device file for adapter %s', self.adapter_nr) 108 logging.info('Slave address already set, noop: %s', addr) 114 logging.info('Attempt to set slave address: %s', addr) 123 logging.info('Slave address set to: %s', addr) 137 logging.info('Attempt to write byte %r to reg %r', byte, reg) 141 logging.info('Successfully wrote byte 0x%x to reg %r', byte, reg [all...] |
| /external/autotest/client/cros/audio/ |
| cras_dbus_utils.py | 7 import logging 23 logging.exception( 41 logging.exception( 99 logging.debug('Got NodesChanged signal when loop is running.') 101 logging.debug('count = %d', self._count) 103 logging.debug('Quit main loop') 106 logging.debug('Got NodesChanged signal when loop is not running.' 117 logging.error('Quit main loop because of timeout') 120 logging.debug( 204 logging.debug('Before starting the counter' [all...] |
| /external/autotest/client/site_tests/cellular_GobiPorts/ |
| cellular_GobiPorts.py | 5 import logging, os, stat 22 logging.error('Port %s does not exist.' % port) 26 logging.error('Port %s is not a character device. mode = %s' % ( 30 logging.info('Port %s is a character device.' % port)
|
| /external/autotest/client/site_tests/kernel_TPMPing/ |
| kernel_TPMPing.py | 5 import logging 18 logging.info(tpm_version) 22 logging.info(version) 38 logging.info('Bypassing the test as kernel version is < 3.8')
|
| /external/autotest/client/site_tests/platform_TempFS/ |
| platform_TempFS.py | 9 import logging, os 36 logging.error('Not enough available space on %s', dir) 37 logging.error('%d bytes is minimum, found %d bytes', 41 logging.error('%s does not exist!' % dir)
|
| /external/autotest/server/site_tests/firmware_ClearTPMOwnerAndReset/ |
| firmware_ClearTPMOwnerAndReset.py | 5 import logging 25 logging.info(tpm_utils.TPMStatus(host)) 34 logging.info('DUT is still down (no response to ping)') 36 logging.info('DUT is up')
|
| /external/autotest/server/site_tests/firmware_DevMode/ |
| firmware_DevMode.py | 5 import logging 23 logging.info("Enable dev mode.") 30 logging.info("Expected developer mode boot and enable normal mode.") 37 logging.info("Expected normal mode boot, done.")
|
| /external/libmojo/third_party/catapult/devil/devil/utils/ |
| zip_utils.py | 5 import logging 21 logging.debug('dir: %s -> %s', dir_path, dir_arc_path) 26 logging.debug('file: %s -> %s', file_path, file_arc_path) 29 logging.debug('file: %s -> %s', path, arc_path)
|
| /hardware/interfaces/tests/inheritance/1.0/default/ |
| Grandparent.cpp | 2 #include <android-base/logging.h>
|
| /packages/apps/Contacts/src/com/android/contacts/logging/ |
| ScreenEvent.java | 16 package com.android.contacts.logging;
|
| /packages/apps/Dialer/java/com/android/dialer/p13n/logging/ |
| P13nLogger.java | 15 package com.android.dialer.p13n.logging; 19 /** Allows logging of data for personalization. */ 31 * Resets logging session (clears searches, re-initializes app entry timestamp, etc.) Should be
|
| /system/bt/hci/src/ |
| buffer_allocator.cc | 19 #include <base/logging.h>
|
| /system/bt/service/ipc/ |
| ipc_handler.cc | 19 #include <base/logging.h>
|
| /system/hardware/interfaces/wifi/keystore/1.0/vts/functional/ |
| VtsHalWifiKeystoreV1_0TargetTest.cpp | 17 #include <android-base/logging.h>
|
| /system/libfmq/ |
| FmqInternal.cpp | 18 #include <android-base/logging.h>
|
| /system/libvintf/ |
| RuntimeInfo-host.cpp | 19 #include <android-base/logging.h>
|