HomeSort by relevance Sort by last modified time
    Searched defs:progress (Results 51 - 75 of 420) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/mesa/src/src/glsl/
lower_discard.cpp 115 this->progress = false;
120 bool progress; member in class:lower_discard_visitor
131 return v.progress;
195 this->progress = true;
lower_vector.cpp 36 lower_vector_visitor() : progress(false)
48 bool progress; member in class:lower_vector_visitor
212 this->progress = true;
223 return v.progress;
opt_dead_functions.cpp 118 bool progress = false; local
132 progress = true;
151 progress = true;
155 return progress;
loop_unroll.cpp 33 this->progress = false;
41 bool progress; member in class:loop_unroll_visitor
134 this->progress = true;
219 this->progress = true;
240 this->progress = true;
252 return v.progress;
lower_if_to_cond_assign.cpp 56 this->progress = false;
72 bool progress; member in class:ir_if_to_cond_assign_visitor
89 return v.progress;
249 this->progress = true;
lower_instructions.cpp 92 : progress(false), lower(lower) { }
96 bool progress; member in class:lower_instructions_visitor
121 return v.progress;
130 this->progress = true;
148 this->progress = true;
198 this->progress = true;
209 this->progress = true;
223 this->progress = true;
233 this->progress = true;
268 this->progress = true
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_fs_cse.cpp 86 bool progress = false; local
111 progress = true;
168 if (progress)
171 return progress;
177 bool progress = false; local
185 progress = opt_cse_local(block, &aeb) || progress;
188 return progress;
brw_vec4_copy_propagation.cpp 223 /* Don't report progress if this is a noop. */
235 bool progress = false; local
297 progress = true;
337 if (progress)
340 return progress;
  /external/chromium_org/ui/compositor/
transform_animation_curve_adapter.cc 44 double progress = t / duration_.InSecondsF(); local
51 progress));
  /external/e2fsprogs/lib/ext2fs/
alloc_tables.c 230 struct ext2fs_numeric_progress_struct progress; local
232 ext2fs_numeric_progress_init(fs, &progress, NULL,
236 ext2fs_numeric_progress_update(fs, &progress, i);
241 ext2fs_numeric_progress_close(fs, &progress, NULL);
  /external/libmtp/examples/
pathutils.c 116 int progress (const uint64_t sent, const uint64_t total, void const * const data) function
120 printf("Progress: %I64u of %I64u (%d%%)\r", sent, total, percent);
122 printf("Progress: %llu of %llu (%d%%)\r", sent, total, percent);
  /external/mesa3d/src/glsl/
lower_discard.cpp 115 this->progress = false;
120 bool progress; member in class:lower_discard_visitor
131 return v.progress;
195 this->progress = true;
lower_vector.cpp 36 lower_vector_visitor() : progress(false)
48 bool progress; member in class:lower_vector_visitor
212 this->progress = true;
223 return v.progress;
opt_dead_functions.cpp 118 bool progress = false; local
132 progress = true;
151 progress = true;
155 return progress;
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_cse.cpp 86 bool progress = false; local
111 progress = true;
168 if (progress)
171 return progress;
177 bool progress = false; local
185 progress = opt_cse_local(block, &aeb) || progress;
188 return progress;
brw_vec4_copy_propagation.cpp 223 /* Don't report progress if this is a noop. */
235 bool progress = false; local
297 progress = true;
337 if (progress)
340 return progress;
  /external/mockito/src/org/mockito/internal/progress/
MockingProgress.java 6 package org.mockito.internal.progress;
  /external/stlport/test/unit/cppunit/
file_reporter.h 65 // Error might be called several times between 2 progress calls, we shouldn't however consider
75 virtual void progress(const char *in_className, const char *in_shortTestName, bool ignored, bool explicitTest) { function in class:FileReporter
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
PiecewiseLinearIndentationFunctor.java 104 float progress = mBaseValues.get(below - 1) * (1 - partialIn) local
106 result += (progress * (1 - mLinearPart)
  /ndk/tests/device/test-gnustl-full/unit/cppunit/
file_reporter.h 65 // Error might be called several times between 2 progress calls, we shouldn't however consider
75 virtual void progress(const char *in_className, const char *in_shortTestName, bool ignored, bool explicitTest) { function in class:FileReporter
  /ndk/tests/device/test-stlport/unit/cppunit/
file_reporter.h 65 // Error might be called several times between 2 progress calls, we shouldn't however consider
75 virtual void progress(const char *in_className, const char *in_shortTestName, bool ignored, bool explicitTest) { function in class:FileReporter
  /sdk/emulator/opengl/host/libs/libOpenglRender/
RenderThread.cpp 112 bool progress; local
114 progress = false;
121 progress = true;
130 progress = true;
141 progress = true;
144 } while( progress );
  /external/chromium_org/chrome/browser/ui/webui/help/
version_updater_chromeos.cc 162 int progress = 0; local
188 progress = static_cast<int>(round(status.download_progress * 100));
195 // Once the download is finished, keep the progress at 100; it shouldn't
197 progress = 100;
207 callback_.Run(my_status, progress, message);
  /external/chromium_org/ppapi/native_client/tests/ppapi_browser/
progress_event_listener.js 5 // Class to track the progress events received by a particular plugin instance.
12 'loadstart': { 'progress': 1, 'error': 1, 'abort': 1, 'load': 1 },
13 'progress': { 'progress': 1, 'error': 1, 'abort': 1, 'load': 1 },
26 'progress': 0,
57 // Function to record progress stats.
59 // Can either record progress from a progress event with lengthComputable,
61 if (event.type == 'progress' && event.lengthComputable) {
85 // Sets up event listeners on the body element for all the progress
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLProgressElement.cpp 55 RefPtrWillBeRawPtr<HTMLProgressElement> progress = adoptRefWillBeNoop(new HTMLProgressElement(document)); local
56 progress->ensureUserAgentShadowRoot();
57 return progress.release();
99 // value, then the current value of the progress bar is the maximum value
100 // of the progress bar. Otherwise, if parsing the value attribute's value
102 // current value of the progress bar is zero.
116 // equal to zero, then the maximum value of the progress bar is 1.0.
154 inner->setShadowPseudoId(AtomicString("-webkit-progress-inner-element", AtomicString::ConstructFromLiteral));
158 bar->setShadowPseudoId(AtomicString("-webkit-progress-bar", AtomicString::ConstructFromLiteral));
161 m_value->setShadowPseudoId(AtomicString("-webkit-progress-value", AtomicString::ConstructFromLiteral))
    [all...]

Completed in 388 milliseconds

1 23 4 5 6 7 8 91011>>