| /freebsd/contrib/llvm-project/lldb/docs/ | 
| H A D | python_api_enums.rst | 10 .. py:currentmodule:: lldb18 .. py:data:: LLDB_REGNUM_GENERIC_PC
 22 .. py:data:: LLDB_REGNUM_GENERIC_SP
 25 .. py:data:: LLDB_REGNUM_GENERIC_FP
 29 .. py:data:: LLDB_REGNUM_GENERIC_RA
 33 .. py:data:: LLDB_REGNUM_GENERIC_FLAGS
 37 .. py:data:: LLDB_REGNUM_GENERIC_ARG1
 41 .. py:data:: LLDB_REGNUM_GENERIC_ARG2
 45 .. py:data:: LLDB_REGNUM_GENERIC_ARG3
 49 .. py
 [all...]
 | 
| /freebsd/tests/sys/netinet6/frag6/ | 
| H A D | Makefile | 34 ${PACKAGE}FILES+=		sniffer.py35 ${PACKAGE}FILES+=		frag6_01.py
 36 ${PACKAGE}FILES+=		frag6_02.py
 37 ${PACKAGE}FILES+=		frag6_03.py
 38 ${PACKAGE}FILES+=		frag6_04.py
 39 ${PACKAGE}FILES+=		frag6_05.py
 40 ${PACKAGE}FILES+=		frag6_06.py
 41 ${PACKAGE}FILES+=		frag6_07.py
 42 ${PACKAGE}FILES+=		frag6_08.py
 43 ${PACKAGE}FILES+=		frag6_09.py
 [all …]
 
 | 
| /freebsd/tests/sys/netpfil/pf/ | 
| H A D | Makefile | 60 ATF_TESTS_PYTEST+=	frag4.py61 ATF_TESTS_PYTEST+=	frag6.py
 62 ATF_TESTS_PYTEST+=	header.py
 63 ATF_TESTS_PYTEST+=	icmp.py
 64 ATF_TESTS_PYTEST+=	igmp.py
 65 ATF_TESTS_PYTEST+=	mld.py
 66 ATF_TESTS_PYTEST+=	nat44.py
 67 ATF_TESTS_PYTEST+=	nat64.py
 68 ATF_TESTS_PYTEST+=	nat66.py
 69 ATF_TESTS_PYTEST+=	return.py
 [all …]
 
 | 
| H A D | set_tos.sh | 64 	atf_check -s exit:1 -o ignore ${common_dir}/pft_ping.py \72 	atf_check -s exit:0 ${common_dir}/pft_ping.py \
 80 	atf_check -s exit:1 -o ignore ${common_dir}/pft_ping.py \
 89 	atf_check -s exit:0 ${common_dir}/pft_ping.py \
 96 	atf_check -s exit:0 ${common_dir}/pft_ping.py \
 105 	atf_check -s exit:0 ${common_dir}/pft_ping.py \
 144 	atf_check -s exit:1 -o ignore -e ignore ${common_dir}/pft_ping.py \
 152 	atf_check -s exit:0 -o ignore -e ignore ${common_dir}/pft_ping.py \
 160 	atf_check -s exit:1 -o ignore -e ignore ${common_dir}/pft_ping.py \
 169 	atf_check -s exit:0 -o ignore -e ignore ${common_dir}/pft_ping.py \
 [all …]
 
 | 
| H A D | forward.sh | 59 	atf_check -s exit:0 ${common_dir}/pft_ping.py \68 	atf_check -s exit:1 ${common_dir}/pft_ping.py \
 74 	atf_check -s exit:1 ${common_dir}/pft_ping.py \
 81 	atf_check -s exit:0 ${common_dir}/pft_ping.py \
 119 	atf_check -s exit:0 ${common_dir}/pft_ping.py \
 129 	atf_check -s exit:1 ${common_dir}/pft_ping.py \
 137 	atf_check -s exit:1 -e ignore ${common_dir}/pft_ping.py \
 146 	atf_check -s exit:0 ${common_dir}/pft_ping.py \
 155 	atf_check -s exit:1 ${common_dir}/pft_ping.py \
 
 | 
| /freebsd/crypto/heimdal/lib/wind/ | 
| H A D | Makefile.am | 98 map_table.h map_table.c: rfc3454.txt gen-map.py stringprep.py99 	$(skip_python) $(PYTHON) $(srcdir)/gen-map.py $(srcdir)/rfc3454.txt $(builddir)
 101 errorlist_table.h errorlist_table.c: rfc3454.txt gen-errorlist.py stringprep.py
 102 	$(skip_python) $(PYTHON) $(srcdir)/gen-errorlist.py $(srcdir)/rfc3454.txt $(builddir)
 104 …rmalize_table.h normalize_table.c: UnicodeData.txt CompositionExclusions-3.2.0.txt gen-normalize.py
 105 …$(skip_python) $(PYTHON) $(srcdir)/gen-normalize.py $(srcdir)/UnicodeData.txt $(srcdir)/Compositio…
 107 combining_table.h combining_table.c: UnicodeData.txt gen-combining.py
 108 	$(skip_python) $(PYTHON) $(srcdir)/gen-combining.py $(srcdir)/UnicodeData.txt $(builddir)
 110 bidi_table.h bidi_table.c: rfc3454.txt gen-bidi.py
 111 	$(skip_python) $(PYTHON) $(srcdir)/gen-bidi.py $(srcdir)/rfc3454.txt $(builddir)
 [all …]
 
 | 
| H A D | ChangeLog | 60 	* Makefile.am: add more missing .py files.62 	* Makefile.am: add generate.py
 83 	* gen-normalize.py, test-normalize.c: use generated constant for length
 122 	* util.py:
 123 	* rfc3454.py:
 124 	* generate.py:
 125 	* gen-punycode-examples.py:
 126 	* gen-normalize.py:
 127 	* gen-map.py:
 128 	* gen-errorlist.py:
 [all …]
 
 | 
| H A D | NTMakefile | 66 $(OBJ)\map_table.h $(OBJ)\map_table.c: rfc3454.txt gen-map.py stringprep.py68 	$(PYTHON) $(SRCDIR)\gen-map.py $(SRCDIR)\rfc3454.txt $(OBJ)
 71 $(OBJ)\errorlist_table.h $(OBJ)\errorlist_table.c: rfc3454.txt gen-errorlist.py stringprep.py
 73 	$(PYTHON) $(SRCDIR)\gen-errorlist.py $(SRCDIR)\rfc3454.txt $(OBJ)
 76 …_table.h $(OBJ)\normalize_table.c: UnicodeData.txt CompositionExclusions-3.2.0.txt gen-normalize.py
 78 …$(PYTHON) $(SRCDIR)\gen-normalize.py $(SRCDIR)\UnicodeData.txt $(SRCDIR)\CompositionExclusions-3.2…
 81 $(OBJ)\combining_table.h $(OBJ)\combining_table.c: UnicodeData.txt gen-combining.py
 83 	$(PYTHON) $(SRCDIR)\gen-combining.py $(SRCDIR)\UnicodeData.txt $(OBJ)
 86 $(OBJ)\bidi_table.h $(OBJ)\bidi_table.c: rfc3454.txt gen-bidi.py
 88 	$(PYTHON) $(SRCDIR)\gen-bidi.py $(SRCDIR)\rfc3454.txt $(OBJ)
 [all …]
 
 | 
| /freebsd/contrib/llvm-project/lldb/bindings/python/ | 
| H A D | python.swig | 15 * :py:class:`SBTarget`: Represents the target program running under the debugger.16 * :py:class:`SBProcess`: Represents the process associated with the target program.
 17 * :py:class:`SBThread`: Represents a thread of execution. :py:class:`SBProcess` contains SBThreads.
 18 * :py:class:`SBFrame`: Represents one of the stack frames associated with a thread. :py:class:`SBThread`
 20 * :py:class:`SBSymbolContext`: A container that stores various debugger related info.
 21 * :py:class:`SBValue`: Represents the value of a variable, a register, or an expression.
 22 * :py:class:`SBModule`: Represents an executable image and its associated object and symbol
 23   files.  :py
 [all...]
 | 
| /freebsd/tests/sys/netinet6/ | 
| H A D | Makefile | 6 ATF_TESTS_PYTEST=	test_ip6_output.py40 ${PACKAGE}FILES+=	exthdr.py \
 41 			mld.py \
 42 			scapyi386.py \
 43 			ra.py \
 44 			redirect.py
 46 ${PACKAGE}FILESMODE_exthdr.py=	0555
 47 ${PACKAGE}FILESMODE_mld.py=	0555
 48 ${PACKAGE}FILESMODE_scapyi386.py=0555
 49 ${PACKAGE}FILESMODE_ra.py=0555
 [all …]
 
 | 
| /freebsd/crypto/krb5/src/doc/ | 
| H A D | Makefile.in | 17 	conf.py \55 substhtml: composite paths.py
 57 	cp paths.py rst_composite
 61 notice.txt: $(docsrc)/conf.py $(docsrc)/notice.rst $(docsrc)/version.py
 92 composite: Doxyfile $(docsrc)/version.py
 96 		$(PYTHON) doxy.py -i $$cwd/doxy/xml -o $$cwd/rst_apiref)
 105 	cp $(docsrc)/version.py rst_composite
 111 paths.py:
 125 version.py: $(docsrc)/version.py
 127 $(docsrc)/version.py: $(top_srcdir)/patchlevel.h $(srcdir)/version.py.in
 [all …]
 
 | 
| /freebsd/tests/sys/netpfil/common/ | 
| H A D | Makefile | 25 		pft_icmp_check.py \26 		pft_ping.py \
 27 		pft_rst.py \
 28 		pft_synflood.py \
 29 		sniffer.py
 31 ${PACKAGE}FILESMODE_pft_icmp_check.py=	0555
 32 ${PACKAGE}FILESMODE_pft_ping.py=	0555
 33 ${PACKAGE}FILESMODE_pft_rst.py=	0555
 34 ${PACKAGE}FILESMODE_pft_synflood.py=	0555
 
 | 
| /freebsd/contrib/googletest/googletest/test/ | 
| H A D | BUILD.bazel | 158 #  Py tests163     srcs = ["gtest_test_utils.py"],
 177     srcs = ["gtest_help_test.py"],
 196     srcs = ["googletest-output-test.py"],
 218     srcs = ["googletest-color-test.py"],
 233     srcs = ["googletest-env-var-test.py"],
 248     srcs = ["googletest-failfast-unittest.py"],
 263     srcs = ["googletest-filter-unittest.py"],
 278     srcs = ["googletest-global-environment-unittest.py"],
 293     srcs = ["googletest-break-on-failure-unittest.py"],
 [all …]
 
 | 
| /freebsd/tests/atf_python/sys/netlink/ | 
| H A D | Makefile | 6 FILES=	__init__.py attrs.py base_headers.py message.py netlink.py \7 	netlink_generic.py netlink_route.py utils.py
 
 | 
| /freebsd/contrib/llvm-project/libcxx/modules/ | 
| H A D | std.compat.cppm.in | 11 // utils/generate_libcxx_cppm_in.py58 … header information for <debugging> in headers_not_available in utils/libcxx/header_information.py"
 61 …e header information for <flat_map> in headers_not_available in utils/libcxx/header_information.py"
 64 …e header information for <flat_set> in headers_not_available in utils/libcxx/header_information.py"
 67 … header information for <generator> in headers_not_available in utils/libcxx/header_information.py"
 70 …er information for <hazard_pointer> in headers_not_available in utils/libcxx/header_information.py"
 73 …er information for <inplace_vector> in headers_not_available in utils/libcxx/header_information.py"
 76 …the header information for <linalg> in headers_not_available in utils/libcxx/header_information.py"
 79 …te the header information for <rcu> in headers_not_available in utils/libcxx/header_information.py"
 82 …header information for <spanstream> in headers_not_available in utils/libcxx/header_information.py"
 [all …]
 
 | 
| H A D | std.cppm.in | 11 // utils/generate_libcxx_cppm_in.py180 … header information for <debugging> in headers_not_available in utils/libcxx/header_information.py"
 183 …e header information for <flat_map> in headers_not_available in utils/libcxx/header_information.py"
 186 …e header information for <flat_set> in headers_not_available in utils/libcxx/header_information.py"
 189 … header information for <generator> in headers_not_available in utils/libcxx/header_information.py"
 192 …er information for <hazard_pointer> in headers_not_available in utils/libcxx/header_information.py"
 195 …er information for <inplace_vector> in headers_not_available in utils/libcxx/header_information.py"
 198 …the header information for <linalg> in headers_not_available in utils/libcxx/header_information.py"
 201 …te the header information for <rcu> in headers_not_available in utils/libcxx/header_information.py"
 204 …header information for <spanstream> in headers_not_available in utils/libcxx/header_information.py"
 [all …]
 
 | 
| /freebsd/tests/atf_python/sys/netpfil/ipfw/ | 
| H A D | Makefile | 6 FILES=	__init__.py insns.py insn_headers.py ioctl.py ioctl_headers.py \7 	ipfw.py utils.py
 
 | 
| /freebsd/release/tools/ | 
| H A D | oracle.conf | 4     comms/py-pyserial7     devel/py-babel
 8     devel/py-iso8601
 9     devel/py-pbr
 10     devel/py-six
 15     net/py-eventlet
 16     net/py-netaddr
 17     net/py-netifaces
 18     net/py-oauth
 
 | 
| H A D | openstack.conf | 6 export VM_EXTRA_PACKAGES="net/cloud-init devel/py-pbr devel/py-iso8601 \7 	net/py-eventlet net/py-netaddr comms/py-serial devel/py-six \
 8 	devel/py-babel net/py-oauth net/py-netifaces"
 
 | 
| /freebsd/contrib/llvm-project/ | 
| H A D | FREEBSD-Xlist | 113 clang/tools/clang-format/clang-format-diff.py114 clang/tools/clang-format/clang-format-sublime.py
 117 clang/tools/clang-format/clang-format.py
 142 clang/tools/scan-build-py/
 155 clang/utils/analyze_safe_buffer_debug_notes.py
 159 clang/utils/bundle_resources.py
 161 clang/utils/clangdiag.py
 162 clang/utils/convert_arm_neon.py
 163 clang/utils/creduce-clang-crash.py
 167 clang/utils/modfuzz.py
 [all …]
 
 | 
| /freebsd/contrib/libucl/ | 
| H A D | FREEBSD-Xlist | 24 python/setup.py26 python/tests/__init__.py
 27 python/tests/compat.py
 28 python/tests/test_dump.py
 29 python/tests/test_example.py
 30 python/tests/test_load.py
 31 python/tests/test_validation.py
 
 | 
| /freebsd/tests/sys/netlink/ | 
| H A D | Makefile | 8 ATF_TESTS_PYTEST +=	test_nl_core.py9 ATF_TESTS_PYTEST +=	test_rtnl_iface.py
 10 ATF_TESTS_PYTEST +=	test_rtnl_ifaddr.py
 11 ATF_TESTS_PYTEST +=	test_rtnl_neigh.py
 12 ATF_TESTS_PYTEST +=	test_rtnl_route.py
 13 ATF_TESTS_PYTEST +=	test_netlink_message_writer.py
 
 | 
| /freebsd/tests/sys/common/ | 
| H A D | Makefile | 4 ${PACKAGE}FILES+=	divert.py5 ${PACKAGE}FILES+=	sender.py
 6 ${PACKAGE}FILES+=	net_receiver.py
 8 ${PACKAGE}FILESMODE_divert.py=0555
 9 ${PACKAGE}FILESMODE_sender.py=0555
 10 ${PACKAGE}FILESMODE_net_receiver.py=0555
 
 | 
| /freebsd/usr.bin/calendar/ | 
| H A D | dates.c | 88 	struct cal_year *py, *pyp;  in createdate()  local94 	py = hyear;  in createdate()
 95 	while (py != NULL) {  in createdate()
 96 		if (py->year == y + 1900)  in createdate()
 98 		pyp = py;  in createdate()
 99 		py = py->nextyear;  in createdate()
 102 	if (py == NULL) {  in createdate()
 105 		py = (struct cal_year *)calloc(1, sizeof(struct cal_year));  in createdate()
 106 		py->year = y + 1900;  in createdate()
 107 		py->easter = easter(y);  in createdate()
 [all …]
 
 | 
| /freebsd/contrib/file/python/ | 
| H A D | Makefile.am | 1 EXTRA_DIST = LICENSE CHANGELOG.md README.md example.py magic.py setup.py \2 	tests.py file_magic/__init__.py
 
 |