/tools/metalava/metalava/src/test/java/com/android/tools/metalava/binarycompatibility/ |
D | BinaryCompatibilityInterfaceMethodsTest.kt | 132 fun `Add checked exceptions thrown (Incompatible)`() { in Add checked exceptions thrown (Incompatible)() 158 fun `Delete checked exceptions thrown (Incompatible)`() { in Delete checked exceptions thrown (Incompatible)() 184 fun `Re-order list of exceptions thrown (Compatible)`() { in Re-order list of exceptions thrown (Compatible)()
|
D | BinaryCompatibilityClassMethodsAndConstructors.kt | 129 fun `Add checked exceptions thrown (Incompatible)`() { in Add checked exceptions thrown (Incompatible)() 155 fun `Delete checked exceptions thrown (Incompatible)`() { in Delete checked exceptions thrown (Incompatible)() 181 fun `Re-order list of exceptions thrown (Compatible)`() { in Re-order list of exceptions thrown (Compatible)()
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/gnss/ |
D | device_doze.py | 36 @retry(exceptions=ValueError, tries=3, delay=1) 54 @retry(exceptions=ValueError, tries=3, delay=1)
|
/tools/metalava/metalava/src/test/java/com/android/tools/metalava/lint/ |
D | ThrowsLintTest.kt | 69 fun `Unchecked exceptions not allowed`() { in Unchecked exceptions not allowed() 173 fun `Hidden Unchecked exceptions allowed`() { in Hidden Unchecked exceptions allowed()
|
/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/acloud/internal/lib/ |
D | base_cloud_client_test.py | 104 exceptions = {"r1": None, "r2": error_1, "r3": error_2} 105 self._SetupBatchHttpRequestMock(responses, exceptions, client)
|
/tools/metalava/metalava/src/main/java/com/android/tools/metalava/ |
D | KotlinInteropChecks.kt | 103 val exceptions = method.findThrownExceptions() in <lambda>() constant 104 if (exceptions.isEmpty()) { in <lambda>() 108 for (exception in exceptions.sortedBy { it.qualifiedName() }) { in <lambda>()
|
/tools/metalava/metalava-model-psi/src/main/java/com/android/tools/metalava/model/psi/ |
D | PsiMethodItem.kt | 159 val exceptions = mutableSetOf<ClassItem>() in <lambda>() constant 170 exceptions.add(exceptionClass) in <lambda>() 202 return exceptions in <lambda>()
|
/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/controllers/ap_lib/ |
D | dhcp_server.py | 65 @retry(exceptions=NoInterfaceError, tries=3, delay=1)
|
/tools/netsim/rust/ |
D | CMakeLists.txt | 43 # compilation error message of "cannot use 'throw' with exceptions".
|
/tools/metalava/ |
D | COMPATIBILITY.md | 35 …sting valid interactions with an updated library do not trigger unexpected exceptions at runtime**.
|
/tools/security/fuzzing/example_fuzzer/ |
D | README.md | 72 (longjmp and C++ exceptions *are* supported)
|
/tools/test/connectivity/acts/framework/acts/ |
D | base_test.py | 614 exceptions = self.retryable_exceptions 627 except exceptions as e:
|
/tools/metalava/metalava-model-turbine/src/main/java/com/android/tools/metalava/model/turbine/ |
D | TurbineCodebaseInitialiser.kt | 736 getThrowsList(method.exceptions(), methodTypeItemFactory) in <lambda>() 843 getThrowsList(constructor.exceptions(), constructorTypeItemFactory) in <lambda>()
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/wifi_retail_ap/ |
D | __init__.py | 372 except selenium.common.exceptions.TimeoutException:
|
/tools/test/connectivity/acts/framework/acts/controllers/ |
D | asus_axe11000_ap.py | 6 from selenium.common.exceptions import NoSuchElementException
|
/tools/repohooks/tools/ |
D | pylintrc | 427 overgeneral-exceptions=Exception
|
D | checkpatch.pl | 5812 my $exceptions = qr{ 5836 $dstat !~ /$exceptions/ &&
|
/tools/external/fat32lib/ |
D | NOTICE | 132 …e Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our de…
|