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:totalSize
(Results
1 - 5
of
5
) sorted by relevance
/developtools/packing_tool/adapter/ohos/
H
A
D
ScanStatSuffix.java
49
private static final String RESULT_TOTAL_SIZE = "
totalSize
";
133
private long
totalSize
;
field in ScanStatSuffix.ParamModelSuffix
143
return this.
totalSize
;
in getTotalSize()
145
public void setTotalSize(long
totalSize
) {
in setTotalSize()
argument
146
this.
totalSize
=
totalSize
;
in setTotalSize()
/developtools/profiler/device/services/profiler_service/src/
H
A
D
trace_file_writer.cpp
449
unsigned long long
totalSize
= static_cast<unsigned long long>(diskInfo.f_bsize) *
in LogDiskUsage()
local
452
if (
totalSize
!= 0) {
in LogDiskUsage()
453
freePercent = static_cast<float>(freeSize) / static_cast<float>(
totalSize
);
in LogDiskUsage()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/utils/
H
A
D
HapUtils.java
535
int
totalSize
= (int) hapSigBlockSize;
in verifySignBlock()
536
long hapSigningBlockOffset = centralDirectoryStartOffset -
totalSize
;
in verifySignBlock()
/developtools/smartperf_host/trace_streamer/src/parser/pbreader_parser/mem_parser/
H
A
D
pbreader_mem_parser.cpp
660
auto
totalSize
= cpuDumpInfo.total_cpu_memory_size();
in ParseCpuDumpInfo()
local
661
traceDataCache_->GetCpuDumpInfo()->AppendNewData(timeStamp,
totalSize
);
in ParseCpuDumpInfo()
669
auto
totalSize
= profileMemInfo.total_memory_size();
in ParseProfileMemInfo()
local
670
traceDataCache_->GetProfileMemInfo()->AppendNewData(timeStamp, channelIndex,
totalSize
);
in ParseProfileMemInfo()
/developtools/hdc/src/common/
H
A
D
base.cpp
230
uint64_t
totalSize
= 0;
in GetLogOverCount()
local
247
totalSize
+= req.statbuf.st_size;
in GetLogOverCount()
249
if (
totalSize
> limitDirSize) {
in GetLogOverCount()
Completed in 9 milliseconds