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:getRunMode
(Results
1 - 15
of
15
) sorted by relevance
/third_party/vk-gl-cts/framework/common/
H
A
D
tcuApp.cpp
147
const RunMode runMode = cmdLine.
getRunMode
();
in App()
211
DE_ASSERT(m_testCtx->getCommandLine().
getRunMode
() != RUNMODE_EXECUTE);
in iterate()
242
const RunMode runMode = m_testCtx->getCommandLine().
getRunMode
();
in iterate()
H
A
D
tcuCommandLine.hpp
160
RunMode
getRunMode
(void) const;
H
A
D
tcuCommandLine.cpp
1055
RunMode CommandLine::
getRunMode
(void) const { return m_cmdLine.getOption<opt::RunMode>(); }
in getRunMode()
function in tcu::CommandLine
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/
H
A
D
tes31Context_override.cpp
31
if (m_testCtx.getCommandLine().
getRunMode
() == tcu::RUNMODE_EXECUTE)
in Context()
/third_party/vk-gl-cts/modules/gles31/
H
A
D
tes31Context.cpp
42
if (m_testCtx.getCommandLine().
getRunMode
() == tcu::RUNMODE_EXECUTE)
in Context()
H
A
D
tgl45es31TestPackage.cpp
65
if (m_testCtx.getCommandLine().
getRunMode
() == tcu::RUNMODE_EXECUTE)
in init()
H
A
D
tes31TestPackage.cpp
74
if (m_testCtx.getCommandLine().
getRunMode
() == tcu::RUNMODE_EXECUTE)
in init()
/third_party/vk-gl-cts/framework/platform/ohos/
H
A
D
vkMain.cpp
61
if (cmdLine.
getRunMode
() == tcu::RUNMODE_EXECUTE &&
in main()
H
A
D
testmain.cpp
173
if (cmdLine.
getRunMode
() == tcu::RUNMODE_EXECUTE &&
in main()
/third_party/vk-gl-cts/framework/platform/
H
A
D
tcuMain.cpp
60
if (cmdLine.
getRunMode
() == tcu::RUNMODE_EXECUTE &&
in main()
/third_party/vk-gl-cts/external/openglcts/modules/common/
H
A
D
glcContext.cpp
58
if (m_testCtx.getCommandLine().
getRunMode
() != tcu::RUNMODE_EXECUTE)
in createRenderContext()
H
A
D
glcTestPackage.cpp
70
if (m_testCtx.getCommandLine().
getRunMode
() == tcu::RUNMODE_EXECUTE)
in init()
/third_party/vk-gl-cts/modules/gles3/
H
A
D
tgl45es3TestPackage.cpp
65
if (m_testCtx.getCommandLine().
getRunMode
() == tcu::RUNMODE_EXECUTE)
in init()
H
A
D
tes3TestPackage.cpp
144
if (m_testCtx.getCommandLine().
getRunMode
() == tcu::RUNMODE_EXECUTE)
in init()
/third_party/vk-gl-cts/modules/gles2/
H
A
D
tes2TestPackage.cpp
146
if (m_testCtx.getCommandLine().
getRunMode
() == tcu::RUNMODE_EXECUTE)
in init()
Completed in 7 milliseconds