/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() 191 return new AddAnnotation(annotationStore); in fromJsonFile() 205 public static AddAnnotation markerAnnotationFromFlatFile(String annotationClassName, Path file) { in markerAnnotationFromFlatFile() 218 public static AddAnnotation markerAnnotationFromLocators(String annotationClassName, in markerAnnotationFromLocators() 225 return new AddAnnotation(locator2AnnotationInfo); in markerAnnotationFromLocators() 242 public static AddAnnotation markerAnnotationWithPropertyFromFlatFile( in markerAnnotationWithPropertyFromFlatFile() 264 public static AddAnnotation markerAnnotationWithPropertyFromLocators( in markerAnnotationWithPropertyFromLocators() 277 return new AddAnnotation(locator2AnnotationInfo); in markerAnnotationWithPropertyFromLocators() 293 private AddAnnotation(BodyDeclarationLocatorStore<AnnotationInfo> locator2AnnotationInfo) { in AddAnnotation() method in AddAnnotation
|
/external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/aosp/ |
D | Annotations.java | 20 import com.google.currysrc.processors.AddAnnotation; 67 public static AddAnnotation addUnsupportedAppUsage(Path unsupportedAppUsagePath) { in addUnsupportedAppUsage() 76 return AddAnnotation.fromJsonFile(annotationClass, unsupportedAppUsagePath); in addUnsupportedAppUsage()
|
D | RepackagingTransform.java | 31 import com.google.currysrc.processors.AddAnnotation; 209 AddAnnotation processor = AddAnnotation.markerAnnotationFromFlatFile( in main() 218 AddAnnotation processor = AddAnnotation.markerAnnotationWithPropertyFromFlatFile( in main() 231 AddAnnotation processor = AddAnnotation.markerAnnotationFromFlatFile( in main() 240 AddAnnotation processor = Annotations.addUnsupportedAppUsage(unsupportedAppUsageFile); in main()
|
/external/llvm-project/clang-tools-extra/clangd/unittests/ |
D | CodeCompletionStringsTests.cpp | 55 Builder.AddAnnotation("Ano"); in TEST_F() 69 Builder.AddAnnotation("Ano1"); in TEST_F() 70 Builder.AddAnnotation("Ano2"); in TEST_F() 71 Builder.AddAnnotation("Ano3"); in TEST_F()
|
/external/icu/tools/srcgen/src/main/java/com/android/icu4j/srcgen/ |
D | Icu4jTransform.java | 35 import com.google.currysrc.processors.AddAnnotation; 1013 createOptionalRule(AddAnnotation.markerAnnotationFromFlatFile( in createTransformRules() 1017 createOptionalRule(AddAnnotation.markerAnnotationFromFlatFile( in createTransformRules() 1056 return createOptionalRule(AddAnnotation.markerAnnotationFromLocators( in createMarkElementsWithDeprecatedAnnotationRule() 1093 AddAnnotation.markerAnnotationWithPropertyFromLocators("SuppressWarnings", in createHiddenAbstractMethodRule()
|
/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/libtextclassifier/native/utils/grammar/utils/ |
D | rules_test.cc | 223 rules.AddAnnotation("phone"); in TEST() 224 rules.AddAnnotation("url"); in TEST() 225 rules.AddAnnotation("tracking_number"); in TEST()
|
D | rules.h | 162 int AddAnnotation(const std::string& annotation_name);
|
D | rules.cc | 177 int Rules::AddAnnotation(const std::string& annotation_name) { in AddAnnotation() function in libtextclassifier3::grammar::Rules 477 rules.AddAnnotation(nonterminal_ids[nonterminal], annotation); in Finalize()
|
D | ir.h | 183 void AddAnnotation(Nonterm lhs, const std::string& annotation);
|
D | ir.cc | 259 void Ir::AddAnnotation(const Nonterm lhs, const std::string& annotation) { in AddAnnotation() function in libtextclassifier3::grammar::Ir
|
/external/protobuf/src/google/protobuf/io/ |
D | printer.h | 61 virtual void AddAnnotation(size_t begin_offset, size_t end_offset, 84 virtual void AddAnnotation(size_t begin_offset, size_t end_offset, in AddAnnotation() function
|
D | printer.cc | 107 annotation_collector_->AddAnnotation(begin.first, end.second, file_path, in Annotate()
|
/external/clang/include/clang/Sema/ |
D | CodeCompleteConsumer.h | 612 void AddAnnotation(const char *A) { Annotations.push_back(A); }
|
/external/llvm-project/clang/include/clang/Sema/ |
D | CodeCompleteConsumer.h | 734 void AddAnnotation(const char *A) { Annotations.push_back(A); } in AddAnnotation() function
|
/external/libtextclassifier/native/actions/ |
D | actions-suggestions_test.cc | 1146 rules.AddAnnotation("datetime"); in TEST_F()
|
/external/clang/lib/Sema/ |
D | SemaCodeComplete.cpp | 2708 Result.AddAnnotation(Result.getAllocator().CopyString(I->getAnnotation())); in CreateCodeCompletionString()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaCodeComplete.cpp | 3396 Result.AddAnnotation(Result.getAllocator().CopyString(I->getAnnotation())); in createCodeCompletionStringForDecl()
|