Home
last modified time | relevance | path

Searched refs:exceptions (Results 1 – 17 of 17) sorted by relevance

/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/
Dhardware_power_statecontrol_lib.py47 except (requests.exceptions.ReadTimeout,
67 except (requests.exceptions.ReadTimeout,
87 except (requests.exceptions.ReadTimeout,
107 except (requests.exceptions.ReadTimeout,
127 except (requests.exceptions.ReadTimeout,
Dutils_lib.py44 exceptions = []
50 exceptions.append(e)
58 exceptions.append(e)
61 raise Exception('No valid ssh key type found', exceptions)
Dbase_lib.py77 except requests.exceptions.Timeout as e:
/tools/trebuchet/trebuchet/startup-summarizer/src/
DStartupSummarizer.kt331 val exceptions : MutableList<Pair<String, Exception>> = mutableListOf() in main() constant
350 exceptions.add(Pair(fileName, e)) in main()
364 if (exceptions.count() > 0) { in main()
366 exceptions.forEach { (fileName, exception) -> in main()
/tools/metalava/src/main/java/com/android/tools/metalava/
DKotlinInteropChecks.kt92 val exceptions = method.findThrownExceptions() in <lambda>() constant
93 if (exceptions.isEmpty()) { in <lambda>()
97 for (exception in exceptions.sortedBy { it.qualifiedName() }) { in <lambda>()
/tools/metalava/src/main/java/com/android/tools/metalava/model/psi/
DPsiMethodItem.kt180 val exceptions = mutableSetOf<ClassItem>() in <lambda>() constant
188 exceptions.add(exceptionClass) in <lambda>()
215 return exceptions in <lambda>()
/tools/acloud/internal/lib/
Dbase_cloud_client_test.py102 exceptions = {"r1": None, "r2": error_1, "r3": error_2}
103 self._SetupBatchHttpRequestMock(responses, exceptions, client)
/tools/test/connectivity/acts/framework/acts/controllers/rohdeschwarz_lib/
Dcontest.py80 except requests.exceptions.ConnectionError:
150 except requests.exceptions.ReadTimeout:
/tools/test/connectivity/acts/framework/acts/
Dbase_test.py603 exceptions = self.retryable_exceptions
616 except exceptions as e:
/tools/metalava/src/test/java/com/android/tools/metalava/
DKotlinInteropChecksTest.kt188 fun `Methods which throw exceptions should document them`() { in Methods which throw exceptions should document them()
DApiLintTest.kt2104 fun `Check for banned runtime exceptions`() { in Check for banned runtime exceptions()
/tools/test/connectivity/acts/framework/acts/controllers/ap_lib/
Ddhcp_server.py64 @retry(exceptions=NoInterfaceError, tries=3, delay=1)
/tools/security/fuzzing/example_fuzzer/
DREADME.md72 (longjmp and C++ exceptions *are* supported)
/tools/test/connectivity/acts/framework/acts/controllers/
Dfuchsia_device.py320 (ConnectionRefusedError, requests.exceptions.ConnectionError),
/tools/repohooks/tools/
Dcheckpatch.pl4972 my $exceptions = qr{
4996 $dstat !~ /$exceptions/ &&
Dpylintrc488 overgeneral-exceptions=Exception
/tools/external/fat32lib/
DNOTICE132 …e Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our de…