Searched
refs:logging (Results
1776 -
1800 of
5540) sorted by null
<<71727374757677787980>>
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/ |
| iomemconquery.py | 19 import logging 100 self.log = logging.getLogger(__name__)
|
| ioportconquery.py | 19 import logging 100 self.log = logging.getLogger(__name__)
|
| mlsrulequery.py | 19 import logging 65 self.log = logging.getLogger(__name__)
|
| objclassquery.py | 19 import logging 67 self.log = logging.getLogger(__name__)
|
| typequery.py | 19 import logging 73 self.log = logging.getLogger(__name__)
|
| userquery.py | 19 import logging 81 self.log = logging.getLogger(__name__)
|
| /test/vti/dashboard/src/main/java/com/android/vts/entity/ |
| TestCoverageStatusEntity.java | 20 import java.util.logging.Level; 21 import java.util.logging.Logger;
|
| TestEntity.java | 22 import java.util.logging.Level; 23 import java.util.logging.Logger;
|
| UserFavoriteEntity.java | 22 import java.util.logging.Level; 23 import java.util.logging.Logger;
|
| /test/vti/test_serving/gae/webapp/src/endpoint/ |
| build_info.py | 19 import logging 50 logging.warning("Duplicated builds found for [build_id]{} "
|
| job_queue.py | 18 import logging 141 logging.warning("[heartbeat] more than one job is found!") 142 logging.warning( 169 logging.debug("[heartbeat] heartbeat job: hostname={}, " 172 logging.debug("[heartbeat] request status: {}".format( 174 logging.debug("[heartbeat] - devices = {}".format( 192 logging.error( 205 logging.debug("[heartbeat] Wrong infra_log_url address.")
|
| /test/vts/agents/hal/ |
| VtsAgentMain.cpp | 18 #include <android-base/logging.h> 21 #include <android-base/logging.h>
|
| /test/vts/testcases/template/param_test/ |
| param_test.py | 17 import logging 92 logging.info("==========> %s <==========", self.test_module_name)
|
| /test/vts/utils/python/web/ |
| web_utils.py | 19 import logging 87 logging.warn("android device information not available") 216 logging.error("profiling point %s is already active.", name) 261 logging.error("profiling point %s is already active.", name) 411 logging.info("_tearDownClass hook: start (username: %s)", 415 logging.info("_tearDownClass hook: skip uploading (no test case)") 425 logging.info('Result proto message generated. size: %s', 428 logging.info("_tearDownClass hook: status upload time stamp %s",
|
| /test/vts-testcase/hal/media/omx/V1_0/host_omxstore/ |
| VtsHalMediaOmxStoreV1_0HostTest.py | 28 import logging 125 logging.warning( 278 logging.warning('IOmxStore has an empty implementation. Skipping...') 287 logging.info('Testing IOmxStore::listRoles()...') 373 logging.warning( 393 logging.info('Verifying with IOmx::listNodes()...') 423 logging.warning( 456 logging.info('Checking node prefix: ' +
|
| /tools/test/connectivity/acts/framework/acts/controllers/attenuator_lib/ |
| _tnhelper.py | 23 import logging 47 logging.debug("Attenuator IP = %s" % host)
|
| /tools/test/connectivity/acts/framework/acts/controllers/ |
| diag_logger.py | 18 import logging 44 of the logging process. It's use is implementation specific, 82 The DiagLoggerBase is a simple interface for running on-device logging via 88 2) Call start() to begin an active logging session. 89 3) Call stop() to end an active logging session. 92 5) Call reset() to stop all logging and clear any unretrieved logs. 96 """Create a Diagnostic Logging Proxy Object 109 self.logger = logging.getLogger(self.__class__.__name__) 118 A logging session ID that can be later used to stop the session 128 logging suppor [all...] |
| native_android_device.py | 22 import logging 32 logger = logging
|
| /tools/test/connectivity/acts/framework/acts/controllers/relay_lib/ |
| ak_xb10_speaker.py | 18 import logging 29 log = logging
|
| sony_xb2_speaker.py | 18 import logging 29 log = logging
|
| /tools/test/connectivity/tools/lab/ |
| health_checker.py | 17 import logging 89 logging.warning(
|
| /tools/tradefederation/core/atest/test_runners/ |
| vts_tf_test_runner.py | 20 import logging 93 logging.info('%s does not support the following args: %s',
|
| /development/vndk/snapshot/ |
| update.py | 21 import logging 41 return logging.getLogger(__name__) 228 verbose_map = (logging.WARNING, logging.INFO, logging.DEBUG) 230 logging.basicConfig(level=verbose_map[verbosity])
|
| /external/autotest/client/cros/audio/ |
| audio_analysis.py | 7 import logging 75 logging.debug('signal RMS = %s', signal_rms) 79 logging.warning( 84 logging.debug('Doing spectral analysis ...') 339 logging.info('Caught one block of test signal that has no meaningful norm') 346 logging.debug('Got one unmatched block with max_corr: %s', max_corr)
|
| /external/autotest/client/cros/multimedia/ |
| facade_resource.py | 8 import logging 77 logging.debug('Try to start Chrome with kwargs: %s', kwargs) 97 logging.error('Failed to start Chrome after retries') 100 logging.info('Chrome started successfully') 114 logging.warning('Delay 30s for issue 588579 on daisy') 189 logging.warn('close tab timeout %r, %s', tab, tab.url)
|
Completed in 646 milliseconds
<<71727374757677787980>>