Home
last modified time | relevance | path

Searched defs:throws (Results 1 – 25 of 56) sorted by relevance

123

/aosp_15_r20/external/kotlinpoet/kotlinpoet/src/commonMain/kotlin/com/squareup/kotlinpoet/jvm/
H A DJvmAnnotations.kt79 public fun FunSpec.Builder.throws(vararg exceptionClasses: KClass<out Throwable>): FunSpec.Builder = in throws() method
82 public fun FunSpec.Builder.throws(vararg exceptionClasses: Type): FunSpec.Builder = in throws() method
85 public fun FunSpec.Builder.throws(vararg exceptionClasses: TypeName): FunSpec.Builder = in throws() method
88 public fun FunSpec.Builder.throws(exceptionClasses: Iterable<TypeName>): FunSpec.Builder = in throws() method
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/system/include/boost/system/detail/
Dthrows.hpp36 inline system::error_code* throws() in throws() function
52 inline system::error_code& throws() in throws() function
/aosp_15_r20/tools/metalava/metalava/src/main/java/com/android/tools/metalava/
H A DJDiffXmlWriter.kt283 val throws = callable.throwsTypes() in <lambda>() constant
H A DSignatureWriter.kt323 val throws = callable.throwsTypes() in <lambda>() constant
/aosp_15_r20/external/rust/android-crates-io/crates/uniffi_meta/src/
Dlib.rs144 pub throws: Option<Type>, field
166 pub throws: Option<Type>, field
193 pub throws: Option<Type>, field
220 pub throws: Option<Type>, field
/aosp_15_r20/tools/metalava/metalava/src/main/java/com/android/tools/metalava/stub/
H A DJavaStubWriter.kt385 val throws = callable.throwsTypes() in <lambda>() constant
/aosp_15_r20/tools/metalava/metalava-model/src/main/java/com/android/tools/metalava/model/
H A DCallableItem.kt47 fun throws(qualifiedName: String): Boolean { in <lambda>() method
/aosp_15_r20/external/dokka/core/testdata/classes/
H A DjavaAnnotationClass.kt5 public annotation class throws() class
/aosp_15_r20/external/clang/test/Profile/
H A Dcxx-throws.cpp20 void throws() { in throws() function
/aosp_15_r20/art/runtime/native/
H A Djava_lang_reflect_Proxy.cc33 jobject loader, jobjectArray methods, jobjectArray throws) { in Proxy_generateProxy()
/aosp_15_r20/external/clang/test/SemaCXX/
H A Dexceptions.cpp30 void throws() { in throws() function
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/exceptions/
H A DStackTraceRecoveryTest.kt196 private suspend fun throws() { in <lambda>() method in kotlinx.coroutines.exceptions.StackTraceRecoveryTest
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxxbridge-macro-1.0.120/src/syntax/
H A Dparse.rs665 let throws = throws_tokens.is_some(); in parse_extern_fn() localVariable
1413 let throws = throws_tokens.is_some(); in parse_type_fn() localVariable
H A Dmod.rs217 pub throws: bool, field
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxxbridge-cmd-1.0.121/src/syntax/
H A Dparse.rs665 let throws = throws_tokens.is_some(); in parse_extern_fn() localVariable
1413 let throws = throws_tokens.is_some(); in parse_type_fn() localVariable
H A Dmod.rs217 pub throws: bool, field
/aosp_15_r20/external/rust/cxx/syntax/
Dparse.rs665 let throws = throws_tokens.is_some(); in parse_extern_fn() localVariable
1413 let throws = throws_tokens.is_some(); in parse_type_fn() localVariable
Dmod.rs217 pub throws: bool, field
/aosp_15_r20/bionic/tests/libs/
H A Dstack_tagging_helper.cpp275 __attribute__((noinline)) void throws() { in throws() function
/aosp_15_r20/art/compiler/optimizing/
H A Ddead_code_elimination.cc153 static bool RemoveNonNullControlDependences(HBasicBlock* block, HBasicBlock* throws) { in RemoveNonNullControlDependences()
/aosp_15_r20/external/aws-sdk-java-v2/codegen/src/main/java/software/amazon/awssdk/codegen/naming/
H A DDefaultNamingStrategy.java76 "throws", "transient", "true", "try", "void", "volatile", "while"); in Collections.addAll()
/aosp_15_r20/external/kotlinpoet/interop/kotlin-metadata/src/test/kotlin/com/squareup/kotlinpoet/metadata/specs/
H A DKotlinPoetMetadataSpecsTest.kt1670 fun throws() { in <lambda>() method
/aosp_15_r20/out/soong/.intermediates/external/kotlinpoet/kotlinpoet/linux_glibc_common/kotlin_headers/
Dkotlinpoet.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/external__kotlinpoet__linux_glibc_common__kotlinpoet.kotlin_module com ...
/aosp_15_r20/prebuilts/tools/common/m2/repository/com/squareup/kotlinpoet/1.8.0/
HDkotlinpoet-1.8.0.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/kotlinpoet.kotlin_module com ...
/aosp_15_r20/out/soong/.intermediates/external/kotlinpoet/kotlinpoet/linux_glibc_common/local-javac-header/
Dkotlinpoet.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/external__kotlinpoet__linux_glibc_common__kotlinpoet.kotlin_module com ...

123