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

1234567891011>>

/external/clang/test/Frontend/
H A Dpreprocessed-output-macro-first-token.c5 #pragma comment(lib, "somelib")
/external/iptables/include/linux/netfilter/
H A Dxt_comment.h7 char comment[XT_MAX_COMMENT_LEN]; member in struct:xt_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/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
H A DCommentMethodItem.java37 private final String comment; field in class:CommentMethodItem
40 public CommentMethodItem(String comment, int codeAddress, double sortOrder) { argument
42 this.comment = comment;
52 writer.write(comment);
/external/clang/test/Preprocessor/
H A Dpragma_microsoft.c8 #pragma comment(linker,"foo=" FOO) // expected-error {{pragma comment requires parenthesized identifier and optional string}}
9 #pragma comment(linker," bar=" BAR)
11 #pragma comment( user, "Compiled on " __DATE__ " at " __TIME__ )
13 #pragma comment(foo) // expected-error {{unknown kind of pragma comment}}
14 #pragma comment(compiler,) // expected-error {{pragma comment requires}}
16 #pragma comment(foo) // macro expand kind.
17 #pragma comment(fo
[all...]
H A Dmacro_paste_msextensions.c12 #define comment /##/ dead tokens live here macro
13 comment This is stupidity
19 #define nested(x) int x comment cute little dead tokens...
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DExtendedLexicalHandler.java33 * This method is used to notify of a comment
34 * @param comment the comment, but unlike the SAX comment() method this
38 public void comment(String comment) throws SAXException; argument
/external/webkit/Source/WebKit/mac/Misc/
H A DWebLocalizableStringsInternal.h41 #define UI_STRING_INTERNAL(string, comment) WebLocalizedStringInternal(string)
42 #define UI_STRING_KEY_INTERNAL(string, key, comment) WebLocalizedStringInternal(key)
H A DWebLocalizableStrings.h62 #define UI_STRING(string, comment) WebLocalizedString(&LOCALIZABLE_STRINGS_BUNDLE(FRAMEWORK_NAME), string)
63 #define UI_STRING_KEY(string, key, comment) WebLocalizedString(&LOCALIZABLE_STRINGS_BUNDLE(FRAMEWORK_NAME), key)
67 #define UI_STRING(string, comment) WebLocalizedString(0, string)
68 #define UI_STRING_KEY(string, key, comment) WebLocalizedString(0, key)
/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/Source/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/doclava/src/com/google/doclava/
H A DKeywordEntry.java22 KeywordEntry(String label, String href, String comment) { argument
25 this.comment = comment;
31 data.setValue(base + ".comment", this.comment);
44 private String comment; field in class:KeywordEntry
/external/iptables/extensions/
H A Dlibxt_comment.c1 /* Shared library add-on to iptables to add comment match support.
5 * Initial comment match
20 "comment match options:\n"
21 "--comment COMMENT Attach a comment to a rule\n");
25 {.name = "comment", .id = O_COMMENT, .type = XTTYPE_STRING,
27 XTOPT_POINTER(struct xt_comment_info, comment)},
36 commentinfo->comment[XT_MAX_COMMENT_LEN-1] = '\0';
37 printf(" /* %s */", commentinfo->comment);
46 commentinfo->comment[XT_MAX_COMMENT_LE
[all...]
/external/webkit/LayoutTests/dom/xhtml/level3/core/
H A Dnodecomparedocumentposition13.js89 var comment;
101 comment = doc.createComment("Another Comment");
104 appendedChild = elem.appendChild(comment);
105 documentPosition = doc.compareDocumentPosition(comment);
107 commentPosition = comment.compareDocumentPosition(doc);
H A Dnodesetuserdata07.js95 var comment;
113 comment = doc.createComment("COMMENT_NODE");
115 notation.setUserData("Key1", comment, null);
117 notation.setUserData("Key1", comment, nullHandler.handle);
120 notation.setUserData("Key1", comment, null);
122 notation.setUserData("Key1", comment, nullHandler.handle);
124 success = returned.isEqualNode(comment);
H A Dnodegettextcontent12.js91 var comment;
101 comment = doc.createComment("Comment");
102 appendedChild = elem.appendChild(comment);
103 textContent = comment.textContent;
H A Dnoderemovechild08.js82 verify the data of the removed comment node..
92 var comment;
102 comment = doc.createComment("Comment");
103 appendedChild = doc.appendChild(comment);
104 removedCmt = doc.removeChild(comment);
H A Dnodesetuserdata06.js95 var comment;
113 comment = doc.createComment("COMMENT_NODE");
115 comment.setUserData("Key1", entity, null);
117 comment.setUserData("Key1", entity, nullHandler.handle);
120 comment.setUserData("Key1", entity, null);
122 comment.setUserData("Key1", entity, nullHandler.handle);
H A Dnodegetbaseuri18.js78 Node.getBaseURI for an comment node is null.
91 var comment;
102 comment = pElem.nextSibling;
104 baseURI = comment.baseURI;
/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...]
/external/clang/docs/tools/
H A Ddump_ast_matchers.py18 <tr><td colspan="4" class="doc" id="%(id)s"><pre>%(comment)s</pre></td></tr>
57 def extract_result_types(comment):
58 """Extracts a list of result types from the given comment.
60 We allow annotations in the comment of the matcher to specify what
69 m = re.search(r'Usable as: Any Matcher[\s\n]*$', comment, re.S)
73 m = re.match(r'^(.*)Matcher<([^>]+)>\s*,?[\s\n]*$', comment, re.S)
75 if re.search(r'Usable as:\s*$', comment):
80 comment = m.group(1)
82 def strip_doxygen(comment):
83 """Returns the given comment withou
217 comment = '' variable
226 comment = '' variable
246 comment = '' variable
[all...]
/external/openssl/crypto/bn/asm/x86/
H A Dsqr.pl10 &comment("");
25 &comment("Round $i");
33 &comment("");
46 &comment("Tail Round $i");
/external/llvm/test/MC/ARM/
H A Dfull_line_comment.s2 # this is a full line comment starting at column 1
/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/chromium/third_party/libjingle/source/talk/base/
H A Dflags.h51 // flag is defined via: DEFINE_bool(flag, "false", "some comment");.
89 Flag(const char* file, const char* name, const char* comment,
95 const char* comment() const { return comment_; } function in class:Flag
168 #define DEFINE_FLAG(type, c_type, name, default, comment) \
172 static Flag Flag_##name(__FILE__, #name, (comment), \
184 #define DEFINE_bool(name, default, comment) \
185 DEFINE_FLAG(BOOL, bool, name, default, comment)
186 #define DEFINE_int(name, default, comment) \
187 DEFINE_FLAG(INT, int, name, default, comment)
188 #define DEFINE_float(name, default, comment) \
[all...]

Completed in 696 milliseconds

1234567891011>>