Home
last modified time | relevance | path

Searched refs:warn (Results 1 – 25 of 29) sorted by relevance

12

/tools/tradefederation/contrib/src/com/android/regression/tests/
DMetrics.java147 warn(String.format("Run metric \"%s\" only in before-patch run.", name)); in crossValidate()
153 warn(String.format("Run metric \"%s\" only in after-patch run.", name)); in crossValidate()
159 warn( in crossValidate()
168 warn( in crossValidate()
186 void warn(String msg) { in warn() method in Metrics
/tools/tradefederation/contrib/tests/src/com/android/regression/tests/
DMetricsTest.java122 verify(mMetrics, times(1)).warn("Run metric \"metric2\" only in before-patch run."); in testCrossValidate()
123 verify(mMetrics, times(1)).warn("Run metric \"metric5\" only in after-patch run."); in testCrossValidate()
125 .warn( in testCrossValidate()
130 .warn( in testCrossValidate()
/tools/metalava/
Dgradlew36 warn () { function
100 warn "Could not set maximum file descriptor limit: $MAX_FD"
103 warn "Could not query maximum file descriptor limit: $MAX_FD_LIMIT"
DAPI-LINT.md3 Metalava can optionally run warn about various API problems based on the Android
/tools/ndkports/
Dgradlew36 warn () { function
100 warn "Could not set maximum file descriptor limit: $MAX_FD"
103 warn "Could not query maximum file descriptor limit: $MAX_FD_LIMIT"
/tools/trebuchet/
Dgradlew36 warn () { function
100 warn "Could not set maximum file descriptor limit: $MAX_FD"
103 warn "Could not query maximum file descriptor limit: $MAX_FD_LIMIT"
/tools/asuite/asuite_plugin/
Dgradlew36 warn () { function
100 warn "Could not set maximum file descriptor limit: $MAX_FD"
103 warn "Could not query maximum file descriptor limit: $MAX_FD_LIMIT"
/tools/tradefederation/core/atest/test_finders/
Dtf_integration_finder.py121 logging.warn('skipping <include> tag with no "name" value')
196 logging.warn('Input (%s) not valid integration name, '
207 logging.warn('Looking up fully qualified class name for: %s.'
Dsuite_plan_finder.py87 logging.warn('Input (%s) not valid suite plan name, '
/tools/test/connectivity/acts/framework/acts/
Dtracelogger.py54 def warn(self, msg, *args, **kwargs): member in TraceLogger
55 self._log_with(self._logger.warn, 1, msg, *args, **kwargs)
/tools/tradefederation/core/atest/
Dcli_translator.py421 logging.warn(
468 logging.warn(
479 logging.warn(
Datest_execution_info.py281 logging.warn('Parsing test result failed due to : %s', err)
/tools/test/connectivity/acts/framework/acts/controllers/
Dandroid_device.py672 self.log.warn(
676 self.log.warn(
801 self.log.warn(
822 self.log.warn(
891 self.log.warn(
914 self.log.warn("Fail to stop package %s: %s", package_name, e)
/tools/metalava/src/test/java/com/android/tools/metalava/
DUnhideApisTest.kt105 fun `Do not warn about package private access when generating package private stubs`() { in Do not warn about package private access when generating package private stubs()
/tools/asuite/asuite_plugin/src/java/com/android/atest/commandAdapter/
DAtestProcessListener.java75 LOG.warn(event.getText()); in onTextAvailable()
/tools/test/connectivity/acts/tests/google/bt/pts/
DA2dpPtsTest.py48 self.log.warn(
DSdpPtsTest.py118 self.log.warn(
DGattPtsTest.py57 self.log.warn(
/tools/test/connectivity/acts/tests/google/wifi/
DWifiPreFlightTest.py105 self.log.warn("Signal strength for %s is low: %sdBm"
DWifiStaApConcurrencyTest.py105 self.log.warn("There is no 'reference_network' or "
/tools/test/connectivity/acts/tests/google/net/
DDataUsageTest.py91 self.log.warn("cmd %s failed on %s" % (instr_cmd, ad.serial))
106 self.log.warn("Failed to stop wifi tethering: %s" % e)
/tools/test/connectivity/acts/tests/google/bt/car_bt/
DBtCarHfpFuzzTest.py95 self.log.warn(
/tools/test/connectivity/acts/framework/acts/test_utils/bt/
DBtSarBaseTest.py351 self.log.warn(
/tools/test/connectivity/acts/tests/google/fuchsia/wlan/
DWlanRvrTest.py298 self.log.warn('Unable to get IPv4 address at starting '
317 self.log.warn('Unable to get IPv6 address at '
/tools/test/connectivity/acts/tests/google/tel/live/
DTelLivePreflightTest.py217 ad.log.warn(msg)

12