HomeSort by relevance Sort by last modified time
    Searched refs:wakeup (Results 1 - 25 of 57) sorted by null

1 2 3

  /external/linux-tools-perf/scripts/perl/bin/
wakeup-latency-report 2 # description: system-wide min/max/avg wakeup latency
3 perf script $@ -s "$PERF_EXEC_PATH"/scripts/perl/wakeup-latency.pl
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Common/
CThread.h 60 void wakeup(void);
CThread.cpp 135 void CThread::wakeup( function in class:CThread
  /libcore/luni/src/main/java/java/nio/channels/
Selector.java 59 * {@link #wakeup()} method of this selector is called. After this, all keys
64 * called (except calling {@link #close()} or {@link #wakeup()}) results in
98 * return until at least one channel is ready, {@link #wakeup()} is
112 * return until at least one channel is ready, {@link #wakeup()} is invoked,
157 * If no {@code select} operation is blocked when {@code wakeup()} is called
167 public abstract Selector wakeup(); method in class:Selector
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/
ListenerTest.java 142 wakeup(); method
146 wakeup(); method
153 private synchronized void wakeup() { method in class:ListenerTest
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/tcp/
NioEndpoint.java 117 * The wakeup option is used internally when the kernel is
119 * necessarily wakeup right away.
121 protected void send( ByteBuffer data, boolean copy, boolean wakeup )
139 if( wakeup )
  /frameworks/base/core/java/com/android/internal/policy/
IKeyguardService.aidl 32 oneway void keyguardDone(boolean authenticated, boolean wakeup);
  /libcore/luni/src/test/java/libcore/java/nio/channels/
SelectorTest.java 108 selector.wakeup();
109 selector.wakeup();
110 selector.wakeup();
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardService.java 86 public void keyguardDone(boolean authenticated, boolean wakeup) {
88 mKeyguardViewMediator.keyguardDone(authenticated, wakeup);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
WindowList.py 32 menu.add_command(label=title, command=window.wakeup)
80 def wakeup(self): member in class:ListedToplevel
FileList.py 30 edit.top.wakeup()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
WindowList.py 32 menu.add_command(label=title, command=window.wakeup)
80 def wakeup(self): member in class:ListedToplevel
FileList.py 30 edit.top.wakeup()
  /external/apache-http/src/org/apache/http/impl/conn/tsccm/
WaitingThread.java 42 * waiting thread experiences a spurious wakeup and continues to wait.
121 * if a timeout occurrs, or if there is a spurious wakeup.
129 * Typically, a call to {@link #wakeup} is used to indicate
135 * @see #wakeup
177 public void wakeup() { method in class:WaitingThread
ConnPoolByRoute.java 350 // check for spurious wakeup vs. timeout
630 waitingThread.wakeup();
686 waiter.wakeup();
  /libcore/harmony-tests/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/spi/
MockAbstractSelector.java 85 public Selector wakeup() { method in class:MockAbstractSelector
  /libcore/luni/src/main/java/java/nio/channels/spi/
AbstractSelector.java 42 wakeup();
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
KeyguardServiceWrapper.java 95 public void keyguardDone(boolean authenticated, boolean wakeup) {
97 mService.keyguardDone(authenticated, wakeup);
KeyguardServiceDelegate.java 169 public void keyguardDone(boolean authenticated, boolean wakeup) {
171 mKeyguardService.keyguardDone(authenticated, wakeup);
  /external/bluetooth/bluedroid/udrv/ulinux/
uipc.c 463 int wakeup = 0; local
476 wakeup = 1;
485 wakeup = 1;
493 if (wakeup)
540 /* clear any wakeup interrupt */
  /libcore/harmony-tests/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/
SelectorTest.java 297 * @tests java.nio.channels.Selector#wakeup()
303 selector.wakeup();
305 selector.wakeup();
308 // try to wakeup select. The invocation sequence of wakeup and select
318 selector.wakeup();
323 // try to wakeup select. The invocation sequence of wakeup and select
333 selector.wakeup();
  /libcore/luni/src/main/java/java/nio/
SelectorImpl.java 75 * The wakeup pipe. To trigger a wakeup, write a byte to wakeupOut. Each
87 * Create a pipe to trigger wakeup. We can't use a NIO pipe because it
104 wakeup(); method
207 int i = 1; // Our wakeup pipe comes before all the user's fds.
224 // We need one slot for each element of mutableKeys, plus one for the wakeup pipe.
235 // Read bytes from the wakeup pipe until the pipe is empty.
320 @Override public Selector wakeup() { method in class:SelectorImpl
  /external/chromium_org/chrome/browser/resources/backloader/scripts/
background.js 32 // Periodic wakeup delay.
  /external/kernel-headers/original/linux/
tcp.h 239 int wakeup; member in struct:tcp_sock::__anon22964
perf_event.h 221 __u32 wakeup_events; /* wakeup every n events */
222 __u32 wakeup_watermark; /* bytes before wakeup */
602 local_t wakeup; /* wakeup stamp */ member in struct:perf_mmap_data
605 long watermark; /* wakeup watermark */
811 unsigned long wakeup; member in struct:perf_output_handle

Completed in 1436 milliseconds

1 2 3