Home
last modified time | relevance | path

Searched refs:comment (Results 1 – 25 of 1359) sorted by relevance

12345678910>>...55

/external/libxml2/result/
Dcomment6.xml.rdr1 0 8 #comment 0 1
2 long comment long comment long comment long comment long comment long comment
3 long comment long comment long comment long comment long comment long comment
4 long comment long comment long comment long comment long comment long comment
5 long comment long comment long comment long comment long comment long comment
6 long comment long comment long comment long comment long comment long comment
7 long comment long comment long comment long comment long comment long comment
8 long comment long comment long comment long comment long comment long comment
Dcomment6.xml.rde1 0 8 #comment 0 1
2 long comment long comment long comment long comment long comment long comment
3 long comment long comment long comment long comment long comment long comment
4 long comment long comment long comment long comment long comment long comment
5 long comment long comment long comment long comment long comment long comment
6 long comment long comment long comment long comment long comment long comment
7 long comment long comment long comment long comment long comment long comment
8 long comment long comment long comment long comment long comment long comment
Dcomment6.xml.sax23 SAX.comment(
4 long comment long comment long comment long comment long comment long comment
5 long comment long comment long comment long comment long comment long comment
6 long comment long comment long comment long comment long comment long comment
7 long comment long comment long comment long comment long comment long comment
8 long comment long comment long comment long comment long comment long comment
9 long comment long comment long comment long comment long comment long comment
10 long comment long comment long comment long comment long comment long comment
Dcomment6.xml.sax3 SAX.comment(
4 long comment long comment long comment long comment long comment long comment
5 long comment long comment long comment long comment long comment long comment
6 long comment long comment long comment long comment long comment long comment
7 long comment long comment long comment long comment long comment long comment
8 long comment long comment long comment long comment long comment long comment
9 long comment long comment long comment long comment long comment long comment
10 long comment long comment long comment long comment long comment long comment
Dxhtml1.rdr2 0 8 #comment 0 1 3.1.1 3/
17 1 8 #comment 0 1 4.8
42 1 8 #comment 0 1 C2
48 1 8 #comment 0 1 C3
54 1 8 #comment 0 1 C7
67 1 8 #comment 0 1 C8
75 1 8 #comment 0 1 4.5
Dxhtml1.rde2 0 8 #comment 0 1 3.1.1 3/
17 1 8 #comment 0 1 4.8
42 1 8 #comment 0 1 C2
48 1 8 #comment 0 1 C3
54 1 8 #comment 0 1 C7
67 1 8 #comment 0 1 C8
75 1 8 #comment 0 1 4.5
/external/clang/test/Preprocessor/
Dpragma_ps4.c6 #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 linker' ignored}}
14 #pragma comment(user) // expected-warning {{'#pragma comment user' ignored}}
15 #pragma comment(user, "Compiled on " __DATE__ " at " __TIME__ ) // expected-warning {{'#pragma comm…
16 __pragma(comment(user, "foo")) // expected-warning {{'#pragma comment user' ignored}}
18 #pragma comment(compiler) // expected-warning {{'#pragma comment compiler' ignored}}
[all …]
Dpragma_microsoft.c10 #pragma comment(linker,"foo=" FOO) // expected-error {{pragma comment requires parenthesized identi…
12 #pragma comment(linker," bar=" BAR)
15 #pragma comment( user, "Compiled on " __DATE__ " at " __TIME__ )
18 #pragma comment(foo) // expected-error {{unknown kind of pragma comment}}
20 #pragma comment(compiler,) // expected-error {{expected string literal in pragma comment}}
23 #pragma comment(foo) // macro expand kind.
25 #pragma comment(foo) x // expected-error {{pragma comment requires}}
28 #pragma comment(user, "foo\abar\nbaz\tsome thing")
44 __pragma(comment(linker," bar=" BAR))
/external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
Dstatetracker_test.py58 comment = statetracker.DocComment(None)
61 comment.AddFlag(a)
64 comment.AddFlag(b)
67 comment.AddFlag(c)
71 comment.ordered_params)
75 comment.GetDocFlags())
78 comment = statetracker.DocComment(None)
80 self.assertFalse(comment.invalidated)
81 self.assertFalse(comment.IsInvalidated())
83 comment.Invalidate()
[all …]
/external/clang/docs/tools/
Ddump_format_style.py34 def __init__(self, name, type, comment): argument
37 self.comment = comment.strip()
43 doxygen2rst(indent(self.comment, 2)))
52 def __init__(self, name, comment): argument
54 self.comment = comment.strip()
61 def __init__(self, name, comment): argument
63 self.comment = comment.strip()
66 return '* ``%s`` %s' % (self.name, doxygen2rst(self.comment))
69 def __init__(self, name, comment): argument
71 self.comment = comment.strip()
[all …]
Ddump_ast_matchers.py57 def extract_result_types(comment): argument
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): argument
85 comment = re.sub(r'^\\[^\s]+\n', r'', comment, flags=re.M)
87 comment = re.sub(r'\\[^\s]+\s+', r'', comment)
88 return comment
98 def add_matcher(result_type, name, args, comment, is_dyncast=False): argument
[all …]
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudfront/
Didentity.py26 s3_user_id='', comment=''): argument
31 self.comment = comment
47 self.comment = value
51 def update(self, comment=None): argument
54 self.config.comment)
55 if comment is not None:
56 new_config.comment = comment
68 def __init__(self, connection=None, caller_reference='', comment=''): argument
74 self.comment = comment
80 if self.comment:
[all …]
Ddistribution.py36 caller_reference='', cnames=None, comment='', argument
101 self.comment = comment
117 if self.comment:
118 s += ' <Comment>%s</Comment>\n' % self.comment
164 self.comment = value
180 caller_reference='', cnames=None, comment='', argument
185 cnames=cnames, comment=comment,
196 if self.comment:
197 s += ' <Comment>%s</Comment>\n' % self.comment
224 cname='', comment='', enabled=False): argument
[all …]
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/route53/
Dzone.py63 comment=""): argument
112 comment=""): argument
117 changes = ResourceRecordSets(self.route53connection, self.id, comment)
119 comment)
123 new_identifier=None, comment=""): argument
134 changes = ResourceRecordSets(self.route53connection, self.id, comment)
137 new_value, new_ttl, new_identifier, comment)
140 def delete_record(self, record, comment=""): argument
150 changes = ResourceRecordSets(self.route53connection, self.id, comment)
158 def add_cname(self, name, value, ttl=None, identifier=None, comment=""): argument
[all …]
/external/nist-sip/java/gov/nist/javax/sip/header/
DRetryAfter.java63 protected String comment; field in RetryAfter
80 if (comment != null) in encodeBody()
81 s.append(SP + LPAREN + comment + RPAREN); in encodeBody()
94 return comment != null; in hasComment()
100 comment = null; in removeComment()
146 return comment; in getComment()
157 public void setComment(String comment) throws ParseException { in setComment() argument
158 if (comment == null) in setComment()
160 this.comment = comment; in setComment()
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/bin/
Droute5345 def create(conn, hostname, caller_reference=None, comment=''): argument
47 response = conn.create_hosted_zone(hostname, caller_reference, comment)
75 def _add_del(conn, hosted_zone_id, change, name, type, identifier, weight, values, ttl, comment): argument
77 changes = ResourceRecordSets(conn, hosted_zone_id, comment)
84 …ed_zone_id, change, name, type, identifier, weight, alias_hosted_zone_id, alias_dns_name, comment): argument
86 changes = ResourceRecordSets(conn, hosted_zone_id, comment)
93 identifier=None, weight=None, comment=""): argument
96 weight, values, ttl, comment)
99 identifier=None, weight=None, comment=""): argument
102 weight, values, ttl, comment)
[all …]
/external/webrtc/webrtc/base/
Dflags.h77 Flag(const char* file, const char* name, const char* comment,
83 const char* comment() const { return comment_; } in comment() function
156 #define DEFINE_FLAG(type, c_type, name, default, comment) \ argument
160 static rtc::Flag Flag_##name(__FILE__, #name, (comment), \
172 #define DEFINE_bool(name, default, comment) \ argument
173 DEFINE_FLAG(BOOL, bool, name, default, comment)
174 #define DEFINE_int(name, default, comment) \ argument
175 DEFINE_FLAG(INT, int, name, default, comment)
176 #define DEFINE_float(name, default, comment) \ argument
177 DEFINE_FLAG(FLOAT, double, name, default, comment)
[all …]
/external/libvpx/libvpx/build/make/
Dads2gas.pl44 undef $comment;
52 $comment = "";
53 ($line, $comment) = /(.*?)$comment_char(.*)/;
145 print "$comment_sub$comment\n" if defined $comment;
232 print "$comment_sub$comment\n" if defined $comment;
/external/clang/test/CodeGen/
Dpragma-comment.c6 #pragma comment(lib, "msvcrt.lib")
7 #pragma comment(lib, "kernel32")
8 #pragma comment(lib, "USER32.LIB")
9 #pragma comment(lib, "with space")
12 #pragma comment(linker," /bar=" BAR)
13 #pragma comment(linker," /foo=\"foo bar\"")
/external/boringssl/src/crypto/bn/asm/
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("Round $i");
[all …]
/external/protobuf/gtest/test/
Dgtest-unittest-api_test.cc108 Message comment; in GetExpectedTestCaseComment() local
109 comment << "TypeParam = " << GetTypeName<int>().c_str(); in GetExpectedTestCaseComment()
110 return comment.GetString(); in GetExpectedTestCaseComment()
151 EXPECT_STREQ("", test_case->comment()); in TEST()
161 EXPECT_STREQ("", tests[0]->comment()); in TEST()
167 EXPECT_STREQ("", tests[1]->comment()); in TEST()
173 EXPECT_STREQ("", tests[2]->comment()); in TEST()
179 EXPECT_STREQ("", tests[3]->comment()); in TEST()
191 EXPECT_STREQ(GetExpectedTestCaseComment().c_str(), test_case->comment()); in TEST()
201 EXPECT_STREQ("", tests[0]->comment()); in TEST()
[all …]
/external/icu/icu4c/source/tools/genrb/
Dreslist.h69 SRBRoot(const UString *comment, UBool isPoolBundle, UErrorCode &errorCode);
142 TableResource *table_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, U…
144 ArrayResource *array_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, U…
146 … const char *tag, const UChar *value, int32_t len, const struct UString* comment, UErrorCode *stat…
148 …undle, const char *tag, UChar *value, int32_t len, const struct UString* comment, UErrorCode *stat…
150 …tor_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, UErrorCode *stat…
152 …t SRBRoot *bundle, const char *tag, int32_t value, const struct UString* comment, UErrorCode *stat…
154 …t32_t length, uint8_t *data, const char* fileName, const struct UString* comment, UErrorCode *stat…
160 SResource(SRBRoot *bundle, const char *tag, int8_t type, const UString* comment,
227 const UString* comment, UErrorCode &errorCode) in ContainerResource() argument
[all …]
Dparse.cpp88 struct UString comment; member
123 …(ParseState* state, char *tag, uint32_t startline, const struct UString* comment, UErrorCode *stat…
125 static struct SResource *parseResource(ParseState* state, char *tag, const struct UString *comment,…
158 …ffer, &state->lookahead[i].value, &state->lookahead[i].line, &state->lookahead[i].comment, status); in initLookahead()
175 ustr_deinit(&state->lookahead[i].comment); in cleanupLookahead()
181 getToken(ParseState* state, struct UString **tokenValue, struct UString* comment, uint32_t *linenum… in getToken() argument
198 if (comment != NULL) in getToken()
200 ustr_cpy(comment, &(state->lookahead[state->lookaheadPosition].comment), status); in getToken()
205 ustr_setlen(&state->lookahead[i].comment, 0, status); in getToken()
207 …ffer, &state->lookahead[i].value, &state->lookahead[i].line, &state->lookahead[i].comment, status); in getToken()
[all …]
/external/icu/icu4c/source/tools/gensprep/
DfilterRFC3454.pl157 local ($inFH, $outFH,$comment, $table) = @_;
159 print $outFH $comment."\n";
220 $comment = "# This table contains code points from Table A.1 from RFC 3454\n";
221 readPrint($inFH,$outFH, $comment, "A");
229 $comment = "# This table contains code points from Table B.1 from RFC 3454\n";
230 readPrint($inFH,$outFH,$comment, "B.1");
238 $comment = $warning."# This table contains code points from Table B.2 from RFC 3454\n";
239 readPrint($inFH,$outFH,$comment, "B.2");
247 $comment = $warning."# This table contains code points from Table B.3 from RFC 3454\n";
248 readPrint($inFH,$outFH,$comment, "B.3");
[all …]
/external/doclava/src/com/google/doclava/
DAttributeInfo.java45 for (AttrTagInfo comment : attrField.comment().attrTags()) { in name()
46 String n = comment.name(); in name()
59 public Comment comment() { in comment() method in AttributeInfo
61 for (AttrTagInfo attr : attrField.comment().attrTags()) { in comment()
89 TagInfo.makeHDF(data, base + ".deprecated", attrField.comment().deprecatedTags()); in makeHDF()
90 TagInfo.makeHDF(data, base + ".shortDescr", comment().briefTags()); in makeHDF()
91 TagInfo.makeHDF(data, base + ".descr", comment().tags()); in makeHDF()

12345678910>>...55