/frameworks/base/cmds/idmap2/libidmap2/ |
D | RawPrintVisitor.cpp | 149 std::string comment; in print() local 162 std::string comment; in print() local 174 std::string comment; in print() local 186 std::string comment; in print() local
|
/frameworks/base/tools/aapt2/java/ |
D | AnnotationProcessor.cpp | 33 StringPiece AnnotationProcessor::ExtractFirstSentence(const StringPiece& comment) { in ExtractFirstSentence() 64 void AnnotationProcessor::AppendCommentLine(std::string comment) { in AppendCommentLine() 110 void AnnotationProcessor::AppendComment(const StringPiece& comment) { in AppendComment()
|
D | AnnotationProcessor_test.cpp | 32 const char* comment = in TEST() local
|
/frameworks/base/core/java/android/text/util/ |
D | Rfc822Token.java | 33 public Rfc822Token(@Nullable String name, @Nullable String address, @Nullable String comment) { in Rfc822Token() 80 public void setComment(@Nullable String comment) { in setComment() 161 public static String quoteComment(String comment) { in quoteComment()
|
D | Rfc822Tokenizer.java | 48 StringBuilder comment = new StringBuilder(); in tokenize() local
|
/frameworks/base/tools/aapt2/ |
D | Resources.proto | 134 string comment = 3; field 149 string comment = 2; field 183 string comment = 2; field 248 string comment = 2; field 414 string comment = 2; field 470 string comment = 2; field 498 string comment = 2; field 516 string comment = 2; field 544 string comment = 2; field
|
D | ResourceTable.h | 53 std::string comment; member 64 std::string comment; member 93 std::string comment; member
|
D | ResourceParser.cpp | 115 std::string comment; member 430 std::string comment; in ParseResources() local 1005 std::string comment; in ParseGroupImpl() local 1163 std::string comment; in ParseOverlayable() local 1366 std::string comment; in ParseAttrImpl() local 1754 std::string comment; in ParseDeclareStyleable() local
|
D | ResourceTable_test.cpp | 189 const StringPiece& comment) { in VisibilityOfResource()
|
/frameworks/base/tools/aapt2/xml/ |
D | XmlPullParser.cpp | 110 const std::string& XmlPullParser::comment() const { in comment() function in aapt::xml::XmlPullParser 287 const char* comment) { in CommentDataHandler()
|
D | XmlDom.h | 48 std::string comment; variable
|
/frameworks/rs/script_api/ |
D | Scanner.cpp | 78 string comment; in getNextEntry() local
|
D | GenerateHeaderFiles.cpp | 85 const vector<string>& comment, bool addDeprecatedWarning, in writeComment()
|
D | Specification.cpp | 424 string comment; in scanTypeSpecification() local 435 string comment; in scanTypeSpecification() local
|
/frameworks/base/tools/aapt/ |
D | ZipEntry.cpp | 113 void ZipEntry::initNew(const char* fileName, const char* comment) in initNew()
|
D | AaptAssets.h | 344 String16 comment; variable 409 void appendComment(const String8& name, const String16& comment, const SourcePos& pos) { in appendComment() 422 void appendTypeComment(const String8& name, const String16& comment) { in appendTypeComment()
|
D | ResourceTable.cpp | 297 String16 comment; member 996 String16 comment( in compileResourceFile() local 1078 String16 comment( in compileResourceFile() local 1179 String16 comment( in compileResourceFile() local 1252 String16 comment( in compileResourceFile() local 1288 String16 comment( in compileResourceFile() local 1532 String16 comment(block.getComment(&len) ? block.getComment(&len) : nulStr); in compileResourceFile() local 2064 const String16& comment, in appendComment() 2088 const String16& comment) in appendTypeComment() 2112 const String16& comment, in makeAttribute() [all …]
|
D | Resource.cpp | 182 void preprocessComment(String8& comment) { in preprocessComment() 2385 String16 comment = symbols->getComment(realClassName); in writeLayoutClasses() local 2418 String16 comment(sym.comment); in writeLayoutClasses() local 2495 String16 comment(sym.comment); in writeLayoutClasses() local 2637 String16 comment(sym.comment); in writeTextLayoutClasses() local 2693 String16 comment(sym.comment); in writeSymbolClass() local 2735 String16 comment(sym.comment); in writeSymbolClass() local
|
/frameworks/base/core/java/com/android/internal/util/ |
D | XmlSerializerWrapper.java | 125 public void comment(String text) throws IOException { in comment() method in XmlSerializerWrapper
|
D | BinaryXmlSerializer.java | 342 public void comment(String text) throws IOException { in comment() method in BinaryXmlSerializer
|
D | FastXmlSerializer.java | 208 public void comment(String text) throws IOException, IllegalArgumentException, in comment() method in FastXmlSerializer
|
/frameworks/av/media/libstagefright/ |
D | MetaDataUtils.cpp | 309 AMediaFormat *fileMeta, const char *comment, size_t commentLength) { in parseVorbisComment()
|
/frameworks/compile/slang/ |
D | slang_rs_reflect_utils.cpp | 399 void GeneratedFile::comment(const std::string &s) { in comment() function in slang::GeneratedFile
|
/frameworks/base/core/java/android/util/ |
D | EventLog.java | 425 Pattern comment = Pattern.compile(COMMENT_PATTERN); in readTagsFile() local
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationListenerServiceTest.java | 423 private void detailedAssertEquals(String comment, Ranking a, Ranking b) { in detailedAssertEquals()
|