/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/security/fuzzing/example_fuzzer/ |
D | README.md | 44 INFO: Seed: 1154663995 45 INFO: Loaded 1 modules (10 inline 8-bit counters): 10 [0x5bde606000, 0x5bde60600a), 46 INFO: Loaded 1 PC tables (10 PCs): 10 [0x5bde606010,0x5bde6060b0), 47 INFO: -max_len is not provided; libFuzzer will not generate inputs larger than 4096 bytes 48 INFO: A corpus is not provided, starting from an empty corpus
|
/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 | 62 INFO = 'Show module information.' variable 216 self.add_argument('--info', action='store_true', help=INFO) 363 INFO=INFO,
|
/tools/test/connectivity/acts_tests/tests/google/net/arduino/connect_wifi/ |
D | connect_wifi.ino | 17 Serial.println("connect: setup(): INFO: Setting baud rate to 9600"); 35 Serial.println("connect: setup(): INFO: WiFi disconnected"); 43 Serial.println("connect: wifiStatus(): INFO: WiFi connected");
|
/tools/metalava/src/main/java/com/android/tools/metalava/ |
D | Reporter.kt | 21 import com.android.tools.metalava.Severity.INFO in <lambda>() 59 INFO("info"), in <lambda>() 349 … INFO -> sb.append(terminalAttributes(foreground = TerminalColor.CYAN)).append("info: ") in format() 366 INFO -> sb.append("info: ") in format()
|
D | Issues.kt | 108 val IGNORING_SYMLINK = Issue(Severity.INFO) 116 val UNRESOLVED_IMPORT = Issue(Severity.INFO) 189 val KOTLIN_OPERATOR = Issue(Severity.INFO, Category.API_LINT)
|
/tools/test/connectivity/acts_tests/ |
D | setup.py | 128 self.announce('Installing %s...' % package, log.INFO) 163 log.INFO)
|
/tools/test/connectivity/acts/framework/ |
D | setup.py | 129 self.announce('Installing %s...' % package, log.INFO) 162 log.INFO)
|
/tools/test/connectivity/acts/framework/tests/ |
D | acts_utils_test.py | 399 for lvl in (logging.DEBUG, logging.INFO, logging.ERROR) 404 with utils.SuppressLogOutput(log, [logging.INFO, logging.ERROR]): 409 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/asuite/atest/bazel/reporter/src/com/android/tradefed/result/ |
D | BazelExitCodeResultReporter.java | 107 LogLevel.INFO, in writeExitCodeFile()
|
D | BazelXmlResultReporter.java | 197 CLog.logAndDisplay(LogLevel.INFO, "Test XML file generated at %s.", mXmlFile); in writeXmlFile()
|
/tools/asuite/atest/test_runners/ |
D | suite_plan_test_runner.py | 78 logging.disable(logging.INFO)
|
/tools/asuite/atest/logstorage/ |
D | atest_gcp_utils.py | 277 logging.disable(logging.INFO)
|
/tools/test/connectivity/acts/framework/acts/ |
D | test_runner.py | 166 log_levels=[logging.INFO, logging.ERROR]):
|
/tools/test/connectivity/acts/framework/acts/libs/logging/ |
D | log_stream.py | 77 LOG_INFO: 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 | 348 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
|
/tools/treble/split/ |
D | manifest_split.py | 90 level=logging.INFO,
|