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

1 23 4 5 6 7 8 91011>>

  /frameworks/base/core/tests/coretests/src/android/widget/focus/
VerticalFocusSearchTest.java 97 assertEquals("going down from mTopWide.",
115 assertEquals("going down from mMidSkinny1Left should go to mMidSkinny2Right",
132 assertEquals("going down from mMidSkinny2Right should go to mBottomWide",
139 assertNull("going down from bottom button should have no next focus.",
  /hardware/ti/wlan/wl1271/stad/src/Data_link/
TrafficMonitor.h 49 /* time interval to load for the down limit alert Timer *
95 TI_UINT8 trafficDownTestIntervalPercent; /* Percentage of max down events test interval */
96 /*to use in our "traffic down" timer */
97 TI_BOOL DownTimerEnabled; /* Indicates whether the "down traffic" timer is active or not */
  /system/wlan/ti/wilink_6_1/stad/src/Data_link/
TrafficMonitor.h 49 /* time interval to load for the down limit alert Timer *
95 TI_UINT8 trafficDownTestIntervalPercent; /* Percentage of max down events test interval */
96 /*to use in our "traffic down" timer */
97 TI_BOOL DownTimerEnabled; /* Indicates whether the "down traffic" timer is active or not */
  /external/apache-http/src/org/apache/http/impl/conn/
SingleClientConnManager.java 98 /** Whether the connection should be shut down on release. */
101 /** Indicates whether this connection manager is shut down. */
165 * Asserts that this manager is not shut down.
167 * @throws IllegalStateException if this manager is shut down
173 throw new IllegalStateException("Manager is shut down.");
245 log.debug("Problem shutting down connection.", iox);
299 log.debug("Exception shutting down released connection.",
356 log.debug("Problem while shutting down manager.", iox);
365 * The adapter gets disconnected, the connection will be shut down.
379 log.debug("Problem while shutting down connection.", iox)
    [all...]
  /development/simulator/app/assets/android-sooner/
layout.xml 24 <button keyCode="dpad-down" src="down.png" x="172" y="420"/>
  /development/simulator/app/assets/motorola-q/
layout.xml 25 <button keyCode="dpad-down" src="down.png" x="166" y="444"/>
  /external/kernel-headers/original/asm-arm/
semaphore.h 67 static inline void down(struct semaphore * sem) function
92 * jumps for both down() and up().
  /frameworks/base/core/java/android/widget/
SpinnerAdapter.java 26 * one that shows the data in the drop down list when the spinner is pressed.</p>
30 * <p>Get a {@link android.view.View} that displays in the drop down popup
  /frameworks/base/core/java/android/text/method/
LinkMovementMethod.java 34 private static final int DOWN = 3;
62 protected boolean down(TextView widget, Spannable buffer) { method in class:LinkMovementMethod
63 if (action(DOWN, widget, buffer)) {
67 return super.down(widget, buffer);
81 if (action(DOWN, widget, buffer)) {
161 case DOWN:
  /frameworks/base/core/java/com/android/internal/app/
ShutdownThread.java 53 // length of vibration before shutting down
82 * @param confirm true if user confirmation is needed before shutting down.
85 // ensure that only one thread is trying to power down.
126 * @param confirm true if user confirmation is needed before shutting down.
140 // shutting down.
197 // First send the high-level shut down broadcast.
217 Log.i(TAG, "Shutting down activity manager...");
297 Log.i(TAG, "Shutting down MountService");
332 // vibrate before shutting down
335 // vibrator is asynchronous so we need to wait to avoid shutting down too soon
    [all...]
  /dalvik/libcore/dalvik/src/main/java/dalvik/system/
SamplingProfiler.java 41 /** The sampling thread is shutting down. */
77 * {@linkplain #shutDown()} shutting down}
117 * {@linkplain #shutDown()} shutting down}
161 * {@linkplain #shutDown()} shutting down}
173 throw new IllegalStateException("Profiler is shutting down.");
178 * Shuts down the profiler thread and frees native memory. The profiler
181 * @throws IllegalStateException if the profiler is already shutting down
  /external/ppp/pppd/
fsm.c 123 * fsm_lowerdown - The lower layer is down.
156 if( f->callbacks->down )
157 (*f->callbacks->down)(f);
162 FSMDEBUG(("%s: Down event in state %d!", PROTO_NAME(f), f->state));
205 * terminate_layer - Start process of shutting down the FSM
217 else if( f->callbacks->down )
218 (*f->callbacks->down)(f); /* Inform upper layers we're down */
431 /* Go down and restart negotiation */
432 if( f->callbacks->down )
    [all...]
fsm.h 104 void (*down) /* Called when fsm leaves OPENED state */ member in struct:fsm_callbacks
123 #define INITIAL 0 /* Down, hasn't been opened */
124 #define STARTING 1 /* Down, been opened */
126 #define STOPPED 3 /* Open, waiting for down event */
139 #define OPT_RESTART 2 /* Treat 2nd OPEN as DOWN, UP */
  /external/kernel-headers/original/asm-x86/
semaphore_32.h 96 static inline void down(struct semaphore * sem) function
100 "# atomic down operation\n\t"
121 "# atomic interruptible down operation\n\t"
135 * Non-blockingly attempt to down() a semaphore.
143 "# atomic interruptible down operation\n\t"
  /frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/
ListOfItemsTallerThanScreenTest.java 64 // scroll down until next view is peeking ahead
68 assertEquals("after " + i + " down scrolls across tall item",
137 fail("couldn't get to last item within 20 down arrows");
142 // press down enough times to get to bottom of last item
178 * do I have to press down to get beyond it so that either:
  /frameworks/base/core/java/android/view/
GestureDetector.java 48 * Notified when a tap occurs with the down {@link MotionEvent}
50 * every down event. All other events should be preceded by this.
52 * @param e The down motion event.
57 * The user has performed a down {@link MotionEvent} and not performed
62 * @param e The down motion event
76 * Notified when a scroll occurs with the initial on down {@link MotionEvent} and the
80 * @param e1 The first down motion event that started the scrolling.
93 * Notified when a long press occurs with the initial on down {@link MotionEvent}
96 * @param e The initial on down motion event that started the longpress.
101 * Notified of a fling event when it occurs with the initial on down {@link MotionEvent
    [all...]
  /dalvik/libcore/concurrent/src/test/java/tests/api/java/util/concurrent/
CountDownLatchTest.java 118 * await throws IE if interrupted before counted down
142 * timed await throws IE if interrupted before counted down
167 * timed await times out if not counted down before timeout
  /development/host/windows/usb/legacy/driver/
android_usb_driver_object.cpp 43 // Just pass it down inside the class
146 // Pass it down to our driver object
160 // Pass it down to our driver object
  /development/simulator/app/assets/htc-audiovox-5600/
layout.xml 24 <button keyCode="dpad-down" src="arrow-down.png" x="60" y="393"/>
45 <button keyCode="volume-down"/>
  /development/simulator/app/assets/htc-tornado/
layout.xml 26 <button keyCode="dpad-down" src="arrow-down.png" x="160" y="573"/>
56 <button keyCode="volume-down"/>
  /development/simulator/app/assets/samsung-flip-2005/
layout.xml 27 <button keyCode="dpad-down" src="arrow-down.png" x="99" y="461"/>
48 <button keyCode="volume-down"/>
  /frameworks/base/core/res/res/anim/
wallpaper_open_exit.xml 19 <!-- This version zooms the exiting non-wallpaper down in to the
33 <!-- This version zooms the new non-wallpaper down on top of the
48 <!-- This version zooms the new non-wallpaper down on top of the
  /system/core/netcfg/
netcfg.c 54 fprintf(stderr,"usage: netcfg [<interface> {dhcp|up|down}]\n");
66 printf("%-8s %s ", name, flags & 1 ? "UP " : "DOWN");
97 { "down", 1, ifc_down },
  /external/kernel-headers/original/linux/
cpu.h 42 /* Need to know about CPUs going up/down? */
68 /* Stop CPUs going up and down. */
  /external/ppp/pppd/plugins/radius/
radattr.c 8 * consumption by /etc/ppp/ip-{up,down} scripts.
45 /* calling cleanup() on link down is problematic because print_attributes()

Completed in 216 milliseconds

1 23 4 5 6 7 8 91011>>