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:log_sstream
(Results
1 - 2
of
2
) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H
A
D
gl4cPipelineStatisticsQueryTests.hpp
319
std::stringstream
log_sstream
;
in getVerifyResultValuesErrorString()
local
323
log_sstream
<< "Invalid default " << value_type << " query result value: found "
in getVerifyResultValuesErrorString()
331
log_sstream
<< " or [" << expected_values[i] << "]";
in getVerifyResultValuesErrorString()
334
log_sstream
<< ", query type:"
in getVerifyResultValuesErrorString()
347
return
log_sstream
.str();
in getVerifyResultValuesErrorString()
H
A
D
gl4cGPUShaderFP64Tests.cpp
10214
std::stringstream
log_sstream
;
in logVariableContents()
local
10216
log_sstream
<< "Test variable values as retrieved from geometry shader:\n";
in logVariableContents()
10237
log_sstream
<< "gs_variable" << n_varying;
in logVariableContents()
10241
log_sstream
<< "[" << array_index << "]";
in logVariableContents()
10244
log_sstream
<< ": (";
in logVariableContents()
10248
log_sstream
<< Utils::getStringForVariableTypeValue(base_variable_type, traveller_ptr);
in logVariableContents()
10252
log_sstream
<< ", ";
in logVariableContents()
10258
log_sstream
<< ")\n";
in logVariableContents()
10267
m_testCtx.getLog() << tcu::TestLog::Message <<
log_sstream
.str().c_str() << tcu::TestLog::EndMessage;
in logVariableContents()
11779
std::stringstream
log_sstream
;
in verifyXFBData()
local
[all...]
Completed in 18 milliseconds