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

1 2 3 4 5 6 7 8 91011

  /dalvik/tests/079-phantom/
expected.txt 13 Bitmap has shut down
  /external/chromium/base/
nss_util.h 16 // properly shut down on program exit.
21 // ever be initialized once. NSS will be properly shut down on program exit.
sync_socket_posix.cc 51 // SIGPIPE rather than returning -1. setsockopt will shut this off.
  /external/chromium/base/crypto/
cssm_init.h 17 // ever be initialized once. CSSM will be properly shut down on program exit.
  /external/apache-http/src/org/apache/http/impl/conn/
SingleClientConnManager.java 98 /** Whether the connection should be shut down on release. */
101 /** Indicates whether this connection manager is shut down. */
165 * Asserts that this manager is not shut down.
167 * @throws IllegalStateException if this manager is shut down
173 throw new IllegalStateException("Manager is shut down.");
365 * The adapter gets disconnected, the connection will be shut down.
  /external/oprofile/libop/
op_hw_specific.h 93 /* Do something with passed arg to shut up the compiler warning */
101 /* Do something with passed arg to shut up the compiler warning */
  /development/simulator/app/
ExternalRuntime.cpp 59 * There is currently no "polite" way to shut this down.
  /libcore/luni/src/main/java/java/util/concurrent/
ExecutorService.java 17 * <p> An <tt>ExecutorService</tt> can be shut down, which will cause
25 * unused <tt>ExecutorService</tt> should be shut down to allow
116 * Invocation has no additional effect if already shut down.
158 * Returns <tt>true</tt> if this executor has been shut down.
160 * @return <tt>true</tt> if this executor has been shut down
165 * Returns <tt>true</tt> if all tasks have completed following shut down.
169 * @return <tt>true</tt> if all tasks have completed following shut down
  /development/samples/VoiceRecognitionService/src/com/example/android/voicerecognitionservice/
VoiceRecognitionService.java 39 // A real recognizer would do something to shut down recognition here.
  /external/kernel-headers/original/linux/
smp.h 65 #define MSG_STOP_CPU 0x0002 /* Sent to shut down slave CPU's
clk.h 56 * a driver and may be shut down.
  /external/qemu/android/utils/
debug.c 69 ** allows you to shut temporarily shutdown stdout/stderr
debug.h 83 ** allows you to shut temporarily shutdown stdout/stderr
  /frameworks/base/telephony/tests/telephonytests/src/com/android/frameworks/telephonytests/
TelephonyMockRilTestRunner.java 76 // which will shut down this unused thread.
  /external/guava/src/com/google/common/base/internal/
Finalizer.java 178 * much just shut down and make sure we don't keep it alive any longer
204 /** Indicates that it's time to shut down the Finalizer. */
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/port/
chromium_linux.py 128 """Shut down the lighttpd web server. Blocks until it's fully
129 shut down.
chromium_mac.py 141 """Shut down the lighttpd web server. Blocks until it's fully
142 shut down.
chromium_win.py 144 """Shut down the lighttpd web server. Blocks until it's fully
145 shut down.
  /dalvik/tests/071-dexfile/src/
Main.java 60 // let the ProcessManager's daemon thread finish before we shut down
  /dalvik/tests/079-phantom/src/
Bitmap.java 60 System.out.println("Bitmap has shut down");
  /external/apache-http/src/org/apache/http/conn/
ClientConnectionRequest.java 45 * {@link ClientConnectionManager#shutdown() shut down}.
  /external/tcpdump/
dccp.h 99 * struct dccp_hdr_reset - Unconditionally shut down a connection
  /external/v8/src/
bootstrapper.h 93 // This will allocate a char array that is deleted when V8 is shut down.
v8.h 110 // True if engine has been shut down
  /dalvik/vm/
SignalCatcher.c 54 * Shut down the signal catcher thread if it was started.
68 LOGV("signal catcher has shut down\n");

Completed in 1509 milliseconds

1 2 3 4 5 6 7 8 91011