Home
last modified time | relevance | path

Searched refs:COMMENT (Results 1 – 25 of 345) sorted by relevance

12345678910>>...14

/external/llvm-project/llvm/test/MC/ARM/
Ddirective_parsing.s7 .word 0 @ EOL COMMENT
11 .short 0 @ EOL COMMENT
15 .hword 0 @ EOL COMMENT
21 .thumb @ EOL COMMENT
26 .arm @ EOL COMMENT
30 .thumb_func @ EOL COMMENT
38 .syntax unified @ EOL COMMENT
48 .fnstart @ EOL COMMENT
52 .cantunwind @ EOL COMMENT
58 .fnend @ EOL COMMENT
[all …]
/external/sl4a/ScriptingLayerForAndroid/res/drawable/
Datari_small_notice.txt1 COMMENT Copyright (c) 1999, Thomas A. Fine
2 COMMENT
3 COMMENT License to copy, modify, and distribute for both commercial and
4 COMMENT non-commercial use is herby granted, provided this notice
5 COMMENT is preserved.
6 COMMENT
7 COMMENT Email to my last name at head.cfa.harvard.edu
8 COMMENT http://hea-www.harvard.edu/~fine/
9 COMMENT
10 COMMENT Produced with bdfedit, a tcl/tk font editing program
[all …]
/external/lua/src/
Dluac.c330 #define COMMENT "\t; " macro
369 printf(COMMENT); PrintConstant(f,bx); in PrintCode()
373 printf(COMMENT); PrintConstant(f,EXTRAARG); in PrintCode()
386 printf(COMMENT "%d out",b+1); in PrintCode()
390 printf(COMMENT "%s",UPVALNAME(b)); in PrintCode()
394 printf(COMMENT "%s",UPVALNAME(b)); in PrintCode()
398 printf(COMMENT "%s",UPVALNAME(b)); in PrintCode()
409 printf(COMMENT); PrintConstant(f,c); in PrintCode()
413 printf(COMMENT "%s",UPVALNAME(a)); in PrintCode()
419 if (isk) { printf(COMMENT); PrintConstant(f,c); } in PrintCode()
[all …]
/external/llvm-project/llvm/test/MC/PowerPC/
Ddirective-parse-err.s11 .word # EOL COMMENT
15 .word 0 # EOL COMMENT
19 .llong 0 # EOL COMMENT
23 .tc number64[TC],number64 # EOL COMMENT
27 .machine any # EOL COMMENT
31 .machine "any" # EOL COMMENT
35 .abiversion 2 # EOL COMMENT
43 .localentry callee1, .-callee1 # EOL COMMENT
/external/nanopb-c/tests/encode_unittests/
Dencode_unittests.c58 COMMENT("Test pb_write and pb_ostream_t"); in main()
69 COMMENT("Test pb_write with custom callback"); in main()
79 COMMENT("Test pb_encode_varint") in main()
92 COMMENT("Test pb_encode_tag") in main()
102 COMMENT("Test pb_encode_tag_for_field") in main()
119 COMMENT("Test pb_encode_string") in main()
135 COMMENT("Test pb_enc_varint and pb_enc_svarint") in main()
153 COMMENT("Test pb_enc_fixed32 using float") in main()
161 COMMENT("Test pb_enc_fixed64 using double") in main()
175 COMMENT("Test pb_enc_bytes") in main()
[all …]
/external/grpc-grpc/third_party/nanopb/tests/encode_unittests/
Dencode_unittests.c58 COMMENT("Test pb_write and pb_ostream_t"); in main()
69 COMMENT("Test pb_write with custom callback"); in main()
79 COMMENT("Test pb_encode_varint") in main()
92 COMMENT("Test pb_encode_tag") in main()
102 COMMENT("Test pb_encode_tag_for_field") in main()
119 COMMENT("Test pb_encode_string") in main()
135 COMMENT("Test pb_enc_varint and pb_enc_svarint") in main()
153 COMMENT("Test pb_enc_fixed32 using float") in main()
161 COMMENT("Test pb_enc_fixed64 using double") in main()
175 COMMENT("Test pb_enc_bytes") in main()
[all …]
/external/clang/include/clang/AST/
DCommentVisitor.h35 #define ABSTRACT_COMMENT(COMMENT) in visit() argument
36 #define COMMENT(CLASS, PARENT) \ in visit() macro
40 #undef COMMENT in visit()
46 #define ABSTRACT_COMMENT(COMMENT) COMMENT argument
47 #define COMMENT(CLASS, PARENT) \ macro
51 #undef COMMENT
/external/jackson-core/src/test/java/com/fasterxml/jackson/core/read/
DCommentParsingTest.java93 final String COMMENT = "# foo\n"; in testYAMLCommentsChars() local
94 _testCommentsBeforePropValue(f, MODE_READER, COMMENT); in testYAMLCommentsChars()
95 _testCommentsBetweenArrayValues(f, MODE_READER, COMMENT); in testYAMLCommentsChars()
102 final String COMMENT = "/* foo */\n"; in testCCommentsBytes() local
103 _testCommentsBeforePropValue(f, MODE_INPUT_STREAM, COMMENT); in testCCommentsBytes()
104 _testCommentsBeforePropValue(f, MODE_INPUT_STREAM_THROTTLED, COMMENT); in testCCommentsBytes()
105 _testCommentsBeforePropValue(f, MODE_DATA_INPUT, COMMENT); in testCCommentsBytes()
112 final String COMMENT = "/* foo */\n"; in testCCommentsChars() local
113 _testCommentsBeforePropValue(f, MODE_READER, COMMENT); in testCCommentsChars()
120 final String COMMENT = "// foo\n"; in testCppCommentsBytes() local
[all …]
/external/nanopb-c/tests/decode_unittests/
Ddecode_unittests.c51 COMMENT("Test pb_read and pb_istream_t"); in main()
65 COMMENT("Test pb_read with custom callback"); in main()
80 COMMENT("Test pb_decode_varint"); in main()
98 COMMENT("Test pb_decode_varint32"); in main()
111 COMMENT("Test pb_skip_varint"); in main()
121 COMMENT("Test pb_skip_string") in main()
132 COMMENT("Test pb_dec_varint using uint32_t") in main()
146 COMMENT("Test pb_dec_svarint using int32_t") in main()
158 COMMENT("Test pb_dec_svarint using int64_t") in main()
170 COMMENT("Test pb_dec_svarint overflow detection using int32_t"); in main()
[all …]
/external/llvm-project/clang/include/clang/AST/
DCommentVisitor.h33 #define ABSTRACT_COMMENT(COMMENT) in visit() argument
34 #define COMMENT(CLASS, PARENT) \ in visit() macro
38 #undef COMMENT in visit()
44 #define ABSTRACT_COMMENT(COMMENT) COMMENT argument
45 #define COMMENT(CLASS, PARENT) \ macro
49 #undef COMMENT
/external/libxml2/result/XPath/tests/
Dnodespat17 5 COMMENT
26 10 COMMENT
41 4 COMMENT
50 9 COMMENT
66 5 COMMENT
75 10 COMMENT
89 3 COMMENT
/external/llvm-project/clang/lib/AST/
DComment.cpp23 #define ABSTRACT_COMMENT(COMMENT) argument
24 #define COMMENT(CLASS, PARENT) \ macro
28 #undef COMMENT
38 #define ABSTRACT_COMMENT(COMMENT) in getCommentKindName() argument
39 #define COMMENT(CLASS, PARENT) \ in getCommentKindName() macro
43 #undef COMMENT in getCommentKindName()
69 #define ABSTRACT_COMMENT(COMMENT) in CheckCommentASTNodes() argument
70 #define COMMENT(CLASS, PARENT) \ in CheckCommentASTNodes() macro
74 #undef COMMENT in CheckCommentASTNodes()
85 #define ABSTRACT_COMMENT(COMMENT) in child_begin() argument
[all …]
/external/grpc-grpc/third_party/nanopb/tests/decode_unittests/
Ddecode_unittests.c51 COMMENT("Test pb_read and pb_istream_t"); in main()
65 COMMENT("Test pb_read with custom callback"); in main()
80 COMMENT("Test pb_decode_varint"); in main()
98 COMMENT("Test pb_decode_varint32"); in main()
108 COMMENT("Test pb_skip_varint"); in main()
118 COMMENT("Test pb_skip_string") in main()
129 COMMENT("Test pb_dec_varint using uint32_t") in main()
143 COMMENT("Test pb_dec_svarint using int32_t") in main()
155 COMMENT("Test pb_dec_svarint using uint64_t") in main()
167COMMENT("Test pb_dec_fixed32 using float (failures here may be caused by imperfect rounding)") in main()
[all …]
/external/clang/lib/AST/
DComment.cpp25 #define ABSTRACT_COMMENT(COMMENT) in getCommentKindName() argument
26 #define COMMENT(CLASS, PARENT) \ in getCommentKindName() macro
30 #undef COMMENT in getCommentKindName()
56 #define ABSTRACT_COMMENT(COMMENT) in CheckCommentASTNodes() argument
57 #define COMMENT(CLASS, PARENT) \ in CheckCommentASTNodes() macro
61 #undef COMMENT in CheckCommentASTNodes()
72 #define ABSTRACT_COMMENT(COMMENT) in child_begin() argument
73 #define COMMENT(CLASS, PARENT) \ in child_begin() macro
77 #undef COMMENT in child_begin()
86 #define ABSTRACT_COMMENT(COMMENT) in child_end() argument
[all …]
/external/google-java-format/core/src/test/resources/com/google/googlejavaformat/java/testdata/
DB24543625.input28 BLOCK COMMENT
34 BLOCK COMMENT .
40 BLOCK COMMENT .
46 BLOCK COMMENT .
DB24543625.output28 BLOCK COMMENT
34 BLOCK COMMENT .
40 BLOCK COMMENT .
46 BLOCK COMMENT .
/external/jackson-core/src/test/java/com/fasterxml/jackson/core/json/async/
DAsyncCommentParsingTest.java80 final String COMMENT = "/* foo */\n"; in testCCommentsEnabled() local
81 _testCommentsBeforePropValue(f, COMMENT, 99); in testCCommentsEnabled()
82 _testCommentsBeforePropValue(f, COMMENT, 3); in testCCommentsEnabled()
83 _testCommentsBeforePropValue(f, COMMENT, 1); in testCCommentsEnabled()
90 final String COMMENT = "// foo\n"; in testCppCommentsEnabled() local
91 _testCommentsBeforePropValue(f, COMMENT, 99); in testCppCommentsEnabled()
92 _testCommentsBeforePropValue(f, COMMENT, 3); in testCppCommentsEnabled()
93 _testCommentsBeforePropValue(f, COMMENT, 1); in testCppCommentsEnabled()
/external/mesa3d/src/compiler/glsl/glcpp/
Dglcpp-lex.l181 %x COMMENT DEFINE DONE HASH NEWLINE_CATCHUP UNREACHABLE
271 <INITIAL,DEFINE,HASH>"/*" { yy_push_state(COMMENT, yyscanner); }
272 <COMMENT>[^*\r\n]*
273 <COMMENT>[^*\r\n]*{NEWLINE} { yylineno++; yycolumn = 0; parser->commented_newlines++; }
274 <COMMENT>"*"+[^*/\r\n]*
275 <COMMENT>"*"+[^*/\r\n]*{NEWLINE} { yylineno++; yycolumn = 0; parser->commented_newlines++; }
276 <COMMENT>"*"+"/" {
587 <INITIAL,COMMENT,DEFINE,HASH><<EOF>> {
588 if (YY_START == COMMENT)
/external/llvm/test/MC/AsmParser/
Dpreserve-comments.s8 #if DIRECTIVE COMMENT
9 ## WHOLE LINE COMMENT
10 cmpl $196, %eax ## EOL COMMENT
/external/zstd/build/cmake/programs/
DCMakeLists.txt43 …zstdcat ALL ${CMAKE_COMMAND} -E create_symlink zstd zstdcat DEPENDS zstd COMMENT "Creating zstdcat…
44 …t(unzstd ALL ${CMAKE_COMMAND} -E create_symlink zstd unzstd DEPENDS zstd COMMENT "Creating unzstd …
52 COMMENT "Copying manpage zstd.1")
55 COMMENT "Copying manpage zstdgrep.1")
58 COMMENT "Copying manpage zstdless.1")
59 …1 ALL ${CMAKE_COMMAND} -E create_symlink zstd.1 zstdcat.1 DEPENDS zstd.1 COMMENT "Creating zstdcat…
60 ….1 ALL ${CMAKE_COMMAND} -E create_symlink zstd.1 unzstd.1 DEPENDS zstd.1 COMMENT "Creating unzstd.…
89 …t(zstdmt ALL ${CMAKE_COMMAND} -E create_symlink zstd zstdmt DEPENDS zstd COMMENT "Creating zstdmt …
/external/llvm-project/llvm/test/MC/AsmParser/
Dpreserve-comments.s8 #if DIRECTIVE COMMENT
9 ## WHOLE LINE COMMENT
10 cmpl $196, %eax ## EOL COMMENT
Dpreserve-comments-crlf.s8 #if DIRECTIVE COMMENT
9 ## WHOLE LINE COMMENT
10 cmpl $196, %eax ## EOL COMMENT
/external/nanopb-c/tests/enum_sizes/
Denumsizes_unittests.c24 COMMENT("Step 1: unpacked enums -> protobuf"); in main()
31 COMMENT("Step 2: protobuf -> packed enums"); in main()
46 COMMENT("Step 3: packed enums -> protobuf"); in main()
53 COMMENT("Step 4: protobuf -> unpacked enums"); in main()
/external/grpc-grpc/third_party/nanopb/tests/enum_sizes/
Denumsizes_unittests.c24 COMMENT("Step 1: unpacked enums -> protobuf"); in main()
31 COMMENT("Step 2: protobuf -> packed enums"); in main()
46 COMMENT("Step 3: packed enums -> protobuf"); in main()
53 COMMENT("Step 4: protobuf -> unpacked enums"); in main()
/external/grpc-grpc/third_party/nanopb/tests/regression/issue_166/
Denum_encoded_size.c17 COMMENT("Test negative value of signed enum"); in main()
24 COMMENT("Test positive value of signed enum"); in main()
33 COMMENT("Test positive value of unsigned enum"); in main()

12345678910>>...14