Home
last modified time | relevance | path

Searched defs:exception (Results 1 – 12 of 12) sorted by relevance

/tools/acloud/internal/lib/
Dbase_cloud_client.py101 def _ShouldRetry(exception, retry_http_codes, argument
131 def _TranslateError(exception): argument
245 def _CallBack(request_id, response, exception): argument
Dutils.py566 def _ShoudRetry(self, exception): argument
/tools/test/connectivity/acts/framework/acts/
Dtracelogger.py45 def exception(self, msg, *args, **kwargs): member in TraceLogger
/tools/repohooks/rh/
Dutils.py97 exception=None): argument
/tools/metalava/src/main/java/com/android/tools/metalava/
DKotlinInteropChecks.kt96 for (exception in exceptions.sortedBy { it.qualifiedName() }) { in <lambda>() constant
DCompatibilityCheck.kt547 for (exception in old.throwsTypes()) { in compare() constant
DApiLint.kt1883 for (exception in method.filteredThrowsTypes(filterReference)) { in <lambda>() method
/tools/trebuchet/trebuchet/startup-summarizer/src/
DStartupSummarizer.kt366 exceptions.forEach { (fileName, exception) -> in main() method
/tools/metalava/src/main/java/com/android/tools/metalava/model/
DMethodItem.kt218 for (exception in throwsTypes()) { in <lambda>() constant
/tools/metalava/src/main/java/com/android/tools/metalava/model/text/
DTextCodebase.kt165 for (exception in names) { in resolveThrowsClasses() constant
/tools/apksig/src/test/java/com/android/apksig/
DApkVerifierTest.java676 Throwable exception = (Throwable) issue.getParams()[1]; in testV1SchemeSignatureCertNotReencoded() local
DApkSignerTest.java1153 Exception exception = in testSignApk_existingStampFile_differentSourceStamp() local