OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_shutdown
(Results
1 - 21
of
21
) sorted by null
/external/opencv3/modules/videoio/src/cap_winrt/
MediaSink.hpp
53
:
_shutdown
(false)
function in class:Media::WrlSealed
297
if (
_shutdown
)
301
_shutdown
= true;
379
bool
_shutdown
;
383
if (
_shutdown
)
MediaStreamSink.hpp
92
if (
_shutdown
)
109
bool
_shutdown
;
member in class:Media::WrlSealed
MediaStreamSink.cpp
37
:
_shutdown
(false)
344
if (
_shutdown
)
348
_shutdown
= true;
/external/autotest/scheduler/shard/
shard_client.py
110
self.
_shutdown
= False
331
while not self.
_shutdown
:
339
self.
_shutdown
= True
/external/autotest/scheduler/
host_scheduler.py
78
_shutdown
= False
variable
412
global
_shutdown
413
_shutdown
= True
485
while not
_shutdown
:
monitor_db.py
63
_shutdown
= False
variable
177
while not
_shutdown
and not server._shutdown_scheduler:
197
global
_shutdown
198
_shutdown
= True
[
all
...]
/external/jetty/src/java/org/eclipse/jetty/server/handler/
ContextHandler.java
157
private boolean
_shutdown
= false;
field in class:ContextHandler
625
return !
_shutdown
;
641
_shutdown
= shutdown;
642
_availability = isRunning()?(
_shutdown
?__SHUTDOWN:_available?__AVAILABLE:__UNAVAILABLE):__STOPPED;
667
_availability = isRunning()?(
_shutdown
?__SHUTDOWN:_available?__AVAILABLE:__UNAVAILABLE):__STOPPED;
721
_availability =
_shutdown
?__SHUTDOWN:_available?__AVAILABLE:__UNAVAILABLE;
[
all
...]
/external/jmdns/src/javax/jmdns/impl/
JmDNSImpl.java
298
protected Thread
_shutdown
;
field in class:JmDNSImpl
414
//
_shutdown
= new Thread(new Shutdown(), "JmDNS.Shutdown");
415
// Runtime.getRuntime().addShutdownHook(
_shutdown
);
[
all
...]
/prebuilts/gdb/darwin-x86/lib/python2.7/
threading.py
1198
_shutdown
= _MainThread()._exitfunc
variable
[
all
...]
/prebuilts/gdb/linux-x86/lib/python2.7/
threading.py
1198
_shutdown
= _MainThread()._exitfunc
variable
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
threading.py
1198
_shutdown
= _MainThread()._exitfunc
variable
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
threading.py
1198
_shutdown
= _MainThread()._exitfunc
variable
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar
org.eclipse.osgi_3.6.1.R36x_v20100806.jar
org.eclipse.osgi_3.6.2.R36x_v20101103.jar
/external/guice/extensions/struts2/lib/
jetty-6.1.0.jar
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.osgi/3.9.1.v20130814-1242/
org.eclipse.osgi-3.9.1.v20130814-1242.jar
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.osgi_3.9.1.v20140110-1610.jar
/prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.osgi/3.9.0.v20130529-1710/
org.eclipse.osgi-3.9.0.v20130529-1710.jar
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi_3.9.0.v20130529-1710.jar
Completed in 4595 milliseconds