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:NODETYPE_ROOT
(Results
1 - 5
of
5
) sorted by relevance
/third_party/vk-gl-cts/framework/common/
H
A
D
tcuTestPackage.cpp
146
: TestNode(testCtx,
NODETYPE_ROOT
, "")
in TestPackageRoot()
151
: TestNode(testCtx,
NODETYPE_ROOT
, "", children)
in TestPackageRoot()
156
: TestNode(testCtx,
NODETYPE_ROOT
, "")
in TestPackageRoot()
H
A
D
tcuTestHierarchyIterator.cpp
115
case
NODETYPE_ROOT
: /* root is not de-initialized */ break;
in ~TestHierarchyIterator()
205
case
NODETYPE_ROOT
: static_cast<TestPackageRoot*>(node)->getChildren(iter.children); break;
in next()
237
if (node->getNodeType() !=
NODETYPE_ROOT
)
in next()
251
case
NODETYPE_ROOT
: /* root is not de-initialized */ break;
in next()
H
A
D
tcuTestCase.hpp
37
NODETYPE_ROOT
= 0, //!< Root for all test packages.
enumerator
65
case
NODETYPE_ROOT
: return NODECLASS_GROUP;
in getTestNodeTypeClass()
/third_party/vk-gl-cts/framework/platform/ohos/
H
A
D
testmain.cpp
115
case tcu::
NODETYPE_ROOT
: // = 0, //!< Root for all test packages.
in GetCasePath()
116
printf("
NODETYPE_ROOT
\n");
in GetCasePath()
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/
H
A
D
tcuRandomOrderExecutor.cpp
110
DE_ASSERT(!m_nodeStack.empty() && m_nodeStack.front().node->getNodeType() ==
NODETYPE_ROOT
);
in seekToCase()
Completed in 3 milliseconds