Searched
refs:logging (Results
1376 -
1400 of
5540) sorted by null
<<51525354555657585960>>
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/ |
| pcideviceconquery.py | 19 import logging 77 self.log = logging.getLogger(__name__)
|
| pirqconquery.py | 19 import logging 77 self.log = logging.getLogger(__name__)
|
| rolequery.py | 19 import logging 56 self.log = logging.getLogger(__name__)
|
| sensitivityquery.py | 19 import logging 55 self.log = logging.getLogger(__name__)
|
| typeattrquery.py | 19 import logging 56 self.log = logging.getLogger(__name__)
|
| /test/framework/harnesses/host_controller/command_processor/ |
| command_acloud.py | 17 import logging 51 logging.error("Provider %s not supported yet." % args.provider)
|
| /test/vts/runners/host/ |
| signals.py | 21 import logging 59 logging.warning(u"Details contain non-ASCII characters: %s",
|
| /test/vts/testcases/codelab/hello_world_sl4a/ |
| VtsCodelabHelloWorldSl4aTest.py | 18 import logging 40 logging.info("A toast message should show up on the devce's screen.")
|
| /test/vts/testcases/host/verify_dtbo/ |
| VtsFirmwareDtboVerification.py | 19 import logging 69 logging.info("Create %s", self.temp_dir) 103 logging.info("decompressing %s", dt_entry_path) 118 logging.exception(e) 123 logging.info("DTBO path %s", dtbo_path) 138 logging.exception(e) 139 logging.error('dtbo_dump_cmd is: %s', dtbo_dump_cmd) 171 logging.info(cmd)
|
| /test/vts/testcases/template/cts_test/ |
| cts_test.py | 17 import logging 58 logging.info('Creating test case %s.', testcase["name"])
|
| /test/vts/testcases/template/hal_hidl_gtest/ |
| hal_hidl_gtest.py | 18 import logging 68 logging.info("Disable CPU frequency scaling") 128 logging.error("Failed to list test cases from binary %s", 145 logging.error("No hal service registered.") 168 logging.info("registered service instances: %s", service_instances) 169 logging.info("service comb mode: %d", comb_mode) 207 logging.warn('No test cases are defined yet. Maybe setupClass ' 232 logging.info("Enable CPU frequency scaling")
|
| /test/vts/testcases/template/llvmfuzzer_test/ |
| llvmfuzzer_test.py | 17 import logging 51 logging.info("Testcases: %s", self._testcases) 52 logging.info("%s: %s", keys.ConfigKeys.IKEY_DATA_FILE_PATH, 54 logging.info("%s: %s", config.ConfigKeys.FUZZER_CONFIGS, 73 logging.info("Adb pushed: %s", testcase) 180 logging.info("Executing: %s", fuzz_cmd) 220 logging.info('FUZZER_TEST_CRASH_REPORT for %s: "%s"', fuzzer, 235 logging.info("Test result: %s" % result)
|
| /test/vts/utils/python/mirror/ |
| lib_mirror.py | 17 import logging 58 logging.debug(lib_list)
|
| mirror_object.py | 17 import logging 128 logging.info("Init the driver service for %s", target_type)
|
| /test/vts-testcase/kernel/api/hwbinder/ |
| VtsKernelHwBinderTest.py | 18 import logging 41 logging.info("Testing existence of %s", HWBINDER_PATH)
|
| /test/vts-testcase/kernel/api/proc/ |
| ProcMemInfoTest.py | 17 import logging 91 logging.error("Required fields not present: %s", str(required_fields))
|
| /test/vts-testcase/kernel/cpu_profiling/ |
| CpuProfilingTest.py | 18 import logging 43 logging.info("Skip test on device {}.".format(self.product_type))
|
| /test/vts-testcase/performance/hidl_trace_recorder/ |
| HidlTraceRecorder.py | 19 import logging 58 logging.info("Run %s", self.GetTestName(test_case))
|
| /tools/acloud/public/ |
| acloud_main.py | 67 import logging 283 """Setup logging. 288 very_verbose: If True, log at DEBUG level and turn on logging on 292 logger = logging.getLogger() 294 logger = logging.getLogger(LOGGER_NAME) 296 logging_level = logging.DEBUG if verbose or very_verbose else logging.INFO 300 handler = logging.StreamHandler() 302 handler = logging.FileHandler(filename=log_file) 303 log_formatter = logging.Formatter(LOGGING_FMT [all...] |
| /tools/test/connectivity/acts/framework/acts/controllers/relay_lib/ |
| sony_xb20_speaker.py | 18 import logging 27 log = logging
|
| /tools/tradefederation/core/atest/test_runners/ |
| robolectric_test_runner.py | 22 import logging 78 logging.debug('method filtering not supported for robolectric '
|
| /external/autotest/client/common_lib/ |
| logging_manager.py | 2 Autotest has some surprisingly complicated logging behaviour. 4 Managers allow you to define logging contexts, which define a set of rules on 7 wish to temporarily change how logging works, this gives you that mechanism. 10 fork-for-a-logging-subprocess ordeal that's better explained as 12 normal python logging 17 | +------stdout---->+LOGGING| 29 ||logging.info('')|| ||logging.info('')|| 34 logging subprocess, and set its stdout/stderr fd's to the subprocess's stdin. 39 python logging in a very consistent way [all...] |
| /development/gsi/gsi_util/ |
| build.py | 20 import logging 62 logging.info('Make %s...', _MAKE_MODULE_NAME) 76 logging.debug('copy(): %s %s', src, dest) 81 logging.info('Copy depend files...') 83 logging.debug(' ANDROID_HOST_OUT=%s', host_out)
|
| /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/ |
| FormatterTest.java | 18 package org.apache.harmony.logging.tests.java.util.logging; 23 import java.util.logging.Formatter; 24 import java.util.logging.Level; 25 import java.util.logging.LogRecord; 92 .getBundle("bundles/com/android/java/util/logging/res"); 110 rb = ResourceBundle.getBundle("bundles/com/android/java/util/logging/res", 122 r.setResourceBundleName("bundles/com/android/java/util/logging/res");
|
| /external/autotest/client/cros/chameleon/ |
| audio_test_utils.py | 10 import logging 160 logging.info('Board %s does not have speaker.', board_name) 175 logging.info('Board %s does not have internal microphone.', board_name) 190 logging.info('Board %s does not have headphone.', board_name) 208 logging.info("Suspending...") 212 logging.info("DUT suspended! Waiting to resume...") 215 logging.info("DUT resumed!") 279 logging.info('audio_diagnostic result looks fine') 309 logging.error(message) 422 logging.info('Skipped channel %d', test_channel [all...] |
Completed in 1060 milliseconds
<<51525354555657585960>>