/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
|
/frameworks/av/media/libstagefright/wifi-display/source/ |
RepeaterSource.h | 28 // send updates in a while, this is its wakeup call. 29 void wakeUp();
|
/frameworks/base/core/java/android/webkit/ |
JsResult.java | 43 wakeUp(); 51 wakeUp(); 69 private final void wakeUp() {
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
macsocketserver.h | 33 virtual void WakeUp() = 0; 66 virtual void WakeUp(); 92 virtual void WakeUp(); 115 virtual void WakeUp();
|
maccocoasocketserver.mm | 54 socketServer_->WakeUp(); 88 // Install a timer that fires wakeup after cms has elapsed. 98 // Run until WakeUp is called, which will call stop and exit this loop. 110 void MacCocoaSocketServer::WakeUp() {
|
maccocoasocketserver_unittest.mm | 43 ss_->WakeUp(); 57 // Test that MacCocoaSocketServer::Wakeup works as expected.
|
socketserver.h | 51 // 2) WakeUp() is called 56 virtual void WakeUp() = 0;
|
macsocketserver_unittest.cc | 44 ss_->WakeUp(); 60 // Test that MacCFSocketServer::Wakeup works as expected. 78 // Test that MacCarbonSocketServer::Wakeup works as expected. 96 // Test that MacCarbonAppSocketServer::Wakeup works as expected.
|
/external/kernel-headers/original/linux/ |
android_power.h | 61 void android_power_wakeup(int notification); /* notification = 0: normal wakeup, notification = 1: temporary wakeup */
|
/cts/tests/tests/os/src/android/os/cts/ |
PowerManagerTest.java | 53 pm.wakeUp(SystemClock.uptimeMillis()); 54 fail("wakeUp should throw SecurityException");
|
/external/oprofile/libop/ |
op_config_24.h | 34 /** minimal buffer water mark before we try to wakeup daemon */ 51 /** minimal note buffer water mark before we try to wakeup daemon */
|
/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
|
/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
|
/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
|
/external/chromium-trace/trace-viewer/src/tracing/importer/ |
linux_perf_importer.js | 433 var wakeup = this.wakeups_[i]; 434 var thread = this.threadsByLinuxPid[wakeup.tid]; 438 thread.tempWakeups.push(wakeup); 470 var wakeup = wakeups.shift(); 471 var wakeupDuration = slice.start - wakeup.ts; 472 var args = {'wakeup from tid': wakeup.fromTid}; 474 '', 'Runnable', runnableId, wakeup.ts, args, wakeupDuration)); 481 var wakeup = undefined; 488 if (wakeup === undefined && w.ts > prevSlice.end) [all...] |
/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
|
/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
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
rtc.h | 33 * This data structure is inspired by the EFI (v0.92) wakeup 88 #define RTC_WKALM_SET _IOW('p', 0x0f, struct rtc_wkalrm)/* Set wakeup alarm*/ 89 #define RTC_WKALM_RD _IOR('p', 0x10, struct rtc_wkalrm)/* Get wakeup alarm*/
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
rtc.h | 33 * This data structure is inspired by the EFI (v0.92) wakeup 88 #define RTC_WKALM_SET _IOW('p', 0x0f, struct rtc_wkalrm)/* Set wakeup alarm*/ 89 #define RTC_WKALM_RD _IOR('p', 0x10, struct rtc_wkalrm)/* Get wakeup alarm*/
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
rtc.h | 33 * This data structure is inspired by the EFI (v0.92) wakeup 88 #define RTC_WKALM_SET _IOW('p', 0x0f, struct rtc_wkalrm)/* Set wakeup alarm*/ 89 #define RTC_WKALM_RD _IOR('p', 0x10, struct rtc_wkalrm)/* Get wakeup alarm*/
|
/external/chromium/third_party/libjingle/source/talk/base/ |
socketserver.h | 51 // 2) WakeUp() is called 56 virtual void WakeUp() = 0;
|
/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/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);
|
/frameworks/testing/uiautomator/utils/SleepUtils/AlarmService/ |
AndroidManifest.xml | 27 <action android:name="com.android.testing.alarmservice.WAKEUP" />
|