Home
last modified time | relevance | path

Searched refs:annotations (Results 1 – 25 of 80) sorted by relevance

1234

/system/tools/hidl/
DMethod.h53 std::vector<Annotation *> *annotations);
65 const std::vector<Annotation *> &annotations() const;
DMethod.cpp32 std::vector<Annotation *> *annotations) in Method() argument
37 mAnnotations(annotations) { in Method()
68 const std::vector<Annotation *> &Method::annotations() const { in annotations() function in android::Method
DType.cpp33 void Type::setAnnotations(std::vector<Annotation *> *annotations) { in setAnnotations() argument
34 mAnnotations = annotations; in setAnnotations()
37 const std::vector<Annotation *> &Type::annotations() const { in annotations() function in android::Type
DType.h222 void setAnnotations(std::vector<Annotation *> *annotations);
223 const std::vector<Annotation *> &annotations() const;
Dhidl-gen_y.yy254 %type<annotations> opt_annotations
279 std::vector<android::Annotation *> *annotations;
569 // little sense to annotate them and have their annotations
DInterface.cpp833 for (const auto &annotation : method->annotations()) { in emitVtsMethodDeclaration()
DEnumType.cpp510 for (const auto &annotation : annotations()) { in findExportAnnotation()
/system/tools/aidl/docs/
Daidl-cpp.md102 Note that annotations may be placed at the interface level, as well as on a
103 type by type basis. Interface level annotations will be applied
104 opportunistically and be overridden by per type annotations. For instance, an
218 understand nullable annotations.
/system/bt/osi/src/protos/
Dbluetooth.proto13 // import "storage/datapol/annotations/proto/semantic_annotations.proto";
/system/core/libpixelflinger/
DNOTICE55 editorial revisions, annotations, elaborations, or other modifications
/system/extras/memory_replay/
DNOTICE55 editorial revisions, annotations, elaborations, or other modifications
/system/core/run-as/
DNOTICE55 editorial revisions, annotations, elaborations, or other modifications
/system/extras/micro_bench/
DNOTICE55 editorial revisions, annotations, elaborations, or other modifications
/system/extras/sound/
DNOTICE55 editorial revisions, annotations, elaborations, or other modifications
/system/extras/memtrack/
DNOTICE55 editorial revisions, annotations, elaborations, or other modifications
/system/core/libgrallocusage/
DNOTICE55 editorial revisions, annotations, elaborations, or other modifications
/system/security/
DNOTICE55 editorial revisions, annotations, elaborations, or other modifications
/system/extras/procrank/
DNOTICE55 editorial revisions, annotations, elaborations, or other modifications
/system/extras/librank/
DNOTICE55 editorial revisions, annotations, elaborations, or other modifications
/system/extras/tests/cpueater/
DNOTICE55 editorial revisions, annotations, elaborations, or other modifications
/system/tpm/trunks/
DNOTICE55 editorial revisions, annotations, elaborations, or other modifications
/system/core/liblog/
DNOTICE55 editorial revisions, annotations, elaborations, or other modifications
/system/extras/sane_schedstat/
DNOTICE55 editorial revisions, annotations, elaborations, or other modifications
/system/extras/cpustats/
DNOTICE55 editorial revisions, annotations, elaborations, or other modifications
/system/extras/boot_control_copy/
DNOTICE55 editorial revisions, annotations, elaborations, or other modifications

1234