HomeSort by: relevance | last modified time | path
    Searched refs:python (Results 1 - 25 of 419) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/bsd/unbound/dist/doc/
example.conf.in 657 # except cachedb(just before iterator), and python (at the beginning,
1134 # Python config section. To enable:
1136 # o list python in the module-config string (above) to enable.
1139 # o and give a python-script to run.
1140 python:
1142 # python-script: "@UNBOUND_SHARE_DIR@/ubmodule-tst.py"
  /src/external/bsd/nsd/dist/contrib/bind2nsd/
install.sh 27 python setup.py install
29 (cd pexpect-2.1; python setup.py install)
31 (cd pyDes-1.2; python setup.py install)
  /src/external/gpl3/gcc.old/dist/contrib/
filter_gcc_for_doxygen 11 python $dir/filter_params.py $1
  /src/external/bsd/unbound/dist/pythonmod/
test-resip.conf 12 module-config: "validator python iterator"
14 # Python config section
15 python:
17 python-script: "./examples/resip.py"
test-calc.conf 12 module-config: "validator python iterator"
14 # Python config section
15 python:
17 python-script: "./examples/calc.py"
test-dict.conf 12 module-config: "validator python iterator"
14 # Python config section
15 python:
17 python-script: "./examples/dict.py"
test-edns.conf 12 module-config: "validator python iterator"
14 # Python config section
15 python:
17 python-script: "./examples/edns.py"
test-inplace_callbacks.conf 12 module-config: "validator python iterator"
14 # Python config section
15 python:
17 python-script: "./examples/inplace_callbacks.py"
test-log.conf 12 module-config: "validator python iterator"
14 # Python config section
15 python:
17 python-script: "./examples/log.py"
test-resgen.conf 12 module-config: "validator python iterator"
14 # Python config section
15 python:
17 python-script: "./examples/resgen.py"
test-resmod.conf 12 #module-config: "python iterator"
13 module-config: "validator python iterator"
15 # Python config section
16 python:
18 python-script: "./examples/resmod.py"
  /src/external/bsd/unbound/dist/testdata/pymod.tdir/
pymod.conf 11 module-config: "validator python iterator"
13 python:
14 python-script: "pymod.py"
  /src/external/bsd/unbound/dist/testdata/pymod_thread.tdir/
pymod_thread.conf 11 module-config: "validator python iterator"
13 python:
14 python-script: "pymod_thread.py"
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
py-mi-notify.exp 15 # Test custom MI notifications implemented in Python.
17 load_lib gdb-python.exp
26 if {[lsearch -exact [mi_get_features] python] < 0} {
27 unsupported "python support is disabled"
33 mi_gdb_test "set python print-stack full" \
35 "set python print-stack full"
37 mi_gdb_test "python gdb.notify_mi('-test-notification')" \
39 "python notification, no additional data parameter"
41 mi_gdb_test "python gdb.notify_mi('-test-notification', None)" \
43 "python notification, no additional data
    [all...]
py-exec-mi.exp 17 load_lib gdb-python.exp
23 "load python file"
25 gdb_test "python run_execute_mi_tests()" "PASS"
29 gdb_test_no_output "python gdb.execute_mi('-exec-arguments', 'a', 'b', 'c')" \
35 gdb_test "python gdb.execute_mi()" \
36 "Error occurred in Python: gdb.execute_mi requires command argument"
  /src/external/apache2/llvm/dist/llvm/utils/lit/utils/
check-coverage 22 # Check that the active python has been modified to enable coverage in its
24 if ! python -c \
27 printf 1>&2 "error: active python does not appear to enable coverage in its 'sitecustomize.py'\n"
42 (cd tests && python -m coverage combine)
45 (cd tests && python -m coverage report)
49 (cd tests && python -m coverage html)
  /src/external/bsd/tre/dist/
Makefile.am 17 python/tre-python.c \
18 python/setup.py \
19 python/example.py
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
py-color-leak.exp 19 load_lib gdb-python.exp
py-exec-mi.exp 17 load_lib gdb-python.exp
23 "load python file"
25 gdb_test "python run_execute_mi_tests()" "PASS"
29 gdb_test_no_output "python gdb.execute_mi('-exec-arguments', 'a', 'b', 'c')" \
35 gdb_test "python gdb.execute_mi()" \
36 "Error occurred in Python: gdb.execute_mi requires command argument"
py-inferior-leak.exp 19 load_lib gdb-python.exp
py-mi-notify.exp 15 # Test custom MI notifications implemented in Python.
17 load_lib gdb-python.exp
26 if {[lsearch -exact [mi_get_features] python] < 0} {
27 unsupported "python support is disabled"
33 mi_gdb_test "set python print-stack full" \
35 "set python print-stack full"
37 mi_gdb_test "python gdb.notify_mi('-test-notification')" \
39 "python notification, no additional data parameter"
41 mi_gdb_test "python gdb.notify_mi('-test-notification', None)" \
43 "python notification, no additional data
    [all...]
  /src/external/cddl/dtracetoolkit/dist/Bin/
py_flowinfo.d 3 * py_flowinfo.d - snoop Python function flow with info using DTrace.
4 * Written for the Python DTrace provider.
8 * This traces activity from all Python programs on the system that are
9 * running with Python provider support.
17 * FILE Filename of the Python program
20 * FUNC Python function
61 python*:::function-entry,
62 python*:::function-return
68 python*:::function-entry
78 python*:::function-retur
    [all...]
py_flowtime.d 3 * py_flowtime.d - snoop Python functions with flow and delta times.
4 * Written for the Python DTrace provider.
8 * This traces shell activity from Python programs on the system that are
9 * running with Python provider support.
13 * This watches Python function entries and returns, and indents child
21 * FUNC Python function name
64 python*:::function-entry,
65 python*:::function-return
71 python*:::function-entry
81 python*:::function-retur
    [all...]
  /src/external/cddl/dtracetoolkit/dist/Python/
py_flowinfo.d 3 * py_flowinfo.d - snoop Python function flow with info using DTrace.
4 * Written for the Python DTrace provider.
8 * This traces activity from all Python programs on the system that are
9 * running with Python provider support.
17 * FILE Filename of the Python program
20 * FUNC Python function
61 python*:::function-entry,
62 python*:::function-return
68 python*:::function-entry
78 python*:::function-retur
    [all...]
py_flowtime.d 3 * py_flowtime.d - snoop Python functions with flow and delta times.
4 * Written for the Python DTrace provider.
8 * This traces shell activity from Python programs on the system that are
9 * running with Python provider support.
13 * This watches Python function entries and returns, and indents child
21 * FUNC Python function name
64 python*:::function-entry,
65 python*:::function-return
71 python*:::function-entry
81 python*:::function-retur
    [all...]

Completed in 50 milliseconds

1 2 3 4 5 6 7 8 91011>>