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

1234567891011>>

/external/clang/test/CodeGen/
H A Dpragma-comment.c8 #pragma comment(lib, "msvcrt.lib")
9 #pragma comment(lib, "kernel32")
10 #pragma comment(lib, "USER32.LIB")
11 #pragma comment(lib, "with space")
14 #pragma comment(linker," /bar=" BAR)
15 #pragma comment(linker," /foo=\"foo bar\"")
/external/clang/test/Frontend/
H A Dpreprocessed-output-macro-first-token.c5 #pragma comment(lib, "somelib")
/external/clang/test/Preprocessor/
H A Dpragma_ps4.c4 // #pragma comment lib
6 #pragma comment(lib)
7 #pragma comment(lib,"foo")
8 __pragma(comment(lib, "bar"))
10 #pragma comment(linker) // expected-warning {{'#pragma comment linker' ignored}}
11 #pragma comment(linker,"foo") // expected-warning {{'#pragma comment linker' ignored}}
12 __pragma(comment(linker, " bar=" "2")) // expected-warning {{'#pragma comment linke
[all...]
H A Dpragma_microsoft.c10 #pragma comment(linker,"foo=" FOO) // expected-error {{pragma comment requires parenthesized identifier and optional string}}
11 // CHECK: #pragma comment(linker,"foo=" 1)
12 #pragma comment(linker," bar=" BAR)
13 // CHECK: #pragma comment(linker," bar=" "2")
15 #pragma comment( user, "Compiled on " __DATE__ " at " __TIME__ )
16 // CHECK: {{#pragma comment\( user, \"Compiled on \".*\" at \".*\" \)}}
18 #pragma comment(foo) // expected-error {{unknown kind of pragma comment}}
19 // CHECK: #pragma comment(fo
[all...]
H A Dprint-pragma-microsoft.c4 #pragma comment(linker, "bar=" BAR)
5 // CHECK: #pragma comment(linker, "bar=" "2")
6 #pragma comment(user, "Compiled on " __DATE__ " at " __TIME__)
7 // CHECK: #pragma comment(user, "Compiled on " "{{[^"]*}}" " at " "{{[^"]*}}")
H A Dmacro_paste_msextensions.c13 #define comment /##/ dead tokens live here macro
15 comment This is stupidity
21 #define nested(x) int x comment cute little dead tokens...
/external/clang/test/PCH/
H A Dpragma-comment.c19 #pragma comment(lib, "foo.lib")
/external/mdnsresponder/mDNSWindows/DLLX/
H A Ddlldatax.c34 #pragma comment(lib, "rpcns4.lib")
36 #pragma comment(lib, "rpcrt4.lib")
/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/uapi/linux/netfilter/
H A Dxt_comment.h7 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/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
55 char comment[XT_MAX_COMMENT_LEN]; local
[all...]
/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/libxml2/test/automata/
H A Dpo6 t 2 3 comment
13 comment
/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/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/clang/docs/tools/
H A Ddump_format_style.py36 def __init__(self, name, type, comment):
39 self.comment = comment.strip()
45 doxygen2rst(indent(self.comment, 2)))
54 def __init__(self, name, comment):
56 self.comment = comment.strip()
63 def __init__(self, name, comment):
65 self.comment = comment
122 comment = clean_comment_line(line) variable in class:read_options.State
148 comment = clean_comment_line(line) variable in class:read_options.State
161 comment = clean_comment_line(line) variable in class:read_options.State
[all...]
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
337 comment = '' variable
346 comment = '' variable
366 comment = '' variable
[all...]
/external/ImageMagick/MagickWand/tests/
H A Dscript-token-test-data.txt4 : Shell script launcher comment ignore
5 @ DOS script launcher comment ignore
8 -option key # end of line comment
9 +reset imbedded#hash # <- not a comment, thought this is
/external/clang/test/Lexer/
H A Dpragma-region.c7 // #pragma endregion optional comment
18 #pragma endregion long comment
/external/llvm/test/MC/AsmParser/
H A Dhash-directive.s4 # 3 "FILE1" 1 #<- This is a CPP Hash w/ comment
10 # 1 "FILE2" 2 #<- This is a comment
13 nop; # 6 "FILE3" 2 #<- This is a still comment
21 /*comment*/# 6 "FILE5" 2 #<- This is a comment
/external/skia/src/ports/
H A DSkTLS_win.cpp42 #pragma comment(linker, "/INCLUDE:_tls_used")
43 #pragma comment(linker, "/INCLUDE:skia_tls_callback")
47 #pragma comment(linker, "/INCLUDE:__tls_used")
48 #pragma comment(linker, "/INCLUDE:_skia_tls_callback")
/external/llvm/test/MC/ARM/
H A Dfull_line_comment.s2 # this is a full line comment starting at column 1
/external/swiftshader/third_party/LLVM/test/MC/ARM/
H A Dfull_line_comment.s2 # this is a full line comment starting at column 1
/external/archive-patcher/shared/src/test/java/com/google/archivepatcher/shared/
H A DUnitTestZipEntry.java42 * Optional comment, as an ASCII string.
44 public final String comment; field in class:UnitTestZipEntry
56 * @param comment optional comment, as an ASCII string
58 public UnitTestZipEntry(String path, int level, String content, String comment) { argument
59 this(path, level, true, content, comment);
67 * @param comment optional comment, as an ASCII string
69 public UnitTestZipEntry(String path, int level, boolean nowrap, String content, String comment) { argument
74 this.comment
[all...]

Completed in 544 milliseconds

1234567891011>>