Searched refs:UpdateProgress (Results 1 – 7 of 7) sorted by relevance
/external/dng_sdk/source/ |
D | dng_abort_sniffer.h | 151 virtual void UpdateProgress (real64 fract); 206 void UpdateProgress (real64 fract) in UpdateProgress() function 209 fSniffer->UpdateProgress (fract); in UpdateProgress() 216 void UpdateProgress (uint32 done, in UpdateProgress() function 219 UpdateProgress ((real64) done / in UpdateProgress() 227 UpdateProgress (1.0); in Finish()
|
D | dng_abort_sniffer.cpp | 237 void dng_abort_sniffer::UpdateProgress (real64 /* fract */) in UpdateProgress() function in dng_abort_sniffer
|
/external/vixl/tools/ |
D | threaded_tests.py | 84 printer.UpdateProgress(self.start_time,
|
D | printer.py | 107 def UpdateProgress(start_time, passed, failed, count, skipped, known_failures, function
|
D | test_runner.py | 76 printer.UpdateProgress(test.shared.start_time,
|
D | clang_tidy.py | 117 printer.UpdateProgress(test.shared.start_time,
|
D | clang_format.py | 131 printer.UpdateProgress(test.shared.start_time,
|