HomeSort by relevance Sort by last modified time
    Searched full:stops (Results 1 - 25 of 1124) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_CDStop.3 3 SDL_CDStop \- Stops a CDROM
11 Stops play on the given \fBcdrom\fR\&.
  /external/webkit/Source/WebCore/css/
CSSGradientValue.cpp 133 // The back end already sorted the stops.
140 Vector<GradientStop> stops(numStops);
155 stops[i].color = renderer->document()->styleSelector()->getColorFromPrimitiveValue(stop.m_color.get());
160 stops[i].offset = stop.m_position->getFloatValue(CSSPrimitiveValue::CSS_PERCENTAGE) / 100;
167 stops[i].offset = (gradientLength > 0) ? length / gradientLength : 0;
170 stops[i].offset = 0;
172 stops[i].specified = true;
177 stops[i].offset = 0;
178 stops[i].specified = true;
180 stops[i].offset = 1
    [all...]
  /development/samples/Alarm/
_index.html 9 <code>Context.startService(Intent)</code> and stops itself when its work is done. You can
14 In the sample, the service simply runs for 15 seconds and then stops itself. The wait is
21 service. You use the activity to control when the service starts and stops. By default, the
23 thirty seconds, runs for 15 seconds, stops, and then runs again automatically in another
  /external/webkit/LayoutTests/fast/dom/Geolocation/
permission-denied-stops-watches.html 10 <script src="script-tests/permission-denied-stops-watches.js"></script>
  /external/chromium/chrome/browser/ui/cocoa/tabs/
throbber_view.h 16 // Creating the class starts the animation, destroying it stops it. There are
24 // animating up from the bottom. Stops once the animation is complete.
  /external/webkit/Source/WebCore/rendering/style/
SVGRenderStyle.cpp 50 stops = defaultStyle->stops;
66 stops.init();
79 stops = other.stops;
98 && stops == other.stops
197 // If gradient stops change, we just need to repaint. Style updates are already handled through RenderSVGGradientSTop.
198 if (stops != other->stops)
    [all...]
  /external/chromium/chrome/browser/chromeos/input_method/
candidate_window.h 19 // deletion of the object, monitoring stops and the view used for
  /external/webkit/Source/WebCore/manual-tests/
image-prefetch-stress.html 18 images as reported by the caches window stops growing.
  /frameworks/base/graphics/java/android/graphics/drawable/
Animatable.java 29 * Stops the drawable's animation.
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGResourceLinearGradient.cpp 60 // Add stops
61 addStops(gradientData, m_attributes.stops());
RenderSVGResourceRadialGradient.cpp 65 // Add stops
66 addStops(gradientData, m_attributes.stops());
  /external/chromium/chrome/browser/ui/toolbar/
back_forward_menu_model.h 46 // chapter-stops, separators and the Show Full History link. This function
111 // chapter-stops.
122 // G5 then G3, W2 and G5 are considered chapter-stops. The return value from
129 // allows you to skip chapter-stops by specifying a positive value for |skip|.
138 // is out of bounds or if we skip too far (run out of chapter-stops) this
145 // How many chapter-stops (max) to show in the back/forward dropdown list.
  /external/webkit/Source/WebCore/platform/graphics/skia/
GradientSkia.cpp 59 // Determine the total number of stops needed, including pseudo-stops at the
76 // buffers, ensuring stops at both 0.0 and 1.0. The buffers must be large
77 // enough to hold information for all stops, including the new endpoints if
78 // stops at 0.0 and 1.0 aren't already included.
85 // A gradient with no stops must be transparent black.
  /external/chromium/base/
event_recorder.h 51 // Stops recording.
61 // Stops playback.
  /external/v8/test/mjsunit/
debug-constructor.js 63 // Break point stops on "new c()" and steps into c.
70 // Break point stops on "x = 1" and steps to "new c()" and then into c.
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
BiometricSensorUnlock.java 40 * Stops and removes the biometric unlock and shows the backup unlock
52 * Stops the biometric unlock procedure and unbinds from the service. Called on the UI thread.
  /dalvik/tests/032-concrete-sub/src/
Main.java 25 // Dalvik verifier stops here (VerifyError)
  /external/chromium/chrome/browser/chromeos/cros/
speech_synthesis_library.h 27 // Stops speaking the current utterance.
  /external/chromium/chrome/browser/ui/views/location_bar/
suggested_text_view.h 29 // Stops the animation.
  /libcore/luni/src/main/java/java/lang/
ThreadDeath.java 21 * ThreadDeath is thrown when a thread stops executing. It is used to aid in the
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
NamedTaskExecutor.java 32 * Stops any unstarted tasks from running. Implementations of this method must be
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
AndroidLaunch.java 42 /** Stops the launch, and removes it from the launch manager */
  /cts/suite/audio_quality/lib/include/task/
TaskGeneric.h 65 // error which cannot be continued. effect is the same as fail. stops everything.
67 // test failed. stops everything.
  /external/qemu/android/protocol/
core-commands-api.h 35 /* Starts or stops tracing in the Core.
37 * start - Starts (> 0), or stops (== 0) tracing.
  /external/qemu/distrib/sdl-1.2.15/docs/html/
sdlcdstop.html 83 >SDL_CDStop&nbsp;--&nbsp;Stops a CDROM</DIV
123 >Stops play on the given <TT

Completed in 1448 milliseconds

1 2 3 4 5 6 7 8 91011>>