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:archive
(Results
1 - 8
of
8
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H
A
D
rs_profiler_cache.cpp
31
void Image::Serialize(Archive&
archive
)
in Serialize()
argument
33
archive
.Serialize(data);
in Serialize()
34
archive
.Serialize(parcelSkipBytes);
in Serialize()
35
archive
.Serialize(dmaSize);
in Serialize()
36
archive
.Serialize(dmaWidth);
in Serialize()
37
archive
.Serialize(dmaHeight);
in Serialize()
38
archive
.Serialize(dmaStride);
in Serialize()
39
archive
.Serialize(dmaFormat);
in Serialize()
40
archive
.Serialize(dmaUsage);
in Serialize()
85
void ImageCache::Serialize(Archive&
archive
)
in Serialize()
argument
97
Deserialize(Archive&
archive
)
Deserialize()
argument
[all...]
H
A
D
rs_profiler_capturedata.cpp
106
DataWriter
archive
(out);
in Serialize()
107
Serialize(
archive
);
in Serialize()
114
DataReader
archive
(in);
in Deserialize()
115
Serialize(
archive
);
in Deserialize()
118
void RSCaptureData::Serialize(Archive&
archive
)
in Serialize()
argument
120
archive
.Serialize(time_);
in Serialize()
123
archive
.Serialize(size);
in Serialize()
125
if (
archive
.IsReading()) {
in Serialize()
130
archive
.Serialize(first);
in Serialize()
131
archive
in Serialize()
[all...]
H
A
D
rs_profiler_cache.h
40
void Serialize(Archive&
archive
);
65
static void Serialize(Archive&
archive
);
66
static void Deserialize(Archive&
archive
);
H
A
D
rs_profiler_beta_recorder.cpp
229
DataWriter
archive
(out);
in WriteBetaRecordMetrics()
231
archive
.Serialize(headerType);
in WriteBetaRecordMetrics()
232
captureData.Serialize(
archive
);
in WriteBetaRecordMetrics()
H
A
D
rs_profiler_network.cpp
161
DataWriter
archive
(out);
in SendCaptureData()
163
archive
.Serialize(headerType);
in SendCaptureData()
165
const_cast<RSCaptureData&>(data).Serialize(
archive
);
in SendCaptureData()
H
A
D
rs_profiler_capturedata.h
60
void Serialize(class Archive&
archive
);
H
A
D
rs_profiler.cpp
508
DataWriter
archive
(out);
in OnParallelRenderBegin()
510
archive
.Serialize(headerType);
in OnParallelRenderBegin()
511
captureData.Serialize(
archive
);
in OnParallelRenderBegin()
999
DataWriter
archive
(out);
in OnParallelRenderBegin()
1001
archive
.Serialize(headerType);
in OnParallelRenderBegin()
1002
captureData.Serialize(
archive
);
in OnParallelRenderBegin()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_profiler/unittest/
H
A
D
rs_profiler_archive_test.cpp
195
static void Serialize(Archive&
archive
, SomeStruct& value)
in Serialize()
197
value.Serialize(
archive
);
in Serialize()
200
void Serialize(Archive&
archive
)
in Serialize()
202
archive
.Serialize(intData);
in Serialize()
203
archive
.Serialize(stringData);
in Serialize()
Completed in 6 milliseconds