Searched refs:stopped (Results 1 - 25 of 54) sorted by relevance

123

/external/testng/src/main/java/org/testng/
H A DIMethodSelectorContext.java23 * current one if stopped is false.
24 * @param stopped
26 public void setStopped(boolean stopped); argument
/external/testng/src/main/java/org/testng/internal/
H A DDefaultMethodSelectorContext.java29 public void setStopped(boolean stopped) { argument
30 m_isStopped = stopped;
/external/libxcam/xcore/
H A Dxcam_thread.h43 // return true to start loop, else the thread stopped
45 virtual void stopped ();
H A Dxcam_thread.cpp70 thread->stopped ();
87 Thread::stopped () function in class:XCam::Thread
89 XCAM_LOG_DEBUG ("Thread(%s) stopped", XCAM_STR(_name));
H A Dthread_pool.cpp39 virtual void stopped ();
55 UserThread::stopped () function in class:XCam::UserThread
57 XCAM_LOG_DEBUG ("thread(%s, %p) stopped", XCAM_STR(get_name ()), this);
H A Dxcam_analyzer.h49 virtual void stopped () { function in class:XCam::AnalyzerThread
/external/chromium-trace/catapult/systrace/profile_chrome/
H A Dfake_agent_1.py15 self.stopped = False
27 self.stopped = True
H A Dfake_agent_2.py15 self.stopped = False
26 self.stopped = True
/external/tensorflow/tensorflow/contrib/kafka/python/kernel_tests/
H A Dkafka_test.sh41 echo Container $container stopped successfully
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_timedwait/
H A D2-5.c78 int stopped; /* # of threads which are terminated */ member in struct:_td
148 data.stopped++;
302 data.stopped = 0;
338 loc_stopped = data.stopped;
/external/webrtc/webrtc/base/
H A Dsignalthread_unittest.cc42 EXPECT_TRUE(worker()->RunningForTest()); // not stopped yet
48 EXPECT_TRUE(worker()->RunningForTest()); // not stopped yet
152 #define EXPECT_STATE(started, done, completed, stopped, deleted) \
156 EXPECT_EQ(stopped, thread_stopped_); \
/external/parameter-framework/asio/include/asio/detail/
H A Dtask_io_service.hpp67 // Determine whether the io_service is stopped.
68 ASIO_DECL bool stopped() const;
175 // Flag to indicate that the dispatcher has been stopped.
/external/parameter-framework/asio-1.10.6/include/asio/detail/
H A Dtask_io_service.hpp67 // Determine whether the io_service is stopped.
68 ASIO_DECL bool stopped() const;
175 // Flag to indicate that the dispatcher has been stopped.
/external/autotest/client/tests/signaltest/src/
H A Dsignaltest.c100 int stopped = 0; local
176 if (!stopped && tracelimit && (diff > tracelimit)) {
177 stopped++;
/external/autotest/client/cros/
H A Ddhcp_test_server.py88 def stopped(self): member in class:DhcpTestServer
291 while not self.stopped:
/external/nos/host/android/manual_tests/
H A Dtest_citadel.c633 static int stopped; variable
636 stopped = 1;
646 stopped = 0;
668 } while (prev == curr && !stopped);
682 } while (prev == curr && !stopped);
944 debug(1, "We stopped citadeld earlier, so start it up again\n");
/external/parameter-framework/asio/include/asio/
H A Dio_service.hpp238 * more handlers to be dispatched, or until the io_service has been stopped.
246 * is stopped (the stopped() function returns @c true). Subsequent calls to
266 * more handlers to be dispatched, or until the io_service has been stopped.
274 * is stopped (the stopped() function returns @c true). Subsequent calls to
295 * until the io_service has been stopped.
298 * implies that the io_service object is stopped (the stopped() function
311 * until the io_service has been stopped
[all...]
/external/parameter-framework/asio-1.10.6/include/asio/
H A Dio_service.hpp238 * more handlers to be dispatched, or until the io_service has been stopped.
246 * is stopped (the stopped() function returns @c true). Subsequent calls to
266 * more handlers to be dispatched, or until the io_service has been stopped.
274 * is stopped (the stopped() function returns @c true). Subsequent calls to
295 * until the io_service has been stopped.
298 * implies that the io_service object is stopped (the stopped() function
311 * until the io_service has been stopped
[all...]
/external/python/cpython2/Modules/
H A Ditertoolsmodule.c1712 return NULL; /* already stopped */
1811 int stopped; /* set to 1 when the product iterator is exhausted */ member in struct:__anon19504
1887 lz->stopped = 0;
1928 if (lz->stopped)
2000 lz->stopped = 1;
2071 int stopped; /* set to 1 when the combinations iterator is exhausted */ member in struct:__anon19505
2119 co->stopped = r > n ? 1 : 0;
2161 if (co->stopped)
2231 co->stopped = 1;
2320 int stopped; /* se member in struct:__anon19506
2564 int stopped; /* set to 1 when the permutations iterator is exhausted */ member in struct:__anon19507
[all...]
/external/walt/docs/
H A DChromeOS.md42 The script will respond with `Listening on port 50007`. It can be stopped by pressing Ctrl-C. At this point you should be able to use the WALT Android app as if it's running on a regular Android device. If you reset or reconnect the WALT device, you'll need to re-run the script (no need to re-run the iptables command).
/external/python/cpython3/Modules/
H A Ditertoolsmodule.c1868 return NULL; /* already stopped */
2014 int stopped; /* set to 1 when the iterator is exhausted */ member in struct:__anon20132
2091 lz->stopped = 0;
2144 if (lz->stopped)
2216 lz->stopped = 1;
2223 if (lz->stopped) {
2272 lz->stopped = 1;
2373 int stopped; /* set to 1 when the iterator is exhausted */ member in struct:__anon20133
2421 co->stopped = r > n ? 1 : 0;
2473 if (co->stopped)
2712 int stopped; /* set to 1 when the cwr iterator is exhausted */ member in struct:__anon20134
3041 int stopped; /* set to 1 when the iterator is exhausted */ member in struct:__anon20135
[all...]
/external/python/cpython2/Lib/test/
H A Dtest_with.py41 self.stopped = False
51 mock.stopped = True
205 self.assertFalse(mock_generator.stopped)
209 self.assertTrue(mock_generator.stopped)
228 self.assertTrue(mock_generator.stopped)
/external/python/cpython3/Lib/test/
H A Dtest_with.py40 self.stopped = False
50 mock.stopped = True
210 self.assertFalse(mock_generator.stopped)
214 self.assertTrue(mock_generator.stopped)
233 self.assertTrue(mock_generator.stopped)
/external/autotest/client/tests/cyclictest/src/
H A Dcyclictest.c209 int stopped = 0; local
322 if (!stopped && tracelimit && (diff > tracelimit)) {
323 stopped++;
/external/libopus/src/
H A Dmlp_train.c38 int stopped = 0; variable
42 stopped = 1;
395 if (stopped)

Completed in 574 milliseconds

123