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:ret_size
(Results
1 - 5
of
5
) sorted by relevance
/developtools/integration_verification/cases/daily/mini_system/
H
A
D
L2_mini_system_test.py
180
ret_size
= GetDirSize(target_dir)/1024/1024
variable
181
PrintToLog('Size of system is :{:.2f}M'.format(
ret_size
))
182
if
ret_size
> 50:
183
PrintToLog('ERROR: Size of system({:.2f}M) is over the upper limit(50M)'.format(
ret_size
))
188
ret_size
= GetDirSize(target_dir)/1024/1024
variable
189
PrintToLog('Size of data is :{:.2f}M'.format(
ret_size
))
190
if
ret_size
> 50:
191
PrintToLog('ERROR: Size of data({:.2f}M) is over the upper limit(50M)'.format(
ret_size
))
196
ret_size
= GetDirSize(target_dir)/1024/1024
variable
197
PrintToLog('Size of updater is :{:.2f}M'.format(
ret_size
))
204
ret_size
= GetDirSize(target_dir)/1024/1024
global()
variable
[all...]
H
A
D
rk3568_chipset_only_test.py
174
ret_size
= GetDirSize(target_dir)/1024/1024
variable
175
PrintToLog('Size of system is :{:.2f}M'.format(
ret_size
))
176
if
ret_size
> 50:
177
PrintToLog('ERROR: Size of system({:.2f}M) is over the upper limit(50M)'.format(
ret_size
))
182
ret_size
= GetDirSize(target_dir)/1024/1024
variable
183
PrintToLog('Size of data is :{:.2f}M'.format(
ret_size
))
184
if
ret_size
> 50:
185
PrintToLog('ERROR: Size of data({:.2f}M) is over the upper limit(50M)'.format(
ret_size
))
190
ret_size
= GetDirSize(target_dir)/1024/1024
variable
191
PrintToLog('Size of updater is :{:.2f}M'.format(
ret_size
))
198
ret_size
= GetDirSize(target_dir)/1024/1024
global()
variable
[all...]
H
A
D
L1_mini_system_test.py
154
ret_size
= GetDirSize(target_dir)/1024/1024
variable
155
PrintToLog('Size of rootfs is ({:.2f}M)'.format(
ret_size
))
156
if
ret_size
> 15:
157
PrintToLog('ERROR: Size of rootfs({:.2f}M) is over the upper limit(15M)'.format(
ret_size
))
162
ret_size
= GetDirSize(target_dir)/1024/1024
variable
163
PrintToLog('Size of userfs is ({:.2f}M)'.format(
ret_size
))
164
if
ret_size
> 15:
165
PrintToLog('ERROR: Size of userfs({:.2f}M) is over the upper limit(15M)'.format(
ret_size
))
H
A
D
L0_mini_system_test.py
122
ret_size
= os.path.getsize(target_file)/1024/1024
variable
123
PrintToLog('Size of OHOS_image.bin : {:.2f}M'.format(
ret_size
))
124
if
ret_size
> 1:
125
PrintToLog('ERROR: Size of OHOS_image.bin ({:.2f}M) is over the upper limit(1M)'.format(
ret_size
))
/developtools/profiler/hiebpf/include/
H
A
D
vmlinux.h
10423
u8
ret_size
;
member
[all...]
Completed in 440 milliseconds