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:m_batchResult
(Results
1 - 5
of
5
) sorted by relevance
/third_party/vk-gl-cts/executor/tools/
H
A
D
xeMergeTestLogs.cpp
65
:
m_batchResult
(batchResult)
in LogHandler()
72
xe::SessionInfo& combinedInfo =
m_batchResult
->getSessionInfo();
in setSessionInfo()
98
if (
m_batchResult
->hasTestCaseResult(casePath))
in startTestCaseResult()
100
xe::TestCaseResultPtr existingResult =
m_batchResult
->getTestCaseResult(casePath);
in startTestCaseResult()
105
return
m_batchResult
->createTestCaseResult(casePath);
in startTestCaseResult()
119
xe::BatchResult* const
m_batchResult
;
member in LogHandler::xe
H
A
D
xeCommandLineExecutor.cpp
357
:
m_batchResult
(batchResult)
in BatchResultHandler()
363
m_batchResult
->getSessionInfo() = sessionInfo;
in setSessionInfo()
369
if (
m_batchResult
->hasTestCaseResult(casePath))
in startTestCaseResult()
370
return
m_batchResult
->getTestCaseResult(casePath);
in startTestCaseResult()
372
return
m_batchResult
->createTestCaseResult(casePath);
in startTestCaseResult()
384
xe::BatchResult*
m_batchResult
;
member in __anon27486::BatchResultHandler
H
A
D
xeTestLogCompare.cpp
203
:
m_batchResult
(batchResult)
in LogFileReader()
210
readLogFile(
m_batchResult
, m_filename.c_str());
in run()
214
ShortBatchResult&
m_batchResult
;
member in LogFileReader
/third_party/vk-gl-cts/executor/
H
A
D
xeBatchExecutor.cpp
125
:
m_batchResult
(batchResult)
in BatchExecutorLogHandler()
135
m_batchResult
->getSessionInfo() = sessionInfo;
in setSessionInfo()
141
if (
m_batchResult
->hasTestCaseResult(casePath))
in startTestCaseResult()
142
return
m_batchResult
->getTestCaseResult(casePath);
in startTestCaseResult()
144
return
m_batchResult
->createTestCaseResult(casePath);
in startTestCaseResult()
163
,
m_batchResult
(batchResult)
in BatchExecutor()
195
computeExecuteSet(m_casesToExecute, m_root, m_testSet,
m_batchResult
);
in run()
250
int numExecuted = removeExecuted(m_casesToExecute, m_root,
m_batchResult
);
in onStateChanged()
H
A
D
xeBatchExecutor.hpp
64
BatchResult*
m_batchResult
;
member in xe::BatchExecutorLogHandler
114
BatchResult*
m_batchResult
;
member in xe::BatchExecutor
Completed in 3 milliseconds