Searched refs:AddAnnotation (Results 1 – 10 of 10) sorted by relevance
/external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/aosp/ |
D | Annotations.java | 20 import com.google.currysrc.processors.AddAnnotation; 66 public static AddAnnotation addUnsupportedAppUsage(Path unsupportedAppUsagePath) { in addUnsupportedAppUsage() 74 return AddAnnotation.fromJsonFile(annotationClass, unsupportedAppUsagePath); in addUnsupportedAppUsage()
|
D | RepackagingTransform.java | 31 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/ |
D | AddAnnotation.java | 68 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/ |
D | ChangeLog.java | 18 import com.google.currysrc.processors.AddAnnotation; 69 public AddAnnotation.Listener asAddAnnotationListener() { in asAddAnnotationListener()
|
/external/icu/tools/srcgen/src/main/java/com/android/icu4j/srcgen/ |
D | Icu4jTransform.java | 35 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/ |
D | printer.h | 56 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
|
D | printer.cc | 104 annotation_collector_->AddAnnotation(begin.first, end.second, file_path, in Annotate()
|
/external/v8/tools/clang/traffic_annotation_extractor/ |
D | traffic_annotation_extractor.cpp | 153 AddAnnotation(result); in run() 240 void AddAnnotation(const MatchFinder::MatchResult& result) { in AddAnnotation() function in __anon0b6e17b30111::NetworkAnnotationTagCallback
|
/external/clang/include/clang/Sema/ |
D | CodeCompleteConsumer.h | 612 void AddAnnotation(const char *A) { Annotations.push_back(A); }
|
/external/clang/lib/Sema/ |
D | SemaCodeComplete.cpp | 2708 Result.AddAnnotation(Result.getAllocator().CopyString(I->getAnnotation())); in CreateCodeCompletionString()
|