/external/deqp/executor/tools/ |
D | xeCommandLineExecutor.cpp | 252 const bool isGroup = child->getNodeType() == xe::TESTNODETYPE_GROUP; in addMatchingCases() local 255 if (checkCasePathPatternMatch(filter, fullPath.c_str(), isGroup)) in addMatchingCases() 257 if (isGroup) in addMatchingCases() 276 const bool isGroup = child->getNodeType() == xe::TESTNODETYPE_GROUP; in removeMatchingCases() local 279 if (checkCasePathPatternMatch(filter, fullPath.c_str(), isGroup)) in removeMatchingCases() 281 if (isGroup) in removeMatchingCases()
|
D | xeBatchResultToXml.cpp | 287 bool isGroup = testNode->getNodeType() == xe::TESTNODETYPE_GROUP; in writeTestCaseListNode() local 291 if (isGroup) in writeTestCaseListNode()
|
/external/deqp/executor/ |
D | xeTestCaseListParser.cpp | 111 bool isGroup = deStringEqual(caseType, "TestGroup") == DE_TRUE; in parse() local 112 …TestNode* node = isGroup ? static_cast<TestNode*>(static_cast<TestGroup*>(parent)->createGroup(n… in parse()
|
/external/chromium_org/third_party/skia/src/svg/ |
D | SkSVGGroup.h | 21 virtual bool isGroup();
|
D | SkSVGGroup.cpp | 34 bool SkSVGGroup::isGroup() { in isGroup() function in SkSVGGroup
|
D | SkSVGElements.cpp | 52 bool SkSVGElement::isGroup() { in isGroup() function in SkSVGElement
|
D | SkSVGElements.h | 55 virtual bool isGroup();
|
D | SkSVGParser.cpp | 264 if (isFlushable || element->isGroup()) in translate()
|
/external/skia/src/svg/ |
D | SkSVGGroup.h | 21 virtual bool isGroup();
|
D | SkSVGGroup.cpp | 34 bool SkSVGGroup::isGroup() { in isGroup() function in SkSVGGroup
|
D | SkSVGElements.cpp | 52 bool SkSVGElement::isGroup() { in isGroup() function in SkSVGElement
|
D | SkSVGElements.h | 55 virtual bool isGroup();
|
D | SkSVGParser.cpp | 264 if (isFlushable || element->isGroup()) in translate()
|
/external/chromium_org/chrome/browser/resources/ |
D | plugins.js | 202 function handleEnablePlugin(node, enable, isGroup) { argument 205 String(isGroup)]);
|
/external/skia/src/animator/ |
D | SkDisplayList.cpp | 82 …if (apply->scope->isGroup() && SearchGroupForMatch(apply->scope, match, list, parent, found, grand… in SearchForMatch() 93 … if (draw->isGroup() && SearchGroupForMatch(draw, match, list, parent, found, grandList, index)) in SearchForMatch()
|
D | SkDrawGroup.cpp | 56 if (child->isGroup()) { in addChild() 180 if (drawable->isGroup()) { in findGroup()
|
D | SkDisplayable.h | 76 bool isGroup() const { return getType() == SkType_Group || in isGroup() function
|
D | SkDisplayEvent.cpp | 131 if (displayable->isGroup()) { in enableEvent()
|
/external/chromium_org/third_party/skia/src/animator/ |
D | SkDisplayList.cpp | 82 …if (apply->scope->isGroup() && SearchGroupForMatch(apply->scope, match, list, parent, found, grand… in SearchForMatch() 93 … if (draw->isGroup() && SearchGroupForMatch(draw, match, list, parent, found, grandList, index)) in SearchForMatch()
|
D | SkDrawGroup.cpp | 56 if (child->isGroup()) { in addChild() 180 if (drawable->isGroup()) { in findGroup()
|
D | SkDisplayable.h | 76 bool isGroup() const { return getType() == SkType_Group || in isGroup() function
|
D | SkDisplayEvent.cpp | 131 if (displayable->isGroup()) { in enableEvent()
|
/external/icu/icu4c/source/test/cintltst/ |
D | cnmdptst.c | 717 UBool expectGroup = FALSE, isGroup = FALSE; in TestSecondaryGrouping() local 790 isGroup = (UBool)(resultBuffer[i] == 0x002C); in TestSecondaryGrouping() 791 if (isGroup != expectGroup) { in TestSecondaryGrouping()
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
D | cnmdptst.c | 717 UBool expectGroup = FALSE, isGroup = FALSE; in TestSecondaryGrouping() local 790 isGroup = (UBool)(resultBuffer[i] == 0x002C); in TestSecondaryGrouping() 791 if (isGroup != expectGroup) { in TestSecondaryGrouping()
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
D | numfmtst.cpp | 1187 UBool isGroup = (out.charAt(i) == 0x002C); in TestSecondaryGrouping() local 1188 if (isGroup != expectGroup) { in TestSecondaryGrouping()
|