HomeSort by relevance Sort by last modified time
    Searched refs:comment (Results 101 - 125 of 1944) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/clang/docs/tools/
dump_format_style.py 34 def __init__(self, name, type, comment):
37 self.comment = comment.strip()
42 doxygen2rst(indent(self.comment, 2)))
48 def __init__(self, name, comment):
50 self.comment = comment.strip()
57 def __init__(self, name, comment):
59 self.comment = comment.strip(
89 comment = clean_comment_line(line) variable in class:read_options.State
110 comment = clean_comment_line(line) variable in class:read_options.State
    [all...]
  /external/doclava/src/com/google/doclava/
AttributeInfo.java 36 private Comment mComment;
45 for (AttrTagInfo comment : attrField.comment().attrTags()) {
46 String n = comment.name();
59 public Comment comment() { method in class:AttributeInfo
61 for (AttrTagInfo attr : attrField.comment().attrTags()) {
62 Comment c = attr.description();
70 return new Comment("", mClass, SourcePositionInfo.UNKNOWN);
89 TagInfo.makeHDF(data, base + ".deprecated", attrField.comment().deprecatedTags())
    [all...]
DocInfo.java 40 return comment().isHidden();
47 return comment().isRemoved();
60 return comment().isDocOnly();
72 mComment = new Comment(mRawCommentText, parent(), mPosition);
77 public Comment comment() { method in class:DocInfo
79 mComment = new Comment(mRawCommentText, parent(), mPosition);
93 mComment = new Comment(mRawCommentText, parent(), mPosition);
137 Comment mComment;
  /external/apache-http/src/org/apache/http/cookie/
SetCookie.java 55 * cookie's purpose will be described using this comment.
57 * @param comment
61 void setComment(String comment);
  /external/chromium-libpac/test/js-unittest/
ends_with_comment.js 5 // We end the script with a comment (and no trailing newline).
8 // those extra functions was being considered part of the comment
  /external/nist-sip/java/javax/sip/header/
RetryAfterHeader.java 10 void setComment(String comment) throws ParseException;
  /external/protobuf/gtest/test/
gtest-unittest-api_test.cc 108 Message comment; local
109 comment << "TypeParam = " << GetTypeName<int>().c_str();
110 return comment.GetString();
151 EXPECT_STREQ("", test_case->comment());
161 EXPECT_STREQ("", tests[0]->comment());
167 EXPECT_STREQ("", tests[1]->comment());
173 EXPECT_STREQ("", tests[2]->comment());
179 EXPECT_STREQ("", tests[3]->comment());
191 EXPECT_STREQ(GetExpectedTestCaseComment().c_str(), test_case->comment());
201 EXPECT_STREQ("", tests[0]->comment());
    [all...]
  /libcore/luni/src/main/java/java/util/zip/
ZipEntry.java 42 String comment; field in class:ZipEntry
70 public ZipEntry(String name, String comment, long crc, long compressedSize,
74 this.comment = comment;
102 * Returns the comment for this {@code ZipEntry}, or {@code null} if there is no comment.
103 * If we're reading a zip file using {@code ZipInputStream}, the comment is not available.
106 return comment;
201 * Sets the comment for this {@code ZipEntry}.
202 * @throws IllegalArgumentException if the comment is >= 64 Ki UTF-8 bytes
    [all...]
  /external/elfutils/src/config/
known-dwarf.awk 39 comment[set, elt] = c;
64 if (comment[set, elt])
66 ", \"" comment[set, elt] "\") \\";
  /external/proguard/src/proguard/io/
JarWriter.java 32 * The manifest and comment properties can optionally be set.
40 private final String comment; field in class:JarWriter
52 * Creates a new JarWriter without manifest or comment.
65 String comment)
69 this.comment = comment;
205 // Add a comment, if set.
206 if (comment != null)
208 currentJarOutputStream.setComment(comment);
  /external/boringssl/src/crypto/bn/asm/
bn-586.pl 138 &comment("");
163 &comment("Round $i");
175 &comment("");
190 &comment("Tail Round $i");
254 &comment("");
275 &comment("Round $i");
288 &comment("");
304 &comment("Tail Round $i");
360 &comment("");
375 &comment("Round $i")
    [all...]
  /external/icu/icu4c/source/tools/genrb/
reslist.h 66 struct SRBRoot *bundle_open(const struct UString* comment, UBool isPoolBundle, UErrorCode *status);
111 struct SResource* table_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, UErrorCode *status);
120 struct SResource* array_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, UErrorCode *status);
131 struct SResource *string_open(struct SRBRoot *bundle, const char *tag, const UChar *value, int32_t len, const struct UString* comment, UErrorCode *status);
133 struct SResource *alias_open(struct SRBRoot *bundle, const char *tag, UChar *value, int32_t len, const struct UString* comment, UErrorCode *status);
140 struct SResource* intvector_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, UErrorCode *status);
147 struct SResource *int_open(struct SRBRoot *bundle, const char *tag, int32_t value, const struct UString* comment, UErrorCode *status);
155 struct SResource *bin_open(struct SRBRoot *bundle, const char *tag, uint32_t length, uint8_t *data, const char* fileName, const struct UString* comment, UErrorCode *status);
read.h 49 struct UString *comment,
  /external/zlib/src/contrib/minizip/
zip.h 154 const char* comment,
165 const char* comment,
178 if comment != NULL, comment contain the comment string
194 const char* comment,
207 const char* comment,
223 const char* comment,
240 const char* comment,
266 const char* comment,
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeLayoutContribution.java 28 String comment, Map arguments, int flags) throws IllegalArgumentException {
29 return new ChangeLayoutRefactoring.Descriptor(project, description, comment, arguments);
ChangeViewContribution.java 28 String comment, Map arguments, int flags) throws IllegalArgumentException {
29 return new ChangeViewRefactoring.Descriptor(project, description, comment, arguments);
ExtractIncludeContribution.java 28 String comment, Map arguments, int flags) throws IllegalArgumentException {
29 return new ExtractIncludeRefactoring.Descriptor(project, description, comment, arguments);
ExtractStyleContribution.java 28 String comment, Map arguments, int flags) throws IllegalArgumentException {
29 return new ExtractStyleRefactoring.Descriptor(project, description, comment, arguments);
UnwrapContribution.java 28 String comment, Map arguments, int flags) throws IllegalArgumentException {
29 return new UnwrapRefactoring.Descriptor(project, description, comment, arguments);
WrapInContribution.java 28 String comment, Map arguments, int flags) throws IllegalArgumentException {
29 return new WrapInRefactoring.Descriptor(project, description, comment, arguments);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringContribution.java 38 String comment,
42 return new ExtractStringDescriptor(project, description, comment, arguments);
  /external/chromium-trace/trace-viewer/third_party/Paste/paste/util/
quoting.py 71 Quote that makes sure text can't escape a comment
73 comment = str(s)
74 #comment = _bad_chars_re.sub('', comment)
76 #print('out', repr(comment))
77 comment = _comment_quote_re.sub('-&gt;', comment)
78 return comment
  /external/e2fsprogs/lib/uuid/
gen_uuid_nt.c 12 #pragma comment(lib, "ntdll.lib")
  /external/icu/icu4c/source/samples/legacy/
legacy.cpp 39 void printArray(const char* const comment, const UChar UArray[][5], int32_t arraySize) {
40 fprintf (stdout, "%s\n", comment);
49 void printKeys(const char *comment, uint8_t keys[][32], int32_t keySize) {
52 fprintf(stdout, "%s\n", comment);
  /libcore/luni/src/main/java/org/xml/sax/ext/
LexicalHandler.java 194 * Report an XML comment anywhere in the document.
202 * @param ch An array holding the characters in the comment.
207 public abstract void comment (char ch[], int start, int length) method in interface:LexicalHandler

Completed in 5529 milliseconds

1 2 3 45 6 7 8 91011>>