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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/service/voice/
IVoiceInteractionService.aidl 25 void shutdown();
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/
IRuntime.java 35 public void shutdown(); method in interface:IRuntime
  /external/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/
RpcReceiver.java 30 public abstract void shutdown(); method in class:RpcReceiver
  /external/strace/tests/
shutdown.c 1 /* Check decoding of shutdown syscall. */
10 int rc = shutdown(-1, SHUT_RDWR);
11 printf("shutdown(-1, SHUT_RDWR) = %d %s (%m)\n", rc, errno2name());
  /external/strace/tests-m32/
shutdown.c 1 /* Check decoding of shutdown syscall. */
10 int rc = shutdown(-1, SHUT_RDWR);
11 printf("shutdown(-1, SHUT_RDWR) = %d %s (%m)\n", rc, errno2name());
  /external/strace/tests-mx32/
shutdown.c 1 /* Check decoding of shutdown syscall. */
10 int rc = shutdown(-1, SHUT_RDWR);
11 printf("shutdown(-1, SHUT_RDWR) = %d %s (%m)\n", rc, errno2name());
  /system/chre/platform/slpi/include/chre/target_platform/
host_link_base.h 40 static void shutdown();
  /bionic/libc/arch-arm/syscalls/
shutdown.S 5 ENTRY(shutdown) function
16 END(shutdown)
  /bionic/libc/arch-arm64/syscalls/
shutdown.S 5 ENTRY(shutdown) function
14 END(shutdown)
  /bionic/libc/arch-mips/syscalls/
shutdown.S 5 ENTRY(shutdown) function
19 END(shutdown)
  /bionic/libc/arch-x86_64/syscalls/
shutdown.S 5 ENTRY(shutdown) function
15 END(shutdown)
  /packages/providers/BlockedNumberProvider/tests/src/com/android/providers/blockednumber/
BlockedNumberProviderTestable.java 32 public void shutdown() { method in class:BlockedNumberProviderTestable
35 super.shutdown();
  /external/syslinux/gpxe/src/core/
init.c 26 * Initialisation, startup and shutdown routines
41 * shutdown path.
55 * probing devices. You may call startup() and shutdown() multiple
76 * @v flags Shutdown behaviour flags
80 * again after calling shutdown().
85 void shutdown ( int flags ) { function
91 /* Call registered shutdown functions (in reverse order) */
93 if ( startup_fn->shutdown )
94 startup_fn->shutdown ( flags );
  /external/apache-http/src/org/apache/http/
HttpConnection.java 57 * shutdown of the connection. Use {@link #shutdown shutdown} instead.
107 public void shutdown() throws IOException; method in interface:HttpConnection
  /external/linux-kselftest/tools/testing/selftests/rcutorture/configs/rcuperf/
ver_functions.sh 50 rcuperf.shutdown=1 \
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowTextToSpeech.java 14 private boolean shutdown = false; field in class:ShadowTextToSpeech
31 public void shutdown() { method in class:ShadowTextToSpeech
32 shutdown = true;
52 return shutdown;
  /external/strace/
shutdown.c 37 SYS_FUNC(shutdown)
  /external/testng/src/main/java/org/testng/internal/thread/
IExecutor.java 11 void shutdown(); method in interface:IExecutor
  /external/curl/docs/cmdline-opts/
ftp-ssl-ccc-mode.d 8 Sets the CCC mode. The passive mode will not initiate the shutdown, but
9 instead wait for the server to do it, and will not reply to the shutdown from
10 the server. The active mode initiates the shutdown and waits for a reply from
  /device/google/marlin/power/
service.cpp 47 goto shutdown;
55 goto shutdown;
62 shutdown:
  /bionic/libc/arch-mips64/syscalls/
shutdown.S 5 ENTRY(shutdown) function
25 END(shutdown)
  /bionic/libc/arch-x86/syscalls/
shutdown.S 5 ENTRY(shutdown) function
35 END(shutdown)
  /device/google/muskie/
thermal-engine-vr.conf 7 actions shutdown
  /external/annotation-tools/asmx/test/conform/cases/
unknownattributes.class 
  /external/syslinux/gpxe/src/include/gpxe/
init.h 35 /** Shutdown flags */
37 /** Shutdown is in order to exit (return to gPXE's caller) */
39 /** Shutdown is in order to boot an OS */
46 * A startup/shutdown function
48 * Startup and shutdown functions may be called multiple times, as
49 * part of the calls to startup() and shutdown().
53 void ( * shutdown ) ( int flags ); member in struct:startup_fn
56 /** Startup/shutdown function table */
59 /** Declare a startup/shutdown function */
63 /** @defgroup startfn_order Startup/shutdown function orderin
    [all...]

Completed in 493 milliseconds

1 2 3 4 5 6 7 8 91011>>