OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ShowProgress
(Results
1 - 7
of
7
) sorted by null
/bootable/recovery/
screen_ui.h
39
void
ShowProgress
(float portion, float seconds);
ui.h
50
virtual void
ShowProgress
(float portion, float seconds) = 0;
53
// by the last call to
ShowProgress
).
install.cpp
145
ui->
ShowProgress
(fraction * (1-VERIFICATION_PROGRESS_FRACTION), seconds);
185
ui->
ShowProgress
(VERIFICATION_PROGRESS_FRACTION, VERIFICATION_PROGRESS_TIME);
verifier_test.cpp
112
void
ShowProgress
(float portion, float seconds) { }
screen_ui.cpp
499
void ScreenRecoveryUI::
ShowProgress
(float portion, float seconds)
/build/tools/releasetools/
ota_from_target_files
480
script.
ShowProgress
(0.5, 0)
505
script.
ShowProgress
(0.2, 0)
507
script.
ShowProgress
(0.2, 10)
510
script.
ShowProgress
(0.1, 0)
745
script.
ShowProgress
(0.1, 0)
808
script.
ShowProgress
(0.8, 0)
864
script.
ShowProgress
(0.1, 10)
[
all
...]
edify_generator.py
109
def
ShowProgress
(self, frac, dur):
117
by the most recent
ShowProgress
call. 'frac' should be in
Completed in 4714 milliseconds