Searched defs:annotation (Results 1 – 10 of 10) sorted by relevance
/system/chre/chpp/api_parser/ |
D | chre_api_annotations.json | 17 "annotation": "fixed_value", string 22 "annotation": "enum", string 27 "annotation": "fixed_value", string 32 "annotation": "rewrite_type", string 37 "annotation": "fixed_value", string 42 "annotation": "var_len_array", string 52 "annotation": "enum", string 57 "annotation": "union_variant", string 70 "annotation": "fixed_value", string 80 "annotation": "fixed_value", string [all …]
|
D | chre_api_to_chpp.py | 374 def _gen_string_encoding(self, member_info, annotation): argument 395 def _gen_vla_encoding(self, member_info, annotation): argument 494 def _gen_union_variant_conversion_code(self, member_info, annotation, decode_mode): argument 738 def _gen_string_decoding(self, member_info, annotation): argument 759 def _gen_vla_decoding(self, member_info, annotation): argument
|
/system/tools/hidl/ |
D | Interface.cpp | 542 for (const Annotation* annotation : annotations()) { in validateAnnotations() local 556 for (const Annotation* annotation : method->annotations()) { in validateAnnotations() local 608 for (const auto& annotation : annotations()) { in hasSensitiveDataAnnotation() local 931 for (const auto &annotation : method->annotations()) { in emitVtsMethodDeclaration() local
|
D | EnumType.cpp | 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
|
D | Scope.cpp | 63 for (const Annotation* annotation : annotations()) { in validateAnnotations() local
|
D | Method.cpp | 275 [&](auto annotation) { annotation->dump(out); }); in emitHidlDefinition()
|
/system/tools/aidl/ |
D | aidl_language.cpp | 423 const AidlAnnotation* annotation = GetAnnotation(defined_type.GetAnnotations(), type); in GetScopedAnnotation() local 540 auto annotation = GetAnnotation(annotations_, AidlAnnotation::Type::JAVA_DERIVE); in JavaDerive() local 556 auto annotation = GetAnnotation(annotations_, AidlAnnotation::Type::DESCRIPTOR); in GetDescriptor() local 564 for (const auto& annotation : GetAnnotations()) { in CheckValid() local 571 for (const auto& annotation : GetAnnotations()) { in CheckValid() local
|
D | aidl_checkapi.cpp | 98 for (const auto& annotation : node.GetAnnotations()) { in get_strict_annotations() local
|
D | generate_java.cpp | 951 for (const auto& annotation : a.GetAnnotations()) { in GenerateJavaAnnotations() local
|
D | aidl_unittest.cpp | 1076 std::string annotation; in TEST_P() member
|