/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/ |
D | hardware_power_statecontrol_lib.py | 48 requests.exceptions.ConnectionError, 49 requests.exceptions.ReadTimeout): 68 except (requests.exceptions.ReadTimeout, 88 except (requests.exceptions.ReadTimeout, 108 except (requests.exceptions.ReadTimeout, 128 except (requests.exceptions.ReadTimeout,
|
D | utils_lib.py | 59 exceptions = [] 65 exceptions.append(e) 73 exceptions.append(e) 76 raise Exception('No valid ssh key type found', exceptions)
|
D | base_lib.py | 78 except requests.exceptions.Timeout as e:
|
/tools/metalava/src/test/java/com/android/tools/metalava/binarycompatibility/ |
D | BinaryCompatibilityInterfaceMethodsTest.kt | 141 fun `Add checked exceptions thrown (Incompatible)`() { in Add checked exceptions thrown (Incompatible)() 164 fun `Delete checked exceptions thrown (Incompatible)`() { in Delete checked exceptions thrown (Incompatible)() 187 fun `Re-order list of exceptions thrown (Compatible)`() { in Re-order list of exceptions thrown (Compatible)()
|
D | BinaryCompatibilityClassMethodsAndConstructors.kt | 135 fun `Add checked exceptions thrown (Incompatible)`() { in Add checked exceptions thrown (Incompatible)() 157 fun `Delete checked exceptions thrown (Incompatible)`() { in Delete checked exceptions thrown (Incompatible)() 179 fun `Re-order list of exceptions thrown (Compatible)`() { in Re-order list of exceptions thrown (Compatible)()
|
/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 | 91 val exceptions = method.findThrownExceptions() in <lambda>() constant 92 if (exceptions.isEmpty()) { in <lambda>() 96 for (exception in exceptions.sortedBy { it.qualifiedName() }) { in <lambda>()
|
/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/lib_controllers/ |
D | wlan_policy_controller.py | 378 except requests.exceptions.Timeout: 441 except requests.exceptions.Timeout: 516 except requests.exceptions.Timeout:
|
/tools/metalava/src/main/java/com/android/tools/metalava/model/psi/ |
D | PsiMethodItem.kt | 192 val exceptions = mutableSetOf<ClassItem>() in <lambda>() constant 200 exceptions.add(exceptionClass) in <lambda>() 227 return exceptions in <lambda>()
|
/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/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/test/connectivity/acts/framework/acts/ |
D | base_test.py | 609 exceptions = self.retryable_exceptions 622 except exceptions as e:
|
/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/metalava/src/test/java/com/android/tools/metalava/ |
D | ApiLintTest.kt | 3692 fun `Unchecked exceptions not allowed`() { in Unchecked exceptions not allowed()
|
/tools/test/connectivity/acts/framework/acts/controllers/ |
D | asus_axe11000_ap.py | 6 from selenium.common.exceptions import NoSuchElementException
|
D | fuchsia_device.py | 473 (ConnectionRefusedError, requests.exceptions.ConnectionError),
|
/tools/external/fat32lib/ |
D | NOTICE | 132 …e Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our de…
|