/libcore/luni/src/main/native/ |
AsynchronousSocketCloseMonitor.cpp | 30 * Waking potentially-blocked threads when a socket is closed is O(n) in the total number of
|
/frameworks/base/policy/src/com/android/internal/policy/impl/ |
KeyguardViewBase.java | 116 * state according the the key. We are responsible for waking the device 124 * keyguard. May be {@link KeyEvent#KEYCODE_UNKNOWN} if waking for a reason
|
KeyguardViewManager.java | 266 * @param keyCode The wake key. May be {@link KeyEvent#KEYCODE_UNKNOWN} if waking
|
/external/webkit/Source/WebCore/platform/graphics/ca/win/ |
LegacyCACFLayerTreeHost.cpp | 159 // In certain situations (e.g., shortly after waking from sleep), Direct3DCreate9() will 167 // waking from sleep), CreateDevice will fail, but will later succeed if called again.
|
/docs/source.android.com/src/tech/input/ |
input-device-configuration-files.md | 138 distinction prevents key presses and touches from spuriously waking up your phone
|
/external/webkit/Source/WebCore/manual-tests/ |
crash-and-no-repaint-after-wake-from-sleep.html | 173 using hardware acceleration loads just after waking from sleep</a>. To test, put your computer to sleep (or
|
no-repaint-after-wake-from-sleep.html | 170 that use hardware acceleration don't repaint after waking computer from sleep</a>. To test, put
|
/external/zxing/qr_scanner/src/com/google/zxing/client/android/camera/ |
CameraConfigurationManager.java | 58 // when waking from sleep. If it's not landscape, assume it's mistaken and reverse them:
|
/frameworks/base/docs/html/training/monitoring-device-state/ |
connectivity-monitoring.jd | 36 download, why both waking the device to schedule the update at all?</p>
|
/system/extras/sane_schedstat/ |
sane_schedstat.c | 45 * the waking cpu */
|
/external/kernel-headers/original/linux/sunrpc/ |
sched.h | 62 * callback to be executed after waking up
|
/external/linux-tools-perf/ |
builtin-record.c | 447 unsigned long waking = 0; local 701 waking++; 722 fprintf(stderr, "[ perf record: Woken up %ld times to write data ]\n", waking);
|
/external/chromium/base/ |
message_pump_mac.h | 162 // to be able to reset the timer properly after waking from system sleep.
|
/external/webkit/Source/WebCore/webaudio/ |
AudioNode.cpp | 196 // We should not be "actively" connected to anything, but now we're "waking up"
|
/frameworks/base/services/common_time/ |
common_time_server_api.cpp | 273 ALOGI("Waking up service, auto-disable is engaged and service now has%s"
|
/hardware/msm7k/librpc/ |
clnt.c | 242 D("%08x:%08x got mutex, waking up client.\n", 265 D("%08x:%08x waking up callback thread.\n",
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
CoroutineManager.java | 155 /** Internal field used to confirm that the coroutine now waking up is
|
/frameworks/base/core/java/android/accessibilityservice/ |
UiTestAutomationBridge.java | 126 // on the main thread will prevent that thread from waking up.
|
/frameworks/base/core/java/android/app/ |
AlarmManager.java | 213 * avoiding waking the device from sleep more than necessary.
|
/frameworks/base/include/androidfw/ |
Input.h | 106 * policy decisions such as waking from device sleep.
|
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
DownloadInfo.java | 536 * -1 = never - service can go away without ever waking up.
|
/dalvik/vm/jdwp/ |
JdwpAdb.cpp | 224 * Waking up and polling every couple of seconds is generally a
|
/external/chromium/base/synchronization/ |
waitable_event_posix.cc | 35 // This is just an abstract base class for waking the two types of waiters
|
/external/chromium/net/tools/flip_server/ |
epoll_server.cc | 60 // Clears the pipe and returns. Used for waking the epoll server up.
|
/libcore/luni/src/main/java/java/util/concurrent/locks/ |
Condition.java | 428 * is selected for waking up. That thread must then re-acquire the
|