HomeSort by relevance Sort by last modified time
    Searched full:suspend (Results 1 - 25 of 769) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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);
  /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;
  /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() {
  /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/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
  /prebuilts/ndk/4/platforms/android-5/arch-x86/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-8/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-8/arch-x86/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/5/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/6/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/6/platforms/android-3/arch-x86/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

Completed in 670 milliseconds

1 2 3 4 5 6 7 8 91011>>