Home
last modified time | relevance | path

Searched refs:INFO (Results 1 – 25 of 30) sorted by relevance

12

/tools/security/remote_provisioning/attestation_testing/java/com/google/attestationexample/
DAttestationTest.java66 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/
Ddisconnect_wifi.ino7 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/
Dlogcat_test.py78 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/
DREADME.md44 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/
Datest_arg_parser.py50 INFO = 'Show module information.' variable
154 self.add_argument('--info', action='store_true', help=INFO)
256 INFO=INFO,
Datest.py132 logging.basicConfig(level=logging.INFO, format=log_format, datefmt=datefmt)
/tools/asuite/atest/
Datest_arg_parser.py62 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/
Dconnect_wifi.ino17 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/
DReporter.kt21 import com.android.tools.metalava.Severity.INFO in <lambda>()
59 INFO("info"), in <lambda>()
349INFO -> sb.append(terminalAttributes(foreground = TerminalColor.CYAN)).append("info: ") in format()
366 INFO -> sb.append("info: ") in format()
DIssues.kt108 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/
Dsetup.py128 self.announce('Installing %s...' % package, log.INFO)
163 log.INFO)
/tools/test/connectivity/acts/framework/
Dsetup.py129 self.announce('Installing %s...' % package, log.INFO)
162 log.INFO)
/tools/test/connectivity/acts/framework/tests/
Dacts_utils_test.py399 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/
Dlogcat.py53 return logging.INFO
/tools/asuite/atest/bazel/reporter/src/com/android/tradefed/result/
DBazelExitCodeResultReporter.java107 LogLevel.INFO, in writeExitCodeFile()
DBazelXmlResultReporter.java197 CLog.logAndDisplay(LogLevel.INFO, "Test XML file generated at %s.", mXmlFile); in writeXmlFile()
/tools/asuite/atest/test_runners/
Dsuite_plan_test_runner.py78 logging.disable(logging.INFO)
/tools/asuite/atest/logstorage/
Datest_gcp_utils.py277 logging.disable(logging.INFO)
/tools/test/connectivity/acts/framework/acts/
Dtest_runner.py166 log_levels=[logging.INFO, logging.ERROR]):
/tools/test/connectivity/acts/framework/acts/libs/logging/
Dlog_stream.py77 LOG_INFO: logging.INFO,
/tools/test/connectivity/acts_tests/tests/google/bt/pts/instructions/
DMCAP_PTS_INSTRUCTIONS32 set_aid_and_cap : pid 6794, uid 0 gid 0[0613/142107:INFO:mcap_tool.cc(935)] Fluoride MCAP test app …
/tools/acloud/public/
Dacloud_main.py348 shandler_level = logging.INFO
/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/reporter/
DGameQualificationResultReporter.java111 Log.logAndDisplay(LogLevel.INFO, TAG, summary); in invocationEnded()
/tools/asuite/aidegen/lib/
Dcommon_util.py453 level = logging.DEBUG if verbose else logging.INFO
/tools/treble/split/
Dmanifest_split.py90 level=logging.INFO,

12