Home
last modified time | relevance | path

Searched refs:Progress (Results 1 – 25 of 55) sorted by relevance

123

/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowAsyncTask.java18 public class ShadowAsyncTask<Params, Progress, Result> {
20 @RealObject private AsyncTask<Params, Progress, Result> realAsyncTask;
76 public AsyncTask<Params, Progress, Result> execute(final Params... params) { in execute()
104 public void publishProgress(final Progress... values) { in publishProgress()
112 private ShadowAsyncTaskBridge<Params, Progress, Result> getBridge() { in getBridge()
113 return new ShadowAsyncTaskBridge<Params, Progress, Result>(realAsyncTask); in getBridge()
/external/robolectric/v1/src/main/java/android/os/
DShadowAsyncTaskBridge.java6 public class ShadowAsyncTaskBridge<Params, Progress, Result> {
7 private AsyncTask<Params, Progress, Result> asyncTask;
9 public ShadowAsyncTaskBridge(AsyncTask<Params, Progress, Result> asyncTask) { in ShadowAsyncTaskBridge() argument
25 public void onProgressUpdate(Progress... values) { in onProgressUpdate()
/external/curl/tests/data/
Dtest57979 Progress callback called with UL 0 out of 0
80 Progress callback called with UL 8 out of 0
81 Progress callback called with UL 16 out of 0
82 Progress callback called with UL 26 out of 0
83 Progress callback called with UL 61 out of 0
84 Progress callback called with UL 66 out of 0
/external/v8/src/heap/
Dincremental-marking-job.h30 enum Progress { kDone, kMoreWork }; enum
31 static Progress Step(Heap* heap, double deadline_in_ms);
Dincremental-marking-job.cc67 IncrementalMarkingJob::IdleTask::Progress IncrementalMarkingJob::IdleTask::Step( in Step()
/external/lzma/CPP/7zip/Common/
DCWrappers.cpp18 p->Res = p->Progress->SetRatioInfo(CONVERT_PR_VAL(inSize), CONVERT_PR_VAL(outSize)); in CompressProgress()
24 p.Progress = CompressProgress; in CCompressProgressWrap()
25 Progress = progress; in CCompressProgressWrap()
DCWrappers.h12 ICompressProgressInfo *Progress; member
/external/okhttp/samples/guide/src/main/java/com/squareup/okhttp/recipes/
DProgress.java31 public final class Progress { class
65 new Progress().run(); in main()
/external/lzma/CPP/7zip/Archive/
DXzHandler.cpp100 virtual HRESULT Progress() = 0;
110 HRESULT Progress();
113 HRESULT CVirtProgress_To_LocalProgress::Progress() in Progress() function in NArchive::NXz::CVirtProgress_To_LocalProgress
414 p.Progress = OpenCallbackProgress; in COpenCallbackWrap()
432 HRESULT Progress();
435 HRESULT CVirtProgress_To_OpenProgress::Progress() in Progress() function in NArchive::NXz::CVirtProgress_To_OpenProgress
667 RINOK(Progress()); in Decode()
/external/chromium-trace/catapult/third_party/gsutil/gslib/
Dgcs_json_media.py105 self.callback_processor.Progress(
129 self.callback_processor.Progress(send_length)
236 self.callback_processor.Progress(
242 self.callback_processor.Progress(read_length)
Dprogress_callback.py63 def Progress(self, bytes_processed): member in ProgressCallbackWithBackoff
Dhashing_helper.py200 callback_processor.Progress(len(data))
/external/zlib/src/contrib/delphi/
DZLib.pas53 procedure Progress(Sender: TObject); dynamic; procedure
398 procedure TCustomZLibStream.Progress(Sender: TObject); procedure
458 Progress(Self);
515 Progress(Self);
/external/lzma/CPP/7zip/UI/FileManager/
DProgressDialog.rc8 CAPTION "Progress"
DProgressDialog2a.rc44 CAPTION "Progress"
/external/lzma/C/
DMtCoder.c58 static SRes Progress(ICompressProgress *p, UInt64 inSize, UInt64 outSize) in Progress() function
60 return (p && p->Progress(p, inSize, outSize) != SZ_OK) ? SZ_ERROR_PROGRESS : SZ_OK; in Progress()
89 p->res = Progress(p->progress, p->totalInSize, p->totalOutSize); in MtProgress_Set()
DLzma2Enc.c252 static SRes Progress(ICompressProgress *p, UInt64 inSize, UInt64 outSize) in Progress() function
254 return (p && p->Progress(p, inSize, outSize) != SZ_OK) ? SZ_ERROR_PROGRESS : SZ_OK; in Progress()
302 res = Progress(progress, p->srcPos, packTotal); in Lzma2Enc_EncodeMt1()
D7zTypes.h224 SRes (*Progress)(void *p, UInt64 inSize, UInt64 outSize); member
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/node_modules/mocha/
Dmocha.js611 module.exports = Progress;
617 function Progress() { class
632 Progress.prototype.size = function(n){ class
645 Progress.prototype.text = function(str){
658 Progress.prototype.fontSize = function(n){
670 Progress.prototype.font = function(family){
682 Progress.prototype.update = function(n){
694 Progress.prototype.draw = function(ctx){
2563 , Progress = require('../browser/progress')
2628 progress = new Progress;
[all …]
/external/opencv3/modules/videoio/src/
Dcap_winrt_capture.cpp61 …asyncTask->Progress = ref new AsyncActionProgressHandler<int>([=](IAsyncActionWithProgress<int>^ a… in winrt_startMessageLoop()
/external/chromium-trace/catapult/third_party/mocha/
Dmocha.js644 module.exports = Progress;
650 function Progress() { class
665 Progress.prototype.size = function(n){ class
678 Progress.prototype.text = function(str){
691 Progress.prototype.fontSize = function(n){
703 Progress.prototype.font = function(family){
715 Progress.prototype.update = function(n){
727 Progress.prototype.draw = function(ctx){
2643 , Progress = require('../browser/progress')
2708 progress = new Progress;
[all …]
/external/chromium-trace/catapult/tracing/third_party/mocha/
Dmocha.js644 module.exports = Progress;
650 function Progress() { class
665 Progress.prototype.size = function(n){ class
678 Progress.prototype.text = function(str){
691 Progress.prototype.fontSize = function(n){
703 Progress.prototype.font = function(family){
715 Progress.prototype.update = function(n){
727 Progress.prototype.draw = function(ctx){
2643 , Progress = require('../browser/progress')
2708 progress = new Progress;
[all …]
/external/curl/lib/
Dgetinfo.c44 struct Progress *pro = &data->progress; in Curl_initinfo()
Durldata.h1107 struct Progress { struct
1684 struct Progress progress; /* for all the progress meter data */
/external/clang/docs/
DReleaseNotes.rst2 Clang 3.8 (In-Progress) Release Notes

123