HomeSort by relevance Sort by last modified time
    Searched full:progress (Results 401 - 425 of 2620) sorted by null

<<11121314151617181920>>

  /cts/tests/tests/widget/src/android/widget/cts/
SeekBarTest.java 74 // while starting to track, the progress is changed also
123 public void onProgressChanged(SeekBar seekBar, int progress, boolean fromTouch) {
  /external/chromium/chrome/browser/download/
save_item.cc 60 // Cancel this saving item job. If the job is not in progress, ignore
61 // this command. The SavePackage will each in-progress SaveItem's cancel
  /external/chromium/chrome/browser/sync/glue/
data_type_controller.h 34 ASSOCIATING, // Model association is in progress.
46 BUSY, // Start() was called while already in progress.
  /external/chromium/chrome/browser/ui/find_bar/
find_tab_helper.h 22 // function does not block while a search is in progress. The controller will
82 // is in progress. This can also be set if a page has been reloaded, and will
  /external/chromium/chrome/browser/ui/webui/
cookies_tree_model_adapter.cc 65 // Skip if there is a batch update in progress.
85 // Skip if there is a batch update in progress.
  /external/chromium/chrome/browser/ui/webui/options/
import_data_handler.cc 151 // TODO(csilv): show progress detail in the web view.
155 // TODO(csilv): show progress detail in the web view.
  /external/chromium/net/proxy/
init_proxy_resolver.h 37 // Deleting InitProxyResolver while Init() is in progress, will
48 // Aborts any in-progress request.
proxy_script_fetcher_impl.h 33 // Note that while a request is in progress, we will be holding a reference
93 // The current (in progress) request, or NULL.
  /external/mockito/src/org/mockito/internal/handler/
MockHandlerImpl.java 11 import org.mockito.internal.progress.MockingProgress;
12 import org.mockito.internal.progress.ThreadSafeMockingProgress;
  /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
  /external/v8/test/mjsunit/compiler/
alloc-object.js 31 // objects (e.g. in object properties, slack tracking in progress or
85 // Test inlined allocation while slack tracking is still in progress.
  /external/webkit/PerformanceTests/SunSpider/resources/
driver-TEMPLATE.html 32 <title>SunSpider 0.9.1 JavaScript Benchmark (@SUITE@ test suite - In Progress...)</title>
38 <h2><span id="logo">&#x2600;</span>SunSpider JavaScript Benchmark <small>(In Progress...)</small></h2>
  /external/webkit/Source/WebCore/bindings/v8/
ScriptProfiler.cpp 71 ActivityControlAdapter(ScriptProfiler::HeapSnapshotProgress* progress)
72 : m_progress(progress), m_firstReport(true) { }
  /external/webkit/Source/WebCore/page/animation/
KeyframeAnimation.h 85 // Get the styles for the given property surrounding the current animation time and the progress between them.
86 void fetchIntervalEndpointsForProperty(int property, const RenderStyle*& fromStyle, const RenderStyle*& toStyle, double& progress) const;
  /external/webkit/Source/WebCore/xml/
XMLHttpRequestProgressEventThrottle.cpp 115 // No progress event was queued since the previous dispatch, we can safely stop the timer.
135 // If we have a progress event waiting to be dispatched,
  /external/webkit/Tools/QtTestBrowser/
locationedit.cpp 64 void LocationEdit::setProgress(int progress)
67 m_progress = progress;
  /frameworks/av/libvideoeditor/vss/mcs/src/
M4MCS_AudioEffects.c 97 * @param pProgress (IN) Effect progress
144 * @param pProgress (IN) Effect progress
  /frameworks/base/core/java/android/os/
TransactionTooLargeException.java 29 * is shared by all transactions in progress for the process. Consequently this
30 * exception can be thrown when there are many transactions in progress even when
  /frameworks/base/docs/html/training/improving-layouts/
loading-ondemand.jd 36 they are item details, progress indicators, or undo messages, you can reduce memory usage and speed
47 <p>The following {@link android.view.ViewStub} is for a translucent progress bar overlay. It should
  /frameworks/base/media/java/android/media/videoeditor/
Effect.java 91 * Set the duration of the effect. If a preview or export is in progress,
123 * Set start time of the effect. If a preview or export is in progress, then
  /frameworks/base/packages/SystemUI/src/com/android/systemui/settings/
ToggleSlider.java 110 public void onProgressChanged(SeekBar seekBar, int progress, boolean fromUser) {
112 mListener.onChanged(this, mTracking, mToggle.isChecked(), progress);
  /frameworks/base/test-runner/src/android/test/
TestPrinter.java 28 * Prints the test progress to stdout. Android includes a default
29 * implementation and calls these methods to print out test progress; you
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
PointsActivity.java 60 public void onProgressChanged(SeekBar seekBar, int progress, boolean fromUser) {
61 mSeekValue = (float)progress / 100.0f;
  /frameworks/support/v4/java/android/support/v4/app/
ListFragment.java 86 * way to have the built-in indeterminant progress state be shown.
103 ProgressBar progress = new ProgressBar(context, null, local
105 pframe.addView(progress, new FrameLayout.LayoutParams(
246 * this time an indeterminant progress indicator will be shown instead.
254 * @param shown If true, the list view is shown; if false, the progress
272 * this time an indeterminant progress indicator will be shown instead.
274 * @param shown If true, the list view is shown; if false, the progress
368 // have our data right away and start with the progress indicator.
  /libcore/luni/src/main/java/java/util/
TimerTask.java 43 * if this is task in progress.
101 * progress it returns the execution time of the ongoing task. Tasks which

Completed in 1145 milliseconds

<<11121314151617181920>>