Home
last modified time | relevance | path

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

12

/tools/test/connectivity/acts/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/tradefederation/core/tests/src/com/android/tradefed/log/
DFileLoggerTest.java68 logger.printLog(LogLevel.INFO, LOG_TAG, Text1); in testLogToLogger()
69 String expectedText1 = LogUtil.getLogFormatString(LogLevel.INFO, LOG_TAG, Text1).trim(); in testLogToLogger()
157 assertEquals(LogLevel.INFO, clone.getLogLevel()); in testClone()
176 assertTrue(logger.shouldDisplay(false, LogLevel.WARN, LogLevel.INFO, "StubTest")); in testFilteringComponent()
196 setter.setOptionValue("component-verbosity", "test", LogLevel.INFO.toString()); in testFiltering_classVerbosity()
199 assertFalse(logger.shouldDisplay(false, LogLevel.INFO, LogLevel.INFO, "StubTest")); in testFiltering_classVerbosity()
201 assertTrue(logger.shouldDisplay(false, LogLevel.INFO, LogLevel.WARN, "StubTest")); in testFiltering_classVerbosity()
218 logger.printLog(LogLevel.INFO, "ddms", "should not be printed"); in testFiltering_ddms()
DSimpleFileLoggerTest.java74 mLogger.printLog(LogLevel.INFO, LOG_TAG, "info"); in testPrintLog()
89 mLogger.printLog(LogLevel.INFO, LOG_TAG, "hello world"); in testGetLog()
99 mLogger.printLog(LogLevel.INFO, LOG_TAG, "hello world"); in testInit()
109 mLogger.printLog(LogLevel.INFO, LOG_TAG, "hello world"); in testCloseLog()
DHistoryLoggerTest.java60 mLogger.logEvent(LogLevel.INFO, EventType.INVOCATION_END, expectedArgs); in testLogEvent()
80 mLogger.logEvent(LogLevel.INFO, EventType.INVOCATION_END, null); in testLogEvent_nullArgs()
/tools/tradefederation/core/src/com/android/tradefed/command/remote/
DRemoteManager.java331 CLog.logAndDisplay(LogLevel.INFO, "Performing handover to remote TF at port %d", port); in processStartHandover()
345 CLog.logAndDisplay(LogLevel.INFO, "Received handover complete."); in processHandoverInitComplete()
363 CLog.logAndDisplay(LogLevel.INFO, "Remotely allocating device %s", c.getDeviceSerial()); in processAllocate()
378 CLog.logAndDisplay(LogLevel.INFO, in processFree()
391 CLog.logAndDisplay(LogLevel.INFO, "Adding command '%s'", ArrayUtil.join(" ", in processAdd()
405 CLog.logAndDisplay(LogLevel.INFO, "Adding command file '%s %s'", c.getCommandFile(), in processAddCommandFile()
435 CLog.logAndDisplay(LogLevel.INFO, "Executing command '%s'", ArrayUtil.join(" ", in processExecCommand()
468 CLog.logAndDisplay(LogLevel.INFO, in freeAllDevices()
485 CLog.logAndDisplay(LogLevel.INFO, "Closing remote manager at port %d", getPort()); in cancel()
/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/asuite/atest/
Datest_arg_parser.py49 INFO = 'Show module information.' variable
154 self.add_argument('--info', action='store_true', help=INFO)
258 INFO=INFO,
/tools/tradefederation/core/atest/
Datest_arg_parser.py50 INFO = 'Show module information.' variable
154 self.add_argument('--info', action='store_true', help=INFO)
256 INFO=INFO,
/tools/tradefederation/core/tests/res/testtype/
Dgtest_output8.txt6 [ INFO ] bionic/tests/pthread_test.cpp:1765:: This test tests bionic implementation
10 [ INFO ]
/tools/test/connectivity/acts/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/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/metalava/src/main/java/com/android/tools/metalava/
DReporter.kt22 import com.android.tools.metalava.Severity.INFO in <lambda>()
57 INFO("info"), in <lambda>()
346INFO -> sb.append(terminalAttributes(foreground = TerminalColor.CYAN)).append("info: ") in format()
365 INFO -> sb.append("info ") in format()
376 INFO -> sb.append("info: ") in format()
/tools/test/connectivity/acts/framework/
Dsetup.py103 self.announce('Installing %s...' % package, log.INFO)
136 log.INFO)
/tools/test/connectivity/acts/framework/tests/
Dacts_utils_test.py260 (logging.DEBUG, logging.INFO, logging.ERROR)]
264 with utils.SuppressLogOutput(log, [logging.INFO, logging.ERROR]):
268 any(handler.level in (logging.INFO, logging.ERROR)
/tools/tradefederation/core/global_configuration/com/android/tradefed/util/hostmetric/
DHeapHostMonitor.java57 LogRegistry.getLogRegistry().logEvent(LogLevel.INFO, EventType.HEAP_MEMORY, args); in logEvent()
/tools/tradefederation/core/src/com/android/tradefed/log/
DStdoutLogger.java34 private LogLevel mLogLevel = LogLevel.INFO;
/tools/tradefederation/core/src/com/android/tradefed/result/
DXmlResultReporter.java119 Log.logAndDisplay(LogLevel.INFO, LOG_TAG, msg); in generateSummary()
220 Log.logAndDisplay(LogLevel.INFO, LOG_TAG, String.format("Saved %s log to %s", dataName, in testLogSaved()
DTextResultReporter.java88 CLog.logAndDisplay(LogLevel.INFO, "Saved %s log to %s", dataName, logFile.getPath()); in testLogSaved()
DMetricsXMLResultReporter.java117 Log.logAndDisplay(LogLevel.INFO, TAG, msg); in generateResults()
/tools/test/connectivity/acts/framework/acts/controllers/android_lib/
Dlogcat.py53 return logging.INFO
/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandScheduler.java1035 CLog.logAndDisplay(LogLevel.INFO, "All done"); in run()
1279 CLog.logAndDisplay(LogLevel.INFO, in addCommandFile()
1347 CLog.logAndDisplay(LogLevel.INFO, "Scheduling '%s' on '%s'", in addCommandForAllDevices()
2061 CLog.logAndDisplay(LogLevel.INFO, "Started remote manager at port %d", in startRemoteManager()
2065 CLog.logAndDisplay(LogLevel.INFO, "Failed to start remote manager at port %d", in startRemoteManager()
2070 CLog.logAndDisplay(LogLevel.INFO, in startRemoteManager()
2080 CLog.logAndDisplay(LogLevel.INFO, "Initiating handover with remote TF instance!"); in startRemoteManager()
2084 CLog.logAndDisplay(LogLevel.INFO, "Handover initiation complete."); in startRemoteManager()
2173 CLog.logAndDisplay(LogLevel.INFO, "Completing handover."); in completeHandover()
2206 CLog.logAndDisplay(LogLevel.INFO, in completeHandover()
[all …]
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DStubTest.java117 LogLevel.INFO, "splitting into %d shards", mNumShards); in split()
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DShardMainResultForwarder.java115 LogLevel.INFO, in invocationEnded()
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
DModuleListener.java140 CLog.logAndDisplay(LogLevel.INFO, message); in logTestStatus()
/tools/test/connectivity/acts/framework/acts/
Dtest_runner.py164 log_levels=[logging.INFO, logging.ERROR]):

12