Home
last modified time | relevance | path

Searched refs:AddAnnotation (Results 1 – 10 of 10) sorted by relevance

/external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/aosp/
DAnnotations.java20 import com.google.currysrc.processors.AddAnnotation;
66 public static AddAnnotation addUnsupportedAppUsage(Path unsupportedAppUsagePath) { in addUnsupportedAppUsage()
74 return AddAnnotation.fromJsonFile(annotationClass, unsupportedAppUsagePath); in addUnsupportedAppUsage()
DRepackagingTransform.java31 import com.google.currysrc.processors.AddAnnotation;
200 AddAnnotation processor = AddAnnotation.markerAnnotationFromFlatFile( in main()
209 AddAnnotation processor = AddAnnotation.markerAnnotationFromFlatFile( in main()
218 AddAnnotation processor = Annotations.addUnsupportedAppUsage(unsupportedAppUsageFile); in main()
/external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/processors/
DAddAnnotation.java68 public class AddAnnotation implements Processor { class
118 public static AddAnnotation fromJsonFile(AnnotationClass annotationClass, Path file) in fromJsonFile()
189 return new AddAnnotation(annotationStore); in fromJsonFile()
203 public static AddAnnotation markerAnnotationFromFlatFile(String annotationClassName, Path file) { in markerAnnotationFromFlatFile()
216 public static AddAnnotation markerAnnotationFromLocators(String annotationClassName, in markerAnnotationFromLocators()
223 return new AddAnnotation(locator2AnnotationInfo); in markerAnnotationFromLocators()
239 private AddAnnotation(BodyDeclarationLocatorStore<AnnotationInfo> locator2AnnotationInfo) { in AddAnnotation() method in AddAnnotation
/external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/api/process/ast/
DChangeLog.java18 import com.google.currysrc.processors.AddAnnotation;
69 public AddAnnotation.Listener asAddAnnotationListener() { in asAddAnnotationListener()
/external/icu/tools/srcgen/src/main/java/com/android/icu4j/srcgen/
DIcu4jTransform.java35 import com.google.currysrc.processors.AddAnnotation;
919 createOptionalRule(AddAnnotation.markerAnnotationFromFlatFile( in createTransformRules()
954 return createOptionalRule(AddAnnotation.markerAnnotationFromLocators( in createMarkElementsWithDeprecatedAnnotationRule()
/external/protobuf/src/google/protobuf/io/
Dprinter.h56 virtual void AddAnnotation(size_t begin_offset, size_t end_offset,
75 virtual void AddAnnotation(size_t begin_offset, size_t end_offset, in AddAnnotation() function
Dprinter.cc104 annotation_collector_->AddAnnotation(begin.first, end.second, file_path, in Annotate()
/external/v8/tools/clang/traffic_annotation_extractor/
Dtraffic_annotation_extractor.cpp153 AddAnnotation(result); in run()
240 void AddAnnotation(const MatchFinder::MatchResult& result) { in AddAnnotation() function in __anon0b6e17b30111::NetworkAnnotationTagCallback
/external/clang/include/clang/Sema/
DCodeCompleteConsumer.h612 void AddAnnotation(const char *A) { Annotations.push_back(A); }
/external/clang/lib/Sema/
DSemaCodeComplete.cpp2708 Result.AddAnnotation(Result.getAllocator().CopyString(I->getAnnotation())); in CreateCodeCompletionString()