/external/deqp-deps/amber/src/vkscript/ |
D | section_parser.cc | 76 *section_type = NodeType::kComment; in NameToNodeType() 133 if (section_type == NodeType::kComment) in AddSection() 161 NodeType current_type = NodeType::kComment; in SplitSections()
|
D | section_parser.h | 29 kComment = 0, enumerator
|
D | section_parser_test.cc | 192 {"comment", NodeType::kComment, kShaderTypeVertex, kShaderFormatText}, in TEST_F() 292 const NodeType false_types[] = {NodeType::kComment, NodeType::kTest, in TEST_F()
|
D | parser.cc | 112 if (section.section_type == NodeType::kComment) in ProcessSection()
|
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/sevenz/ |
D | NID.java | 43 public static final int kComment = 0x16; field in NID
|
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zHeader.h | 86 kComment, enumerator
|
D | 7zProperties.cpp | 117 COPY_ONE_ITEM(kComment); in FillPopIDs()
|
/external/skqp/tools/bookmaker/ |
D | hackParser.cpp | 96 || MarkType::kComment == gran->fMarkType) { in replaceWithPop()
|
D | bookmaker.h | 109 kComment, enumerator
|
D | includeWriter.h | 62 kComment, enumerator
|
D | includeParser.cpp | 412 if (MarkType::kComment == iDef.fMarkType) { in writeCodeBlock() 887 case MarkType::kComment: in checkTokens() 1181 if (Definition::Type::kMark == token.fType && MarkType::kComment == token.fMarkType) { in dumpClassTokens() 1229 if (Definition::Type::kMark == child.fType && MarkType::kComment == child.fMarkType) { in dumpComment() 1302 if (MarkType::kComment == child.fMarkType) { in dumpDefine() 1325 if (MarkType::kComment == child.fMarkType) { in dumpEnum() 1533 [=](const Definition& def) { return MarkType::kComment == def.fMarkType in dumpMethod() 1622 if (Definition::Type::kMark != token.fType || MarkType::kComment != token.fMarkType) { in dumpTokens() 1650 if (Definition::Type::kMark != token.fType || MarkType::kComment != token.fMarkType) { in dumpTokens() 2144 markupDef->fTokens.emplace_back(MarkType::kComment, parser.fChar, lineEnd, in parseComment() [all …]
|
D | bookmaker.cpp | 387 if (MarkType::kComment != param.fMarkType) { in setParams()
|
D | bmhParser.cpp | 46 , { "", MarkType::kComment, R_N, E_N, 0 } 125 case MarkType::kComment: in addDefinition() 1010 case MarkType::kComment: in exampleToScript() 1564 fMarkup.emplace_front(MarkType::kComment, fChar - 1, fLineCount, in findDefinitions()
|
D | spellCheck.cpp | 172 case MarkType::kComment: in check()
|
D | includeWriter.cpp | 515 return ItemState::kComment; in enumMemberName() 646 if ((ItemState::kValue == state || ItemState::kComment == state) && currentEnumItem) { in enumMembersOut() 736 state = '=' == *end ? ItemState::kValue : ItemState::kComment; in enumSizeItems()
|
D | mdOut.cpp | 1313 case MarkType::kComment: in markTypeOut() 1678 if (MarkType::kComment != entry.fMarkType) { in markTypeOut()
|
D | definition.cpp | 873 if (MarkType::kComment != iter.fMarkType) { in hasParam()
|
/external/icu/icu4c/source/test/intltest/ |
D | numberformattesttuple.h | 29 kComment, enumerator
|
/external/lzma/DOC/ |
D | 7zFormat.txt | 160 0x16 = kComment
|
/external/v8/src/compiler/backend/ |
D | instruction-selector-impl.h | 335 case IrOpcode::kComment: { in ToConstant()
|
D | instruction-selector.cc | 1403 case IrOpcode::kComment: in VisitNode()
|
/external/v8/src/compiler/ |
D | memory-optimizer.cc | 28 case IrOpcode::kComment: in CanAllocate()
|
D | machine-operator.cc | 1060 : Operator1(IrOpcode::kComment, Operator::kNoThrow | Operator::kNoWrite, in CommentOperator()
|
D | verifier.cc | 914 case IrOpcode::kComment: in Check()
|
/external/oss-fuzz/projects/xerces-c/ |
D | xmlProtoConverter.cpp | 38 case Misc::kComment: in visit()
|