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

12

/macosx-10.10/dtrace-147/test/tst/common/stop/
H A Dtst.stop1.d44 stopped = 0;
48 /pid == $1 && stopped == 1/
55 /pid == $1 && stopped == 0/
58 trace("stopped");
59 stopped = 1;
67 /timestamp > timeout && stopped == 1/
69 trace("looks like it really stopped");
H A Dtst.stop2.d44 stopped = 0;
48 /pid == $1 && stopped == 1/
55 /pid == $1 && stopped == 0/
58 trace("stopped");
59 stopped = 1;
67 /timestamp > timeout && stopped == 1/
69 trace("looks like it really stopped");
/macosx-10.10/ruby-106/ruby/ext/tk/sample/
H A Dtktimer.rb15 if $stopped
16 $stopped = FALSE
25 exit if $stopped
26 $stopped = TRUE
33 $stopped=TRUE
36 if $stopped then return end
/macosx-10.10/tcl-105/tk/tk/library/demos/
H A Dtimer15 if {$stopped} {
16 set stopped 0
24 set stopped 1
34 set stopped 1
37 global startMoment stopped
38 if {$stopped} {return}
/macosx-10.10/tcl-105/tk84/tk/library/demos/
H A Dtimer12 if {$stopped} {
13 set stopped 0
21 set stopped 1
31 set stopped 1
34 global startMoment stopped
35 if {$stopped} {return}
/macosx-10.10/WebKit2-7600.1.25/UIProcess/mac/
H A DWindowServerConnection.mm36 void WindowServerConnection::applicationWindowModificationsStopped(bool stopped)
38 if (m_applicationWindowModificationsHaveStopped == stopped)
40 m_applicationWindowModificationsHaveStopped = stopped;
H A DWindowServerConnection.h43 void applicationWindowModificationsStopped(bool stopped);
/macosx-10.10/ruby-106/ruby/test/rake/
H A Dtest_rake_pseudo_status.rb9 refute s.stopped?
18 refute s.stopped?
/macosx-10.10/WebCore-7600.1.25/platform/
H A DUserActivity.cpp58 void UserActivity::stopped() function in class:WebCore::UserActivity
H A DUserActivity.h64 void stopped();
H A DHysteresisActivity.h78 m_delegate.stopped();
/macosx-10.10/ruby-106/ruby/lib/rake/
H A Dpseudo_status.rb16 def stopped?
/macosx-10.10/ruby-106/ruby/test/webrick/
H A Dtest_server.rb27 stopped = 0
29 :StopCallback => Proc.new{ stopped += 1 },
48 assert_equal(stopped, 1)
52 accepted = started = stopped = 0
56 :StopCallback => Proc.new{ stopped += 1 },
61 assert_equal(stopped, 0, log.call)
69 assert_equal(stopped, 1)
/macosx-10.10/WebCore-7600.1.25/page/
H A DPageThrottler.h63 void stopped();
H A DPageThrottler.cpp94 void PageThrottler::stopped() function in class:WebCore::PageThrottler
/macosx-10.10/WebCore-7600.1.25/platform/mediastream/
H A DMediaStreamTrackPrivate.cpp54 m_stopped = other.stopped();
258 if (stopped())
266 if (stopped())
274 if (stopped())
H A DMediaStreamTrackPrivate.h80 bool stopped() const { return m_stopped; } function in class:WebCore::MediaStreamTrackPrivate
/macosx-10.10/WebCore-7600.1.25/Modules/mediastream/
H A DMediaStreamTrack.cpp112 bool MediaStreamTrack::stopped() const function in class:WebCore::MediaStreamTrack
114 return m_privateTrack->stopped();
235 if (stopped())
249 if (stopped())
262 if (stopped())
271 if (stopped())
H A DMediaStreamTrack.h72 bool stopped() const;
/macosx-10.10/ruby-106/ruby/lib/
H A Dgserver.rb20 # run simultaneously, and stopped at any time through the class method
53 # server.stopped? # -> false
123 # Returns true if the server has stopped.
124 def stopped?
242 raise "server is already running" if !stopped?
/macosx-10.10/Security-57031.1.35/Security/include/security_utilities/
H A Dunixchild.h63 stopped, // stopped due to trace or job control (not implemented) enumerator in enum:Security::UnixPlusPlus::Child::State
/macosx-10.10/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dunixchild.h63 stopped, // stopped due to trace or job control (not implemented) enumerator in enum:Security::UnixPlusPlus::Child::State
/macosx-10.10/apache-793/httpd/build/rpm/
H A Dhttpd.init119 echo $prog is stopped
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dmach_process.c123 int stopped = 0; local
228 stopped = 1;
234 * If the process was stopped, wake up and run through
238 if (stopped)
275 * (3) it's not currently stopped.
/macosx-10.10/WebKit-7600.1.25/mac/Plugins/Hosted/
H A DNetscapePluginInstanceProxy.h161 void didCallPluginFunction(bool& stopped);
271 bool stopped = false; local
272 didCallPluginFunction(stopped);
273 if (stopped) {
357 // This suppresses calls from all plug-ins, even those in different pages, since JS might affect the frame with plug-in that's being stopped.

Completed in 181 milliseconds

12