/third_party/vk-gl-cts/executor/ |
H A D | xeTestCase.cpp | 261 TestNode* node = group->getChild(ndx); in addChildGroupsToMap() 331 const TestNode* child = group->getChild(ndx); in addChildren() 343 const TestNode* child = group->getChild(ndx); in removeChildren() 355 if (nodeSet.find(group->getChild(ndx)) != nodeSet.end()) in hasChildrenInSet() 499 return m_iterStack.back().group->getChild(m_iterStack.back().childNdx); in operator *()
|
H A D | xeTestCase.hpp | 94 TestNode* getChild (int ndx) { return m_children[ndx]; } in getChild() function in xe::TestGroup 95 const TestNode* getChild (int ndx) const { return m_children[ndx]; } in getChild() function in xe::TestGroup
|
H A D | xeBatchExecutor.cpp | 324 const TestNode* child = group->getChild(ndx); in writeCaseListNode()
|
/third_party/skia/modules/sksg/include/ |
H A D | SkSGEffectNode.h | 31 const sk_sp<RenderNode>& getChild() const { return fChild; } in getChild() function in sksg::EffectNode
|
/third_party/skia/modules/svg/include/ |
H A D | SkSVGContainer.h | 17 std::vector<sk_sp<SkSVGNode>> getChild() override;
|
H A D | SkSVGText.h | 49 std::vector<sk_sp<SkSVGNode>> getChild() final;
|
H A D | SkSVGNode.h | 102 virtual std::vector<sk_sp<SkSVGNode>> getChild() { in getChild() function in SkSVGNode
|
/third_party/skia/modules/svg/src/ |
H A D | SkSVGContainer.cpp | 20 std::vector<sk_sp<SkSVGNode>> SkSVGContainer::getChild() { in getChild() function in SkSVGContainer
|
H A D | SkSVGText.cpp | 505 std::vector<sk_sp<SkSVGNode>> SkSVGTextContainer::getChild() { in getChild() function in SkSVGTextContainer
|
/third_party/node/deps/icu-small/source/tools/toolutil/ |
H A D | xmlparser.h | 99 const UObject *getChild(int32_t i, UXMLNodeType &type) const;
|
H A D | xmlparser.cpp | 769 UXMLElement::getChild(int32_t i, UXMLNodeType &type) const { in getChild() function in UXMLElement
|
/third_party/icu/icu4c/source/tools/toolutil/ |
H A D | xmlparser.h | 99 const UObject *getChild(int32_t i, UXMLNodeType &type) const;
|
H A D | xmlparser.cpp | 769 UXMLElement::getChild(int32_t i, UXMLNodeType &type) const { in getChild() function in UXMLElement
|
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
H A D | xmlparser.h | 99 const UObject *getChild(int32_t i, UXMLNodeType &type) const;
|
H A D | xmlparser.cpp | 769 UXMLElement::getChild(int32_t i, UXMLNodeType &type) const { in getChild() function in UXMLElement
|
/third_party/vk-gl-cts/executor/tools/ |
H A D | xeBatchResultToXml.cpp | 299 writeTestCaseListNode(group->getChild(childNdx), resultMap, dst); in writeTestCaseListNode() 329 writeTestCaseListNode(root.getChild(childNdx), resultMap, dst); in writeTestCaseList()
|
H A D | xeCommandLineExecutor.cpp | 309 const xe::TestNode* child = group.getChild(childNdx); in addMatchingCases() 333 const xe::TestNode* child = group.getChild(childNdx); in removeMatchingCases()
|
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuCommandLine.cpp | 426 CaseTreeNode* getChild (test_case_hash_t hash) const; 463 inline CaseTreeNode* CaseTreeNode::getChild (test_case_hash_t hash) const in getChild() function in tcu::CaseTreeNode 485 curNode = curNode->getChild(hash); in findNode() 630 CaseTreeNode* curGroup = nodeStack[stackPos]->getChild(hash); in parseSimpleCaseList()
|
/third_party/skia/modules/sksg/src/ |
H A D | SkSGRenderEffect.cpp | 132 ScopedRenderContext(canvas, ctx).setFilterIsolation(this->getChild()->bounds(), in onRender()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | VirtualFileSystem.cpp | 636 InMemoryNode *getChild(StringRef Name) { in getChild() function in llvm::vfs::detail::InMemoryDirectory 725 detail::InMemoryNode *Node = Dir->getChild(Name); in addFile() 825 detail::InMemoryNode *Node = Dir->getChild(*I); in lookupInMemoryNode()
|
/third_party/python/Lib/test/ |
H A D | test_logging.py | 3601 c1 = r.getChild('xyz') 3602 c2 = r.getChild('uvw.xyz') 3605 c1 = l1.getChild('def') 3606 c2 = c1.getChild('ghi') 3607 c3 = l1.getChild('def.ghi')
|
/third_party/python/Lib/logging/ |
H A D | __init__.py | 1756 def getChild(self, suffix): member in Logger 1762 logging.getLogger('abc').getChild('def.ghi')
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/ |
H A D | ItaniumDemangle.h | 1159 const Node *getChild() const { return Child; } in getChild() function in final
|
/third_party/node/test/fixtures/snapshot/ |
H A D | typescript.js | [all...] |
/third_party/typescript/lib/ |
H A D | tsserverlibrary.js | [all...] |