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:proportion
(Results
1 - 5
of
5
) sorted by relevance
/base/update/updater/services/script/script_instruction/
H
A
D
script_updateprocesser.cpp
79
float
proportion
= 0.0f;
in Execute()
local
80
int32_t ret = context.GetParam(0,
proportion
);
in Execute()
82
USCRIPT_LOGE("Failed to get
proportion
param");
in Execute()
85
SetScriptProportion(
proportion
);
in Execute()
/base/update/updater/services/script/threadpool/
H
A
D
threadpool.cpp
25
void SetScriptProportion(float
proportion
)
in SetScriptProportion()
argument
27
g_scriptProportion =
proportion
;
in SetScriptProportion()
H
A
D
thread_pool.h
35
void SetScriptProportion(float
proportion
);
/base/update/updater/services/flow_update/update_bin/
H
A
D
component_processor.h
57
void SetPkgFileInfo(size_t offset, size_t fileSize, float
proportion
)
in SetPkgFileInfo()
argument
61
proportion_ =
proportion
;
in SetPkgFileInfo()
/base/update/packaging_tools/
H
A
D
script_generator.py
340
Obtain the calculated progress
proportion
value list
344
:return proportion_value_list: progress
proportion
value list
350
proportion
= Decimal(str(float(each_size_value))) / Decimal(
353
Decimal(str(
proportion
)) *
363
Adjust the calculated progress
proportion
value list to ensure that
365
:param proportion_value_list: calculated progress
proportion
value list
367
:return proportion_value_list: new progress
proportion
value list
Completed in 2 milliseconds