OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stopping
(Results
1 - 25
of
90
) sorted by null
1
2
3
4
/system/connectivity/shill/init/
shill-stop-user-session.conf
20
# Use 'start on
stopping
' and 'task' to hold up restarting the session
23
start on
stopping
ui
netfilter-queue.conf
21
stop on
stopping
system-services
/system/core/crash_reporter/init/
crash-sender.conf
9
stop on
stopping
system-services
warn-collector.conf
9
stop on
stopping
system-services
/system/firewalld/
firewalld.conf
21
stop on
stopping
system-services
/system/tpm/trunks/
trunksd.conf
21
stop on
stopping
system-services
/system/tpm/attestation/server/
attestationd.conf
21
stop on
stopping
boot-services
/system/update_engine/init/
update-engine.conf
24
stop on
stopping
system-services
/external/chromium-trace/catapult/third_party/Paste/paste/debug/
testserver.py
27
self.
stopping
= []
45
while not self.
stopping
or self.pending:
57
self.
stopping
.append(True)
60
assert not self.
stopping
/external/tlsdate/init/
tlsdated-cros.conf
9
stop on
stopping
system-services
/system/connectivity/apmanager/init/
apmanager.conf
21
stop on
stopping
system-services
/system/tpm/tpm_manager/server/
tpm_managerd.conf
21
stop on
stopping
system-services
/system/webservd/webservd/etc/init/
webservd.conf
19
stop on
stopping
system-services
/external/opencv3/3rdparty/openexr/IlmThread/
IlmThreadPool.cpp
102
bool
stopping
; // flag indicating whether to stop threads
member in struct:IlmThread::ThreadPool::Data
103
Mutex stopMutex; // mutual exclusion for
stopping
flag
214
ThreadPool::Data::Data (): numTasks (0), numThreads (0),
stopping
(false)
267
stopping
= false;
275
return
stopping
;
283
stopping
= true;
/external/guava/guava/src/com/google/common/util/concurrent/
Service.java
35
* <li>{@linkplain State#
STOPPING
STOPPING
} ->
216
STOPPING
{
270
* Called when the service transitions to the {@linkplain State#
STOPPING
STOPPING
} state. The
276
public void
stopping
(State from) {}
method in class:Service.Listener
286
* {@linkplain State#
STOPPING
STOPPING
}.
AbstractService.java
26
import static com.google.common.util.concurrent.Service.State.
STOPPING
;
79
terminatedCallback(
STOPPING
);
90
return new Callback<Listener>("
stopping
({from = " + from + "})") {
92
listener.
stopping
(from);
199
stopping
(STARTING);
202
snapshot = new StateSnapshot(
STOPPING
);
203
stopping
(RUNNING);
206
case
STOPPING
:
312
snapshot = new StateSnapshot(
STOPPING
);
328
* the service to transition from {@link State#
STOPPING
} to {@link State#TERMINATED}
[
all
...]
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
mkbuiltin.go
79
// Process imports,
stopping
at $$ that closes them.
/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
mkbuiltin.go
76
// Process imports,
stopping
at $$ that closes them.
/prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
mkbuiltin.go
76
// Process imports,
stopping
at $$ that closes them.
/prebuilts/go/darwin-x86/src/cmd/objdump/
main.go
20
//
stopping
at the end address. The start and end addresses are program
/prebuilts/go/darwin-x86/test/
rotate.go
86
fmt.Printf("BUG:
stopping
after 100 failures\n")
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
mkbuiltin.go
79
// Process imports,
stopping
at $$ that closes them.
/prebuilts/go/linux-x86/src/cmd/objdump/
main.go
20
//
stopping
at the end address. The start and end addresses are program
/prebuilts/go/linux-x86/test/
rotate.go
86
fmt.Printf("BUG:
stopping
after 100 failures\n")
/external/caliper/caliper/src/test/java/com/google/caliper/runner/
StreamServiceTest.java
227
@Override public void
stopping
(State from) {}
Completed in 1911 milliseconds
1
2
3
4