Searched defs:Progress (Results 1 - 18 of 18) sorted by relevance

/external/marisa-trie/lib/marisa/
H A Dprogress.cc5 Progress::Progress(int flags) : flags_(flags), trie_id_(0), total_size_(0) { function in class:marisa::Progress
20 bool Progress::is_valid() const {
H A Dprogress.h8 class Progress { class in namespace:marisa
10 explicit Progress(int flags);
17 Progress &operator++() {
57 Progress(const Progress &);
58 Progress &operator=(const Progress &);
/external/marisa-trie/v0_1_5/lib/marisa_alpha/
H A Dprogress.cc5 Progress::Progress(int flags) : flags_(flags), trie_id_(0), total_size_(0) { function in class:marisa_alpha::Progress
21 bool Progress::is_valid() const {
H A Dprogress.h8 class Progress { class in namespace:marisa_alpha
10 explicit Progress(int flags);
17 Progress &operator++() {
57 Progress(const Progress &);
58 Progress &operator=(const Progress &);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DProgress.js35 WebInspector.Progress = function()
39 WebInspector.Progress.Events = {
43 WebInspector.Progress.prototype = {
82 * @param {WebInspector.Progress} parent
92 parent.addEventListener(WebInspector.Progress.Events.Canceled, this._parentCanceled.bind(this));
104 this.dispatchEventToListeners(WebInspector.Progress.Events.Canceled);
106 this._children[i].dispatchEventToListeners(WebInspector.Progress.Events.Canceled);
139 * @implements {WebInspector.Progress}
/external/chromium_org/chrome_frame/
H A Durlmon_bind_status_callback.h123 class Progress { class in class:BSCBStorageBind
125 Progress(ULONG progress, ULONG progress_max, ULONG status_code, function in class:BSCBStorageBind::Progress
141 ~Progress() {
170 typedef std::vector<Progress*> ProgressVector;
/external/lzma/CPP/7zip/Common/
H A DCWrappers.h12 ICompressProgressInfo *Progress; member in struct:CCompressProgressWrap
/external/zlib/src/contrib/delphi/
H A DZLib.pas53 procedure Progress(Sender: TObject); dynamic; procedure
398 procedure TCustomZLibStream.Progress(Sender: TObject);
458 Progress(Self);
515 Progress(Self);
/external/chromium_org/ui/compositor/
H A Dlayer_animation_sequence.cc50 void LayerAnimationSequence::Progress(base::TimeTicks now, function in class:ui::LayerAnimationSequence
81 if (elements_[current_index]->Progress(now, delegate))
H A Dlayer_animation_element.cc618 bool LayerAnimationElement::Progress(base::TimeTicks now, function in class:ui::LayerAnimationElement
/external/chromium_org/third_party/WebKit/Source/core/platform/
H A DCursor.h74 Progress, enumerator in enum:WebCore::Cursor::Type
/external/lzma/C/
H A DMtCoder.c56 static SRes Progress(ICompressProgress *p, UInt64 inSize, UInt64 outSize) function
58 return (p && p->Progress(p, inSize, outSize) != SZ_OK) ? SZ_ERROR_PROGRESS : SZ_OK;
87 p->res = Progress(p->progress, p->totalInSize, p->totalOutSize);
H A DTypes.h222 SRes (*Progress)(void *p, UInt64 inSize, UInt64 outSize); member in struct:__anon21990
H A DLzma2Enc.c236 static SRes Progress(ICompressProgress *p, UInt64 inSize, UInt64 outSize) function
238 return (p && p->Progress(p, inSize, outSize) != SZ_OK) ? SZ_ERROR_PROGRESS : SZ_OK;
286 res = Progress(progress, p->srcPos, packTotal);
/external/chromium_org/third_party/lzma_sdk/
H A DTypes.h222 SRes (*Progress)(void *p, UInt64 inSize, UInt64 outSize); member in struct:__anon11774
/external/chromium_org/third_party/ots/third_party/lzma_sdk/
H A DTypes.h223 SRes (*Progress)(void *p, UInt64 inSize, UInt64 outSize); member in struct:__anon13349
/external/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp2090 bool Progress = false; local
2102 Progress |= Success;
2106 return Progress;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.filebuffers_3.5.100.v20100520-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 341 milliseconds