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_stream
(Results
1 - 12
of
12
) sorted by relevance
/third_party/vk-gl-cts/framework/delibs/decpp/
H
A
D
deSha1.cpp
49
deSha1Stream_init(&
m_stream
);
in Sha1Stream()
54
deSha1Stream_process(&
m_stream
, size, data);
in process()
60
deSha1Stream_finalize(&
m_stream
, &hash);
in finalize()
H
A
D
deSha1.hpp
59
deSha1Stream
m_stream
;
member in de::Sha1Stream
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H
A
D
sfn_instr_export.cpp
303
m_stream
(stream)
in StreamOutInstr()
317
return 4 *
m_stream
+ op;
in op()
319
assert(
m_stream
== 0);
in op()
334
m_stream
== oth.
m_stream
;
in is_equal_to()
339
os << "WRITE STREAM(" <<
m_stream
<< ") " << value()
in do_print()
498
m_stream
(stream),
507
return oth.
m_stream
==
m_stream
&&
528
os << (m_cut ? "EMIT_CUT_VERTEX @" : "EMIT_VERTEX @") <<
m_stream
;
[all...]
H
A
D
sfn_instr_export.h
155
int
m_stream
{0};
205
int stream() const { return
m_stream
;}
in stream()
218
int
m_stream
;
member in r600::EmitVertexInstr
/third_party/vk-gl-cts/framework/common/
H
A
D
tcuThreadUtil.hpp
96
MessageBuilder (const MessageBuilder& other) : m_thread(other.m_thread),
m_stream
(other.
m_stream
.str()) {}
in MessageBuilder()
98
MessageBuilder& operator<< (const T& t) {
m_stream
<< t; return *this; }
in operator <<()
110
std::stringstream
m_stream
;
member in tcu::ThreadUtil::MessageBuilder
H
A
D
tcuThreadUtil.cpp
163
m_thread.pushMessage(
m_stream
.str());
in operator <<()
/third_party/vk-gl-cts/external/openglcts/modules/common/
H
A
D
glcShaderRenderCase.hpp
68
m_string =
m_stream
.str();
in str()
75
m_stream
<< "\t";
in operator <<()
77
m_stream
<< line << "\n";
in operator <<()
83
std::ostringstream
m_stream
;
member in deqp::LineStream
/third_party/vk-gl-cts/modules/glshared/
H
A
D
glsShaderRenderCase.hpp
61
const char* str (void) const { m_string =
m_stream
.str(); return m_string.c_str(); }
in str()
62
LineStream& operator<< (const char* line) { for (int i = 0; i < m_indent; i++) {
m_stream
<< "\t"; }
m_stream
<< line << "\n"; return *this; }
in operator <<()
66
std::ostringstream
m_stream
;
member in deqp::gls::LineStream
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H
A
D
vktShaderRender.hpp
57
const char* str (void) const { m_string =
m_stream
.str(); return m_string.c_str(); }
in str()
58
LineStream& operator<< (const char* line) { for (int i = 0; i < m_indent; i++) {
m_stream
<< "\t"; }
m_stream
<< line << "\n"; return *this; }
in operator <<()
62
std::ostringstream
m_stream
;
member in vkt::sr::LineStream
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H
A
D
vktShaderRender.hpp
57
const char* str (void) const { m_string =
m_stream
.str(); return m_string.c_str(); }
in str()
58
LineStream& operator<< (const char* line) { for (int i = 0; i < m_indent; i++) {
m_stream
<< "\t"; }
m_stream
<< line << "\n"; return *this; }
in operator <<()
62
std::ostringstream
m_stream
;
member in vkt::sr::LineStream
/third_party/libabigail/tests/lib/
H
A
D
catch.hpp
2621
m_stream
<< value;
2625
ReusableStringStream
m_stream
;
2635
m_stream
<< value;
2782
catchAssertionHandler.handleMessage( messageType, ( Catch::MessageStream() << __VA_ARGS__ + ::Catch::StreamEndStop() ).
m_stream
.str() ); \
5370
std::unique_ptr<IStream const>
m_stream
;
5491
std::ostream*
m_stream
;
9956
m_stream
( openStream() )
10001
std::ostream& Config::stream() const { return
m_stream
->stream(); }
11075
:
m_stream
( &_fullConfig->stream() ), m_fullConfig( _fullConfig ) {}
11078
:
m_stream
(
[all...]
/third_party/json/tests/thirdparty/doctest/
H
A
D
doctest.h
1596
std::ostream*
m_stream
;
1605
toStream(
m_stream
, in);
2047
mb_name.
m_stream
= s_name; \
4543
m_stream
= getTlsOss();
Completed in 27 milliseconds