Home
last modified time | relevance | path

Searched refs:warning (Results 1 – 25 of 55) sorted by relevance

123

/tools/test/connectivity/acts/framework/acts/controllers/sl4a_lib/
Derror_reporter.py95 report.warning('The adb daemon (on the host machine) is not '
101 report.warning(
106 report.warning(
128 report.warning(
140 report.warning(
152 report.warning('Adbd is not running.')
170 report.warning(
187 report.warning(
196 report.warning('SL4A server port %s not found in set of open '
202 report.warning('SL4A session %s over port %s is not managed by '
Drpc_client.py127 self._log.warning(
218 self._log.warning(
234 self._log.warning('The connection was killed during cleanup:')
235 self._log.warning(e)
Dsl4a_manager.py82 _all_sl4a_managers[adb.serial].log.warning(
178 self.log.warning('Device cannot be put into root mode. SL4A '
301 self.log.warning(
Drpc_connection.py95 self.log.warning(
Devent_dispatcher.py86 self.log.warning('Closing due to closed session.')
89 self.log.warning('Closing due to error: %s.' % e)
Dsl4a_session.py165 self.log.warning(
/tools/test/connectivity/acts/framework/acts/controllers/ap_lib/
Dbridge_interface.py71 logging.warning(
80 logging.warning('4addr is already enabled on {}'.format(
89 logging.warning('{} has alrady been added to {}'.format(
/tools/test/connectivity/acts/framework/acts/
Dtracelogger.py53 def warning(self, msg, *args, **kwargs): member in TraceLogger
55 self._logger.warning("%s %s" % (msg, trace_info), *args, **kwargs)
Dtest_runner.py351 self.log.warning(
380 self.log.warning("No controller info obtained for %s",
545 self.log.warning(
Drecords.py274 logging.warning(("Controller info for %s is not JSON serializable!"
284 logging.warning("Controller info for %s is not JSON serializable! "
/tools/repohooks/
Dpre-upload.py112 def hook_warning(self, hook_name, warning): argument
121 print(warning, file=sys.stderr)
297 (error, warning) = _process_hook_results(hook_results)
298 if error or warning:
299 if warning:
300 output.hook_warning(name, warning)
/tools/test/connectivity/acts/framework/acts/test_utils/power/
DPowerBaseTest.py344 logging.warning('Unable to recover monsoon from unexpected error')
405 self.log.warning('Monsoon error happened, now try to recover')
414 self.log.warning(
428 self.log.warning('No data taken, need to remeasure')
430 self.log.warning(
435 self.log.warning(
483 self.log.warning('Cannot get iperf result. Setting to 0')
/tools/test/connectivity/acts/tests/google/wifi/
DWifiRttManagerTest.py269 self.log.warning("Got error status %d." % status)
275 self.log.warning("Got error RTT value %d." % value)
287 self.log.warning(
297 self.log.warning((
309 self.log.warning(("Reported RSSI %d is out of the"
359 self.log.warning("Found no rtt network, skip this iteration.")
540 self.log.warning("Did not get result for iteration %d." % i)
/tools/metalava/src/test/java/com/android/tools/metalava/
DExtractAnnotationsTest.kt26 fun `Check java typedef extraction and warning about non-source retention of typedefs`() { in Check java typedef extraction and warning about non-source retention of typedefs()
/tools/test/connectivity/acts/framework/acts/test_utils/bt/
Dbt_contacts_utils.py402 log.warning("Call Log numbers differ")
407 log.warning("Call Log types differ")
413 log.warning("Call log times don't match, check timezone.")
417 log.warning("Call Log lengths differ {}:{}".format(
/tools/test/connectivity/acts/tests/google/wifi/aware/stress/
DMessagesStressTest.py104 self.log.warning(
108 self.log.warning("[%s] Timed out waiting for any MESSAGE_SEND* event - "
141 self.log.warning(
/tools/test/connectivity/tools/lab/
Dhealth_checker.py89 logging.warning(
/tools/test/connectivity/acts/framework/acts/controllers/utils_lib/commands/
Dip.py147 self._runner.log.warning(
/tools/test/connectivity/acts/tests/google/bt/pts/
DBtCmdLineTest.py40 self.log.warning("Missing user config \"target_mac_address\"!")
/tools/test/connectivity/acts/framework/acts/test_utils/tel/
Dtel_test_utils.py216 log.warning("Failed to load %s!", sim_filename)
260 log.warning("Failed to load %s!", sim_filename)
281 ad.log.warning(
770 log.warning("***DEPRECATED*** wait_for_ringing_event()")
1485 log.warning("--Pending new Voice Mail, please clear on phone.--")
1527 ad_callee.log.warning("No expected event %s",
1977 log.warning("file_name %s for download is not available", file_name)
2076 ad.log.warning("Fail to run iperf test with exception %s", e)
2146 ad.log.warning("%s diff is %s less than %s", key,
2159 ad.log.warning("Fail to download %s", url)
[all …]
/tools/test/connectivity/acts/framework/acts/libs/ota/ota_runners/
Dota_runner_factory.py148 logging.warning('Android device %s has already been assigned an '
/tools/apksig/src/apksigner/java/com/android/apksigner/
DApkSignerTool.java523 for (ApkVerifier.IssueWithParams warning : result.getWarnings()) { in verify()
525 warningsOut.println("WARNING: " + warning); in verify()
532 for (ApkVerifier.IssueWithParams warning : signer.getWarnings()) { in verify()
534 warningsOut.println("WARNING: JAR signer " + signerName + ": " + warning); in verify()
543 for (ApkVerifier.IssueWithParams warning : signer.getWarnings()) { in verify()
546 "WARNING: APK Signature Scheme v2 " + signerName + ": " + warning); in verify()
/tools/test/connectivity/acts/framework/acts/test_utils/audio_analysis_lib/
Dcheck_quality.py87 logging.warning(
269 logging.warning(
/tools/test/connectivity/acts/framework/acts/controllers/
Dmonsoon.py310 logging.warning("Wanted data, dropped type=0x%02x, len=%d",
322 logging.warning("Data sequence skipped, lost packet?")
327 logging.warning(
345 logging.warning("Discarding data packet type=0x%02x", _type)
/tools/test/connectivity/acts/tests/google/bt/car_bt/
DBtCarHfpFuzzTest.py119 self.log.warning(

123