/external/javasqlite/src/main/java/SQLite/ |
ProgressHandler.java | 4 * Callback interface for SQLite's user defined progress handler. 16 public boolean progress(); method in interface:ProgressHandler
|
/external/chromium_org/third_party/mesa/src/src/glsl/ |
lower_noise.cpp | 36 lower_noise_visitor() : progress(false) 55 this->progress = true; 59 bool progress; member in class:lower_noise_visitor 70 return v.progress;
|
opt_noop_swizzle.cpp | 44 this->progress = false; 48 bool progress; member in class:__anon17891::ir_noop_swizzle_visitor 73 this->progress = true; 83 return v.progress;
|
opt_swizzle_swizzle.cpp | 41 progress = false; 46 bool progress; member in class:__anon17894::ir_swizzle_swizzle_visitor 81 this->progress = true; 96 return v.progress;
|
lower_texture_projection.cpp | 44 progress = false; 49 bool progress; member in class:lower_texture_projection_visitor 87 progress = true; 98 return v.progress;
|
opt_dead_code.cpp | 48 bool progress = false; local 83 progress = true; 110 progress = true; 119 return progress; 132 bool progress = false; local 147 progress = true; 152 return progress;
|
/external/mesa3d/src/glsl/ |
lower_noise.cpp | 36 lower_noise_visitor() : progress(false) 55 this->progress = true; 59 bool progress; member in class:lower_noise_visitor 70 return v.progress;
|
opt_noop_swizzle.cpp | 44 this->progress = false; 48 bool progress; member in class:__anon31450::ir_noop_swizzle_visitor 73 this->progress = true; 83 return v.progress;
|
opt_swizzle_swizzle.cpp | 41 progress = false; 46 bool progress; member in class:__anon31453::ir_swizzle_swizzle_visitor 81 this->progress = true; 96 return v.progress;
|
lower_texture_projection.cpp | 44 progress = false; 49 bool progress; member in class:lower_texture_projection_visitor 87 progress = true; 98 return v.progress;
|
opt_dead_code.cpp | 48 bool progress = false; local 83 progress = true; 110 progress = true; 119 return progress; 132 bool progress = false; local 147 progress = true; 152 return progress;
|
/external/mockito/src/org/mockito/internal/progress/ |
IOngoingStubbing.java | 5 package org.mockito.internal.progress;
|
SequenceNumber.java | 5 package org.mockito.internal.progress;
|
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/ |
dromaeorunner.js | 26 case "dromaeo:progress": 27 DRT.progress(event.data); 40 progress: function(message) { 38 progress: function(message) { method
|
/external/chromium_org/ui/compositor/ |
float_animation_curve_adapter.cc | 38 double progress = t / duration_.InSecondsF(); local 40 gfx::Tween::CalculateValue(tween_type_, progress),
|
/external/mockito/src/org/mockito/internal/debugging/ |
WarningsCollector.java | 11 import org.mockito.internal.progress.MockingProgress;
12 import org.mockito.internal.progress.ThreadSafeMockingProgress;
25 MockingProgress progress = new ThreadSafeMockingProgress();
local 26 progress.setListener(new CollectCreatedMocks(createdMocks));
|
/external/chromium_org/chrome/browser/download/ |
download_status_updater_win.cc | 24 float progress) { 25 // Taskbar progress bar is only supported on Win7. 43 // Iterate through all the browser windows, and draw the progress bar. 50 if (download_count == 0 || progress == 1.0f) 55 taskbar->SetProgressValue(frame, static_cast<int>(progress * 100), 100); 64 // Always update overall progress. 65 float progress = 0; local 67 bool progress_known = GetProgress(&progress, &download_count); 68 UpdateTaskbarProgressBar(download_count, progress_known, progress);
|
/external/chromium_org/third_party/WebKit/Source/platform/transforms/ |
InterpolatedTransformOperation.h | 42 static PassRefPtr<InterpolatedTransformOperation> create(const TransformOperations& from, const TransformOperations& to, double progress) 44 return adoptRef(new InterpolatedTransformOperation(from, to, progress)); 60 virtual PassRefPtr<TransformOperation> blend(const TransformOperation* from, double progress, bool blendToIdentity = false) OVERRIDE; 67 InterpolatedTransformOperation(const TransformOperations& from, const TransformOperations& to, double progress) 70 , progress(progress) 75 double progress; member in class:WebCore::InterpolatedTransformOperation
|
/external/chromium_org/third_party/skia/tests/ |
PathOpsOpCubicThreadedTest.cpp | 17 bool progress = state.fReporter->verbose(); // FIXME: break out into its own parameter? local 18 if (progress) { 28 if (progress) { 56 if (progress) {
|
PathOpsOpRectThreadedTest.cpp | 22 bool progress = state.fReporter->verbose(); // FIXME: break out into its own parameter? local 23 if (progress) { 32 if (progress) { 63 if (progress) {
|
/external/skia/tests/ |
PathOpsOpCubicThreadedTest.cpp | 17 bool progress = state.fReporter->verbose(); // FIXME: break out into its own parameter? local 18 if (progress) { 28 if (progress) { 56 if (progress) {
|
PathOpsOpRectThreadedTest.cpp | 22 bool progress = state.fReporter->verbose(); // FIXME: break out into its own parameter? local 23 if (progress) { 32 if (progress) { 63 if (progress) {
|
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/ |
StatusBarController.java | 42 private final JProgressBar progress = new JProgressBar(); field in class:StatusBarController 51 progress.setPreferredSize(new Dimension(100, 15)); 59 panel.add(progress); 84 this.progress.setIndeterminate(value); 88 this.progress.setIndeterminate(false); 89 this.progress.setValue(value);
|
/external/chromium_org/cc/animation/ |
scrollbar_animation_controller.cc | 36 float progress = AnimationProgressAtTime(now); local 37 RunAnimationFrame(progress); 48 float progress = delta.InSecondsF() / duration_.InSecondsF(); local 49 return std::max(std::min(progress, 1.f), 0.f);
|
/external/chromium_org/chrome/browser/extensions/api/image_writer_private/ |
operation_chromeos.cc | 120 int progress = kProgressComplete * num_bytes_burnt / total_size; local 121 SetProgress(progress);
|