Home
last modified time | relevance | path

Searched defs:monitor (Results 1 – 25 of 5712) sorted by relevance

12345678910>>...229

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/ic/
H A Dmonitors.h37 struct monitor { struct
38 u_int16_t cols; /* Columns */
39 u_int16_t hfp; /* Horizontal Front Porch */
40 u_int16_t hsync; /* Horizontal Sync */
41 u_int16_t hbp; /* Horizontal Back Porch */
42 u_int16_t rows; /* Rows */
43 u_int16_t vfp; /* Vertical Front Porch */
44 u_int16_t vsync; /* Vertical Sync */
45 u_int16_t vbp; /* Vertical Back Porch */
46 u_int32_t dotclock; /* Dot Clock */
/dports/security/vault/vault-1.8.2/helper/monitor/
H A Dmonitor.go1 package monitor package
26 type monitor struct { struct
27 sink log.SinkAdapter
30 logger log.InterceptLogger
33 logCh chan []byte
36 doneCh chan struct{}
40 droppedCount *atomic.Uint32
41 bufSize int
46 dropCheckInterval time.Duration
51 started *atomic.Bool
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/command/agent/monitor/
H A Dmonitor.go1 package monitor package
25 type monitor struct { struct
27 sync.Mutex
29 sink log.SinkAdapter
32 logger log.InterceptLogger
35 logCh chan []byte
38 doneCh chan struct{}
43 droppedCount int
44 bufSize int
48 droppedDuration time.Duration
[all …]
/dports/sysutils/nomad/nomad-1.1.0/command/agent/monitor/
H A Dmonitor.go1 package monitor package
25 type monitor struct { struct
27 sync.Mutex
29 sink log.SinkAdapter
32 logger log.InterceptLogger
35 logCh chan []byte
38 doneCh chan struct{}
43 droppedCount int
44 bufSize int
48 droppedDuration time.Duration
[all …]
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gdk/
H A Dgdkmonitor.c81 GdkMonitor *monitor = GDK_MONITOR (object); in gdk_monitor_get_property() local
140 GdkMonitor *monitor = GDK_MONITOR (object); in gdk_monitor_set_property() local
156 GdkMonitor *monitor = GDK_MONITOR (object); in gdk_monitor_finalize() local
261 gdk_monitor_get_display (GdkMonitor *monitor) in gdk_monitor_get_display()
334 gdk_monitor_get_width_mm (GdkMonitor *monitor) in gdk_monitor_get_width_mm()
404 gdk_monitor_get_model (GdkMonitor *monitor) in gdk_monitor_get_model()
483 gdk_monitor_is_primary (GdkMonitor *monitor) in gdk_monitor_is_primary()
509 gdk_monitor_set_model (GdkMonitor *monitor, in gdk_monitor_set_model()
529 gdk_monitor_set_position (GdkMonitor *monitor, in gdk_monitor_set_position()
551 gdk_monitor_set_size (GdkMonitor *monitor, in gdk_monitor_set_size()
[all …]
/dports/x11-toolkits/gtk40/gtk-4.4.1/gdk/
H A Dgdkmonitor.c80 GdkMonitor *monitor = GDK_MONITOR (object); in gdk_monitor_get_property() local
139 GdkMonitor *monitor = GDK_MONITOR (object); in gdk_monitor_set_property() local
155 GdkMonitor *monitor = GDK_MONITOR (object); in gdk_monitor_finalize() local
336 gdk_monitor_get_display (GdkMonitor *monitor) in gdk_monitor_get_display()
373 gdk_monitor_get_width_mm (GdkMonitor *monitor) in gdk_monitor_get_width_mm()
389 gdk_monitor_get_height_mm (GdkMonitor *monitor) in gdk_monitor_get_height_mm()
443 gdk_monitor_get_model (GdkMonitor *monitor) in gdk_monitor_get_model()
529 gdk_monitor_set_model (GdkMonitor *monitor, in gdk_monitor_set_model()
549 gdk_monitor_set_geometry (GdkMonitor *monitor, in gdk_monitor_set_geometry()
618 gdk_monitor_invalidate (GdkMonitor *monitor) in gdk_monitor_invalidate()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/protocol/http/
H A DnsHttpResponseHead.cpp51 ReentrantMonitorAutoEnter monitor(mReentrantMonitor); in operator =() local
72 ReentrantMonitorAutoEnter monitor(mReentrantMonitor); in Version() local
79 ReentrantMonitorAutoEnter monitor(mReentrantMonitor); in Status() local
86 ReentrantMonitorAutoEnter monitor(mReentrantMonitor); in StatusText() local
93 ReentrantMonitorAutoEnter monitor(mReentrantMonitor); in ContentLength() local
100 ReentrantMonitorAutoEnter monitor(mReentrantMonitor); in ContentType() local
107 ReentrantMonitorAutoEnter monitor(mReentrantMonitor); in ContentCharset() local
114 ReentrantMonitorAutoEnter monitor(mReentrantMonitor); in Private() local
121 ReentrantMonitorAutoEnter monitor(mReentrantMonitor); in NoStore() local
128 ReentrantMonitorAutoEnter monitor(mReentrantMonitor); in NoCache() local
[all …]
/dports/x11/mate-screensaver/mate-screensaver-1.26.1/src/
H A Dgs-monitor.c91 static gboolean release_grab_timeout(GSMonitor* monitor) in release_grab_timeout()
167 static void gs_monitor_lock_screen(GSMonitor* monitor) in gs_monitor_lock_screen()
358 static void connect_listener_signals(GSMonitor* monitor) in connect_listener_signals()
378 static void disconnect_watcher_signals(GSMonitor *monitor) in disconnect_watcher_signals()
385 static void connect_watcher_signals(GSMonitor *monitor) in connect_watcher_signals()
399 static void connect_manager_signals(GSMonitor* monitor) in connect_manager_signals()
405 static void disconnect_prefs_signals(GSMonitor* monitor) in disconnect_prefs_signals()
410 static void connect_prefs_signals(GSMonitor* monitor) in connect_prefs_signals()
415 static void gs_monitor_init(GSMonitor* monitor) in gs_monitor_init()
440 GSMonitor* monitor; in gs_monitor_finalize() local
[all …]
/dports/x11/fnott/fnott/
H A Dwayland.h14 struct monitor { struct
15 struct wayland *wayl;
18 uint32_t wl_name;
20 int x;
21 int y;
23 struct {
41 } dim;
43 struct {
55 } ppi;
57 int scale;
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/protocol/http/
H A DnsHttpResponseHead.cpp50 RecursiveMutexAutoLock monitor(mRecursiveMutex); in operator =() local
69 RecursiveMutexAutoLock monitor(mRecursiveMutex); in Version() local
74 RecursiveMutexAutoLock monitor(mRecursiveMutex); in Status() local
79 RecursiveMutexAutoLock monitor(mRecursiveMutex); in StatusText() local
84 RecursiveMutexAutoLock monitor(mRecursiveMutex); in ContentLength() local
89 RecursiveMutexAutoLock monitor(mRecursiveMutex); in ContentType() local
94 RecursiveMutexAutoLock monitor(mRecursiveMutex); in ContentCharset() local
99 RecursiveMutexAutoLock monitor(mRecursiveMutex); in Private() local
104 RecursiveMutexAutoLock monitor(mRecursiveMutex); in NoStore() local
109 RecursiveMutexAutoLock monitor(mRecursiveMutex); in NoCache() local
[all …]
/dports/sysutils/consul/consul-1.10.3/logging/monitor/
H A Dmonitor.go1 package monitor package
25 type monitor struct { struct
26 sink log.SinkAdapter
29 logger log.InterceptLogger
32 logCh chan []byte
36 droppedCount int
39 doneCh chan struct{}
42 bufSize int
74 func (d *monitor) Stop() int {
82 func (d *monitor) Start() <-chan []byte {
[all …]
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/logging/monitor/
H A Dmonitor.go1 package monitor package
24 type monitor struct { struct
25 sink log.SinkAdapter
28 logger log.InterceptLogger
31 logCh chan []byte
35 droppedCount int
38 doneCh chan struct{}
41 bufSize int
73 func (d *monitor) Stop() int {
81 func (d *monitor) Start() <-chan []byte {
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/logging/monitor/
H A Dmonitor.go1 package monitor package
25 type monitor struct { struct
26 sink log.SinkAdapter
29 logger log.InterceptLogger
32 logCh chan []byte
36 droppedCount int
39 doneCh chan struct{}
42 bufSize int
74 func (d *monitor) Stop() int {
82 func (d *monitor) Start() <-chan []byte {
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/logging/monitor/
H A Dmonitor.go1 package monitor package
25 type monitor struct { struct
26 sink log.SinkAdapter
29 logger log.InterceptLogger
32 logCh chan []byte
36 droppedCount int
39 doneCh chan struct{}
42 bufSize int
74 func (d *monitor) Stop() int {
82 func (d *monitor) Start() <-chan []byte {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/logging/monitor/
H A Dmonitor.go1 package monitor package
24 type monitor struct { struct
25 sink log.SinkAdapter
28 logger log.InterceptLogger
31 logCh chan []byte
35 droppedCount int
38 doneCh chan struct{}
41 bufSize int
73 func (d *monitor) Stop() int {
81 func (d *monitor) Start() <-chan []byte {
[all …]
/dports/www/firefox-esr/firefox-91.8.0/netwerk/protocol/http/
H A DnsHttpResponseHead.cpp59 RecursiveMutexAutoLock monitor(mRecursiveMutex); in operator =() local
85 RecursiveMutexAutoLock monitor(mRecursiveMutex); in Version() local
90 RecursiveMutexAutoLock monitor(mRecursiveMutex); in Status() local
95 RecursiveMutexAutoLock monitor(mRecursiveMutex); in StatusText() local
100 RecursiveMutexAutoLock monitor(mRecursiveMutex); in ContentLength() local
105 RecursiveMutexAutoLock monitor(mRecursiveMutex); in ContentType() local
110 RecursiveMutexAutoLock monitor(mRecursiveMutex); in ContentCharset() local
115 RecursiveMutexAutoLock monitor(mRecursiveMutex); in Public() local
120 RecursiveMutexAutoLock monitor(mRecursiveMutex); in Private() local
125 RecursiveMutexAutoLock monitor(mRecursiveMutex); in NoStore() local
[all …]
/dports/www/firefox/firefox-99.0/netwerk/protocol/http/
H A DnsHttpResponseHead.cpp58 RecursiveMutexAutoLock monitor(mRecursiveMutex); in operator =() local
84 RecursiveMutexAutoLock monitor(mRecursiveMutex); in Version() local
89 RecursiveMutexAutoLock monitor(mRecursiveMutex); in Status() local
94 RecursiveMutexAutoLock monitor(mRecursiveMutex); in StatusText() local
99 RecursiveMutexAutoLock monitor(mRecursiveMutex); in ContentLength() local
104 RecursiveMutexAutoLock monitor(mRecursiveMutex); in ContentType() local
109 RecursiveMutexAutoLock monitor(mRecursiveMutex); in ContentCharset() local
114 RecursiveMutexAutoLock monitor(mRecursiveMutex); in Public() local
119 RecursiveMutexAutoLock monitor(mRecursiveMutex); in Private() local
124 RecursiveMutexAutoLock monitor(mRecursiveMutex); in NoStore() local
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/protocol/http/
H A DnsHttpResponseHead.cpp59 RecursiveMutexAutoLock monitor(mRecursiveMutex); in operator =() local
85 RecursiveMutexAutoLock monitor(mRecursiveMutex); in Version() local
90 RecursiveMutexAutoLock monitor(mRecursiveMutex); in Status() local
95 RecursiveMutexAutoLock monitor(mRecursiveMutex); in StatusText() local
100 RecursiveMutexAutoLock monitor(mRecursiveMutex); in ContentLength() local
105 RecursiveMutexAutoLock monitor(mRecursiveMutex); in ContentType() local
110 RecursiveMutexAutoLock monitor(mRecursiveMutex); in ContentCharset() local
115 RecursiveMutexAutoLock monitor(mRecursiveMutex); in Public() local
120 RecursiveMutexAutoLock monitor(mRecursiveMutex); in Private() local
125 RecursiveMutexAutoLock monitor(mRecursiveMutex); in NoStore() local
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/protocol/http/
H A DnsHttpResponseHead.cpp59 RecursiveMutexAutoLock monitor(mRecursiveMutex); in operator =() local
84 RecursiveMutexAutoLock monitor(mRecursiveMutex); in Version() local
89 RecursiveMutexAutoLock monitor(mRecursiveMutex); in Status() local
94 RecursiveMutexAutoLock monitor(mRecursiveMutex); in StatusText() local
99 RecursiveMutexAutoLock monitor(mRecursiveMutex); in ContentLength() local
104 RecursiveMutexAutoLock monitor(mRecursiveMutex); in ContentType() local
109 RecursiveMutexAutoLock monitor(mRecursiveMutex); in ContentCharset() local
114 RecursiveMutexAutoLock monitor(mRecursiveMutex); in Public() local
119 RecursiveMutexAutoLock monitor(mRecursiveMutex); in Private() local
124 RecursiveMutexAutoLock monitor(mRecursiveMutex); in NoStore() local
[all …]
/dports/x11/xfce4-screensaver/xfce4-screensaver-4.16.0/src/
H A Dgs-monitor.c68 static void gs_monitor_simulate_user_activity(GSMonitor* monitor) { in gs_monitor_simulate_user_activity()
80 static void listener_lock_cb(GSListener* listener, GSMonitor* monitor) { in listener_lock_cb()
107 static void listener_quit_cb(GSListener* listener, GSMonitor* monitor) { in listener_quit_cb()
112 static void listener_cycle_cb(GSListener* listener, GSMonitor* monitor) { in listener_cycle_cb()
120 GSMonitor* monitor) { in listener_show_message_cb()
146 static void disconnect_listener_signals(GSMonitor* monitor) { in disconnect_listener_signals()
159 static void connect_listener_signals(GSMonitor* monitor) { in connect_listener_signals()
181 static void gs_monitor_init(GSMonitor* monitor) { in gs_monitor_init()
196 GSMonitor* monitor; in gs_monitor_finalize() local
217 GSMonitor* monitor; in gs_monitor_new() local
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/
H A DWorkspaceTest.java86 FussyProgressMonitor monitor = new FussyProgressMonitor(); in testFileDeletion() local
99 FussyProgressMonitor monitor = new FussyProgressMonitor(); in testFileEmptyDeletion() local
112 FussyProgressMonitor monitor = new FussyProgressMonitor(); in testFileInFolderCreation() local
113 target.create(getRandomContents(), true, monitor); in testFileInFolderCreation() local
121 FussyProgressMonitor monitor = new FussyProgressMonitor(); in testFileMove() local
122 target.create(getRandomContents(), true, monitor); in testFileMove() local
126 target.move(destination.getFullPath(), true, monitor); in testFileMove() local
154 FussyProgressMonitor monitor = new FussyProgressMonitor(); in testFolderDeletion() local
209 source.move(dest.getFullPath(), true, monitor); in testLeafFolderMove() local
448 target.create(getRandomContents(), true, monitor); in testSimpleMove() local
[all …]
H A DIFileTest.java282 FussyProgressMonitor monitor = new FussyProgressMonitor(); in testAppendContents2() local
405 IProgressMonitor monitor = (IProgressMonitor) args[3]; in testCreate() local
570 target.create(getContents(contents), true, monitor); in testFileCreation() local
604 target.create(getContents(contents), true, monitor); in testFileCreation() local
773 target.create(getRandomContents(), true, monitor); in testFileInFolderCreation() local
787 target.create(getRandomContents(), true, monitor); in testFileInFolderCreation1() local
806 target.create(getRandomContents(), true, monitor); in testFileInFolderCreation2() local
817 target.create(getRandomContents(), true, monitor); in testFileMove() local
822 target.move(destination.getFullPath(), true, monitor); in testFileMove() local
1000 file.create(getRandomContents(), true, monitor); in testInvalidFileNames() local
[all …]
/dports/multimedia/zoneminder/zoneminder-1.36.5/web/skins/classic/includes/
H A Dcontrol_functions.php22 function controlFocus($monitor, $cmds) {
46 function controlZoom($monitor, $cmds) {
69 function controlIris($monitor, $cmds) {
93 function controlWhite($monitor, $cmds) {
117 function controlPanTilt($monitor, $cmds) {
149 function controlPresets($monitor, $cmds) {
194 function controlPower($monitor, $cmds) {
229 function ptzControls($monitor) {
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gopkg.in/DataDog/dd-trace-go.v1/contrib/go.mongodb.org/mongo-driver/mongo/
H A Dmongo.go33 type monitor struct { struct
34 sync.Mutex
35 spans map[spanKey]ddtrace.Span
36 cfg *config
39 func (m *monitor) Started(ctx context.Context, evt *event.CommandStartedEvent) {
65 func (m *monitor) Succeeded(ctx context.Context, evt *event.CommandSucceededEvent) {
69 func (m *monitor) Failed(ctx context.Context, evt *event.CommandFailedEvent) {
73 func (m *monitor) Finished(evt *event.CommandFinishedEvent, err error) {
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gopkg.in/DataDog/dd-trace-go.v1/contrib/go.mongodb.org/mongo-driver/mongo/
H A Dmongo.go33 type monitor struct { struct
34 sync.Mutex
35 spans map[spanKey]ddtrace.Span
36 cfg *config
39 func (m *monitor) Started(ctx context.Context, evt *event.CommandStartedEvent) {
65 func (m *monitor) Succeeded(ctx context.Context, evt *event.CommandSucceededEvent) {
69 func (m *monitor) Failed(ctx context.Context, evt *event.CommandFailedEvent) {
73 func (m *monitor) Finished(evt *event.CommandFinishedEvent, err error) {

12345678910>>...229