Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:getChildren
(Results
1 - 25
of
42
) sorted by relevance
1
2
/third_party/vk-gl-cts/framework/common/
H
A
D
tcuTestHierarchyIterator.cpp
66
testPackage->
getChildren
(children);
in enterTestPackage()
81
testGroup->
getChildren
(children);
in enterGroupNode()
205
case NODETYPE_ROOT: static_cast<TestPackageRoot*>(node)->
getChildren
(iter.children); break;
in next()
H
A
D
tcuTestCase.hpp
124
void
getChildren
(std::vector<TestNode*>& children) const;
H
A
D
tcuTestCase.cpp
70
void TestNode::
getChildren
(vector<TestNode*>& res) const
in getChildren()
function in tcu::TestNode
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
H
A
D
vktRobustnessTests.cpp
68
robustnessTests->
getChildren
(children);
in createTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/
H
A
D
vktRobustnessTests.cpp
68
robustnessTests->
getChildren
(children);
in createTests()
/third_party/vk-gl-cts/framework/platform/ohos/
H
A
D
testmain.cpp
123
node->
getChildren
(children);
in GetCasePath()
/third_party/node/deps/npm/lib/utils/
H
A
D
reify-output.js
98
getChildren
: d => d.children,
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/arborist/
H
A
D
index.js
194
getChildren
: (node, tree) =>
H
A
D
rebuild.js
189
getChildren
: node => [...node.children.values()],
H
A
D
build-ideal-tree.js
338
getChildren
: (node) => {
958
getChildren
: pd => pd.children,
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/
H
A
D
tcuRandomOrderExecutor.cpp
47
root.
getChildren
(m_nodeStack[0].children);
in RandomOrderExecutor()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H
A
D
LexicalScopes.h
65
SmallVectorImpl<LexicalScope *> &
getChildren
() { return Children; }
in getChildren()
function in llvm::LexicalScope
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H
A
D
AMDGPUMachineCFGStructurizer.cpp
549
SetVector<MRT *> *
getChildren
() { return &Children; }
827
auto Children = Region->
getChildren
();
1332
auto Children = Region->
getChildren
();
1344
auto Children = Region->
getChildren
();
2616
SetVector<MRT *> *Children = Region->
getChildren
();
2643
SetVector<MRT *> *Children = Region->
getChildren
();
2789
auto Children = Region->
getChildren
();
2842
for (auto CI = Region->
getChildren
()->begin(),
2843
CE = Region->
getChildren
()->end();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H
A
D
GenericDomTreeConstruction.h
1399
if (Node->
getChildren
().empty()) {
in VerifyDFSNumbers()
1511
if (!BB || TN->
getChildren
().empty()) continue;
in verifyParentProperty()
1520
for (TreeNodePtr Child : TN->
getChildren
())
in verifyParentProperty()
1544
if (!BB || TN->
getChildren
().empty()) continue;
in verifySiblingProperty()
1546
const auto &Siblings = TN->
getChildren
();
in verifySiblingProperty()
H
A
D
GenericDomTree.h
85
const std::vector<DomTreeNodeBase *> &
getChildren
() const { return Children; }
in getChildren()
function in llvm::DomTreeNodeBase
623
assert(Node->
getChildren
().empty() && "Node is not a leaf node.");
in eraseNode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H
A
D
DebugHandlerBase.cpp
99
const SmallVectorImpl<LexicalScope *> &Children = S->
getChildren
();
in identifyScopeMarkers()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H
A
D
LexicalScopes.cpp
240
const SmallVectorImpl<LexicalScope *> &Children = WS->
getChildren
();
in constructScopeNest()
H
A
D
MachineCSE.cpp
750
const std::vector<MachineDomTreeNode*> &Children = Node->
getChildren
();
in PerformCSE()
858
const std::vector<MachineDomTreeNode *> &Children = Node->
getChildren
();
in PerformSimplePRE()
H
A
D
EarlyIfConversion.cpp
761
DomTree->changeImmediateDominator(Node->
getChildren
().back(), HeadNode);
in updateDomTree()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H
A
D
MipsOptimizePICCall.cpp
221
const std::vector<MachineDomTreeNode *> &Children = Node->
getChildren
();
in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H
A
D
AArch64ConditionalCompares.cpp
831
DomTree->changeImmediateDominator(Node->
getChildren
().back(), HeadNode);
in updateDomTree()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H
A
D
LoopSimplify.cpp
678
Node->
getChildren
();
in simplifyOneLoop()
H
A
D
LoopUnroll.cpp
833
for (auto *ChildDomNode : BBDomNode->
getChildren
()) {
in UnrollLoop()
H
A
D
LoopUnrollRuntime.cpp
852
for (auto *DomChild : DomNodeBB->
getChildren
()) {
in UnrollRuntimeLoopRemainder()
H
A
D
LoopUtils.cpp
500
for (DomTreeNode *Child : Worklist[I]->
getChildren
())
in collectChildrenInLoop()
Completed in 23 milliseconds
1
2