Home
last modified time | relevance | path

Searched refs:annotation_string (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/tools/aidl/
H A Daidl_checkapi.cpp101 auto annotation_string = annotation.ToString(); in get_strict_annotations() local
103 if (StartsWith(annotation_string, "@JavaPassthrough(annotation=\"@Deprecated")) { in get_strict_annotations()
106 annotations.push_back(annotation_string); in get_strict_annotations()
/aosp12/art/profman/
H A Dprofman.cc1349 std::string_view annotation_string; in ProcessLine() local
1356 annotation_string = maybe_annotated_line.substr(1, end_pos - 1); in ProcessLine()
1361 ProfileSampleAnnotation annotation = annotation_string.empty() in ProcessLine()
1363 : ProfileSampleAnnotation(std::string(annotation_string)); in ProcessLine()