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

12

/external/chromium_org/tools/profile_chrome/
H A Dprofiler_unittest.py18 self.stopped = False
25 self.stopped = True
48 self.assertTrue(controller.stopped)
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dserver_process_mock.py41 self.stopped = False
75 self.stopped = True
/external/chromium_org/net/test/spawned_test_server/
H A Dremote_test_server.cc147 bool stopped = spawner_communicator_->StopServer(); local
148 // Explicitly reset |spawner_communicator_| to avoid reusing the stopped one.
150 return stopped;
/external/chromium_org/third_party/webrtc/base/
H A Dsignalthread_unittest.cc43 EXPECT_TRUE(worker()->RunningForTest()); // not stopped yet
49 EXPECT_TRUE(worker()->RunningForTest()); // not stopped yet
153 #define EXPECT_STATE(started, done, completed, stopped, deleted) \
157 EXPECT_EQ(stopped, thread_stopped_); \
/external/chromium_org/chrome/browser/resources/options/chromeos/
H A Dbluetooth.css27 #bluetooth-options .button-strip #bluetooth-scan-stopped-label {
33 #bluetooth-scan-stopped-label {
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
H A DTimelineManager.js204 stopped: function(consoleTimeline, events)
/external/qemu/include/qom/
H A Dcpu.h69 uint32_t stopped; /* Artificially stopped */ member in struct:CPUState
184 * Checks whether the CPU is stopped.
186 * Returns: %true if run state is not running or if artificially stopped;
/external/chromium_org/remoting/webapp/browser_test/
H A Dbump_scroll_browser_test.js251 var stopped = browserTest.expectEvent(clientSession, STOPPED, 5000);
253 return stopped.then(function() {
/external/qemu/
H A Dcpus.c79 if (cpu->stopped)
91 if (cpu->stopped)
356 /* disable cpu_get_ticks() : the clock is stopped. You must not call
/external/chromium_org/third_party/opus/src/src/
H A Dmlp_train.c38 int stopped = 0; variable
42 stopped = 1;
404 if (stopped)
/external/chromium_org/chrome/browser/metrics/
H A Dthread_watcher.h152 // (i.e., post a PostPingMessage()) if the watcher has stopped pinging due to
472 static void SetStopped(bool stopped);
H A Dthread_watcher.cc225 // If we have stopped watching or if the user is idle, then stop sending
274 // If we have stopped watching or if the user is idle, then stop sending
288 // If we have stopped watching then consider thread as responding.
758 void ThreadWatcherList::SetStopped(bool stopped) { argument
760 g_stopped_ = stopped;
H A Dthread_watcher_unittest.cc656 bool stopped,
674 EXPECT_EQ(stopped, stopped_) << msg;
710 true /* stopped */,
723 false /* stopped */,
736 true /* stopped */,
655 CheckState(bool has_thread_watcher_list, bool stopped, const char* const msg) argument
/external/strace/
H A Dstrace.c360 * Used when we want to unblock stopped traced process.
772 * Linux wrongly insists the child be stopped
786 * would be left stopped (process state T).
801 /* ESRCH: process is either not stopped or doesn't exist. */
809 /* Process is not stopped, need to stop it. */
874 * sig == other: process was already stopped
875 * with this stopping sig (see tests/detach-stopped).
877 * in DETACH for the tracee to remain stopped.
962 * process stopped (process state T) if we would terminate in
1260 /* Wait until child stopped itsel
2053 int stopped; local
[all...]
/external/chromium_org/net/socket/
H A Ddeterministic_socket_data_unittest.cc223 ASSERT_FALSE(data_->stopped());
371 ASSERT_FALSE(data_->stopped());
H A Dsocket_test_util.cc380 // If we've already stopped the loop, don't do it again until we've advanced
394 // Record the sequence_number at which we stopped the loop.
487 while ((!at_write_eof() || !at_read_eof()) && !stopped()) {
499 !stopped()) {
525 // Synchronous read while stopped is an error
526 if (stopped() && current_read_.mode == SYNCHRONOUS) {
527 LOG(ERROR) << "Unable to perform synchronous IO while stopped";
566 // Synchronous write while stopped is an error
567 if (stopped() && next_write.mode == SYNCHRONOUS) {
568 LOG(ERROR) << "Unable to perform synchronous IO while stopped";
[all...]
H A Dsocket_test_util.h467 // by calling Read() or Write() while stopped is permitted if the operation is
468 // asynchronous. It is an error to perform synchronous I/O while stopped.
552 bool stopped() const { return stopped_; } function in class:net::DeterministicSocketData
/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Dtrace_impl.cc110 bool stopped = thread_.Stop(); local
115 return stopped;
/external/webrtc/src/system_wrappers/source/
H A Dtrace_impl.cc116 bool stopped = _thread.Stop(); local
121 return stopped;
/external/valgrind/main/coregrind/
H A Dvgdb-invoker-ptrace.c247 /* Wait till the process pid is reported as stopped with signal_expected.
250 Returns True when process is in stopped state with signal_expected.
252 to be stopped.
334 /* Stops the given pid, wait for the process to be stopped.
353 /* Attaches to given pid, wait for the process to be stopped.
784 Bool stopped; local
1072 stopped = waitstopped (pid, SIGSTOP,
1074 if (stopped) {
1075 /* Here pid has properly stopped on the break. */
/external/chromium_org/third_party/cython/src/Cython/Debugger/
H A Dlibpython.py1987 def stopped(self): member in class:ExecutionControlCommandBase
1998 if self.stopped():
2041 if hitbp or is_relevant or self.stopped():
2093 if self.stopped():
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorTimelineAgent.cpp339 m_frontend->stopped(&fromConsole, nullptr);
468 m_frontend->stopped(&fromConsole, m_bufferedEvents.release());
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.core_2.0.2.R36x_v20100804.jar ... .osgi.framework.BundleContext context private volatile boolean stopped private org.osgi.framework.ServiceRegistration reg private ...
H A Dorg.eclipse.equinox.ds_1.2.1.R36x_v20100803.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DBaseRecognizer.as714 * start index before, then return where the rule stopped parsing.

Completed in 7207 milliseconds

12