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
defs:remainSize
(Results
1 - 16
of
16
) sorted by relevance
/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/
H
A
D
zip_file_reader_io.cpp
52
auto
remainSize
= bufferSize;
in ReadBuffer()
local
/foundation/filemanagement/dfs_service/test/fuzztest/downloadassetcbmgr_fuzzer/
H
A
D
downloadassetcbmgr_fuzzer.cpp
46
size_t
remainSize
= fuzzData.GetRemainSize();
in DoSomethingInterestingWithMyAPI()
local
/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H
A
D
obex_body.cpp
36
size_t
remainSize
= body_.size() - index_;
in Read()
local
/foundation/filemanagement/dfs_service/test/fuzztest/cycletaskrunner_fuzzer/
H
A
D
cycletaskrunner_fuzzer.cpp
52
auto
remainSize
= fuzzData.GetRemainSize();
in CycleTaskDerivedFuzzTest()
local
/foundation/filemanagement/dfs_service/test/fuzztest/cloudsyncassetmanager_fuzzer/
H
A
D
cloudsyncassetmanager_fuzzer.cpp
88
auto
remainSize
= fuzzData.GetRemainSize();
in DownloadFileCallbackFuzzTest()
local
/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/
H
A
D
snapshot.cpp
187
uint32_t
remainSize
= totalSize - msgSize - sizeof(uint32_t);
in Create()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/linear_layout/
H
A
D
linear_layout_utils.cpp
155
float
remainSize
= GetMainAxisSize(idealSize, isVertical) - linearMeasureProperty.allocatedSize -
in Measure()
local
/foundation/multimedia/av_codec/services/media_engine/modules/demuxer/
H
A
D
stream_demuxer.cpp
135
uint64_t
remainSize
= size - (memory->GetSize() - offsetInCache);
in PullDataWithCache()
local
/foundation/multimedia/media_foundation/engine/pipeline/filters/demux/
H
A
D
data_packer.cpp
434
auto
remainSize
= static_cast<int32_t>(GetBufferSize(que_[index]) - bufferOffset);
in CopyFirstBuffer()
local
/foundation/filemanagement/dfs_service/test/fuzztest/cloudsyncmanager_fuzzer/
H
A
D
cloudsyncmanager_fuzzer.cpp
178
auto
remainSize
= fuzzData.GetRemainSize();
in CleanFuzzTest()
local
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H
A
D
zip_file.cpp
408
uint32_t
remainSize
= zipEntry.compressedSize;
in UnzipWithStore()
local
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H
A
D
zip_file.cpp
425
uint32_t
remainSize
= zipEntry.compressedSize;
in UnzipWithStore()
local
/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/
H
A
D
untar_file.cpp
455
size_t
remainSize
= static_cast<size_t>(tarFileSize_);
in ParseRegularFile()
local
/foundation/filemanagement/dfs_service/test/fuzztest/cloudsyncservicestub_fuzzer/
H
A
D
cloudsyncservicestub_fuzzer.cpp
547
auto
remainSize
= fuzzData.GetRemainSize();
in HandleDownloadFilesFuzzTest()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H
A
D
grid_layout_info.cpp
136
auto
remainSize
= mainSize - overScrollOffset;
in UpdateEndIndex()
local
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/demuxer/
H
A
D
ffmpeg_demuxer_plugin.cpp
565
int32_t
remainSize
= tempPkt->size - static_cast<int32_t>(samplePacket->offset);
in ConvertAVPacketToSample()
local
Completed in 14 milliseconds