Home
last modified time | relevance | path

Searched refs:monitors (Results 1 – 25 of 58) sorted by relevance

123

/external/ipsec-tools/
Dmain.c129 static int monitors; variable
147 if (fd < 0 || monitors == 10) { in monitor_fd()
151 callbacks[monitors] = callback; in monitor_fd()
152 pollfds[monitors].fd = fd; in monitor_fd()
153 pollfds[monitors].events = callback ? POLLIN : 0; in monitor_fd()
154 ++monitors; in monitor_fd()
186 if (poll(pollfds, monitors, timeout) > 0) { in main()
188 for (i = 0; i < monitors; ++i) { in main()
/external/ltp/testcases/kernel/io/stress_floppy/datafiles/
Ddd_file12 dev monitors tmp_rex
31 dev monitors tmp_rex
50 dev monitors tmp_rex
69 dev monitors tmp_rex
88 dev monitors tmp_rex
107 dev monitors tmp_rex
126 dev monitors tmp_rex
145 dev monitors tmp_rex
164 dev monitors tmp_rex
183 dev monitors tmp_rex
[all …]
/external/dagger2/java/dagger/producers/monitoring/internal/
DMonitors.java209 ImmutableList<ProducerMonitor> monitors = monitorsBuilder.build(); in producerMonitorFor() local
210 if (monitors.isEmpty()) { in producerMonitorFor()
212 } else if (monitors.size() == 1) { in producerMonitorFor()
213 return new NonThrowingProducerMonitor(Iterables.getOnlyElement(monitors)); in producerMonitorFor()
215 return new DelegatingProducerMonitor(monitors); in producerMonitorFor()
239 ImmutableList<ProductionComponentMonitor> monitors = monitorsBuilder.build(); in create() local
240 if (monitors.isEmpty()) { in create()
242 } else if (monitors.size() == 1) { in create()
243 return new NonThrowingProductionComponentMonitor(Iterables.getOnlyElement(monitors)); in create()
245 return new DelegatingProductionComponentMonitor(monitors); in create()
/external/dagger2/javatests/dagger/functional/producers/monitoring/
DMonitoringTest.java77 assertThat(componentMonitor.monitors).hasSize(3); in basicMonitoring()
79 ImmutableList.copyOf(componentMonitor.monitors.entrySet()); in basicMonitoring()
122 assertThat(componentMonitor.monitors).hasSize(3); in basicMonitoringWithFailure()
124 ImmutableList.copyOf(componentMonitor.monitors.entrySet()); in basicMonitoringWithFailure()
161 final Map<ProducerToken, ProducerMonitor> monitors = new LinkedHashMap<>(); field in MonitoringTest.FakeProductionComponentMonitor
166 monitors.put(token, monitor); in producerMonitorFor()
184 assertThat(componentMonitor.monitors).hasSize(3); in monitoringWithThreads()
186 ImmutableList.copyOf(componentMonitor.monitors.entrySet()); in monitoringWithThreads()
224 final Map<ProducerToken, ThreadRecordingProducerMonitor> monitors = new LinkedHashMap<>(); field in MonitoringTest.ThreadRecordingProductionComponentMonitor
229 monitors.put(token, monitor); in producerMonitorFor()
/external/autotest/client/cros/bluetooth/
Dadv_monitor_helper.py279 self.monitors = dict()
303 while monitor_id in self.monitors:
311 self.monitors[monitor_id] = monitor
324 if monitor_id not in self.monitors:
327 monitor = self.monitors[monitor_id]
335 self.monitors.pop(monitor_id)
349 if monitor_id not in self.monitors:
352 return self.monitors[monitor_id].get_event_count(event)
364 if monitor_id not in self.monitors:
367 return self.monitors[monitor_id].reset_event_count(event)
[all …]
/external/oj-libjdwp/src/share/back/
DThreadReferenceImpl.c372 jobject *monitors = NULL; in ownedMonitors() local
375 (gdata->jvmti, thread, &count, &monitors); in ownedMonitors()
382 jobject monitor = monitors[i]; in ownedMonitors()
387 if (monitors != NULL) in ownedMonitors()
388 jvmtiDeallocate(monitors); in ownedMonitors()
543 jvmtiMonitorStackDepthInfo *monitors=NULL; in ownedMonitorsWithStackDepth() local
546 (gdata->jvmti, thread, &count, &monitors); in ownedMonitorsWithStackDepth()
554 jobject monitor = monitors[i].monitor; in ownedMonitorsWithStackDepth()
557 (void)outStream_writeInt(out,monitors[i].stack_depth); in ownedMonitorsWithStackDepth()
560 if (monitors != NULL) { in ownedMonitorsWithStackDepth()
[all …]
/external/mesa3d/src/mesa/main/
Dperformance_monitor.c339 _mesa_GenPerfMonitorsAMD(GLsizei n, GLuint *monitors) in _mesa_GenPerfMonitorsAMD() argument
353 if (monitors == NULL) in _mesa_GenPerfMonitorsAMD()
356 if (_mesa_HashFindFreeKeys(ctx->PerfMonitor.Monitors, monitors, n)) { in _mesa_GenPerfMonitorsAMD()
360 new_performance_monitor(ctx, monitors[i]); in _mesa_GenPerfMonitorsAMD()
365 _mesa_HashInsert(ctx->PerfMonitor.Monitors, monitors[i], m, true); in _mesa_GenPerfMonitorsAMD()
374 _mesa_DeletePerfMonitorsAMD(GLsizei n, GLuint *monitors) in _mesa_DeletePerfMonitorsAMD() argument
387 if (monitors == NULL) in _mesa_DeletePerfMonitorsAMD()
391 struct gl_perf_monitor_object *m = lookup_monitor(ctx, monitors[i]); in _mesa_DeletePerfMonitorsAMD()
400 _mesa_HashRemove(ctx->PerfMonitor.Monitors, monitors[i]); in _mesa_DeletePerfMonitorsAMD()
Dperformance_monitor.h64 _mesa_GenPerfMonitorsAMD(GLsizei n, GLuint *monitors);
67 _mesa_DeletePerfMonitorsAMD(GLsizei n, GLuint *monitors);
/external/autotest/contrib/
Drun-stable-update14 chromeos-test-monitors@google.com
/external/webrtc/modules/desktop_capture/mac/
Ddesktop_configuration.mm111 // Iterator over the monitors, adding the primary monitor and monitors whose
121 // we need to invert the positions of secondary monitors relative to the
/external/igt-gpu-tools/man/
Dintel_infoframes.rst40 Not all HDMI monitors respect the InfoFrames sent to them. Only GEN 4 or newer
Dintel_panel_fitter.rst27 case for this tool is to work around overscan done by TVs and some monitors in
/external/python/cpython2/Doc/library/
Dcolorsys.rst14 computer monitors and three other coordinate systems: YIQ, HLS (Hue Lightness
/external/python/cpython3/Doc/library/
Dcolorsys.rst15 computer monitors and three other coordinate systems: YIQ, HLS (Hue Lightness
Dasyncio-policy.rst125 A process watcher allows customization of how an event loop monitors
/external/angle/extensions/
DEGL_ANGLE_sync_control_rate.txt83 is located. If the surface spans multiple monitors, the monitor used
DEGL_CHROMIUM_sync_control.txt106 is located. If the surface spans multiple monitors, the monitor used
/external/walt/docs/
DDragLatency.md11 other side. The microcontroller monitors the state of the laser detector and reports (over usb) when
/external/mesa3d/docs/relnotes/
D10.0.1.rst90 - mesa: don't leak performance monitors on context destroy
/external/libdrm/man/
Ddrm.7.rst56 Managing connected monitors and displays and changing the current modes
Ddrm-kms.7.rst23 Each DRM device provides access to manage which monitors and displays are
/external/python/cpython2/Tools/audiopy/
DREADME50 as a GUI, audiopy monitors the audio device and automatically
/external/autotest/docs/
Dfaft-pd.md26 Ethernet connection being lost, or external monitors not showing up, etc. This
/external/libcups/filter/
Dpostscript-driver.shtml14 …ary") PostScript jobs. CUPS includes port monitors for BCP and TBCP, and you can supply your own p…
/external/kotlinx.atomicfu/
DREADME.md294 replaced with built-in monitors for locking on JVM.

123