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:CallReader
(Results
1 - 4
of
4
) sorted by relevance
/third_party/vk-gl-cts/executor/
H
A
D
xeCallQueue.hpp
37
class
CallReader
;
48
typedef void (*Function) (
CallReader
& data);
69
class
CallReader
class
72
CallReader
(Call* call);
73
CallReader
(void) : m_call(DE_NULL), m_curPos(0) {}
in CallReader()
function in xe::CallReader
80
CallReader
(const
CallReader
& other); //!< disallowed
81
CallReader
& operator= (const
CallReader
& other); //!< disallowed
133
CallReader
[all...]
H
A
D
xeCallQueue.cpp
79
CallReader
reader(call);
in callNext()
170
//
CallReader
172
CallReader
::
CallReader
(Call* call)
in CallReader()
function in xe::CallReader
178
void
CallReader
::read (deUint8* bytes, size_t numBytes)
in read()
185
const deUint8*
CallReader
::getDataBlock (size_t numBytes)
in getDataBlock()
195
bool
CallReader
::isDataConsumed (void) const
in isDataConsumed()
200
CallReader
& operator>> (
CallReader
& reader, std::string& value)
in operator >>()
H
A
D
xeBatchExecutor.hpp
94
static void dispatchStateChanged (
CallReader
& data);
95
static void dispatchTestLogData (
CallReader
& data);
96
static void dispatchInfoLogData (
CallReader
& data);
H
A
D
xeBatchExecutor.cpp
386
void BatchExecutor::dispatchStateChanged (
CallReader
& data)
in dispatchStateChanged()
399
void BatchExecutor::dispatchTestLogData (
CallReader
& data)
in dispatchTestLogData()
410
void BatchExecutor::dispatchInfoLogData (
CallReader
& data)
in dispatchInfoLogData()
Completed in 2 milliseconds