/tools/tradefederation/contrib/src/com/android/regression/tests/ |
D | Metrics.java | 147 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/ |
D | MetricsTest.java | 122 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/ |
D | gradlew | 36 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"
|
D | API-LINT.md | 3 Metalava can optionally run warn about various API problems based on the Android
|
/tools/ndkports/ |
D | gradlew | 36 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/ |
D | gradlew | 36 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/ |
D | gradlew | 36 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/ |
D | tf_integration_finder.py | 121 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.'
|
D | suite_plan_finder.py | 87 logging.warn('Input (%s) not valid suite plan name, '
|
/tools/test/connectivity/acts/framework/acts/ |
D | tracelogger.py | 54 def warn(self, msg, *args, **kwargs): member in TraceLogger 55 self._log_with(self._logger.warn, 1, msg, *args, **kwargs)
|
/tools/tradefederation/core/atest/ |
D | cli_translator.py | 421 logging.warn( 468 logging.warn( 479 logging.warn(
|
D | atest_execution_info.py | 281 logging.warn('Parsing test result failed due to : %s', err)
|
/tools/test/connectivity/acts/framework/acts/controllers/ |
D | android_device.py | 672 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/ |
D | UnhideApisTest.kt | 105 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/ |
D | AtestProcessListener.java | 75 LOG.warn(event.getText()); in onTextAvailable()
|
/tools/test/connectivity/acts/tests/google/bt/pts/ |
D | A2dpPtsTest.py | 48 self.log.warn(
|
D | SdpPtsTest.py | 118 self.log.warn(
|
D | GattPtsTest.py | 57 self.log.warn(
|
/tools/test/connectivity/acts/tests/google/wifi/ |
D | WifiPreFlightTest.py | 105 self.log.warn("Signal strength for %s is low: %sdBm"
|
D | WifiStaApConcurrencyTest.py | 105 self.log.warn("There is no 'reference_network' or "
|
/tools/test/connectivity/acts/tests/google/net/ |
D | DataUsageTest.py | 91 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/ |
D | BtCarHfpFuzzTest.py | 95 self.log.warn(
|
/tools/test/connectivity/acts/framework/acts/test_utils/bt/ |
D | BtSarBaseTest.py | 351 self.log.warn(
|
/tools/test/connectivity/acts/tests/google/fuchsia/wlan/ |
D | WlanRvrTest.py | 298 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/ |
D | TelLivePreflightTest.py | 217 ad.log.warn(msg)
|