Home
last modified time | relevance | path

Searched refs:probe_id (Results 1 – 25 of 290) sorted by relevance

12345678910>>...12

/dports/net-mgmt/py-napalm/napalm-3.3.1/napalm/iosxr/templates/
H A Ddelete_probes.j22 {% set probe_id = 0 %}
5 no schedule operation {{probe_id + loop.index}}
7 {% set probe_id = probe_id + probe_test.keys()|length %}
9 {% set probe_id = 0 %}
12 no operation {{probe_id + loop.index}}
14 {% set probe_id = probe_id + probe_test.keys()|length %}
H A Dset_probes.j22 {% set probe_id = 0 %}
5 no schedule operation {{probe_id + loop.index}}
7 {% set probe_id = probe_id + probe_test.keys()|length %}
9 {% set probe_id = 0 %}
12 operation {{probe_id + loop.index}}
34 {% set probe_id = probe_id + probe_test.keys()|length %}
H A Dschedule_probes.j22 {% set probe_id = 0 %}
5 schedule operation {{probe_id + loop.index}}
10 {% set probe_id = probe_id + probe_test.keys()|length %}
/dports/science/code_saturne/code_saturne-7.1.0/src/base/
H A Dcs_time_plot.c168 int i, probe_id; in _write_probe_header_dat() local
190 probe_id = i; in _write_probe_header_dat()
201 probe_id + 1, in _write_probe_header_dat()
231 probe_id = i; in _write_probe_header_dat()
247 probe_id + 1, in _write_probe_header_dat()
262 for (probe_id = 0; probe_id < n_probes; probe_id++) in _write_probe_header_dat()
295 int i, probe_id; in _write_probe_coords_csv() local
315 probe_id = i; in _write_probe_coords_csv()
353 int i, probe_id; in _write_probe_header_csv() local
373 probe_id = i; in _write_probe_header_csv()
[all …]
/dports/net/py-ripe.atlas.tools/ripe.atlas.tools-2.3.0/ripe/atlas/tools/renderers/
H A Ddns_compact.py32 probe_id = result.probe_id
37 r.append(self.get_formatted_response(probe_id,
40 r.append("{}{}\n".format(self.get_header(probe_id, created),
47 def get_header(cls, probe_id, created): argument
48 return "Probe {0:>6}: {1} ".format("#{}".format(probe_id),
53 def get_formatted_response(cls, probe_id, created, response): argument
76 return "". join([cls.get_header(probe_id, created),
H A Ddns.py31 probe_id = result.probe_id
33 r = "\n\nProbe #{0}\n{1}\n".format(probe_id, "=" * 79)
36 r += self.get_formatted_response(probe_id, created, response)
43 def get_formatted_response(cls, probe_id, created, response): argument
73 probe=probe_id,
H A Dbase.py194 def __new__(cls, value, probe_id): argument
196 obj.probe_id = probe_id
/dports/net/py-ripe.atlas.sagan/ripe.atlas.sagan-1.3.0/tests/
H A Dhttp.py45 assert(result.probe_id == 1)
66 assert(result.probe_id == 1)
87 assert(result.probe_id == 2707)
109 assert(result.probe_id == 303)
131 assert(result.probe_id == 2184)
153 assert(result.probe_id == 2954)
175 assert(result.probe_id == 2802)
197 assert(result.probe_id == 26)
219 assert(result.probe_id == 303)
285 assert(result.probe_id == 720)
[all …]
H A Dping.py34 assert(result.probe_id == 677)
58 assert(result.probe_id == 165)
82 assert(result.probe_id == 270)
117 assert(result.probe_id == 165)
152 assert(result.probe_id == 165)
187 assert(result.probe_id == 202)
222 assert(result.probe_id == 165)
257 assert(result.probe_id == 202)
292 assert(result.probe_id == 202)
327 assert(result.probe_id == 202)
[all …]
H A Dtraceroute.py30 assert(result.probe_id == 190)
57 assert(result.probe_id == 426)
85 assert(result.probe_id == 426)
112 assert(result.probe_id == 319)
139 assert(result.probe_id == 426)
166 assert(result.probe_id == 190)
193 assert(result.probe_id == 426)
220 assert(result.probe_id == 426)
247 assert(result.probe_id == 319)
276 assert(result.probe_id == 319)
[all …]
H A Dssl.py35 assert(result.probe_id == 517)
69 assert(result.probe_id == 517)
103 assert(result.probe_id == 517)
137 assert(result.probe_id == 12)
171 assert(result.probe_id == 33)
206 assert(result.probe_id == 517)
233 assert(result.probe_id == 259)
267 assert(result.probe_id == 417)
301 assert(result.probe_id == 417)
335 assert(result.probe_id == 74)
/dports/audio/sayonara/sayonara-player-5bbf1399332d5d59362ad03bf625f9132be72206/src/Components/Engine/PipelineExtensions/
H A DProbing.cpp96 void Probing::handleProbe(bool* active, GstElement* queue, gulong* probe_id, GstPadProbeCallback ca… in handleProbe() argument
101 if(*probe_id > 0){ in handleProbe()
102 gst_pad_remove_probe(pad, *probe_id); in handleProbe()
103 *probe_id = 0; in handleProbe()
107 else if(*probe_id == 0){ in handleProbe()
108 *probe_id = gst_pad_add_probe( in handleProbe()
/dports/multimedia/v4l_compat/linux-5.13-rc2/sound/pci/hda/
H A Dhda_bind.c28 u32 id = codec->probe_id ? codec->probe_id : codec->core.vendor_id; in hda_codec_match()
209 switch (codec->probe_id) { in request_codec_module()
267 if (codec->probe_id) in codec_bind_generic()
271 codec->probe_id = HDA_CODEC_ID_GENERIC_HDMI; in codec_bind_generic()
277 codec->probe_id = HDA_CODEC_ID_GENERIC; in codec_bind_generic()
305 codec->probe_id = HDA_CODEC_ID_GENERIC; in snd_hda_codec_configure()
307 codec->probe_id = 0; in snd_hda_codec_configure()
/dports/multimedia/libv4l/linux-5.13-rc2/sound/pci/hda/
H A Dhda_bind.c28 u32 id = codec->probe_id ? codec->probe_id : codec->core.vendor_id; in hda_codec_match()
209 switch (codec->probe_id) { in request_codec_module()
267 if (codec->probe_id) in codec_bind_generic()
271 codec->probe_id = HDA_CODEC_ID_GENERIC_HDMI; in codec_bind_generic()
277 codec->probe_id = HDA_CODEC_ID_GENERIC; in codec_bind_generic()
305 codec->probe_id = HDA_CODEC_ID_GENERIC; in snd_hda_codec_configure()
307 codec->probe_id = 0; in snd_hda_codec_configure()
/dports/multimedia/v4l-utils/linux-5.13-rc2/sound/pci/hda/
H A Dhda_bind.c28 u32 id = codec->probe_id ? codec->probe_id : codec->core.vendor_id; in hda_codec_match()
209 switch (codec->probe_id) { in request_codec_module()
267 if (codec->probe_id) in codec_bind_generic()
271 codec->probe_id = HDA_CODEC_ID_GENERIC_HDMI; in codec_bind_generic()
277 codec->probe_id = HDA_CODEC_ID_GENERIC; in codec_bind_generic()
305 codec->probe_id = HDA_CODEC_ID_GENERIC; in snd_hda_codec_configure()
307 codec->probe_id = 0; in snd_hda_codec_configure()
/dports/net/py-ripe.atlas.tools/ripe.atlas.tools-2.3.0/ripe/atlas/tools/helpers/
H A Drendering.py56 if not self._probes or sagan.probe_id in self._probes:
77 [(p.id, p) for p in Probe.get_many(s.probe_id for s in sagans)]
80 sagan.probe = probes[sagan.probe_id]
111 yield MagellanResult(self.renderer.on_result(sagan), sagan.probe_id)
/dports/multimedia/ogmrip/ogmrip-1.0.1/libogmdvd/
H A Dogmdvd-drive.c48 gint probe_id; member
171 self->priv->probe_id = 0; in ogmdvd_drive_proble_idle()
195 if (self->priv->probe_id) in ogmdvd_drive_probe()
196 g_source_remove (self->priv->probe_id); in ogmdvd_drive_probe()
198 self->priv->probe_id = g_idle_add ((GSourceFunc) ogmdvd_drive_proble_idle, self); in ogmdvd_drive_probe()
273 if (self->priv->probe_id) in ogmdvd_drive_finalize()
275 g_source_remove (self->priv->probe_id); in ogmdvd_drive_finalize()
276 self->priv->probe_id = 0; in ogmdvd_drive_finalize()
/dports/net/bosh-bootloader/bosh-bootloader-7.2.12/terraform/azure/templates/
H A Dconcourse_lb.tf36 probe_id = "${azurerm_lb_probe.concourse-https.id}"
58 probe_id = "${azurerm_lb_probe.concourse-http.id}"
80 probe_id = "${azurerm_lb_probe.concourse-uaa.id}"
102 probe_id = "${azurerm_lb_probe.concourse-credhub.id}"
/dports/multimedia/gstreamer1/gstreamer-1.16.2/tests/check/elements/
H A Dselector.c71 gulong probe_id = 0; in setup_output_pad() local
81 probe_id = in setup_output_pad()
85 GINT_TO_POINTER (probe_id)); in setup_output_pad()
112 guint probe_id = 0; in cleanup_pad() local
117 probe_id = GPOINTER_TO_INT (g_object_get_data (G_OBJECT (pad), "probe_id")); in cleanup_pad()
118 if (probe_id) in cleanup_pad()
119 gst_pad_remove_probe (pad, probe_id); in cleanup_pad()
333 gint i = 0, probe_id = 0; in run_input_selector_buffer_count() local
344 probe_id = in run_input_selector_buffer_count()
348 GINT_TO_POINTER (probe_id)); in run_input_selector_buffer_count()
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/draw/engines/eevee/shaders/
H A Dlightprobe_planar_display_vert.glsl6 in int probe_id;
16 probeIdx = probe_id;
/dports/multimedia/v4l_compat/linux-5.13-rc2/sound/soc/sof/intel/
H A Dhda-codec.c33 switch (codec->probe_id) { in request_codec_module()
58 codec->probe_id = HDA_CODEC_ID_GENERIC; in hda_codec_load_module()
163 codec->probe_id = HDA_CODEC_ID_GENERIC; in hda_codec_probe()
165 codec->probe_id = 0; in hda_codec_probe()
/dports/multimedia/libv4l/linux-5.13-rc2/sound/soc/sof/intel/
H A Dhda-codec.c33 switch (codec->probe_id) { in request_codec_module()
58 codec->probe_id = HDA_CODEC_ID_GENERIC; in hda_codec_load_module()
163 codec->probe_id = HDA_CODEC_ID_GENERIC; in hda_codec_probe()
165 codec->probe_id = 0; in hda_codec_probe()
/dports/multimedia/v4l-utils/linux-5.13-rc2/sound/soc/sof/intel/
H A Dhda-codec.c33 switch (codec->probe_id) { in request_codec_module()
58 codec->probe_id = HDA_CODEC_ID_GENERIC; in hda_codec_load_module()
163 codec->probe_id = HDA_CODEC_ID_GENERIC; in hda_codec_probe()
165 codec->probe_id = 0; in hda_codec_probe()
/dports/misc/rump/buildrump.sh-b914579/src/sys/fs/nfs/common/
H A Dnfs_commonkrpc.c666 uint32_t probe_id; in newnfs_request() local
670 probe_id = in newnfs_request()
674 probe_id = nfscl_nfs3_start_probes[procnum]; in newnfs_request()
677 probe_id = in newnfs_request()
681 if (probe_id != 0) in newnfs_request()
683 (probe_id, vp, nd->nd_mreq, cred, in newnfs_request()
969 uint32_t probe_id; in newnfs_request() local
973 probe_id = nfscl_nfs4_done_probes[nd->nd_procnum]; in newnfs_request()
976 probe_id = nfscl_nfs3_done_probes[procnum]; in newnfs_request()
982 if (probe_id != 0) in newnfs_request()
[all …]
/dports/net/bosh-bootloader/bosh-bootloader-7.2.12/plan-patches/cf-azure/terraform/
H A Dcf_lb_override.tf46 probe_id = "${azurerm_lb_probe.health-probe.id}"
58 probe_id = "${azurerm_lb_probe.health-probe.id}"

12345678910>>...12