Home
last modified time | relevance | path

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

12345678910>>...63

/external/libxml2/result/
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.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.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
/external/libxml2/result/noent/
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
/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/clang/docs/tools/
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)
89 comment = re.sub(r'\\see', r'See also:', comment)
92 comment = re.sub(r'\\[^\s]+\s+', r'', comment)
93 return comment
[all …]
Ddump_format_style.py36 def __init__(self, name, type, comment): argument
39 self.comment = comment.strip()
45 doxygen2rst(indent(self.comment, 2)))
54 def __init__(self, name, comment): argument
56 self.comment = comment.strip()
63 def __init__(self, name, comment): argument
65 self.comment = comment.strip()
68 return '* ``%s`` %s' % (self.name, doxygen2rst(self.comment))
71 def __init__(self, name, comment): argument
73 self.comment = comment.strip()
[all …]
/external/iptables/extensions/
Dlibxt_comment.c27 XTOPT_POINTER(struct xt_comment_info, comment)},
36 commentinfo->comment[XT_MAX_COMMENT_LEN-1] = '\0'; in comment_print()
37 printf(" /* %s */", commentinfo->comment); in comment_print()
46 commentinfo->comment[XT_MAX_COMMENT_LEN-1] = '\0'; in comment_save()
48 xtables_save_string(commentinfo->comment); in comment_save()
55 char comment[XT_MAX_COMMENT_LEN]; in comment_xlate() local
57 commentinfo->comment[XT_MAX_COMMENT_LEN - 1] = '\0'; in comment_xlate()
59 snprintf(comment, XT_MAX_COMMENT_LEN, "\\\"%s\\\"", in comment_xlate()
60 commentinfo->comment); in comment_xlate()
62 snprintf(comment, XT_MAX_COMMENT_LEN, "\"%s\"", in comment_xlate()
[all …]
Dlibxt_comment.t2 -m comment;;FAIL
3 -m comment --comment;;FAIL
7 # should fail: iptables -A INPUT -m comment --comment xxxxxxxxxxxxxxxxx [....]
8 # -m comment --comment xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx…
12 -m comment --comment xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx…
/external/python/cpython2/Lib/idlelib/idle_test/
Dtest_formatparagraph.py69 comment = (
73 self.runcase(comment, 3, ('1.0', '3.0', '#', comment[0:58]))
75 comment = (
80 self.runcase(comment, 4, ('2.0', '4.0', '#', comment[1:70]))
82 comment = (
87 self.runcase(comment, 4, ('2.0', '4.0', ' #', comment[1:82]))
89 comment = (
93 self.runcase(comment, 3, ('2.0', '3.0', '#', comment[1:23]))
95 comment = (
99 self.runcase(comment, 3, ('2.0', '3.0', ' #', comment[1:51]))
[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/llvm/test/CodeGen/AMDGPU/
Dinline-asm.ll105 call void asm sideeffect "; comment", ""()
114 ; comment", ""()
122 call void asm sideeffect "; comment
131 call void asm sideeffect "; first comment ; second comment", ""()
139 call void asm sideeffect "; first comment;second comment", ""()
147 call void asm sideeffect "; comment
148 v_nop_e64 ; inline comment
149 ; separate comment
152 ; trailing comment
153 ; extra comment
[all …]
/external/compiler-rt/lib/asan/
Dasan_new_delete.cc30 # pragma comment(linker, "/export:??2@YAPEAX_K@Z") // operator new
31 # pragma comment(linker, "/export:??3@YAXPEAX@Z") // operator delete
32 # pragma comment(linker, "/export:??3@YAXPEAX_K@Z") // sized operator delete
33 # pragma comment(linker, "/export:??_U@YAPEAX_K@Z") // operator new[]
34 # pragma comment(linker, "/export:??_V@YAXPEAX@Z") // operator delete[]
36 # pragma comment(linker, "/export:??2@YAPAXI@Z") // operator new
37 # pragma comment(linker, "/export:??3@YAXPAX@Z") // operator delete
38 # pragma comment(linker, "/export:??3@YAXPAXI@Z") // sized operator delete
39 # pragma comment(linker, "/export:??_U@YAPAXI@Z") // operator new[]
40 # pragma comment(linker, "/export:??_V@YAXPAX@Z") // operator delete[]
/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/strace/tests/
Dprint_time.c37 const int comment) in print_time_t_ex() argument
48 if (comment) in print_time_t_ex()
59 if (comment) in print_time_t_ex()
64 print_time_t_nsec(const time_t t, const unsigned long long nsec, int comment) in print_time_t_nsec() argument
66 print_time_t_ex(t, nsec, 999999999, 9, comment); in print_time_t_nsec()
70 print_time_t_usec(const time_t t, const unsigned long long usec, int comment) in print_time_t_usec() argument
72 print_time_t_ex(t, usec, 999999, 6, comment); in print_time_t_usec()
/external/strace/tests-m32/
Dprint_time.c37 const int comment) in print_time_t_ex() argument
48 if (comment) in print_time_t_ex()
59 if (comment) in print_time_t_ex()
64 print_time_t_nsec(const time_t t, const unsigned long long nsec, int comment) in print_time_t_nsec() argument
66 print_time_t_ex(t, nsec, 999999999, 9, comment); in print_time_t_nsec()
70 print_time_t_usec(const time_t t, const unsigned long long usec, int comment) in print_time_t_usec() argument
72 print_time_t_ex(t, usec, 999999, 6, comment); in print_time_t_usec()
/external/strace/tests-mx32/
Dprint_time.c37 const int comment) in print_time_t_ex() argument
48 if (comment) in print_time_t_ex()
59 if (comment) in print_time_t_ex()
64 print_time_t_nsec(const time_t t, const unsigned long long nsec, int comment) in print_time_t_nsec() argument
66 print_time_t_ex(t, nsec, 999999999, 9, comment); in print_time_t_nsec()
70 print_time_t_usec(const time_t t, const unsigned long long usec, int comment) in print_time_t_usec() argument
72 print_time_t_ex(t, usec, 999999, 6, comment); in print_time_t_usec()
/external/clang/test/CodeGen/
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/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/boringssl/src/crypto/fipsmodule/bn/asm/
Dbn-586.pl143 &comment("");
168 &comment("Round $i");
180 &comment("");
195 &comment("Tail Round $i");
259 &comment("");
280 &comment("Round $i");
293 &comment("");
309 &comment("Tail Round $i");
365 &comment("");
380 &comment("Round $i");
[all …]
/external/icu/icu4c/source/tools/genrb/
Dreslist.h71 SRBRoot(const UString *comment, UBool isPoolBundle, UErrorCode &errorCode);
144 TableResource *table_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, U…
146 ArrayResource *array_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, U…
148 … const char *tag, const UChar *value, int32_t len, const struct UString* comment, UErrorCode *stat…
150 …undle, const char *tag, UChar *value, int32_t len, const struct UString* comment, UErrorCode *stat…
152 …tor_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, UErrorCode *stat…
154 …t SRBRoot *bundle, const char *tag, int32_t value, const struct UString* comment, UErrorCode *stat…
156 …t32_t length, uint8_t *data, const char* fileName, const struct UString* comment, UErrorCode *stat…
162 SResource(SRBRoot *bundle, const char *tag, int8_t type, const UString* comment,
229 const UString* comment, UErrorCode &errorCode) in ContainerResource() argument
[all …]
/external/icu/icu4c/source/tools/gensprep/
DfilterRFC3454.pl159 local ($inFH, $outFH,$comment, $table) = @_;
161 print $outFH $comment."\n";
222 $comment = "# This table contains code points from Table A.1 from RFC 3454\n";
223 readPrint($inFH,$outFH, $comment, "A");
231 $comment = "# This table contains code points from Table B.1 from RFC 3454\n";
232 readPrint($inFH,$outFH,$comment, "B.1");
240 $comment = $warning."# This table contains code points from Table B.2 from RFC 3454\n";
241 readPrint($inFH,$outFH,$comment, "B.2");
249 $comment = $warning."# This table contains code points from Table B.3 from RFC 3454\n";
250 readPrint($inFH,$outFH,$comment, "B.3");
[all …]
/external/flatbuffers/tests/prototest/
Dtest.proto8 /// Enum doc comment.
11 /// Enum 2nd value doc comment misaligned.
15 /// 2nd table doc comment with
18 // Ignored non-doc comment.
22 /// doc comment for b.
29 /// doc comment for f.
36 /// doc comment for k.
38 /// doc comment for l on 2

12345678910>>...63