Home
last modified time | relevance | path

Searched refs:subp (Results 1 – 25 of 1398) sorted by relevance

12345678910>>...56

/dports/astro/gpsd/gpsd-3.20/
H A Dsubframe.c189 subp->l_TOW17 = (long)(subp->TOW17 * 6); in gpsd_interpret_subframe()
196 subp->subframe_num, subp->tSVID, subp->l_TOW17, in gpsd_interpret_subframe()
330 subp->tSVID, subp->sub3.IODE, subp->sub3.d_IDOT, in gpsd_interpret_subframe()
331 subp->sub3.d_Cic, subp->sub3.d_Omega0, subp->sub3.d_Cis, in gpsd_interpret_subframe()
332 subp->sub3.d_i0, subp->sub3.d_Crc, subp->sub3.d_omega, in gpsd_interpret_subframe()
489 subp->data_id, subp->sub4_13.ai, in gpsd_interpret_subframe()
726 subp->sub4_18.DN, subp->sub4_18.lsf); in gpsd_interpret_subframe()
767 subp->pageid, subp->data_id); in gpsd_interpret_subframe()
783 subp->pageid, subp->data_id, &subp->sub5.almanac); in gpsd_interpret_subframe()
823 subp->tSVID, subp->data_id, in gpsd_interpret_subframe()
[all …]
/dports/multimedia/ogmrip/ogmrip-1.0.1/libogmrip/
H A Dogmrip-subp-codec.c98 subp->priv = OGMRIP_SUBP_GET_PRIVATE (subp); in ogmrip_subp_codec_init()
104 OGMRipSubpCodec *subp; in ogmrip_subp_codec_dispose() local
107 if (subp->priv->stream) in ogmrip_subp_codec_dispose()
119 OGMRipSubpCodec *subp; in ogmrip_subp_codec_finalize() local
122 if (subp->priv->label) in ogmrip_subp_codec_finalize()
134 OGMRipSubpCodec *subp; in ogmrip_subp_codec_set_property() local
161 OGMRipSubpCodec *subp; in ogmrip_subp_codec_get_property() local
202 if (subp->priv->stream) in ogmrip_subp_codec_set_dvd_subp_stream()
224 return subp->priv->stream; in ogmrip_subp_codec_get_dvd_subp_stream()
332 if (subp->priv->label) in ogmrip_subp_codec_set_label()
[all …]
H A Dogmrip-subp-codec.h51 void ogmrip_subp_codec_set_dvd_subp_stream (OGMRipSubpCodec *subp,
53 OGMDvdSubpStream * ogmrip_subp_codec_get_dvd_subp_stream (OGMRipSubpCodec *subp);
54 void ogmrip_subp_codec_set_forced_only (OGMRipSubpCodec *subp,
56 gboolean ogmrip_subp_codec_get_forced_only (OGMRipSubpCodec *subp);
57 void ogmrip_subp_codec_set_charset (OGMRipSubpCodec *subp,
59 gint ogmrip_subp_codec_get_charset (OGMRipSubpCodec *subp);
60 void ogmrip_subp_codec_set_newline (OGMRipSubpCodec *subp,
62 gint ogmrip_subp_codec_get_newline (OGMRipSubpCodec *subp);
63 void ogmrip_subp_codec_set_label (OGMRipSubpCodec *subp,
65 const gchar * ogmrip_subp_codec_get_label (OGMRipSubpCodec *subp);
/dports/net/cloud-init/cloud-init-21.4/cloudinit/tests/
H A Dtest_conftest.py12 subp.subp(["some", "args"])
18 subp.subp()
22 subp.subp(['whoami'])
29 subp.subp(["some", "args"])
31 subp.subp(['whoami'])
36 subp.subp(["some", "args"])
38 subp.subp(['bash', '-c', 'true'])
39 subp.subp(['whoami'])
45 subp.subp(["bash"])
53 subp.subp(["some", "args"])
[all …]
H A Dtest_subp.py102 (out, _err) = subp.subp(cmd, shell=True)
111 (out, _err) = subp.subp(cmd, capture=True)
128 (out, _err) = subp.subp(self.stdin2out, capture=True,
133 (out, _err) = subp.subp(self.stdin2out, capture=True,
146 (out, err) = subp.subp(self.stdin2err, capture=True,
158 out, _err = subp.subp(
168 out, _err = subp.subp(
185 subp.subp, (noshebang,))
203 subp.subp([BOGUS_COMMAND], decode=False)
210 subp.subp([BOGUS_COMMAND], decode=True)
[all …]
/dports/devel/brz/breezy-3.2.0/breezy/
H A Dclean_tree.py32 def is_detritus(subp): argument
34 return subp.endswith('.THIS') or subp.endswith('.BASE') or\
35 subp.endswith('.OTHER') or subp.endswith('~') or subp.endswith('.tmp')
40 for subp in tree.extras():
42 yield tree.abspath(subp), subp
44 if tree.is_ignored(subp):
46 yield tree.abspath(subp), subp
49 yield tree.abspath(subp), subp
75 for path, subp in deletables:
105 for path, subp in deletables:
[all …]
/dports/net-mgmt/py-pynetbox/pynetbox-6.6.1/tests/integration/
H A Dconftest.py4 import subprocess as subp namespace
89 subp.check_call(
90 ["git", "fetch"], cwd=repo_fpath, stdout=subp.PIPE, stderr=subp.PIPE
92 subp.check_call(
98 subp.check_call(
105 subp.check_call(
117 subp.check_call(
159 subp.check_call(
160 ["docker", "rm", "-f", words[0]], stdout=subp.PIPE, stderr=subp.PIPE
172 subp.check_call(
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/tests/
H A Dsubprocess2_test.py107 for subp in subps:
144 subp.check_output(TEST_COMMAND, stdout=subp.PIPE)
158 subp.check_output(
165 subp.check_output(
172 subp.check_output(
174 stderr=subp.PIPE,
181 subp.check_output(
196 proc = subp.Popen(
198 stdout=subp.PIPE,
199 stderr=subp.STDOUT,
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/third_party/pyjson5/src/
H A Drun34 subp.set_defaults(func=run_build)
37 subp.set_defaults(func=run_clean)
39 subp = subps.add_parser('coverage',
43 subp = subps.add_parser('develop',
50 subp = subps.add_parser('format',
52 subp.set_defaults(func=run_format)
54 subp = subps.add_parser('help',
58 subp.set_defaults(func=run_help)
67 subp = subps.add_parser('lint',
69 subp.set_defaults(func=run_lint)
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pyjson5/src/
H A Drun34 subp.set_defaults(func=run_build)
37 subp.set_defaults(func=run_clean)
39 subp = subps.add_parser('coverage',
43 subp = subps.add_parser('develop',
50 subp = subps.add_parser('format',
52 subp.set_defaults(func=run_format)
54 subp = subps.add_parser('help',
58 subp.set_defaults(func=run_help)
67 subp = subps.add_parser('lint',
69 subp.set_defaults(func=run_lint)
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/third_party/pyjson5/src/
H A Drun34 subp.set_defaults(func=run_build)
37 subp.set_defaults(func=run_clean)
39 subp = subps.add_parser('coverage',
43 subp = subps.add_parser('develop',
50 subp = subps.add_parser('format',
52 subp.set_defaults(func=run_format)
54 subp = subps.add_parser('help',
58 subp.set_defaults(func=run_help)
67 subp = subps.add_parser('lint',
69 subp.set_defaults(func=run_lint)
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pyjson5/src/
H A Drun27 subp.set_defaults(func=run_build)
30 subp.set_defaults(func=run_clean)
32 subp = subps.add_parser('coverage',
36 subp = subps.add_parser('format',
38 subp.set_defaults(func=run_format)
40 subp = subps.add_parser('help',
44 subp.set_defaults(func=run_help)
53 subp = subps.add_parser('lint',
55 subp.set_defaults(func=run_lint)
57 subp = subps.add_parser('tests',
[all …]
/dports/net/cloud-init/cloud-init-21.4/cloudinit/
H A Dgpg.py11 from cloudinit import subp
24 (armour, _) = subp.subp(["gpg", "--export", "--armour", key],
26 except subp.ProcessExecutionError as error:
38 return subp.subp(["gpg", "--dearmor"], data=key, decode=False)[0]
54 (stdout, stderr) = subp.subp(cmd, capture=True)
84 subp.subp(cmd, capture=True)
88 except subp.ProcessExecutionError as e:
106 subp.subp(["gpg", "--batch", "--yes", "--delete-keys", key],
108 except subp.ProcessExecutionError as error:
/dports/net-im/uTox/uTox/src/
H A Dui.c338 PANEL *subp; in panel_update() local
339 while ((subp = *pp++)) { in panel_update()
403 PANEL *subp; in panel_draw_core() local
462 PANEL *subp; in panel_mmove() local
487 PANEL *subp; in panel_mdown_sub() local
511 PANEL *subp; in panel_mdown() local
534 PANEL *subp; in panel_dclick() local
556 PANEL *subp; in panel_mright() local
577 PANEL *subp; in panel_mwheel() local
602 PANEL *subp; in panel_mup() local
[all …]
/dports/net/cloud-init/cloud-init-21.4/cloudinit/config/
H A Dcc_refresh_rmc_and_interface.py40 from cloudinit import subp
54 if not subp.which(RMCCTRL):
95 subp.subp(['ip', 'link', 'set', interface, 'down'])
96 subp.subp(['ip', 'link', 'set', interface, 'up'])
104 subp.subp(['systemctl', 'restart', 'NetworkManager'])
155 subp.subp([RMCCTRL, '-z'])
156 subp.subp([RMCCTRL, '-s'])
H A Dcc_lxd.py51 from cloudinit import subp
89 if not subp.which("lxd"):
98 except subp.ProcessExecutionError as exc:
108 subp.subp(['lxd', 'waitready', '--timeout=300'])
114 subp.subp(cmd)
121 and subp.which(dconf_comm):
131 subp.subp(['debconf-communicate'], data)
141 subp.subp(['dpkg-reconfigure', 'lxd',
268 subp.subp(['lxc'] + list(cmd) + ["--force-local"], update_env=env)
290 except subp.ProcessExecutionError as e:
[all …]
H A Dcc_disk_setup.py262 info, _err = subp.subp(lsblk_cmd)
326 out, _err = subp.subp(blkid_cmd, rcs=[0, 2])
470 out, _err = subp.subp(prt_cmd, data="%s\n" % layout)
501 out, _err = subp.subp(prt_cmd, update_env=LANG_C_ENV)
675 subp.subp(wipefs_cmd)
707 subp.subp(probe_cmd)
722 subp.subp(prt_cmd, data="%s\n" % layout)
733 subp.subp([SGDISK_CMD, '-Z', device])
736 subp.subp([SGDISK_CMD,
742 subp.subp(
[all …]
/dports/net/cloud-init/cloud-init-21.4/cloudinit/net/
H A Dopenbsd.py4 from cloudinit import subp
16 fn = subp.target_path(self.target, if_file)
39 subp.subp(['pkill', 'dhclient'], capture=True, rcs=[0, 1])
40 subp.subp(['route', 'del', 'default'], capture=True, rcs=[0, 1])
41 subp.subp(['route', 'flush', 'default'], capture=True, rcs=[0, 1])
42 subp.subp(['sh', '/etc/netstart'], capture=True)
47 fn = subp.target_path(self.target, if_file)
/dports/databases/timescaledb/timescaledb-2.5.1/tsl/src/nodes/
H A Dasync_append.c363 Path *subp = *subpath; in path_process() local
371 children = castNode(AppendPath, subp)->subpaths; in path_process()
374 children = castNode(MergeAppendPath, subp)->subpaths; in path_process()
456 aa_path->cpath.path.parent = subp->parent; in path_process()
457 aa_path->cpath.path.pathtarget = subp->pathtarget; in path_process()
461 aa_path->cpath.path.param_info = subp->param_info; in path_process()
464 aa_path->cpath.path.pathkeys = subp->pathkeys; in path_process()
465 aa_path->cpath.custom_paths = list_make1(subp); in path_process()
468 aa_path->cpath.path.rows = subp->rows; in path_process()
469 aa_path->cpath.path.startup_cost = subp->startup_cost; in path_process()
[all …]
/dports/net/cloud-init/cloud-init-21.4/tests/unittests/test_vmware/
H A Dtest_guestcust_util.py8 from cloudinit import subp
24 with mock.patch.object(subp, 'which', return_value=None):
33 with mock.patch.object(subp, 'which', return_value='/dummy/path'):
34 with mock.patch.object(subp, 'subp',
36 side_effect=subp.ProcessExecutionError(
48 with mock.patch.object(subp, 'which', return_value='/dummy/path'):
50 with mock.patch.object(subp, 'subp',
56 with mock.patch.object(subp, 'subp',
62 with mock.patch.object(subp, 'subp',
69 with mock.patch.object(subp, 'subp',
[all …]
/dports/net/cloud-init/cloud-init-21.4/tools/
H A Dmigrate-lp-user-to-github40 def subp(cmd, skip=False):
91 branches = subp(['git', 'branch'])
93 subp(['git', 'checkout', upstream_branch])
94 subp(['git', 'pull'])
107 remotes = subp(['git', 'remote', '-v'])
123 subp(['git', 'fetch', lp_remote_name])
127 subp(['git', 'fetch', lp_remote_name])
165 subp(['git', 'add', lp_to_git_file])
182 subp(['git', 'clone',
190 subp(['git', 'checkout', 'master'])
[all …]
/dports/net/cloud-init/cloud-init-21.4/cloudinit/distros/
H A Darch.py11 from cloudinit import subp
55 subp.subp(['locale-gen'], capture=False)
58 subp.subp(['localectl', 'set-locale', locale], capture=False)
83 (_out, err) = subp.subp(cmd)
87 except subp.ProcessExecutionError:
95 (_out, err) = subp.subp(cmd)
100 except subp.ProcessExecutionError:
143 subp.subp(['hostnamectl', '--transient', 'set-hostname', hostname])
144 except subp.ProcessExecutionError:
172 subp.subp(cmd, capture=False)
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/mb/
H A Dmb.py182 AddCommonOptions(subp)
198 subp.add_argument('-f',
210 AddCommonOptions(subp)
252 AddCommonOptions(subp)
268 AddCommonOptions(subp)
276 AddCommonOptions(subp)
291 AddCommonOptions(subp)
302 AddCommonOptions(subp)
313 subp.description = (
329 AddCommonOptions(subp)
[all …]
/dports/net/cloud-init/cloud-init-21.4/cloudinit/handlers/
H A Dupstart_job.py16 from cloudinit import subp
56 subp.subp(["initctl", "reload-configuration"], capture=False)
67 (version_out, _err) = subp.subp(["initctl", "version"])
81 (dpkg_ver, _err) = subp.subp(["dpkg-query",
90 subp.subp(["dpkg", "--compare-versions", dpkg_ver, "ge", good])
92 except subp.ProcessExecutionError as e:
/dports/lang/micropython/micropython-1.17/lib/re1.5/
H A Drecursiveloop.c8 recursiveloop(char *pc, const char *sp, Subject *input, const char **subp, int nsubp) in recursiveloop() argument
50 if(recursiveloop(pc, sp, input, subp, nsubp)) in recursiveloop()
56 if(recursiveloop(pc + off, sp, input, subp, nsubp)) in recursiveloop()
64 old = subp[off]; in recursiveloop()
65 subp[off] = sp; in recursiveloop()
66 if(recursiveloop(pc, sp, input, subp, nsubp)) in recursiveloop()
68 subp[off] = old; in recursiveloop()
84 re1_5_recursiveloopprog(ByteProg *prog, Subject *input, const char **subp, int nsubp, int is_anchor… in re1_5_recursiveloopprog() argument
86 return recursiveloop(HANDLE_ANCHORED(prog->insts, is_anchored), input->begin, input, subp, nsubp); in re1_5_recursiveloopprog()

12345678910>>...56