HomeSort by relevance Sort by last modified time
    Searched full:flip (Results 101 - 125 of 1048) sorted by null

1 2 3 45 6 7 8 91011>>

  /libcore/harmony-tests/src/test/java/tests/api/java/nio/charset/
UTF16BECharsetDecoderTest.java 59 // buffer.flip();
UTF16LECharsetDecoderTest.java 59 // buffer.flip();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/template.bitset/bitset.members/
op_eq_eq.pass.cpp 39 v2[N/2].flip();
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageMirror.java 47 public void flip() { method in class:ImageMirror
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nouveau_util.h 136 /* Window system FBO: Flip the Y coordinate. */
151 /* Window system FBO: Flip the Y coordinate. */
168 /* Window system FBO: Flip the Y coordinate. */
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_util.h 136 /* Window system FBO: Flip the Y coordinate. */
151 /* Window system FBO: Flip the Y coordinate. */
168 /* Window system FBO: Flip the Y coordinate. */
  /frameworks/base/core/java/android/widget/
ViewFlipper.java 35 * requested, can automatically flip between each child at a regular interval.
157 * Internal method to start or stop dispatching flip {@link Message} based
165 * Internal method to start or stop dispatching flip {@link Message} based
  /frameworks/native/services/surfaceflinger/
SurfaceFlingerConsumer.cpp 130 // Don't yet have an easy way to get actual buffer flip time for
144 // Assume that whatever we submit now will appear on the next flip,
145 // i.e. 1 frame of latency w.r.t. the previous flip.
  /development/samples/devbytes/animation/CardFlip/src/com/example/android/cardflip/
CardView.java 39 * This CardView object is a view which can flip horizontally about its edges,
41 * the middle of a flip animation, this view darkens to imitate a shadow-like effect.
112 /** Initiates a horizontal flip from right to left. */
118 /** Initiates a horizontal flip from left to right. */
125 * Animates a horizontal (about the y-axis) flip of this card.
  /external/kernel-headers/original/asm-mips/
dma.h 106 #define DMA1_CLEAR_FF_REG 0x0C /* clear pointer flip-flop (w) */
117 #define DMA2_CLEAR_FF_REG 0xD8 /* clear pointer flip-flop (w) */
186 /* Clear the 'DMA Pointer Flip Flop'.
264 * Assumes dma flip-flop is clear.
286 * Assumes DMA flip-flop is clear.
  /external/kernel-headers/original/asm-x86/
dma_32.h 87 #define DMA1_CLEAR_FF_REG 0x0C /* clear pointer flip-flop (w) */
98 #define DMA2_CLEAR_FF_REG 0xD8 /* clear pointer flip-flop (w) */
168 /* Clear the 'DMA Pointer Flip Flop'.
246 * Assumes dma flip-flop is clear.
268 * Assumes DMA flip-flop is clear.
  /external/chromium_org/chrome/browser/resources/chromeos/login/
screen_locally_managed_user_creation.css 339 .camera.flip-x #managed-user-creation-image-preview-img {
368 .flip-x #managed-user-creation-image-stream-crop {
395 #managed-user-creation-flip-photo {
408 html[dir=rtl] #managed-user-creation-flip-photo {
413 /* "Flip photo" button is hidden during flip animation. */
414 .camera.online:not(.animation) #managed-user-creation-flip-photo {
  /external/llvm/include/llvm/ADT/
SmallBitVector.h 286 // Set, reset, flip
349 SmallBitVector &flip() { function in class:llvm::SmallBitVector
353 getPointer()->flip();
357 SmallBitVector &flip(unsigned Idx) { function in class:llvm::SmallBitVector
361 getPointer()->flip(Idx);
365 // No argument flip.
367 return SmallBitVector(*this).flip();
  /external/qemu/distrib/sdl-1.2.15/src/video/ps3/
SDL_ps3video.c 246 * kernel will no longer flip the screen itself
358 /* Copy screen to framebuffer and flip */
388 /* Flip the pages */
430 /* Blit/Flip buffer to the screen. Must be called after each frame! */
437 /* Page flip */
438 deprintf(1, "[PS3] Page flip to buffer #%u 0x%x\n", s_center_index, s_center[s_center_index]);
  /external/chromium_org/printing/
page_setup_unittest.cc 226 // Flip the orientation
247 // Force requested margins and flip the orientation.
255 // Flip the orientation
  /external/guava/guava/src/com/google/common/hash/
AbstractStreamingHashFunction.java 131 bb.flip();
222 buffer.flip();
240 buffer.flip();
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
PhotoCarousel.java 84 flip(1f);
116 flip(Math.signum(vX));
227 public void flip(float sgn) { method in class:PhotoCarousel
  /external/chromium_org/chrome/browser/automation/
testing_automation_provider_mac.mm 65 // Flip coordinate system.
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
overview.html 39 #flip-slider-container {
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11app/
d3d11u.h 36 bool flip; member in struct:triangle_list_indices
39 : base(0), flip(false)
45 this->push_back(base + (flip ? c : b));
46 this->push_back(base + (flip ? b : c));
  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsQuad.h 22 SkDQuad flip() const { function in struct:SkDQuad
  /external/chromium_org/ui/app_list/views/
apps_grid_view.h 120 // Stops the timer that triggers a page flip during a drag.
212 // Starts the page flip timer if |drag_point| is in left/right side page flip
302 // Timer to auto flip page when dragging an item near the left/right edges.
  /external/chromium_org/ui/snapshot/
snapshot_mac.mm 30 // Flip window coordinates based on the primary screen.
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/debug/
SkeletonPoints.java 75 posBuf.flip();
  /external/jmonkeyengine/engine/src/core-plugins/com/jme3/texture/plugins/
ImageFlipper.java 40 * ImageFlipper is a utility class used to flip images across the Y axis.

Completed in 1217 milliseconds

1 2 3 45 6 7 8 91011>>