Searched defs:annotation (Results  1 – 11 of 11) sorted by relevance
| /system/chre/api_parser/ | 
| D | chre_api_annotations.json | 17             "annotation": "fixed_value",  string22             "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
 88             "annotation": "fixed_value",  string
 98             "annotation": "fixed_value",  string
 [all …]
 
 | 
| D | chpp_code_generator.py | 378     def _gen_string_encoding(self, member_info, annotation):  argument400     def _gen_vla_encoding(self, member_info, annotation):  argument
 508     def _gen_union_variant_conversion_code(self, member_info, annotation, decode_mode):  argument
 771     def _gen_string_decoding(self, member_info, annotation):  argument
 791     def _gen_vla_decoding(self, member_info, annotation):  argument
 
 | 
| /system/tools/hidl/ | 
| D | Interface.cpp | 542     for (const Annotation* annotation : annotations()) {  in validateAnnotations()  local556         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()  local276                  [&](auto annotation) { annotation->dump(out); });  in emitHidlDefinition()
 682     for (const auto &annotation : annotations()) {  in findExportAnnotation()  local
 699     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 | 427   const AidlAnnotation* annotation = GetAnnotation(defined_type.GetAnnotations(), type);  in GetScopedAnnotation()  local546   auto annotation = GetAnnotation(annotations_, AidlAnnotation::Type::JAVA_DERIVE);  in JavaDerive()  local
 562   auto annotation = GetAnnotation(annotations_, AidlAnnotation::Type::DESCRIPTOR);  in GetDescriptor()  local
 570   for (const auto& annotation : GetAnnotations()) {  in CheckValid()  local
 577   for (const auto& annotation : GetAnnotations()) {  in CheckValid()  local
 
 | 
| D | aidl_checkapi.cpp | 101   for (const auto& annotation : node.GetAnnotations()) {  in get_strict_annotations()  local
 | 
| D | generate_java.cpp | 975   for (const auto& annotation : a.GetAnnotations()) {  in GenerateJavaAnnotations()  local
 | 
| D | aidl_unittest.cpp | 1067     std::string annotation;  in TEST_P()  member
 | 
| /system/bpf/include/vmlinux/android15_6.6/arm64/ | 
| D | vmlinux.h | 20946 	u64 annotation;  member21043 	u64 annotation;  member
 
 |