OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:shut
(Results
1 - 25
of
228
) sorted by null
1
2
3
4
5
6
7
8
9
10
/dalvik/tests/079-phantom/
expected.txt
13
Bitmap has
shut
down
/external/oprofile/libop/
op_hw_specific.h
88
/* Do something with passed arg to
shut
up the compiler warning */
96
/* Do something with passed arg to
shut
up the compiler warning */
/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.
/development/simulator/app/
ExternalRuntime.cpp
59
* There is currently no "polite" way to
shut
this down.
/dalvik/libcore/concurrent/src/main/java/java/util/concurrent/
ExecutorService.java
18
* <p> An <tt>ExecutorService</tt> can be
shut
down, which will cause
26
* unused <tt>ExecutorService</tt> should be
shut
down to allow
117
* Invocation has no additional effect if already
shut
down.
159
* Returns <tt>true</tt> if this executor has been
shut
down.
161
* @return <tt>true</tt> if this executor has been
shut
down
166
* Returns <tt>true</tt> if all tasks have completed following
shut
down.
170
* @return <tt>true</tt> if all tasks have completed following
shut
down
ThreadPoolExecutor.java
95
* disables idle threads from ever terminating prior to
shut
down. The
167
* <em>rejected</em> when the Executor has been
shut
down, and also
190
* executor is not
shut
down, the task at the head of the work queue
660
* permission to
shut
down threads in general (see shutdownPerm).
825
* eligible to
shut
down. It also returns false if the thread
[
all
...]
/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
/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.
/external/openssl/apps/
s_client.c
1045
goto
shut
;
1053
goto
shut
;
[
all
...]
/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
/hardware/libhardware_legacy/tests/gpstest/
gpstest.cpp
118
printf("waiting for GPS to
shut
down\n");
/dalvik/vm/
SignalCatcher.c
54
*
Shut
down the signal catcher thread if it was started.
68
LOGV("signal catcher has
shut
down\n");
/dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/
IncrementalSAXSource_Filter.java
536
* Boolean.FALSE indication to discontinue events and
shut
down.
538
* When moreRemains==false, we
shut
down immediately without asking the
583
// "
Shut
down the garbage smashers on the detention level!"
678
// "CPO,
shut
down the garbage smashers on the detention level!"
792
System.out.println("\nUNEXPECTED: Filter says
shut
down prematurely.\n");
Completed in 46 milliseconds
1
2
3
4
5
6
7
8
9
10