Home
last modified time | relevance | path

Searched refs:Watch (Results 1 – 25 of 7094) sorted by relevance

12345678910>>...284

/dports/x11-toolkits/p5-Tk/Tk-804.035/lib/Tie/
H A DWatch.pm1 $Tie::Watch::VERSION = '1.302';
3 package Tie::Watch;
269 [\&Tie::Watch::Scalar::Destroy], [\&Tie::Watch::Scalar::Fetch],
273 [\&Tie::Watch::Array::Clear], [\&Tie::Watch::Array::Delete],
274 [\&Tie::Watch::Array::Destroy], [\&Tie::Watch::Array::Exists],
275 [\&Tie::Watch::Array::Extend], [\&Tie::Watch::Array::Fetch],
276 [\&Tie::Watch::Array::Fetchsize], [\&Tie::Watch::Array::Pop],
282 [\&Tie::Watch::Hash::Clear], [\&Tie::Watch::Hash::Delete],
283 [\&Tie::Watch::Hash::Destroy], [\&Tie::Watch::Hash::Exists],
459 Tie::Watch::Array;
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/wintermute/debugger/
H A Dwatch.cpp29 Watch::Watch(const Common::String &filename, const Common::String &symbol, ScriptMonitor* monitor) … in Watch() function in Wintermute::Watch
31 Watch::~Watch() { /* Nothing to take care of in here */ } in ~Watch()
33 void Watch::trigger(WatchInstance* instance) { in trigger()
37 Common::String Watch::getFilename() const { return _filename; } in getFilename()
38 Common::String Watch::getSymbol() const { return _symbol; } in getSymbol()
39 bool Watch::isEnabled() const { return _enabled; } in isEnabled()
40 void Watch::enable() { _enabled = true; } in enable()
41 void Watch::disable() { _enabled = false; } in disable()
/dports/games/scummvm/scummvm-2.5.1/engines/wintermute/debugger/
H A Dwatch.cpp29 Watch::Watch(const Common::String &filename, const Common::String &symbol, ScriptMonitor* monitor) … in Watch() function in Wintermute::Watch
31 Watch::~Watch() { /* Nothing to take care of in here */ } in ~Watch()
33 void Watch::trigger(WatchInstance* instance) { in trigger()
37 Common::String Watch::getFilename() const { return _filename; } in getFilename()
38 Common::String Watch::getSymbol() const { return _symbol; } in getSymbol()
39 bool Watch::isEnabled() const { return _enabled; } in isEnabled()
40 void Watch::enable() { _enabled = true; } in enable()
41 void Watch::disable() { _enabled = false; } in disable()
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/rjeczalik/notify/
H A Dtree_nonrecursive.go59 nd.Watch.Dispatch(ei, 0)
64 nd.Watch.Dispatch(ei, 0)
108 nd.Watch.Add(c, e)
111 return nd.Watch.Add(c, e)
116 old, ok := nd.Watch[t.rec]
118 nd.Watch[t.rec] = min
120 diff := nd.Watch.Del(c, e)
124 delete(nd.Watch, t.rec)
125 if set, ok := nd.Watch[nil]; ok && len(nd.Watch) == 1 && set == 0 {
126 delete(nd.Watch, nil)
[all …]
H A Dtree_recursive.go11 diff := nd.Watch.Add(c, e)
25 wp := nd.Child[""].Watch
31 e = nd.Watch.Total()
42 for c, e := range src.Watch {
49 wpdst := dst.Child[""].Watch
61 diff := nd.Watch.Del(c, e)
77 e := nd.Watch.Total()
146 nd.Watch.Dispatch(ei, 0)
229 if len(nd.Watch) == 0 {
246 delete(cur.Watch, c)
[all …]
/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/vendor/github.com/rjeczalik/notify/
H A Dtree_nonrecursive.go59 nd.Watch.Dispatch(ei, 0)
64 nd.Watch.Dispatch(ei, 0)
108 nd.Watch.Add(c, e)
111 return nd.Watch.Add(c, e)
116 old, ok := nd.Watch[t.rec]
118 nd.Watch[t.rec] = min
120 diff := nd.Watch.Del(c, e)
124 delete(nd.Watch, t.rec)
125 if set, ok := nd.Watch[nil]; ok && len(nd.Watch) == 1 && set == 0 {
126 delete(nd.Watch, nil)
[all …]
H A Dtree_recursive.go11 diff := nd.Watch.Add(c, e)
25 wp := nd.Child[""].Watch
31 e = nd.Watch.Total()
42 for c, e := range src.Watch {
49 wpdst := dst.Child[""].Watch
61 diff := nd.Watch.Del(c, e)
77 e := nd.Watch.Total()
146 nd.Watch.Dispatch(ei, 0)
229 if len(nd.Watch) == 0 {
246 delete(cur.Watch, c)
[all …]
/dports/www/devd/devd-0.9/vendor/github.com/rjeczalik/notify/
H A Dtree_nonrecursive.go59 nd.Watch.Dispatch(ei, 0)
64 nd.Watch.Dispatch(ei, 0)
108 nd.Watch.Add(c, e)
111 return nd.Watch.Add(c, e)
116 old, ok := nd.Watch[t.rec]
118 nd.Watch[t.rec] = min
120 diff := nd.Watch.Del(c, e)
124 delete(nd.Watch, t.rec)
125 if set, ok := nd.Watch[nil]; ok && len(nd.Watch) == 1 && set == 0 {
126 delete(nd.Watch, nil)
[all …]
H A Dtree_recursive.go11 diff := nd.Watch.Add(c, e)
25 wp := nd.Child[""].Watch
31 e = nd.Watch.Total()
42 for c, e := range src.Watch {
49 wpdst := dst.Child[""].Watch
61 diff := nd.Watch.Del(c, e)
77 e := nd.Watch.Total()
146 nd.Watch.Dispatch(ei, 0)
229 if len(nd.Watch) == 0 {
246 delete(cur.Watch, c)
[all …]
/dports/net/syncthing/syncthing-1.18.1/syncthing/vendor/github.com/syncthing/notify/
H A Dtree_nonrecursive.go59 nd.Watch.Dispatch(ei, 0)
64 nd.Watch.Dispatch(ei, 0)
125 nd.Watch.Add(c, e)
128 return nd.Watch.Add(c, e)
133 old, ok := nd.Watch[t.rec]
135 nd.Watch[t.rec] = min
137 diff := nd.Watch.Del(c, e)
141 delete(nd.Watch, t.rec)
142 if set, ok := nd.Watch[nil]; ok && len(nd.Watch) == 1 && set == 0 {
143 delete(nd.Watch, nil)
[all …]
H A Dtree_recursive.go11 diff := nd.Watch.Add(c, e)
25 wp := nd.Child[""].Watch
31 e = nd.Watch.Total()
42 for c, e := range src.Watch {
49 wpdst := dst.Child[""].Watch
61 diff := nd.Watch.Del(c, e)
77 e := nd.Watch.Total()
146 nd.Watch.Dispatch(ei, 0)
230 if len(nd.Watch) == 0 {
247 delete(cur.Watch, c)
[all …]
/dports/devel/modd/modd-0.8/vendor/github.com/rjeczalik/notify/
H A Dtree_nonrecursive.go59 nd.Watch.Dispatch(ei, 0)
64 nd.Watch.Dispatch(ei, 0)
108 nd.Watch.Add(c, e)
111 return nd.Watch.Add(c, e)
116 old, ok := nd.Watch[t.rec]
118 nd.Watch[t.rec] = min
120 diff := nd.Watch.Del(c, e)
124 delete(nd.Watch, t.rec)
125 if set, ok := nd.Watch[nil]; ok && len(nd.Watch) == 1 && set == 0 {
126 delete(nd.Watch, nil)
[all …]
H A Dtree_recursive.go11 diff := nd.Watch.Add(c, e)
25 wp := nd.Child[""].Watch
31 e = nd.Watch.Total()
42 for c, e := range src.Watch {
49 wpdst := dst.Child[""].Watch
61 diff := nd.Watch.Del(c, e)
77 e := nd.Watch.Total()
146 nd.Watch.Dispatch(ei, 0)
229 if len(nd.Watch) == 0 {
246 delete(cur.Watch, c)
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/wintermute/base/scriptables/debuggable/
H A Ddebuggable_script_engine.h33 class Watch; variable
38 class PublisherWArray : private Common::Array<Watch *> {
67 void push_back(Watch *newElement) { in push_back()
68 Common::Array<Watch *>::push_back(newElement); in push_back()
73 return Common::Array<Watch *>::size(); in size()
77 return Common::Array<Watch *>::begin(); in begin()
81 return Common::Array<Watch *>::end(); in end()
84 Watch *&operator[](size_type idx) {
85 return Common::Array<Watch *>::operator[](idx);
87 Watch *remove_at(size_type idx) { in remove_at()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/wintermute/base/scriptables/debuggable/
H A Ddebuggable_script_engine.h33 class Watch; variable
38 class PublisherWArray : private Common::Array<Watch *> {
67 void push_back(Watch *newElement) { in push_back()
68 Common::Array<Watch *>::push_back(newElement); in push_back()
73 return Common::Array<Watch *>::size(); in size()
77 return Common::Array<Watch *>::begin(); in begin()
81 return Common::Array<Watch *>::end(); in end()
84 Watch *&operator[](size_type idx) {
85 return Common::Array<Watch *>::operator[](idx);
87 Watch *remove_at(size_type idx) { in remove_at()
[all …]
/dports/science/plumed/plumed2-2.7.2/src/tools/
H A DStopwatch.h180 class Watch;
183 Watch* watch=nullptr;
191 Handler(Watch* watch,bool stop);
211 class Watch {
233 Watch & start();
235 Watch & stop();
237 Watch & pause();
252 std::unordered_map<std::string,Watch> watches;
362 Stopwatch::Watch & Stopwatch::Watch::start() { in start()
370 Stopwatch::Watch & Stopwatch::Watch::stop() { in stop()
[all …]
/dports/devel/dbus-c++/dbus-cplusplus-0.9.1pw/src/
H A Deventloop-integration.cpp59 BusWatch::BusWatch(Watch::Internal *wi, BusDispatcher *bd) in BusWatch()
60 : Watch(wi), DefaultWatch(Watch::descriptor(), 0, bd) in BusWatch()
64 if (Watch::flags() & DBUS_WATCH_READABLE) in BusWatch()
66 if (Watch::flags() & DBUS_WATCH_WRITABLE) in BusWatch()
70 DefaultWatch::enabled(Watch::enabled()); in BusWatch()
75 debug_log("watch %p toggled (%s)", this, Watch::enabled() ? "on" : "off"); in toggle()
77 DefaultWatch::enabled(Watch::enabled()); in toggle()
175 Watch *BusDispatcher::add_watch(Watch::Internal *wi) in add_watch()
183 … bw, ((Watch *)bw)->enabled() ? "on" : "off", ((Watch *)bw)->descriptor(), ((Watch *)bw)->flags()); in add_watch()
188 void BusDispatcher::rem_watch(Watch *w) in rem_watch()
[all …]
/dports/math/gecode/gecode-0916a1a/contribs/quacode/quacode/qint/
H A Dwatch.hpp40 Watch<View>::Watch(Home home, View x0, View x1, unsigned int _x0Size) in Watch() function in Gecode::Int::Watch
47 Watch<View>::post(Home home, View x0, View x1, unsigned int _x0Size) { in post()
59 (void) new (home) Watch<View>(home,x0,x1,_x0Size); in post()
66 Watch<View>::Watch(Space& home, bool share, Watch<View>& p) in Watch() function in Gecode::Int::Watch
71 Watch<View>::copy(Space& home,bool share) { in copy()
72 return new (home) Watch<View>(home,share,*this); in copy()
77 Watch<View>::cost(const Space&, const ModEventDelta&) const { in cost()
83 Watch<View>::propagate(Space& home, const ModEventDelta&) { in propagate()
/dports/devel/p5-Log-Log4perl/Log-Log4perl-1.54/t/
H A D027Watch4.t13 use Log::Log4perl::Config::Watch;
29 my $w = Log::Log4perl::Config::Watch->new(
35 $Log::Log4perl::Config::Watch::L4P_TEST_CHANGE_DETECTED = 0;
36 $Log::Log4perl::Config::Watch::L4P_TEST_CHANGE_CHECKED = 0;
39 is($Log::Log4perl::Config::Watch::L4P_TEST_CHANGE_CHECKED,
41 is($Log::Log4perl::Config::Watch::L4P_TEST_CHANGE_DETECTED,
47 is($Log::Log4perl::Config::Watch::L4P_TEST_CHANGE_CHECKED,
49 is($Log::Log4perl::Config::Watch::L4P_TEST_CHANGE_DETECTED,
/dports/sysutils/nitrogen/nitrogen-1.6.1/src/
H A DInotify.cc17 std::map< int, Watch* > Watch::watch_descriptors;
18 int Watch::inotify_fd = -1;
20 Watch * Watch::create(std::string path) { in create()
37 Watch * retval = new Watch(path); in create()
46 retval->signal_deleted_self.connect(sigc::mem_fun(retval, &Watch::remove_wrap)); in create()
51 void Watch::poll(suseconds_t timeout) { in poll()
90 Watch * watch = watch_descriptors[wd]; in poll()
140 void Watch::remove(void) { in remove()
/dports/games/einstein/einstein-2.0/
H A Dgame.cpp73 Watch();
88 Watch::Watch() in Watch() function in Watch
95 Watch::Watch(std::istream &stream) in Watch() function in Watch
103 Watch::~Watch() in ~Watch()
108 void Watch::onTimer() in onTimer()
122 void Watch::stop() in stop()
127 void Watch::start() in start()
133 void Watch::draw() in draw()
156 void Watch::reset() in reset()
167 Watch *watch;
[all …]
/dports/mail/cone/cone-1.1/cone/
H A Dmyreferences.C80 unsigned Watch::defaultWatchDays=14;
81 unsigned Watch::defaultWatchDepth=5;
91 Watch::Watch() in Watch() function
95 Watch::~Watch() in ~Watch()
99 Watch &Watch::operator()(messageId id, time_t t, size_t s) in operator()
114 void Watch::unWatch(messageId id) in unWatch()
123 bool Watch::watching(messageId id, time_t &expires, size_t &depth) const in watching()
/dports/graphics/nip2/nip2-8.7.1/src/
H A Dwatch.c213 Watch *watch; in watch_finalize()
232 Watch *watch; in watch_dispose()
386 Watch *
559 static Watch *
573 Watch *watch; in watch_double_get()
675 static Watch *
688 Watch *watch; in watch_int_get()
806 static Watch *
820 Watch *watch; in watch_path_get()
915 static Watch *
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/files/
H A Dfile_path_watcher_linux.cc100 static constexpr Watch kInvalidWatch = -1;
101 static constexpr Watch kWatchLimitExceeded = -2;
177 bool Watch(const FilePath& path,
196 InotifyReader::Watch watch;
331 InotifyReader::Watch InotifyReader::AddWatch( in AddWatch()
416 InotifyReader::Watch fired_watch, in OnFilePathChangedOnOriginSequence()
520 bool FilePathWatcherImpl::Watch(const FilePath& path, in Watch() function in base::__anona064e08d0111::FilePathWatcherImpl
593 InotifyReader::Watch fired_watch, in UpdateRecursiveWatches()
656 InotifyReader::Watch watch = in UpdateRecursiveWatchesForPath()
665 InotifyReader::Watch watch = in UpdateRecursiveWatchesForPath()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/files/
H A Dfile_path_watcher_linux.cc100 static constexpr Watch kInvalidWatch = -1;
101 static constexpr Watch kWatchLimitExceeded = -2;
177 bool Watch(const FilePath& path,
196 InotifyReader::Watch watch;
331 InotifyReader::Watch InotifyReader::AddWatch( in AddWatch()
416 InotifyReader::Watch fired_watch, in OnFilePathChangedOnOriginSequence()
520 bool FilePathWatcherImpl::Watch(const FilePath& path, in Watch() function in base::__anon392953480111::FilePathWatcherImpl
593 InotifyReader::Watch fired_watch, in UpdateRecursiveWatches()
656 InotifyReader::Watch watch = in UpdateRecursiveWatchesForPath()
665 InotifyReader::Watch watch = in UpdateRecursiveWatchesForPath()
[all …]

12345678910>>...284