Searched refs:comment (Results 1 - 25 of 212) sorted by relevance

123456789

/external/iptables/include/linux/netfilter_ipv4/
H A Dipt_comment.h7 unsigned char comment[IPT_MAX_COMMENT_LEN]; member in struct:ipt_comment_info
/external/kernel-headers/original/linux/netfilter/
H A Dxt_comment.h7 unsigned char comment[XT_MAX_COMMENT_LEN]; member in struct:xt_comment_info
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DRetryAfter.java61 /** comment field
63 protected String comment; field in class:RetryAfter
80 if (comment != null)
81 s.append(SP + LPAREN + comment + RPAREN);
91 * @return true if comment exist, false otherwise
94 return comment != null;
97 /** remove comment field
100 comment = null;
139 * Gets the comment of RetryAfterHeader.
141 * @return the comment o
157 setComment(String comment) argument
[all...]
/external/webkit/WebKit/win/
H A DWebLocalizableStrings.h59 #define UI_STRING(string, comment) WebLocalizedStringUTF8(&LOCALIZABLE_STRINGS_BUNDLE(FRAMEWORK_NAME), string)
60 #define UI_STRING_KEY(string, key, comment) WebLocalizedStringUTF8(&LOCALIZABLE_STRINGS_BUNDLE(FRAMEWORK_NAME), key)
61 #define LPCTSTR_UI_STRING(string, comment) WebLocalizedLPCTSTRUTF8(&LOCALIZABLE_STRINGS_BUNDLE(FRAMEWORK_NAME), string)
62 #define LPCTSTR_UI_STRING_KEY(string, key, comment) WebLocalizedLPCTSTRUTF8(&LOCALIZABLE_STRINGS_BUNDLE(FRAMEWORK_NAME), key)
66 #define UI_STRING(string, comment) WebLocalizedStringUTF8(0, string)
67 #define UI_STRING_KEY(string, key, comment) WebLocalizedStringUTF8(0, key)
68 #define LPCTSTR_UI_STRING(string, comment) WebLocalizedLPCTSTRUTF8(0, string)
69 #define LPCTSTR_UI_STRING_KEY(string, key, comment) WebLocalizedLPCTSTRUTF8(0, key)
/external/openssl/crypto/bf/asm/
H A Dbf-686.pl33 &comment("");
34 &comment("Load the 2 words");
39 &comment("");
40 &comment("P pointer, s and enc flag");
53 &comment("");
54 &comment("Round $i");
57 &comment("");
58 &comment("Round ".sprintf("%d",$i+1));
73 &comment("");
74 &comment("Roun
[all...]
H A Dbf-586.pl31 &comment("");
40 &comment("Load the 2 words");
56 &comment("");
57 &comment("Round $i");
60 &comment("");
61 &comment("Round ".sprintf("%d",$i+1));
75 &comment("");
76 &comment("Round $i");
78 &comment("");
79 &comment("Roun
[all...]
/external/chromium/net/http/
H A Dhttp_auth_handler_ntlm_win.cc18 #pragma comment(lib, "secur32.lib")
/external/openssl/crypto/bn/asm/x86/
H A Dsqr.pl10 &comment("");
25 &comment("Round $i");
33 &comment("");
46 &comment("Tail Round $i");
H A Dadd.pl10 &comment("");
31 &comment("Round $i");
43 &comment("");
57 &comment("Tail Round $i");
H A Dmul.pl10 &comment("");
31 &comment("Round $i");
44 &comment("");
60 &comment("Tail Round $i");
H A Dmul_add.pl10 &comment("");
37 &comment("Round $i");
50 &comment("");
66 &comment("Tail Round $i");
H A Dsub.pl10 &comment("");
31 &comment("Round $i");
43 &comment("");
57 &comment("Tail Round $i");
/external/webkit/WebKit/mac/Misc/
H A DWebLocalizableStrings.h60 #define UI_STRING(string, comment) WebLocalizedString(&LOCALIZABLE_STRINGS_BUNDLE(FRAMEWORK_NAME), string)
61 #define UI_STRING_KEY(string, key, comment) WebLocalizedString(&LOCALIZABLE_STRINGS_BUNDLE(FRAMEWORK_NAME), key)
65 #define UI_STRING(string, comment) WebLocalizedString(0, string)
66 #define UI_STRING_KEY(string, key, comment) WebLocalizedString(0, key)
/external/openssl/crypto/des/asm/
H A Ddesboth.pl19 &comment("");
20 &comment("Load the data words");
25 &comment("");
26 &comment("IP");
64 &comment("");
65 &comment("FP");
/external/iptables/extensions/
H A Dlibipt_comment.c1 /* Shared library add-on to iptables to add comment match support.
5 * Initial comment match
23 "--comment COMMENT Attach a comment to a rule\n\n"
28 { "comment", 1, 0, '1' },
41 strcpy((char *)info->comment, s);
59 "Sorry, you can't have an inverted comment");
71 /* Final check; must have specified --comment. */
77 "COMMENT match: You must specify `--comment'");
88 commentinfo->comment[IPT_MAX_COMMENT_LE
102 static struct iptables_match comment = { variable in typeref:struct:iptables_match
[all...]
/external/apache-http/src/org/apache/http/cookie/
H A DSetCookie.java50 * cookie's purpose will be described using this comment.
52 * @param comment
56 void setComment(String comment); argument
/external/bluetooth/bluez/tools/
H A Dkword.h41 char comment[MAXCOMMENTLEN + 1]; member in struct:rfcomm_opts
H A Dlexer.l57 comment \#.*\n
71 {comment} {
/external/chromium/third_party/icu/source/tools/genrb/
H A Dread.h48 struct UString *comment,
H A Dreslist.h47 struct SRBRoot *bundle_open(const struct UString* comment, UErrorCode *status);
68 struct SResource* res_open(const struct UString* comment, UErrorCode* status);
84 struct SResource* table_open(struct SRBRoot *bundle, char *tag, const struct UString* comment, UErrorCode *status);
94 struct SResource* array_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, UErrorCode *status);
102 struct SResource *string_open(struct SRBRoot *bundle, char *tag, const UChar *value, int32_t len, const struct UString* comment, UErrorCode *status);
104 struct SResource *alias_open(struct SRBRoot *bundle, char *tag, UChar *value, int32_t len, const struct UString* comment, UErrorCode *status);
111 struct SResource* intvector_open(struct SRBRoot *bundle, char *tag, const struct UString* comment, UErrorCode *status);
118 struct SResource *int_open(struct SRBRoot *bundle, char *tag, int32_t value, const struct UString* comment, UErrorCode *status);
126 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/icu4c/tools/genrb/
H A Dread.h48 struct UString *comment,
/external/nist-sip/java/javax/sip/header/
H A DRetryAfterHeader.java10 void setComment(String comment) throws ParseException; argument
/external/protobuf/gtest/test/
H A Dgtest-unittest-api_test.cc108 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...]
/external/proguard/src/proguard/io/
H A DJarWriter.java33 * 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);
64 JarWriter(DataEntryWriter dataEntryWriter, Manifest manifest, String comment) argument
/external/openssl/crypto/bn/asm/
H A Dbn-586.pl138 &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("Roun
[all...]

Completed in 293 milliseconds

123456789