/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowAsyncTask.java | 18 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/ |
D | ShadowAsyncTaskBridge.java | 6 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/ |
D | test579 | 79 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/ |
D | incremental-marking-job.h | 30 enum Progress { kDone, kMoreWork }; enum 31 static Progress Step(Heap* heap, double deadline_in_ms);
|
D | incremental-marking-job.cc | 67 IncrementalMarkingJob::IdleTask::Progress IncrementalMarkingJob::IdleTask::Step( in Step()
|
/external/lzma/CPP/7zip/Common/ |
D | CWrappers.cpp | 18 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()
|
D | CWrappers.h | 12 ICompressProgressInfo *Progress; member
|
/external/okhttp/samples/guide/src/main/java/com/squareup/okhttp/recipes/ |
D | Progress.java | 31 public final class Progress { class 65 new Progress().run(); in main()
|
/external/lzma/CPP/7zip/Archive/ |
D | XzHandler.cpp | 100 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/ |
D | gcs_json_media.py | 105 self.callback_processor.Progress( 129 self.callback_processor.Progress(send_length) 236 self.callback_processor.Progress( 242 self.callback_processor.Progress(read_length)
|
D | progress_callback.py | 63 def Progress(self, bytes_processed): member in ProgressCallbackWithBackoff
|
D | hashing_helper.py | 200 callback_processor.Progress(len(data))
|
/external/zlib/src/contrib/delphi/ |
D | ZLib.pas | 53 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/ |
D | ProgressDialog.rc | 8 CAPTION "Progress"
|
D | ProgressDialog2a.rc | 44 CAPTION "Progress"
|
/external/lzma/C/ |
D | MtCoder.c | 58 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()
|
D | Lzma2Enc.c | 252 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()
|
D | 7zTypes.h | 224 SRes (*Progress)(void *p, UInt64 inSize, UInt64 outSize); member
|
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/node_modules/mocha/ |
D | mocha.js | 611 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/ |
D | cap_winrt_capture.cpp | 61 …asyncTask->Progress = ref new AsyncActionProgressHandler<int>([=](IAsyncActionWithProgress<int>^ a… in winrt_startMessageLoop()
|
/external/chromium-trace/catapult/third_party/mocha/ |
D | mocha.js | 644 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/ |
D | mocha.js | 644 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/ |
D | getinfo.c | 44 struct Progress *pro = &data->progress; in Curl_initinfo()
|
D | urldata.h | 1107 struct Progress { struct 1684 struct Progress progress; /* for all the progress meter data */
|
/external/clang/docs/ |
D | ReleaseNotes.rst | 2 Clang 3.8 (In-Progress) Release Notes
|