HomeSort by relevance Sort by last modified time
    Searched full:down (Results 26 - 50 of 2503) sorted by null

12 3 4 5 6 7 8 91011>>

  /development/cmds/monkey/
README.NETWORK.txt 36 key down menu
47 key [down|up] keycode
58 Note that sending a full button press requires sending both the down
61 touch [down|up|move] x y
67 single location require both a down and an up. To simulate dragging,
68 send a "touch down", then a series of "touch move" events (to simulate
88 automatically send both the up and the down event.
94 both the up and the down event.
  /external/dhcpcd/dhcpcd-hooks/
50-dhcpcd-compat 26 x="down"
32 if [ "${reason}" != "down" ]; then
  /external/gtest/test/
gtest_environment_test.cc 74 ADD_FAILURE() << "Expected non-fatal failure in global tear-down.";
143 "RUN_ALL_TESTS() should return non-zero, as the global tear-down "
149 "The global tear-down should run, as the global set-up was run.");
155 "and the global tear-down should generate a non-fatal failure.");
160 "The global tear-down should run, as the global set-up was run.");
171 "The global tear-down should run, as the global set-up was run.");
174 // tear-down when there is no test to run.
181 "The global tear-down should not run, "
  /frameworks/base/services/java/com/android/server/status/
TrackingView.java 47 boolean down = event.getAction() == KeyEvent.ACTION_DOWN;
50 if (down) {
  /dalvik/libcore/math/src/main/java/java/math/
RoundingMode.java 41 DOWN(BigDecimal.ROUND_DOWN),
46 * {@link #DOWN}.
54 * this rounding mode behaves as {@link #DOWN}, for negative values as
69 * are broken by rounding down.
107 return DOWN;
  /packages/apps/Camera/src/com/android/camera/ui/
RotatePane.java 29 public static final int DOWN = 2;
43 case DOWN:
58 case DOWN:
82 case DOWN:
103 case DOWN: event.setLocation(width - x, height - y); break;
  /external/tcpdump/tests/
lmp.new 2 LMPv1, msg-type: Begin Verify, Flags: [Control Channel Down], length: 56
18 LMPv1, msg-type: Hello, Flags: [Control Channel Down], length: 28
25 LMPv1, msg-type: Config NACK, Flags: [Control Channel Down], length: 56
40 LMPv1, msg-type: Config ACK, Flags: [Control Channel Down], length: 48
52 LMPv1, msg-type: Config, Flags: [Control Channel Down], length: 40
63 LMPv1, msg-type: Link Summary ACK, Flags: [Control Channel Down], length: 16
67 LMPv1, msg-type: Link Summary NACK, Flags: [Control Channel Down], length: 96
100 LMPv1, msg-type: Begin Verify ACK, Flags: [Control Channel Down], length: 40
111 LMPv1, msg-type: Begin Verify NACK, Flags: [Control Channel Down], length: 32
122 LMPv1, msg-type: End Verify, Flags: [Control Channel Down], length: 2
    [all...]
lmp.out 2 LMPv1, msg-type: Begin Verify, Flags: [Control Channel Down], length: 56
18 LMPv1, msg-type: Hello, Flags: [Control Channel Down], length: 28
25 LMPv1, msg-type: Config NACK, Flags: [Control Channel Down], length: 56
40 LMPv1, msg-type: Config ACK, Flags: [Control Channel Down], length: 48
52 LMPv1, msg-type: Config, Flags: [Control Channel Down], length: 40
63 LMPv1, msg-type: Link Summary ACK, Flags: [Control Channel Down], length: 16
67 LMPv1, msg-type: Link Summary NACK, Flags: [Control Channel Down], length: 96
100 LMPv1, msg-type: Begin Verify ACK, Flags: [Control Channel Down], length: 40
111 LMPv1, msg-type: Begin Verify NACK, Flags: [Control Channel Down], length: 32
122 LMPv1, msg-type: End Verify, Flags: [Control Channel Down], length: 2
    [all...]
  /frameworks/base/core/tests/coretests/src/android/widget/
AutoCompleteTextViewPopup.java 162 // now try moving "down" - nothing should happen since there's no longer an adapter
169 /** Test the show/hide behavior of the drop-down. */
176 // Drop-down should not be showing when no text has been entered
184 // Drop-down should now be visible
195 // Drop-down should be hidden when text is cleared
206 // Drop-down should still be hidden
217 // Drop-down should show up after setText() with filtering
AutoCompleteTextViewCallbacks.java 59 /** Test that arrow-down into the popup calls the onSelected callback. */
73 // prepare to move down into the popup
121 // move down into the popup
127 // prepare to move down into the popup
  /external/proguard/src/proguard/classfile/attribute/visitor/
AllAttributeVisitor.java 59 * further down the class structure should be
78 // Visit the attributes further down the class structure, if required.
97 // Visit the attributes further down the member structure, if required.
  /external/proguard/src/proguard/classfile/visitor/
ConcreteClassDownTraveler.java 28 * travel to the first concrete subclasses down in its hierarchy of abstract
59 // Travel down the hierarchy.
84 // Travel down the hierarchy.
  /external/astl/
README 1 ASTL (Android STL) is a slimmed-down version of the regular C++ STL.
  /external/iproute2/man/man8/
routel.8 18 The routef script does not take any arguments and will simply flush the routing table down the drain. Beware! This means deleting all routes which will make your network unusable!
  /external/libxml2/include/libxml/
xmlmodule.h 33 * enumeration of options that can be passed down to xmlModuleOpen()
  /external/ppp/pppd/
upap.h 81 #define UPAPCS_INITIAL 0 /* Connection down */
83 #define UPAPCS_PENDING 2 /* Connection down, have requested auth */
91 #define UPAPSS_INITIAL 0 /* Connection down */
93 #define UPAPSS_PENDING 2 /* Connection down, have requested auth */
  /external/webkit/WebCore/html/
HTMLLabelElement.cpp 76 void HTMLLabelElement::setActive(bool down, bool pause)
78 if (down == active())
82 HTMLElement::setActive(down, pause);
86 element->setActive(down, pause);
  /external/webkit/WebCore/manual-tests/accessibility/
java-applet.html 11 <li>Click on the "Go To" drop down in the window that appears.
  /external/webkit/WebCore/manual-tests/
caretScrolling.html 4 Click inside the block below, a caret should appear. Grab the block's scroll handle and scroll down. The caret blinks, try to grab the scroll handle while the caret is visible. The caret should scroll and disappear when it reaches the block's border.
  /frameworks/base/awt/java/awt/
Event.java 39 * The Constant SHIFT_MASK indicates that the Shift key is down when the
45 * The Constant CTRL_MASK indicates that the Control key is down when the
51 * The Constant META_MASK indicates that the Meta key is down when t he
57 * The Constant ALT_MASK indicates that the Alt key is down when the event
78 * The Constant PGDN indicates Page Down key.
88 * The Constant DOWN indicates Down key.
90 public static final int DOWN = 1005;
315 * activated line-down area of scrollbar.
327 * activated page down area of scrollbar
    [all...]
  /frameworks/base/core/java/android/widget/
ResourceCursorAdapter.java 44 * define both the item views and the drop down views.
59 * define both the item views and the drop down views.
97 * <p>Sets the layout resource of the drop down views.</p>
99 * @param dropDownLayout the layout resources used to create drop down views
  /frameworks/base/core/res/res/raw/
nodomain.html 15 temporarily down or it may have moved permanently to a new web
  /frameworks/base/core/res/res/raw-en-rGB/
nodomain.html 13 <p>The Web page at <a href="%s">%s</a> might be temporarily down or it may have moved permanently to a new web address.</p>
  /frameworks/base/core/tests/coretests/src/android/util/
DayOfMonthCursorTest.java 136 // down, same month
137 assertFalse(mc.down());
142 // down, next month
143 assertTrue(mc.down());
  /frameworks/base/core/tests/coretests/src/android/widget/focus/
HorizontalFocusSearchTest.java 75 assertNull("going down from mLeftTall",
88 assertEquals("going down from mMidShort1Top",
103 assertNull("going down from mMidShort2Bottom",
116 assertNull("going down from mRightTall",

Completed in 90 milliseconds

12 3 4 5 6 7 8 91011>>