Home
last modified time | relevance | path

Searched refs:mComment (Results 1 – 17 of 17) sorted by relevance

/aosp12/frameworks/base/core/java/android/text/util/
H A DRfc822Token.java27 private String mName, mAddress, mComment; field in Rfc822Token
36 mComment = comment; in Rfc822Token()
60 return mComment; in getComment()
81 mComment = comment; in setComment()
97 if (mComment != null && mComment.length() != 0) { in toString()
99 sb.append(quoteComment(mComment)); in toString()
182 if (mComment != null) result = 31 * result + mComment.hashCode(); in hashCode()
201 stringEquals(mComment, other.mComment)); in equals()
/aosp12/system/tools/hidl/c2hal/
H A DDeclaration.cpp55 return mComment; in getComment()
59 mComment = regex_replace(comment, RE_LEADING_SPACES, "\n "); in setComment()
63 if (!mComment.empty()) { in generateCommentText()
64 out << mComment << "\n"; in generateCommentText()
H A DDeclaration.h60 std::string mComment; member
/aosp12/packages/inputmethods/LatinIME/tools/make-keyboard-text/src/com/android/inputmethod/keyboard/tools/
H A DStringResourceMap.java112 private final StringBuilder mComment = new StringBuilder(); field in StringResourceMap.StringResourceHandler
116 mComment.setLength(0); in init()
121 mComment.append(ch, start, length); in comment()
123 mComment.append('\n'); in comment()
147 final String comment = mComment.length() > 0 ? mComment.toString() : null; in endElement()
H A DStringResource.java22 public final String mComment; field in StringResource
27 mComment = comment; in StringResource()
H A DMoreKeysResources.java212 if (res.mComment != null) { in dumpTextsInternal()
213 formatter.outCommentLines(addPrefix(" // ", res. mComment)); in dumpTextsInternal()
/aosp12/build/make/tools/zipalign/
H A DZipFile.h178 mComment(NULL) in EndOfCentralDir()
181 delete[] mComment; in ~EndOfCentralDir()
195 uint8_t* mComment; variable
H A DZipFile.cpp1371 assert(mComment == NULL); in readBuf()
1400 mComment = new uint8_t[mCommentLen]; in readBuf()
1401 memcpy(mComment, buf + kEOCDLen, mCommentLen); in readBuf()
1428 assert(mComment != NULL); in write()
1429 if (fwrite(mComment, mCommentLen, 1, fp) != mCommentLen) { in write()
/aosp12/frameworks/base/tools/aapt/
H A DZipFile.h182 mComment(NULL) in EndOfCentralDir()
185 delete[] mComment; in ~EndOfCentralDir()
199 unsigned char* mComment; variable
H A DXMLNode.cpp755 return mComment; in getComment()
899 if (mComment.size() > 0) { in appendComment()
900 mComment.append(String16("\n")); in appendComment()
902 mComment.append(comment); in appendComment()
1081 copy->mComment = mComment; in clone()
1353 if (!stripComments && mComment.size() > 0) { in collect_strings()
1354 dest->add(mComment, true); in collect_strings()
1489 mComment.size() > 0 ? strings.offsetForString(mComment) : -1); in flatten_node()
H A DZipFile.cpp1220 assert(mComment == NULL); in readBuf()
1249 mComment = new unsigned char[mCommentLen]; in readBuf()
1250 memcpy(mComment, buf + kEOCDLen, mCommentLen); in readBuf()
1275 assert(mComment != NULL); in write()
1276 if (fwrite(mComment, mCommentLen, 1, fp) != mCommentLen) in write()
H A DXMLNode.h204 String16 mComment; variable
H A DResourceTable.h419 const String16& getComment() const { return mComment; } in getComment()
445 String16 mComment; variable
H A DResourceTable.cpp3836 if (onlyIfEmpty && mComment.size() > 0) { in appendComment()
3839 if (mComment.size() > 0) { in appendComment()
3840 mComment.append(String16("\n")); in appendComment()
3842 mComment.append(comment); in appendComment()
/aosp12/packages/modules/GeoTZ/validation/geonames/src/main/java/com/android/timezone/location/validation/
H A DTypes.java179 mKnownDifference.mType, mKnownDifference.mComment, mKnownDifference.mBugUri); in getActualKnownDifference()
207 .setComment(mComment) in toProto()
235 private final String mComment; field in Types.KnownDifference
246 this.mComment = Objects.requireNonNull(comment); in KnownDifference()
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ ...
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt60359 Landroid/text/util/Rfc822Token;->mComment:Ljava/lang/String;