HomeSort by relevance Sort by last modified time
    Searched refs:comment (Results 126 - 150 of 2645) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/x86/
sub.pl 10 &comment("");
31 &comment("Round $i");
43 &comment("");
57 &comment("Tail Round $i");
  /external/nist-sip/java/javax/sip/header/
RetryAfterHeader.java 10 void setComment(String comment) throws ParseException;
  /external/openssl/crypto/bn/asm/x86/
add.pl 10 &comment("");
31 &comment("Round $i");
43 &comment("");
57 &comment("Tail Round $i");
mul.pl 10 &comment("");
31 &comment("Round $i");
44 &comment("");
60 &comment("Tail Round $i");
mul_add.pl 10 &comment("");
37 &comment("Round $i");
50 &comment("");
66 &comment("Tail Round $i");
sqr.pl 10 &comment("");
25 &comment("Round $i");
33 &comment("");
46 &comment("Tail Round $i");
sub.pl 10 &comment("");
31 &comment("Round $i");
43 &comment("");
57 &comment("Tail Round $i");
  /frameworks/base/core/java/android/text/util/
Rfc822Token.java 20 * This class stores an RFC 822-like name, address, and comment,
28 * and comment.
30 public Rfc822Token(String name, String address, String comment) {
33 mComment = comment;
51 * Returns the comment part.
72 * Changes the comment to the specified comment.
74 public void setComment(String comment) {
75 mComment = comment;
80 * the comment (in parentheses), and the address (in angle brackets)
    [all...]
  /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 ZipEntry(String name, String comment, long crc, long compressedSize,
74 this.comment = comment;
103 * Returns the comment for this {@code ZipEntry}, or {@code null} if there is no comment.
104 * If we're reading a zip file using {@code ZipInputStream}, the comment is not available.
107 return comment;
197 * Sets the comment for this {@code ZipEntry}.
198 * @throws IllegalArgumentException if the comment is >= 64 Ki UTF-8 bytes
    [all...]
  /external/elfutils/0.153/config/
known-dwarf.awk 22 comment[set, elt] = c;
47 if (comment[set, elt])
49 ", \"" comment[set, elt] "\") \\";
  /external/proguard/src/proguard/io/
JarWriter.java 33 * The manifest and comment properties can optionally be set.
41 private final String comment; field in class:JarWriter
53 * Creates a new JarWriter without manifest or comment.
66 String comment)
70 this.comment = comment;
206 // Add a comment, if set.
207 if (comment != null)
209 currentJarOutputStream.setComment(comment);
  /external/chromium_org/third_party/openssl/openssl/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/chromium_org/third_party/zlib/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...]
  /external/chromium_org/tools/idl_parser/
idl_parser_test.py 14 def ParseCommentTest(comment):
15 comment = comment.strip()
16 comments = comment.split(None, 1)
26 comments = node.GetListOf('Comment')
27 for comment in comments:
28 check, value = ParseCommentTest(comment.GetName())
67 comments = node.GetListOf('Comment')
68 for comment in comments:
69 check, value = ParseCommentTest(comment.GetName()
    [all...]
  /external/chromium_org/tools/json_schema_compiler/
code.py 88 def Comment(self, comment, comment_prefix='// '):
89 """Adds the given string as a comment.
91 Will split the comment if it's too long. Use mainly for variable length
97 while len(comment) >= max_len:
98 line = comment[0:max_len]
102 comment = comment[last_space + 1:]
104 comment = comment[max_len:
    [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);
  /external/openssl/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/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);

Completed in 519 milliseconds

1 2 3 4 56 7 8 91011>>