/external/iptables/include/linux/netfilter_ipv4/ |
H A D | ipt_comment.h | 7 unsigned char comment[IPT_MAX_COMMENT_LEN]; member in struct:ipt_comment_info
|
/external/kernel-headers/original/linux/netfilter/ |
H A D | xt_comment.h | 7 unsigned char comment[XT_MAX_COMMENT_LEN]; member in struct:xt_comment_info
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
H A D | RetryAfter.java | 61 /** 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 D | WebLocalizableStrings.h | 59 #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 D | bf-686.pl | 33 &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 D | bf-586.pl | 31 &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 D | http_auth_handler_ntlm_win.cc | 18 #pragma comment(lib, "secur32.lib")
|
/external/openssl/crypto/bn/asm/x86/ |
H A D | sqr.pl | 10 &comment(""); 25 &comment("Round $i"); 33 &comment(""); 46 &comment("Tail Round $i");
|
H A D | add.pl | 10 &comment(""); 31 &comment("Round $i"); 43 &comment(""); 57 &comment("Tail Round $i");
|
H A D | mul.pl | 10 &comment(""); 31 &comment("Round $i"); 44 &comment(""); 60 &comment("Tail Round $i");
|
H A D | mul_add.pl | 10 &comment(""); 37 &comment("Round $i"); 50 &comment(""); 66 &comment("Tail Round $i");
|
H A D | sub.pl | 10 &comment(""); 31 &comment("Round $i"); 43 &comment(""); 57 &comment("Tail Round $i");
|
/external/webkit/WebKit/mac/Misc/ |
H A D | WebLocalizableStrings.h | 60 #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 D | desboth.pl | 19 &comment(""); 20 &comment("Load the data words"); 25 &comment(""); 26 &comment("IP"); 64 &comment(""); 65 &comment("FP");
|
/external/iptables/extensions/ |
H A D | libipt_comment.c | 1 /* 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 D | SetCookie.java | 50 * cookie's purpose will be described using this comment. 52 * @param comment 56 void setComment(String comment); argument
|
/external/bluetooth/bluez/tools/ |
H A D | kword.h | 41 char comment[MAXCOMMENTLEN + 1]; member in struct:rfcomm_opts
|
H A D | lexer.l | 57 comment \#.*\n 71 {comment} {
|
/external/chromium/third_party/icu/source/tools/genrb/ |
H A D | read.h | 48 struct UString *comment,
|
H A D | reslist.h | 47 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 D | read.h | 48 struct UString *comment,
|
/external/nist-sip/java/javax/sip/header/ |
H A D | RetryAfterHeader.java | 10 void setComment(String comment) throws ParseException; argument
|
/external/protobuf/gtest/test/ |
H A D | 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...] |
/external/proguard/src/proguard/io/ |
H A D | 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); 64 JarWriter(DataEntryWriter dataEntryWriter, Manifest manifest, String comment) argument
|
/external/openssl/crypto/bn/asm/ |
H A D | 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("Roun [all...] |