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

1 2 3 4 5 6 7 8 91011

  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyFlipEvent.java 25 * monkey keyboard flip event
29 // Raw keyboard flip event data
62 System.out.println(":Sending Flip keyboardOpen=" + mKeyboardOpen);
65 // inject flip event
72 System.out.println("Got IOException performing flip" + e);
MonkeyEvent.java 31 public static final int EVENT_TYPE_FLIP = 4; // Keyboard flip
  /development/simulator/app/assets/chimera-2000/
layout.xml 33 <image src="::/samsung-flip-2005/background-176x220.png" x="0" y="0"/>
34 <image src="::/samsung-flip-2005/home-background.png" x="22" y="426"/>
35 <image src="::/samsung-flip-2005/back-background.png" x="179" y="426"/>
38 <button keyCode="soft-left" src="::/samsung-flip-2005/soft-left.png" x="24" y="388"/>
39 <button keyCode="soft-right" src="::/samsung-flip-2005/soft-right.png" x="182" y="388"/>
40 <button keyCode="home" src="::/samsung-flip-2005/home.png" x="22" y="426"/>
41 <button keyCode="back" src="::/samsung-flip-2005/back.png" x="179" y="426"/>
42 <button keyCode="dpad-up" src="::/samsung-flip-2005/arrow-up.png" x="99" y="399"/>
43 <button keyCode="dpad-down" src="::/samsung-flip-2005/arrow-down.png" x="99" y="461"/>
44 <button keyCode="dpad-left" src="::/samsung-flip-2005/arrow-left.png" x="82" y="411"/
    [all...]
  /dalvik/libcore/luni/src/test/java/tests/api/java/util/
BitSetTest.java 336 "Test1: Attempt to flip with negative index failed to generate exception");
343 "Test2: Attempt to flip with negative index failed to generate exception");
350 "Test4: Attempt to flip with illegal args failed to generate exception");
495 bs2.flip(0, 128);
692 "Test1: Attempt to flip with negative index failed to generate exception");
699 "Test2: Attempt to flip with negative index failed to generate exception");
706 "Test4: Attempt to flip with illegal args failed to generate exception");
753 * @tests java.util.BitSet#flip(int)
758 method = "flip",
762 // Test for method void java.util.BitSet.flip(int
    [all...]
  /dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/util/
BitSetTest.java 51 * @tests java.util.BitSet#flip(int, int)
56 method = "flip",
64 bitset.flip(10, 10);
  /dalvik/libcore/nio_char/src/test/java/tests/api/java/nio/charset/
ASCCharsetDecoderTest.java 55 // buffer.flip();
65 buffer.flip();
GBCharsetDecoderTest.java 59 buffer.flip();
UTFCharsetDecoderTest.java 60 buffer.flip();
  /external/jpeg/
jpegtran.1 74 .B \-flip horizontal
77 .B \-flip vertical
103 transformation set. As stated, transpose is able to flip the entire image
105 untouched, but is able to flip all rows of the image. Similarly, vertical
107 able to flip all columns. The other transforms can be built up as sequences
108 of transpose and flip operations; for consistency, their actions on edge
110 transpose-and-flip sequence.
transupp.h 42 JXFORM_FLIP_H, /* horizontal flip */
43 JXFORM_FLIP_V, /* vertical flip */
56 * no padding is possible at the top and left edges. If we were to flip
65 * right and bottom edges completely cleanly. flip_h can flip partial iMCUs
81 * thing as the rotate/flip transformations, but it's convenient to handle it
  /frameworks/base/core/java/android/util/
DayOfMonthCursor.java 31 * mind about when to flip the month, we can change it here only.
106 // flip back to previous month, same column, first position within month
126 // flip to next month, same column, first position within month
152 // need to flip to last day of previous month
177 // need to flip to first day of next month
  /packages/apps/Calendar/src/com/android/calendar/
DayOfMonthCursor.java 33 * mind about when to flip the month, we can change it here only.
108 // flip back to previous month, same column, first position within month
128 // flip to next month, same column, first position within month
154 // need to flip to last day of previous month
179 // need to flip to first day of next month
  /external/skia/src/core/
SkQuadClipper.cpp 66 /* If we somehow returned the fact that we had to flip the pts in Y, we could
67 communicate that to setQuadratic, and then avoid having to flip it back
68 here (only to have setQuadratic do the flip again)
  /frameworks/base/awt/java/awt/
BufferCapabilities.java 43 * The flip contents.
101 * Gets the flip contents of the back buffer after page-flipping.
169 * Instantiates a new flip contents.
  /frameworks/base/libs/surfaceflinger/DisplayHardware/
DisplayHardware.h 66 // Flip the front and back buffers if the back buffer is "dirty". Might
68 void flip(const Region& dirty) const;
  /dalvik/libcore/luni/src/test/java/java/nio/charset/
CharsetDecoderTest.java 40 outBuffer.flip();
56 outBuffer.flip();
  /external/webkit/WebCore/platform/mac/
PlatformScreenMac.mm 82 userRect.setY(NSMaxY([screenForWindow(destination) frame]) - (userRect.y() + userRect.height())); // flip
93 deviceRect.setY(NSMaxY([screenForWindow(source) frame]) - (deviceRect.y() + deviceRect.height())); // flip
  /frameworks/base/core/java/android/widget/
ViewSwitcher.java 72 * @return the view that will be displayed after the next views flip.
91 * ViewSwitcher will flip. Instead of using a factory, you can call
  /hardware/libhardware/include/hardware/
hardware.h 153 /* flip source image horizontally */
155 /* flip source image vertically */
  /external/opencore/codecs_v2/utilities/colorconvert/src/
cczoomrotationbase.cpp 74 -1 -- flip left-right
75 -2 -- flip and rotate 90 degree cnt clk
76 -3 -- flip and rotate 180 degree
77 -4 -- flip and rotate 270 degree
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
MediaPlayerSetLoopingStateUnitTest.java 57 looping = !looping; // Flip the looping mode.
  /frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
ubitset.h 55 inline void flip (uoff_t n) { BitRef(n) ^= Mask(n); }
59 inline bitset operator~ (void) const { bitset rv (*this); rv.flip(); return (rv); }
71 inline void flip (void) { transform (begin(), end(), begin(), bitwise_not<value_type>()); }
  /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.
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
JdwpPacket.java 209 mBuffer.flip(); // limit<-posn, posn<-0
253 * The "flip" call sets "limit" equal to the position (usually the
261 * and "limit" is set to the capacity. We want to call flip()
265 mBuffer.flip(); // limit<-posn, posn<-0
357 buf.flip(); // limit<-posn, posn<-0
  /external/webkit/WebKit/qt/QGVLauncher/
main.cpp 182 void flip() function in class:MainView
415 void flip() function in class:MainWindow
417 view->flip();
473 fxMenu->addAction("Flip", this, SLOT(flip()));
474 fxMenu->addAction("Animated Flip", this, SLOT(animatedFlip()), QKeySequence("Ctrl+R"));
475 fxMenu->addAction("Animated Y-Flip", this, SLOT(animatedYFlip()), QKeySequence("Ctrl+Y"));

Completed in 183 milliseconds

1 2 3 4 5 6 7 8 91011