OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:alive
(Results
176 - 200
of
1211
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/lib/Serialization/
GeneratePCH.cpp
61
// Free up some memory, in case the process is kept
alive
.
/external/ipsec-tools/src/racoon/
schedule.h
51
int dead; /* dead or
alive
*/
/external/llvm/lib/ExecutionEngine/
EventListenerCommon.h
30
// shouldn't be modifying any MDNodes while this map is
alive
.
/external/replicaisland/src/com/replica/replicaisland/
RenderingWatchDog.java
26
* class for checking if rendering function is
alive
or not.
/external/valgrind/main/memcheck/tests/
test-plo.c
82
"Elvis is
alive
and well and living in Milton Keynes.\n");
/frameworks/av/media/libstagefright/include/
NuCachedSource2.h
113
// If the keep-
alive
interval is 0, keep-alives are disabled.
/frameworks/opt/net/voip/src/java/android/net/sip/
SipProfile.java
250
* Sets the send keep-
alive
flag.
252
* @param flag true if sending keep-
alive
message is required,
464
* Gets the flag of 'Sending keep-
alive
'.
466
* @return the flag of sending SIP keep-
alive
messages.
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
atmmpc.h
94
#define MPC_C2 60 /* Initial Keep-
Alive
Lifetime */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
atmmpc.h
94
#define MPC_C2 60 /* Initial Keep-
Alive
Lifetime */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
atmmpc.h
94
#define MPC_C2 60 /* Initial Keep-
Alive
Lifetime */
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pyarena.h
17
arena will ensure that the PyObjects stay
alive
at least until
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
pyarena.h
17
arena will ensure that the PyObjects stay
alive
at least until
/dalvik/vm/native/
dalvik_system_VMStack.cpp
131
* thread is not still
alive
. *depth is set to the length of a
146
* Make sure the thread is still
alive
and in the list.
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
ThreadTest.java
532
assertFalse("A thread that wasn't started is
alive
.", st.isAlive());
604
assertTrue("Thread is
alive
", !st.isAlive());
613
assertTrue("Joined thread is still
alive
", !st.isAlive());
635
assertTrue("Thread is
alive
", !st.isAlive());
658
assertTrue("Joined thread is still
alive
", !st.isAlive());
698
assertTrue("Thread is
alive
", !st.isAlive());
710
assertTrue("Joined thread is not
alive
", st.isAlive());
770
assertTrue("Joined thread is still
alive
", !t.isAlive());
/external/chromium/chrome/browser/chromeos/cros/
input_method_library.h
62
// library is not found or IBus/DBus daemon is not
alive
, this function
70
// If the cros library is not found or IBus/DBus daemon is not
alive
, this
/external/chromium/chrome/browser/printing/
print_job.h
34
// reference to the job to be sure it is kept
alive
. All the code in this class
166
// A document is done printing. The worker thread is still
alive
. Warning:
/external/chromium/net/socket/
client_socket.h
52
// Called to test if the connection is still
alive
. Returns false if a
56
// Called to test if the connection is still
alive
and idle. Returns false
tcp_client_socket_win.cc
445
// Check if connection is
alive
.
462
// Check if connection is
alive
and we haven't received any data
691
// Enable TCP Keep-
Alive
to prevent NAT routers from timing out TCP
695
1, // TCP keep-
alive
on.
696
45000, // Wait 45s until sending first TCP keep-
alive
packet.
697
45000, // Wait 45s between sending TCP keep-
alive
packets.
703
DCHECK(!rv) << "Could not enable TCP Keep-
Alive
for socket: " << socket_
706
// Disregard any failure in disabling nagle or enabling TCP Keep-
Alive
.
/external/chromium/net/websockets/
websocket.h
126
// |delegate| must be
alive
while this object is
alive
.
/external/chromium/webkit/glue/
websocketstreamhandle_impl.cc
61
// |bridge_| is
alive
from Connect to DidClose, so Context must be
alive
/external/chromium_org/chrome/browser/extensions/api/serial/
serial_io_handler.h
96
// if the associated I/O operation was the only thing keeping it
alive
.
101
// if the associated I/O operation was the only thing keeping it
alive
.
/external/chromium_org/chrome/browser/extensions/
bundle_installer.h
93
// Note: the |delegate| must stay
alive
until receiving the callback.
101
// Note: the |delegate| must stay
alive
until receiving the callback.
/external/chromium_org/chrome/browser/printing/
print_job.h
33
// reference to the job to be sure it is kept
alive
. All the code in this class
188
// A document is done printing. The worker thread is still
alive
. Warning:
/external/chromium_org/chrome/browser/translate/
translate_prefs.h
28
// It is assumed that |prefs_| is
alive
while this instance is
alive
.
/external/chromium_org/net/socket/
stream_socket.h
47
// Called to test if the connection is still
alive
. Returns false if a
51
// Called to test if the connection is still
alive
and idle. Returns false
Completed in 501 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>