Searched defs:Annotation (Results 1 – 9 of 9) sorted by relevance
/packages/modules/OnDevicePersonalization/src/com/android/libraries/pcc/chronicle/api/policy/annotation/ |
D | Annotation.kt | 23 data class Annotation(val name: String, val params: Map<String, AnnotationParam> = emptyMap()) { class
|
/packages/apps/Dialer/java/com/android/dialer/rootcomponentgenerator/ |
D | RootComponentGeneratingStep.java | 94 SetMultimap<Class<? extends Annotation>, Element> elementsByAnnotation) { in process() 109 SetMultimap<Class<? extends Annotation>, Element> elementsByAnnotation) { in shouldDeferRootComponent()
|
D | MetadataGeneratingStep.java | 59 SetMultimap<Class<? extends Annotation>, Element> elementsByAnnotation) { in process()
|
D | ComponentGeneratingStep.java | 97 SetMultimap<Class<? extends Annotation>, Element> elementsByAnnotation) { in process()
|
/packages/modules/Bluetooth/tools/pdl/src/ |
D | analyzer.rs | 51 pub struct Annotation; struct 101 impl crate::ast::Annotation for Annotation { implementation 322 scope: &Scope<parser_ast::Annotation>, in check_decl_identifiers() 336 scope: &Scope<'d, parser_ast::Annotation>, in check_decl_identifiers() 735 scope: &Scope<parser_ast::Annotation>, in check_constraints() 740 scope: &Scope<parser_ast::Annotation>, in check_constraints() 876 scope: &Scope<parser_ast::Annotation>, in check_constraints() 1080 scope: &Scope<parser_ast::Annotation>, in check_fixed_fields() 1262 _scope: &Scope<parser_ast::Annotation>, in check_checksum_fields()
|
D | parser.rs | 25 pub struct Annotation; struct 27 impl crate::ast::Annotation for Annotation { implementation
|
D | ast.rs | 46 pub trait Annotation: fmt::Debug + Serialize { trait
|
/packages/modules/StatsD/statsd/src/ |
D | stats_log.proto | 409 message Annotation { message 500 message Annotation { message
|
D | statsd_config.proto | 566 message Annotation { message
|