Home
last modified time | relevance | path

Searched defs:Item (Results 1 – 15 of 15) sorted by relevance

/tools/metalava/metalava-model/src/testFixtures/java/com/android/tools/metalava/model/
DAssertions.kt76 fun Item.assertAnnotation(qualifiedName: String): AnnotationItem { in Item() method
86 private fun Item.assertDeprecatedStatus( in Item() method
103 fun Item.assertNotDeprecated() { in Item() method
108 fun Item.assertExplicitlyDeprecated() { in assertExplicitlyDeprecated() method
116 fun Item.assertImplicitlyDeprecated() { in Item() method
148 fun Item.annotationNames(): List<String?> { in Item() method
/tools/security/fuzzing/orphans/libcppbor/
Dcppbor_parse_fuzzer.cpp22 virtual ParseClient* item(std::unique_ptr<Item>&, const uint8_t*, const uint8_t*, in item()
26 virtual ParseClient* itemEnd(std::unique_ptr<Item>&, const uint8_t*, const uint8_t*, in itemEnd()
/tools/security/fuzzing/orphans/smallvec/
Dsmallvec_fuzzer.rs76 fn do_fuzz<T: Array<Item = Data>>(commands: Vec<Command>) { in do_fuzz()
/tools/metalava/metalava/src/main/java/com/android/tools/metalava/
DNullnessMigration.kt124 fun Item.markRecent() { in Item() method
DApiPredicate.kt240 private fun Item.apiMembership(): ApiMembership { in Item() method
DConvertJarsToSignatureFiles.kt243 private fun Item?.deprecateIfRequired(source: String) { in <lambda>() method
DApiAnalyzer.kt1359 private fun Item.isApiCandidate(): Boolean { in Item() method
1367 private fun Item.documentationContainsDeprecated(): Boolean { in Item() method
DExtractAnnotations.kt370 private fun Item.getExternalAnnotationSignature(): String? { in <lambda>() method
/tools/metalava/metalava-model-testsuite/src/main/java/com/android/tools/metalava/model/testsuite/
DCommonModifierListWriterTest.kt29 private fun Item.writeKeywords(normalize: Boolean = false): String { in Item() method
/tools/metalava/metalava-model/src/main/java/com/android/tools/metalava/model/
DItem.kt35 interface Item : Reportable { interface
/tools/metalava/metalava/src/main/java/com/android/tools/metalava/apilevels/
DAddApisFromCodebase.kt62 private val Item.actualDeprecated in <lambda>() constant
/tools/netsim/rust/cli/src/
Dargs.rs516 fn possible_values(&self) -> Option<Box<dyn Iterator<Item = PossibleValue> + '_>> { in possible_values()
554 fn possible_values(&self) -> Option<Box<dyn Iterator<Item = PossibleValue> + '_>> { in possible_values()
/tools/netsim/rust/daemon/src/wifi/
Dmedium.rs132 fn stations(&self) -> impl Iterator<Item = Arc<Station>> { in stations()
/tools/asuite/atest/bazel/runner/src/main/protobuf/
Dbuild_event_stream.proto393 message Item { message
/tools/metalava/metalava-model-text/src/main/java/com/android/tools/metalava/model/text/
DApiFile.kt328 private fun Item.markForCurrentApiSurface() { in Item() method