Searched refs:exceptions (Results 1 – 17 of 17) sorted by relevance
/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/ |
D | hardware_power_statecontrol_lib.py | 47 except (requests.exceptions.ReadTimeout, 67 except (requests.exceptions.ReadTimeout, 87 except (requests.exceptions.ReadTimeout, 107 except (requests.exceptions.ReadTimeout, 127 except (requests.exceptions.ReadTimeout,
|
D | utils_lib.py | 44 exceptions = [] 50 exceptions.append(e) 58 exceptions.append(e) 61 raise Exception('No valid ssh key type found', exceptions)
|
D | base_lib.py | 77 except requests.exceptions.Timeout as e:
|
/tools/trebuchet/trebuchet/startup-summarizer/src/ |
D | StartupSummarizer.kt | 331 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/ |
D | KotlinInteropChecks.kt | 92 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/ |
D | PsiMethodItem.kt | 180 val exceptions = mutableSetOf<ClassItem>() in <lambda>() constant 188 exceptions.add(exceptionClass) in <lambda>() 215 return exceptions in <lambda>()
|
/tools/acloud/internal/lib/ |
D | base_cloud_client_test.py | 102 exceptions = {"r1": None, "r2": error_1, "r3": error_2} 103 self._SetupBatchHttpRequestMock(responses, exceptions, client)
|
/tools/test/connectivity/acts/framework/acts/controllers/rohdeschwarz_lib/ |
D | contest.py | 80 except requests.exceptions.ConnectionError: 150 except requests.exceptions.ReadTimeout:
|
/tools/test/connectivity/acts/framework/acts/ |
D | base_test.py | 603 exceptions = self.retryable_exceptions 616 except exceptions as e:
|
/tools/metalava/src/test/java/com/android/tools/metalava/ |
D | KotlinInteropChecksTest.kt | 188 fun `Methods which throw exceptions should document them`() { in Methods which throw exceptions should document them()
|
D | ApiLintTest.kt | 2104 fun `Check for banned runtime exceptions`() { in Check for banned runtime exceptions()
|
/tools/test/connectivity/acts/framework/acts/controllers/ap_lib/ |
D | dhcp_server.py | 64 @retry(exceptions=NoInterfaceError, tries=3, delay=1)
|
/tools/security/fuzzing/example_fuzzer/ |
D | README.md | 72 (longjmp and C++ exceptions *are* supported)
|
/tools/test/connectivity/acts/framework/acts/controllers/ |
D | fuchsia_device.py | 320 (ConnectionRefusedError, requests.exceptions.ConnectionError),
|
/tools/repohooks/tools/ |
D | checkpatch.pl | 4972 my $exceptions = qr{ 4996 $dstat !~ /$exceptions/ &&
|
D | pylintrc | 488 overgeneral-exceptions=Exception
|
/tools/external/fat32lib/ |
D | NOTICE | 132 …e Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our de…
|