/external/wpa_supplicant_8/wpa_supplicant/examples/ |
60_wpa_supplicant | 11 suspend|hibernate) 12 $WPACLI suspend
|
/external/chromium/net/ftp/ |
ftp_transaction_factory.h | 21 // Suspends the creation of new transactions. If |suspend| is false, creation 23 virtual void Suspend(bool suspend) = 0;
|
ftp_network_layer.cc | 35 void FtpNetworkLayer::Suspend(bool suspend) { 36 suspended_ = suspend; 39 if (suspend)
|
ftp_network_layer.h | 26 virtual void Suspend(bool suspend);
|
/external/chromium_org/net/ftp/ |
ftp_transaction_factory.h | 22 // Suspends the creation of new transactions. If |suspend| is false, creation 24 virtual void Suspend(bool suspend) = 0;
|
ftp_network_layer.cc | 35 void FtpNetworkLayer::Suspend(bool suspend) { 36 suspended_ = suspend; 39 if (suspend)
|
ftp_network_layer.h | 28 virtual void Suspend(bool suspend) OVERRIDE;
|
/frameworks/base/services/java/com/android/server/power/ |
SuspendBlocker.java | 20 * Low-level suspend blocker mechanism equivalent to holding a partial wake lock. 27 * Acquires the suspend blocker. 36 * Releases the suspend blocker. 37 * Allows the CPU to go to sleep if no other suspend blockers are held. 39 * It is an error to call release() if the suspend blocker has not been acquired.
|
/external/chromium/net/http/ |
http_transaction_factory.h | 33 // Suspends the creation of new transactions. If |suspend| is false, creation 35 virtual void Suspend(bool suspend) = 0;
|
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/ |
ContentViewStatics.java | 34 * @param suspend true if timers should be suspended. 36 public static void setWebKitSharedTimersSuspended(boolean suspend) { 37 nativeSetWebKitSharedTimersSuspended(suspend); 60 private static native void nativeSetWebKitSharedTimersSuspended(boolean suspend);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
reboot.h | 24 * SW_SUSPEND Suspend system using software suspend if compiled in.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
reboot.h | 24 * SW_SUSPEND Suspend system using software suspend if compiled in.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
reboot.h | 24 * SW_SUSPEND Suspend system using software suspend if compiled in.
|
/dalvik/tests/083-jit-regressions/ |
info.txt | 9 2302318 Crash during spin-on-suspend testing
|
/system/core/sh/funcs/ |
suspend | 1 # $NetBSD: suspend,v 1.7 1995/05/11 21:31:17 christos Exp $ 36 # @(#)suspend 8.2 (Berkeley) 5/4/95 38 suspend() {
|
/art/test/083-compiler-regressions/ |
info.txt | 9 2302318 Crash during spin-on-suspend testing
|
/dalvik/hit/test/ |
testparser | 6 #java -Djava.compiler=NONE -Xdebug -Xrunjdwp:transport=dt_socket,address=53635,server=y,suspend=y -cp build com.android.hit.Main ../samples/android.hprof
|
/external/chromium_org/ash/system/chromeos/power/ |
power_event_observer.cc | 44 // suspend and ask the session manager to lock the screen. 66 // Stop blocking suspend after the screen is locked. 68 VLOG(1) << "Screen locked due to suspend"; 75 VLOG(1) << "Screen locked without suspend";
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowVideoView.java | 24 public static final int SUSPEND = 2; 69 public void suspend() { method in class:ShadowVideoView 71 currentState = ShadowVideoView.SUSPEND; 95 currentState != ShadowVideoView.SUSPEND);
|
/frameworks/base/tests/CoreTests/ |
run_core_test.sh | 3 adb shell exec dalvikvm -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=3001 \
|
/development/ndk/platforms/android-3/include/linux/ |
sysdev.h | 24 int (*suspend)(struct sys_device *, pm_message_t state); member in struct:sysdev_class 42 int (*suspend)(struct sys_device *, pm_message_t state); member in struct:sysdev_driver
|
/external/kernel-headers/original/linux/ |
reboot.h | 24 * SW_SUSPEND Suspend system using software suspend if compiled in.
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/ |
sysdev.h | 24 int (*suspend)(struct sys_device *, pm_message_t state); member in struct:sysdev_class 42 int (*suspend)(struct sys_device *, pm_message_t state); member in struct:sysdev_driver
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/ |
sysdev.h | 24 int (*suspend)(struct sys_device *, pm_message_t state); member in struct:sysdev_class 42 int (*suspend)(struct sys_device *, pm_message_t state); member in struct:sysdev_driver
|
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/ |
sysdev.h | 24 int (*suspend)(struct sys_device *, pm_message_t state); member in struct:sysdev_class 42 int (*suspend)(struct sys_device *, pm_message_t state); member in struct:sysdev_driver
|