/third_party/libxml2/result/XPath/tests/ |
D | nodespat | 17 5 COMMENT 26 10 COMMENT 41 4 COMMENT 50 9 COMMENT 66 5 COMMENT 75 10 COMMENT 89 3 COMMENT
|
/third_party/mesa3d/src/compiler/glsl/glcpp/ |
D | glcpp-lex.l | 181 %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)
|
/third_party/json/cmake/ |
D | ci.cmake | 403 COMMENT "Compile and test with GCC using maximal warning flags" 413 COMMENT "Compile and test with Clang using maximal warning flags" 429 COMMENT "Compile and test with GCC for C++${CXX_STANDARD}" 440 COMMENT "Compile and test with Clang for C++${CXX_STANDARD}" 455 COMMENT "Compile and test with exceptions switched off" 469 COMMENT "Compile and test with implicit conversions switched off" 483 COMMENT "Compile and test with improved diagnostics enabled" 503 COMMENT "Compile and test with coverage" 519 COMMENT "Compile and test with sanitizers" 547 COMMENT "Check amalagamation and indentation" [all …]
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/ |
D | Tokenizer.l | 104 %x COMMENT 126 "/*" { BEGIN(COMMENT); } 127 <COMMENT>[^*\r\n]+ 128 <COMMENT>"*" 129 <COMMENT>{NEWLINE} { 137 <COMMENT>"*/" { 302 else if (YY_START == COMMENT)
|
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ |
D | IcuDataDumper.java | 119 private LineType lastType = LineType.COMMENT; 184 case COMMENT: in processLine() 324 COMMENT("(?://|/\\*)\\s*(.*)"), enumConstant 338 .putAll(COMMENT, COMMENT) 339 .putAll(INLINE_VALUE, COMMENT, INLINE_VALUE, GROUP_START, GROUP_END) 340 .putAll(GROUP_START, COMMENT, GROUP_START, GROUP_END, INLINE_VALUE) 365 return new LineMatch(COMMENT, ImmutableList.of(line)::get); in match()
|
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/preprocessor/ |
D | Tokenizer.l | 96 %x COMMENT 118 "/*" { BEGIN(COMMENT); } 119 <COMMENT>[^*\r\n]+ 120 <COMMENT>"*" 121 <COMMENT>{NEWLINE} { 129 <COMMENT>"*/" { 294 else if (YY_START == COMMENT)
|
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/ |
D | preprocessor.l | 104 %x COMMENT 126 "/*" { BEGIN(COMMENT); } 127 <COMMENT>[^*\r\n]+ 128 <COMMENT>"*" 129 <COMMENT>{NEWLINE} { 137 <COMMENT>"*/" { 302 else if (YY_START == COMMENT)
|
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/ |
D | OperatorsTableSchema.java | 73 public static final Column<String> COMMENT = RangesTableSchema.COMMENT; field in OperatorsTableSchema 81 .add(COMMENT)
|
D | CommentsSchema.java | 55 private static final String COMMENT = "Comment"; field in CommentsSchema 57 public static final ImmutableList<String> HEADER = ImmutableList.of(REGION, LABEL, COMMENT); 102 if (row.containsKey(COMMENT)) { in getRowCallback() 106 row.get(COMMENT))); in getRowCallback()
|
D | FormatsTableSchema.java | 53 public static final Column<String> COMMENT = Column.ofString("Comment"); field in FormatsTableSchema 64 .add(COMMENT) 82 toComment(formats.getOrDefault(id, COMMENT)))); in toFormatSpecs()
|
D | AltFormatsSchema.java | 63 private static final String COMMENT = "Comment"; field in AltFormatsSchema 65 public static final ImmutableList<String> HEADER = ImmutableList.of(FORMAT, PARENT, COMMENT); 108 row -> altFormats.add(parseAltFormat(row.get(FORMAT), row.get(PARENT), row.get(COMMENT)))); in getRowCallback()
|
D | ShortcodesTableSchema.java | 170 public static final Column<String> COMMENT = RangesTableSchema.COMMENT; field in ShortcodesTableSchema 181 .add(COMMENT)
|
D | ExamplesTableSchema.java | 71 public static final Column<String> COMMENT = Column.ofString("Comment"); field in ExamplesTableSchema 82 .add(COMMENT)
|
/third_party/python/Tools/scripts/ |
D | cleanfuture.py | 159 COMMENT = tokenize.COMMENT 168 while type in (COMMENT, NL, NEWLINE): 178 while type in (COMMENT, NL, NEWLINE): 206 if type is COMMENT:
|
D | reindent.py | 289 COMMENT=tokenize.COMMENT, argument 306 elif type == COMMENT:
|
/third_party/openssl/crypto/conf/ |
D | keysets.pl | 24 my $COMMENT = 0x0080; 44 $v |= $COMMENT if $c =~ /\#/; 86 #define CONF_COMMENT $COMMENT
|
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/table/ |
D | CsvTableTest.java | 22 import static com.google.i18n.phonenumbers.metadata.model.RangesTableSchema.COMMENT; 73 ImmutableList.of(TYPE, AREA_CODE_LENGTH, REGION_CA, REGION_US, COMMENT); in testRangeTableExport() 108 ImmutableList<Column<?>> columns = ImmutableList.of(COMMENT); in testDiff() 146 ImmutableList<Column<?>> columns = ImmutableList.of(COMMENT); in testEscaping() 165 ImmutableList.of(TYPE, AREA_CODE_LENGTH, REGION_US, COMMENT); in testOrdering() 196 csv.putRow(4, ImmutableMap.of(COMMENT, "Foo Bar")); in testOptionalRowOrdering()
|
/third_party/flutter/skia/third_party/externals/spirv-tools/source/ |
D | CMakeLists.txt | 33 COMMENT "Generate info tables for SPIR-V v${VERSION} core instructions and operands.") 49 COMMENT "Generate enum-string mapping for SPIR-V v${VERSION}.") 67 COMMENT "Generate spvasm.vim: Vim syntax file for SPIR-V assembly.") 80 COMMENT "Generate info tables for GLSL extended instructions and operands v${VERSION}.") 94 COMMENT "Generate info tables for OpenCL extended instructions and operands v${VERSION}.") 106 COMMENT "Generate extended instruction tables for ${VENDOR_TABLE}.") 135 COMMENT "Generate tables based on the SPIR-V XML registry.") 184 COMMENT "Update build-version.inc in the SPIRV-Tools build directory (if necessary).")
|
/third_party/python/Lib/xml/dom/ |
D | pulldom.py | 6 COMMENT = "COMMENT" variable 134 self.lastEvent[1] = [(COMMENT, node), None] 137 event = [(COMMENT, s), None] 178 elif e[0][0] == COMMENT: 180 e[0] = (COMMENT, n)
|
/third_party/parse5/packages/parse5/lib/common/ |
D | token.ts | 9 COMMENT, enumerator 93 readonly type: TokenType.COMMENT;
|
/third_party/spirv-tools/source/ |
D | CMakeLists.txt | 44 COMMENT "Generate info tables for SPIR-V v${CONFIG_VERSION} core instructions and operands.") 65 COMMENT "Generate enum-string mapping for SPIR-V v${CONFIG_VERSION}.") 84 COMMENT "Generate spvasm.vim: Vim syntax file for SPIR-V assembly.") 96 COMMENT "Generate info tables for GLSL extended instructions and operands v${CONFIG_VERSION}.") 109 … COMMENT "Generate info tables for OpenCL extended instructions and operands v${CONFIG_VERSION}.") 125 COMMENT "Generate extended instruction tables for ${VENDOR_TABLE}.") 138 COMMENT "Generate language specific header for ${NAME}.") 172 COMMENT "Generate tables based on the SPIR-V XML registry.") 203 COMMENT "Update build-version.inc in the SPIRV-Tools build directory (if necessary).")
|
/third_party/skia/third_party/externals/spirv-tools/source/ |
D | CMakeLists.txt | 44 COMMENT "Generate info tables for SPIR-V v${CONFIG_VERSION} core instructions and operands.") 65 COMMENT "Generate enum-string mapping for SPIR-V v${CONFIG_VERSION}.") 84 COMMENT "Generate spvasm.vim: Vim syntax file for SPIR-V assembly.") 96 COMMENT "Generate info tables for GLSL extended instructions and operands v${CONFIG_VERSION}.") 109 … COMMENT "Generate info tables for OpenCL extended instructions and operands v${CONFIG_VERSION}.") 125 COMMENT "Generate extended instruction tables for ${VENDOR_TABLE}.") 138 COMMENT "Generate language specific header for ${NAME}.") 172 COMMENT "Generate tables based on the SPIR-V XML registry.") 203 COMMENT "Update build-version.inc in the SPIRV-Tools build directory (if necessary).")
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/ |
D | CMakeLists.txt | 44 COMMENT "Generate info tables for SPIR-V v${CONFIG_VERSION} core instructions and operands.") 65 COMMENT "Generate enum-string mapping for SPIR-V v${CONFIG_VERSION}.") 84 COMMENT "Generate spvasm.vim: Vim syntax file for SPIR-V assembly.") 96 COMMENT "Generate info tables for GLSL extended instructions and operands v${CONFIG_VERSION}.") 109 … COMMENT "Generate info tables for OpenCL extended instructions and operands v${CONFIG_VERSION}.") 125 COMMENT "Generate extended instruction tables for ${VENDOR_TABLE}.") 138 COMMENT "Generate language specific header for ${NAME}.") 172 COMMENT "Generate tables based on the SPIR-V XML registry.") 203 COMMENT "Update build-version.inc in the SPIRV-Tools build directory (if necessary).")
|
/third_party/python/Tools/peg_generator/pegen/ |
D | tokenizer.py | 35 if tok.type in (tokenize.NL, tokenize.COMMENT): 51 if tok.type in (tokenize.NL, tokenize.COMMENT):
|
/third_party/cef/tools/yapf/yapf/yapflib/ |
D | pytree_unwrapper.py | 283 elif leaf.type != grammar_token.COMMENT or leaf.value.strip(): 349 if next_child.type == grammar_token.COMMENT: 360 return node.type == grammar_token.COMMENT
|