Home
last modified time | relevance | path

Searched refs:annotation (Results 1 – 18 of 18) sorted by relevance

/system/tools/xsdc/tests/resources/simple_complex_content/
Dsimple_complex_content.xsd3 <xs:annotation name="Deprecated"/>
6 <xs:annotation name="final"/>
13 <xs:annotation name="final"/>
37 <xs:annotation name="final"/>
38 <xs:annotation name="nullable"/>
41 <xs:annotation name="nonnull"/>
42 <xs:annotation name="final"/>
63 <xs:annotation name="nonnull"/>
/system/extras/simpleperf/app_api/java/com/android/simpleperf/
DRecordOptions.java21 import android.support.annotation.NonNull;
22 import android.support.annotation.Nullable;
23 import android.support.annotation.RequiresApi;
DProfileSession.java22 import android.support.annotation.NonNull;
23 import android.support.annotation.Nullable;
24 import android.support.annotation.RequiresApi;
/system/tools/hidl/
DEnumType.cpp260 [&](auto annotation) { annotation->dump(out); }); in emitHidlDefinition() argument
649 for (const auto &annotation : annotations()) { in findExportAnnotation() local
650 if (annotation->name() == "export") { in findExportAnnotation()
651 return annotation; in findExportAnnotation()
666 const Annotation *annotation = findExportAnnotation(); in emitExportedHeader() local
667 CHECK(annotation != nullptr); in emitExportedHeader()
671 const AnnotationParam *nameParam = annotation->getParam("name"); in emitExportedHeader()
677 const AnnotationParam *exportParentParam = annotation->getParam("export_parent"); in emitExportedHeader()
683 const AnnotationParam *prefixParam = annotation->getParam("value_prefix"); in emitExportedHeader()
689 const AnnotationParam *suffixParam = annotation->getParam("value_suffix"); in emitExportedHeader()
DInterface.cpp536 for (const Annotation* annotation : method->annotations()) { in validateAnnotations() local
537 const std::string name = annotation->name(); in validateAnnotations()
904 for (const auto &annotation : method->annotations()) { in emitVtsMethodDeclaration() local
907 const std::string name = annotation->name(); in emitVtsMethodDeclaration()
914 annotation->getParam("next"); in emitVtsMethodDeclaration()
DMethod.cpp275 [&](auto annotation) { annotation->dump(out); }); in emitHidlDefinition() argument
Dhidl-gen_y.yy311 %type<annotation> annotation
336 android::Annotation *annotation;
400 | opt_annotations annotation
407 annotation
/system/tools/xsdc/
DREADME.md46 To remove a tag, add an annotation tag with the name of "Deprecated" into the
68 <annotation name=”Deprecated”/>
76 After adding “Deprecated” annotation, we need to update the api or schema just
77 like when adding a tag. In the above example, a @Deprecate annotation is added.
/system/tools/aidl/
Daidl_language_y.yy74 AidlAnnotation* annotation;
106 %token<token> ANNOTATION "annotation"
168 %type<annotation> annotation
265 // copy comments from annotation to decl
650 // copy comments from annotation to type
670 | annotation_list annotation
709 annotation
Daidl_checkapi.cpp58 for (const AidlAnnotation& annotation : node.GetAnnotations()) { in get_strict_annotations() local
59 if (kIgnoreAnnotations.find(annotation.GetType()) == kIgnoreAnnotations.end()) { in get_strict_annotations()
60 annotations.insert(annotation); in get_strict_annotations()
Daidl_language.cpp286 auto annotation = GetAnnotation(annotations_, AidlAnnotation::Type::BACKING); in BackingType() local
287 if (annotation != nullptr) { in BackingType()
288 auto annotation_params = annotation->AnnotationParams(AidlConstantValueDecorator); in BackingType()
327 for (const auto& annotation : GetAnnotations()) { in CheckValid() local
328 if (!annotation.CheckValid()) { in CheckValid()
337 if (supported_annotations.find(annotation.GetType()) == supported_annotations.end()) { in CheckValid()
338 AIDL_ERROR(this) << "'" << annotation.GetName() in CheckValid()
Dgenerate_java.cpp368 for (const std::string& annotation : generate_java_annotations(*enum_decl)) { in generate_enum() local
369 code_writer->Write("%s", annotation.c_str()); in generate_enum()
Daidl_language.h226 for (auto& annotation : annotations) { in Annotate()
227 annotations_.emplace_back(std::move(annotation)); in Annotate()
/system/timezone/distro/installer/src/main/com/android/timezone/distro/installer/
DTimeZoneDistroInstaller.java27 import android.annotation.IntDef;
33 import java.lang.annotation.Retention;
34 import java.lang.annotation.RetentionPolicy;
/system/tools/xsdc/tests/resources/simple_type/
Dsimple_type.xsd22 <xs:annotation name="Deprecated"/>
/system/extras/simpleperf/doc/
Dandroid_application_profiling.md219 report_html.py integrates chart statistics, sample table, flamegraphs, source code annotation
220 and disassembly annotation. It is the recommended way to show reports.
DREADME.md211 disassembly with event count annotation. Simpleperf supports showing annotated source code and
/system/extras/power_profile/camera_avg/Application/src/main/java/com/example/android/powerprofile/cameraavg/
DCameraAvgFragment.java49 import android.support.annotation.NonNull;