HomeSort by relevance Sort by last modified time
    Searched full:stopping (Results 26 - 50 of 1180) sorted by null

12 3 4 5 6 7 8 91011>>

  /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/autotest/client/common_lib/cros/tendo/
n_faced_peerd_helper.py 84 logging.debug('Stopping NFacedPeerd')
86 logging.debug('Finished stopping NFacedPeerd')
  /external/autotest/client/cros/
service_stopper.py 6 Provides utility class for stopping and restarting services
70 logging.warning('Error stopping service %s. %s',
  /external/guava/guava/src/com/google/common/util/concurrent/
Service.java 35 * <li>{@linkplain State#STOPPING STOPPING} -&gt;
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}.
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
AbstractServiceTest.java 72 State.STOPPING,
110 State.STOPPING,
184 assertEquals(State.STOPPING, service.state());
195 State.STOPPING,
230 assertEquals(State.STOPPING, service.state());
235 assertEquals(State.STOPPING, service.state());
245 State.STOPPING,
252 * {@link State#STARTING} more than once, the {@link Listener#stopping(State)} callback would get
259 @Override public void stopping(State from) {
308 assertEquals(ImmutableList.of(State.STARTING, State.RUNNING, State.STOPPING, State.FAILED)
850 @Override public synchronized void stopping(State from) { method in class:AbstractServiceTest.RecordingListener
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
MediaRecorderStopStateUnitTest.java 57 // Wait for some time before stopping the media recorder.
58 // This will fix the assertion caused by stopping it immediatedly
  /packages/apps/Contacts/src/com/android/contacts/
ViewNotificationService.java 56 // we might be stopping out-of-order, in which case the call with the last
63 Log.e(TAG, "Error stopping service", e);
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/
dynamic_pt_updating_helper.h 46 // TODO: Remove after stopping supporting v402.
51 // TODO: Remove after stopping supporting v402.
  /external/autotest/utils/
autotest.init 33 log_daemon_msg "Stopping $DAEMON_NAME"
  /external/avahi/avahi-autoipd/
dhclient-exit-hook.in 25 # Stopping avahi-autoipd is left for the enter hook
  /external/avahi/initscript/freebsd/
avahi-dnsconfd.sh.in 34 checkyesno avahi_dnsconfd_enable && echo "Stopping avahi-dnsconfd." && \
  /external/clang/test/Misc/
error-limit-multiple-notes.cpp 23 // CHECK: fatal error: too many errors emitted, stopping now
  /external/e2fsprogs/misc/
uuidd.rc 31 log_daemon_msg "Stopping uuidd generator" "uuidd"
  /external/libmicrohttpd/src/testcurl/
test_get_response_cleanup.c 161 // fprintf (stderr, "Stopping daemon!\n");
196 //fprintf (stderr, "Stopping daemon!\n");
220 //fprintf (stderr, "Stopping daemon!\n");
280 // fprintf (stderr, "Stopping daemon!\n");
  /external/selinux/policycoreutils/sandbox/
sandbox.init 39 echo -n "Stopping sandbox"
  /external/tlsdate/init/
tlsdated-cros.conf 9 stop on stopping system-services
  /frameworks/base/core/java/android/printservice/
package.html 15 The system is responsible for starting and stopping a print service depending on whether
  /frameworks/base/docs/html-intl/intl/ja/training/basics/activity-lifecycle/
index.jd 66 <dt><b><a href="stopping.html">??????????????</a></b></dt>
  /frameworks/base/docs/html-intl/intl/ko/training/basics/activity-lifecycle/
index.jd 66 <dt><b><a href="stopping.html">???? ?? ? ?????</a></b></dt>
  /frameworks/base/docs/html-intl/intl/ru/training/basics/activity-lifecycle/
index.jd 66 <dt><b><a href="stopping.html">????????? ? ?????????? ????????</a></b></dt>
  /frameworks/base/docs/html-intl/intl/zh-cn/training/basics/activity-lifecycle/
index.jd 66 <dt><b><a href="stopping.html">???????Activity</a></b></dt>
  /frameworks/base/docs/html-intl/intl/zh-tw/training/basics/activity-lifecycle/
index.jd 66 <dt><b><a href="stopping.html">?????????????</a></b></dt>
  /hardware/intel/common/utils/ituxd/src/com/intel/thermal/
ThermalZoneMonitor.java 58 Log.i(TAG, "Stopping thread " + mThreadName + " [InterruptedException]");
  /system/connectivity/shill/init/
netfilter-queue.conf 21 stop on stopping system-services
  /system/tpm/attestation/server/
attestationd.conf 21 stop on stopping boot-services

Completed in 1099 milliseconds

12 3 4 5 6 7 8 91011>>