Home
last modified time | relevance | path

Searched defs:progress (Results 1 – 25 of 343) sorted by relevance

12345678910>>...14

/external/chromium_org/third_party/WebKit/Source/platform/animation/
DAnimationUtilities.h37 inline int blend(int from, int to, double progress) in blend()
44 inline T blend(T from, T to, double progress) in blend()
50 inline double blend(double from, double to, double progress) in blend()
55 inline float blend(float from, float to, double progress) in blend()
60 inline LayoutUnit blend(LayoutUnit from, LayoutUnit to, double progress) in blend()
65 inline IntPoint blend(const IntPoint& from, const IntPoint& to, double progress) in blend()
/external/chromium/chrome/browser/download/
Ddownload_status_updater_unittest.cc84 float progress = -1; in TEST_F() local
94 float progress = -1; in TEST_F() local
105 float progress = -1; in TEST_F() local
114 float progress = -1; in TEST_F() local
126 float progress = -1; in TEST_F() local
141 float progress = -1; in TEST_F() local
150 float progress = -1; in TEST_F() local
159 float progress = -1; in TEST_F() local
Ddownload_status_updater.cc30 float progress = 0; in Update() local
38 bool DownloadStatusUpdater::GetProgress(float* progress) { in GetProgress()
/external/chromium_org/third_party/WebKit/Source/platform/transforms/
DInterpolatedTransformOperation.h42 …mOperation> create(const TransformOperations& from, const TransformOperations& to, double progress) in create()
62 …TransformOperation(const TransformOperations& from, const TransformOperations& to, double progress) in InterpolatedTransformOperation()
70 double progress; variable
/external/chromium_org/chrome/browser/download/
Ddownload_status_updater_unittest.cc197 float progress = -1; in TEST_F() local
211 float progress = -1; in TEST_F() local
232 float progress = -1; in TEST_F() local
299 float progress = -1; in TEST_F() local
310 float progress = -1; in TEST_F() local
325 float progress = -1; in TEST_F() local
344 float progress = -1; in TEST_F() local
Ddownload_status_updater_win.cc36 float progress) { in UpdateTaskbarProgressBar()
89 float progress = 0; in UpdateAppIconDownloadProgress() local
Ddownload_status_updater_gtk.cc11 float progress = 0; in UpdateAppIconDownloadProgress() local
/external/mesa3d/src/glsl/
Dopt_dead_code.cpp48 bool progress = false; in do_dead_code() local
132 bool progress = false; in do_dead_code_unlinked() local
/external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/
Ddownload.py32 def ShowKnownProgress(progress): argument
64 def progress_no_op(progress): argument
/external/chromium_org/third_party/mesa/src/src/glsl/
Dopt_dead_code.cpp48 bool progress = false; in do_dead_code() local
132 bool progress = false; in do_dead_code_unlinked() local
/external/marisa-trie/v0_1_5/tests/
Dunit-test.cc228 marisa_alpha::Progress progress(0); in TestProgress() local
254 marisa_alpha::Progress progress(MARISA_ALPHA_DEFAULT_FLAGS); in TestProgress() local
265 marisa_alpha::Progress progress(255 | MARISA_ALPHA_PREFIX_TRIE in TestProgress() local
277 marisa_alpha::Progress progress(~MARISA_ALPHA_FLAGS_MASK); in TestProgress() local
/external/marisa-trie/tests/
Dunit-test.cc225 marisa::Progress progress(0); in TestProgress() local
250 marisa::Progress progress(MARISA_DEFAULT_FLAGS); in TestProgress() local
261 marisa::Progress progress(255 | MARISA_PREFIX_TRIE in TestProgress() local
273 marisa::Progress progress(~MARISA_FLAGS_MASK); in TestProgress() local
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DSourcesSearchScope.js47 performIndexing: function(progress, indexingFinishedCallback) argument
80 performSearch: function(searchConfig, progress, searchResultCallback, searchFinishedCallback) argument
118 _processMatchingFilesForProject: function(searchId, project, progress, callback, files) argument
DExtensionAuditCategory.js65 run: function(requests, ruleResultCallback, categoryDoneCallback, progress) argument
79 …ensionAuditCategoryResults = function(category, ruleResultCallback, categoryDoneCallback, progress) argument
134 updateProgress: function(progress) argument
/external/lzma/CPP/7zip/Compress/
DCopyCoder.cpp23 ICompressProgressInfo *progress) in Code()
61 …am(ISequentialInStream *inStream, ISequentialOutStream *outStream, ICompressProgressInfo *progress) in CopyStream()
/external/chromium_org/cc/animation/
Dscrollbar_animation_controller_thinning.cc73 float progress = AnimationProgressAtTime(now); in Animate() local
148 float progress = delta.InSecondsF() / animation_duration_.InSecondsF(); in AnimationProgressAtTime() local
153 float progress) { in OpacityAtAnimationProgress()
163 float progress) { in ThumbThicknessScaleAtAnimationProgress()
Dtransform_operations_unittest.cc277 SkMScalar progress = 0.25f; in TEST() local
292 static void CheckProgress(SkMScalar progress, in CheckProgress()
363 SkMScalar progress = 0.25f; in TEST() local
379 SkMScalar progress = 0.5f; in TEST() local
395 SkMScalar progress = 0.5f; in TEST() local
410 SkMScalar progress = 0.5f; in TEST() local
432 SkMScalar progress = 0.5f; in TEST() local
466 SkMScalar progress = 0.5f; in TEST() local
500 SkMScalar progress = 0.5f; in TEST() local
534 SkMScalar progress = 0.5f; in TEST() local
[all …]
/external/chromium_org/ppapi/native_client/tests/ppapi_browser/
Dprogress_event_listener.js12 'loadstart': { 'progress': 1, 'error': 1, 'abort': 1, 'load': 1 }, property
13 'progress': { 'progress': 1, 'error': 1, 'abort': 1, 'load': 1 }, property
26 'progress': 0, property
/external/marisa-trie/v0_1_5/lib/marisa_alpha/
Dtrie-build.cc84 Progress progress(flags); in build_trie() local
130 Vector<UInt32> *terminals, Progress &progress) { in build_trie()
174 Vector<UInt32> *terminals, Progress &progress) try { in build_cur()
275 Vector<UInt32> *terminals, Progress &progress) { in build_next()
298 Vector<UInt32> *terminals, Progress &progress) { in build_next()
/external/marisa-trie/lib/marisa/
Dtrie-build.cc75 Progress progress(flags); in build_trie() local
121 Vector<UInt32> *terminals, Progress &progress) { in build_trie()
165 Vector<UInt32> *terminals, Progress &progress) { in build_cur()
261 Vector<UInt32> *terminals, Progress &progress) { in build_next()
284 Vector<UInt32> *terminals, Progress &progress) { in build_next()
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowProgressBar.java11 private int progress; field in ShadowProgressBar
40 public void setProgress(int progress) { in setProgress()
/external/chromium_org/third_party/WebKit/Source/core/frame/animation/
DCSSPropertyAnimation.cpp53 static inline T blendFunc(const AnimationBase*, T from, T to, double progress) in blendFunc()
58 static inline float blendFunc(const AnimationBase*, float from, float to, double progress) in blendFunc()
63 …c inline Color blendFunc(const AnimationBase*, const Color& from, const Color& to, double progress) in blendFunc()
68 …nline Length blendFunc(const AnimationBase*, const Length& from, const Length& to, double progress) in blendFunc()
73 …t AnimationBase* anim, const BorderImageLength& from, const BorderImageLength& to, double progress) in blendFunc()
89 const BorderImageLengthBox& to, double progress) in blendFunc()
97 …blendFunc(const AnimationBase* anim, const LengthSize& from, const LengthSize& to, double progress) in blendFunc()
103 …endFunc(const AnimationBase* anim, const LengthPoint& from, const LengthPoint& to, double progress) in blendFunc()
108 …imationBase* anim, const TransformOperations& from, const TransformOperations& to, double progress) in blendFunc()
115 …n> blendFunc(const AnimationBase*, ClipPathOperation* from, ClipPathOperation* to, double progress) in blendFunc()
[all …]
/external/javasqlite/src/main/java/SQLite/
DProgressHandler.java16 public boolean progress(); in progress() method
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_fs_copy_propagation.cpp83 bool progress = false; in opt_copy_propagate_local() local
137 bool progress = false; in opt_copy_propagate() local
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
Dbrw_fs_copy_propagation.cpp83 bool progress = false; in opt_copy_propagate_local() local
137 bool progress = false; in opt_copy_propagate() local

12345678910>>...14