/tools/security/remote_provisioning/attestation_testing/java/com/google/attestationexample/ |
D | AttestationTest.java | 66 private static final String INFO = "AttestationInfo"; field in AttestationTest 124 Log.d(INFO,"Generating key pair..."); in testEcAttestation() 140 Log.d(INFO, "Key pair generated\n\n"); in testEcAttestation() 143 Log.d(INFO, "Retrieved certificate chain of length " + certificates.length + "\n"); in testEcAttestation() 243 Log.d(INFO, "Key usage:"); in printKeyUsage() 245 Log.d(INFO, " NONE\n"); in printKeyUsage() 249 Log.d(INFO, " sign"); in printKeyUsage() 252 Log.d(INFO, " encrypt_data"); in printKeyUsage() 255 Log.d(INFO, " encrypt_keys"); in printKeyUsage() 257 Log.d(INFO, "\n"); in printKeyUsage()
|
/tools/test/connectivity/acts_tests/tests/google/net/arduino/disconnect_wifi/ |
D | disconnect_wifi.ino | 7 Serial.println("disconnect: setup(): INFO: Setting baud rate to 9600"); 24 Serial.println("disconnect: setup(): INFO: WiFi connected"); 32 Serial.println("disconnect: loop(): INFO: WiFi disconnected"); 47 Serial.println("disconnect: scanNetworks(): INFO: No networks found"); 50 Serial.println("disconnect: scanNetworks(): INFO: WiFi Networks Found");
|
/tools/test/connectivity/acts/framework/tests/controllers/android_lib/ |
D | logcat_test.py | 78 self.assertEqual(level, logging.INFO) 101 logcat._get_log_level = lambda message: logging.INFO 109 log.log.assert_called_once_with(logging.INFO, message) 112 logcat._get_log_level = lambda message: logging.INFO
|
/tools/asuite/atest-py2/ |
D | atest_arg_parser.py | 50 INFO = 'Show module information.' variable 154 self.add_argument('--info', action='store_true', help=INFO) 256 INFO=INFO,
|
D | atest.py | 132 logging.basicConfig(level=logging.INFO, format=log_format, datefmt=datefmt)
|
/tools/asuite/atest/ |
D | atest_arg_parser.py | 52 INFO = 'Show module information.' variable 176 self.add_argument('--info', action='store_true', help=INFO) 305 INFO=INFO,
|
D | atest.py | 136 logging.basicConfig(level=logging.INFO,
|
/tools/test/connectivity/acts_tests/ |
D | setup.py | 112 self.announce('Installing %s...' % package, log.INFO) 146 % acts_contrib_install_dir, log.INFO)
|
/tools/test/connectivity/acts/framework/ |
D | setup.py | 123 self.announce('Installing %s...' % package, log.INFO) 156 log.INFO)
|
/tools/test/connectivity/acts/framework/tests/ |
D | acts_utils_test.py | 402 for lvl in (logging.DEBUG, logging.INFO, logging.ERROR) 407 with utils.SuppressLogOutput(log, [logging.INFO, logging.ERROR]): 412 any(handler.level in (logging.INFO, logging.ERROR)
|
/tools/test/connectivity/acts/framework/acts/controllers/android_lib/ |
D | logcat.py | 53 return logging.INFO
|
/tools/test/connectivity/acts/framework/acts/ |
D | test_runner.py | 166 log_levels=[logging.INFO, logging.ERROR]):
|
D | utils.py | 1299 logging.DEBUG, logging.INFO, logging.WARNING, logging.ERROR,
|
/tools/test/connectivity/acts/framework/acts/libs/logging/ |
D | log_stream.py | 77 LOG_INFO: logging.INFO,
|
/tools/asuite/atest/test_runners/ |
D | atest_tf_test_runner.py | 166 logging.disable(logging.INFO) 211 logging.disable(logging.INFO)
|
/tools/test/connectivity/acts_tests/tests/google/bt/pts/instructions/ |
D | MCAP_PTS_INSTRUCTIONS | 32 set_aid_and_cap : pid 6794, uid 0 gid 0[0613/142107:INFO:mcap_tool.cc(935)] Fluoride MCAP test app …
|
/tools/acloud/public/ |
D | acloud_main.py | 371 shandler_level = logging.INFO
|
/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/reporter/ |
D | GameQualificationResultReporter.java | 111 Log.logAndDisplay(LogLevel.INFO, TAG, summary); in invocationEnded()
|
/tools/asuite/aidegen/lib/ |
D | common_util.py | 453 level = logging.DEBUG if verbose else logging.INFO
|
D | common_util_unittest.py | 235 level = common_util.logging.INFO
|
/tools/treble/split/ |
D | manifest_split.py | 90 level=logging.INFO,
|
/tools/test/openhst/ |
D | stress_test.py | 1032 root_logger.setLevel(logging.INFO)
|