Home
last modified time | relevance | path

Searched +defs:android +defs:annotation (Results 1 – 19 of 19) sorted by relevance

/aosp12/frameworks/proto_logging/stats/stats_log_api_gen/
H A Dtest_collation.cpp23 namespace android { namespace
254 Annotation* annotation; in TEST() local
324 Annotation* annotation; in TEST() local
H A Djava_writer.cpp22 namespace android { namespace
82 for (const shared_ptr<Annotation>& annotation : annotations) { in write_annotations() local
H A Dnative_writer.cpp21 namespace android { namespace
52 for (const shared_ptr<Annotation>& annotation : annotations) { in write_annotations() local
H A Drust_writer.cpp24 namespace android { namespace
258 for (const shared_ptr<Annotation>& annotation : annotationsIt->second) { in write_annotations() local
/aosp12/system/tools/hidl/
H A DInterface.cpp41 namespace android { namespace
536 for (const Annotation* annotation : annotations()) { in validateAnnotations() local
550 for (const Annotation* annotation : method->annotations()) { in validateAnnotations() local
602 for (const auto& annotation : annotations()) { in hasSensitiveDataAnnotation() local
929 for (const auto &annotation : method->annotations()) { in emitVtsMethodDeclaration() local
H A DEnumType.cpp29 namespace android { namespace
115 for (const Annotation* annotation : annotations()) { in validateAnnotations() local
276 [&](auto annotation) { annotation->dump(out); }); in emitHidlDefinition()
665 for (const auto &annotation : annotations()) { in findExportAnnotation() local
682 const Annotation *annotation = findExportAnnotation(); in emitExportedHeader() local
H A DScope.cpp31 namespace android { namespace
63 for (const Annotation* annotation : annotations()) { in validateAnnotations() local
H A DMethod.cpp33 namespace android { namespace
275 [&](auto annotation) { annotation->dump(out); }); in emitHidlDefinition()
/aosp12/packages/modules/StatsD/statsd/src/metrics/
H A DMetricsManager.cpp47 namespace android { namespace
97 for (const auto& annotation : config.annotation()) { in MetricsManager() local
172 for (const auto& annotation : config.annotation()) { in updateConfig() local
431 for (const auto& annotation : mAnnotations) { in onDumpReport() local
/aosp12/packages/modules/StatsD/statsd/tests/e2e/
H A DConfigUpdate_e2e_ab_test.cpp25 namespace android { namespace
145 StatsdConfig_Annotation* annotation = config.add_annotation(); in TEST_P() local
/aosp12/system/tools/aidl/
H A Daidl_checkapi.cpp33 namespace android { namespace
97 for (const AidlAnnotation& annotation : node.GetAnnotations()) { in get_strict_annotations() local
H A Dgenerate_java.cpp288 namespace android { namespace
965 for (const auto& annotation : a.GetAnnotations()) { in generate_java_annotations() local
H A Daidl_unittest.cpp54 namespace android { namespace
758 std::string annotation; in TEST_P() member
/aosp12/packages/apps/TV/libs/m2/
H A Ddagger-android-processor-2.23.jar ... java/dagger/android/processor/META-INF/gradle/incremental ...
/aosp12/packages/modules/StatsD/statsd/src/
H A Dstats_log.proto19 package android.os.statsd; package
351 repeated Annotation annotation = 7; field
430 repeated Annotation annotation = 18; field
H A Dstatsd_config.proto19 package android.os.statsd; package
508 repeated Annotation annotation = 14; field
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/packages/modules/StatsD/statsd/src/guardrail/
H A DStatsdStats.cpp26 namespace android { namespace
717 for (const auto& annotation : configStats->annotations) { in dumpStats() local
919 for (const auto& annotation : configStats.annotations) { in addConfigStatsToProto() local
/aosp12/packages/modules/StatsD/statsd/tests/
H A DStatsLogProcessor_test.cpp37 namespace android { namespace
236 auto annotation = config.add_annotation(); in TEST() local