OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:properAnnotation
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/tools/aapt2/java/
JavaClassGenerator.cpp
491
std::string
properAnnotation
= "@";
492
properAnnotation
+= annotation;
493
processor->appendComment(
properAnnotation
);
/frameworks/base/tools/aapt2/link/
Link.cpp
781
std::string
properAnnotation
= "@";
782
properAnnotation
+= annotation;
783
manifestClass->getCommentBuilder()->appendComment(
properAnnotation
);
[
all
...]
Completed in 212 milliseconds