HomeSort by: relevance | last modified time | path
    Searched refs:Python (Results 1 - 21 of 21) sorted by relevancy

  /src/external/gpl2/gettext/dist/gettext-tools/tests/
format-python-1 3 # Test recognition of Python format strings.
111 ${XGETTEXT} -L Python -o f-p-1-$n.po f-p-1-$n.in 2> f-p-1.err \
116 if grep python-format f-p-1-$n.po > /dev/null; then
122 if grep python-format f-p-1-$n.po > /dev/null; then
  /src/sys/arch/prep/include/
chpidpnp.h 83 Python = 0x8102, /* IBM8102: IBM Python */
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
py-mi-cmd.exp 15 # Test custom MI commands 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"
39 "load python file"
41 mi_gdb_test "python pycmd1('-pycmd')" \
64 "\\^error,msg=\"Error occurred in Python: non-string object used as key: Bad Key\"" \
68 "\\^error,msg=\"Error occurred in Python: non-string object used as key: 1\""
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
py-mi-cmd.exp 15 # Test custom MI commands 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"
39 "load python file"
41 mi_gdb_test "python pycmd1('-pycmd')" \
64 "\\^error,msg=\"Error occurred in Python: non-string object used as key: Bad Key\"" \
68 "\\^error,msg=\"Error occurred in Python: non-string object used as key: 1\""
    [all...]
  /src/external/bsd/unbound/dist/pythonmod/
pythonmod_utils.c 38 * Utility functions for the python module that perform stores and loads and
57 #include <Python.h>
pythonmod.c 38 * Python module for unbound. Calls python script.
54 #include <Python.h>
68 * counter for python module instances
73 /** Python main thread */
81 /** Python script filename. */
84 /** Python module. */
96 /** Python dictionary. */
116 * invocation, in a multi python module setup. Usually this is fine since newer
118 * python scripts that make use of both 'init' and 'init_standard'. Thi
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/release/
build_llvm_package.bat 11 REM Visual Studio 2019, CMake, Ninja, GNUWin32, SWIG, Python 3,
24 set python32_dir=C:\Users\%USERNAME%\AppData\Local\Programs\Python\Python36-32
25 set python64_dir=C:\Users\%USERNAME%\AppData\Local\Programs\Python\Python36
71 cmake -GNinja %cmake_flags% -DPYTHON_HOME=%python32_dir% -DPYTHON_EXECUTABLE=%python32_dir%\python.exe ..\llvm-project\llvm || exit /b
85 cmake -GNinja %cmake_flags% -DPYTHON_HOME=%python32_dir% -DPYTHON_EXECUTABLE=%python32_dir%\python.exe ..\llvm-project\llvm || exit /b
109 cmake -GNinja %cmake_flags% -DLLVM_USE_CRT_RELEASE=MT -DBUILD_CLANG_FORMAT_VS_PLUGIN=ON -DPYTHON_HOME=%python32_dir% -DPYTHON_EXECUTABLE=%python32_dir%\python.exe ..\llvm-project\llvm || exit /b
121 cmake -GNinja %cmake_flags% -DPYTHON_HOME=%python64_dir% -DPYTHON_EXECUTABLE=%python64_dir%\python.exe ..\llvm-project\llvm || exit /b
135 cmake -GNinja %cmake_flags% -DPYTHON_HOME=%python64_dir% -DPYTHON_EXECUTABLE=%python64_dir%\python.exe ..\llvm-project\llvm || exit /b
  /src/external/mit/libuv/dist/
LINKS.md 41 * [uvloop](https://github.com/MagicStack/uvloop): Ultra fast implementation of python's asyncio event loop on top of libuv
64 * Python
67 * [gevent](http://www.gevent.org) - Coroutine-based concurrency library for Python
  /src/usr.bin/make/unit-tests/
cond-cmp-string.mk 42 # string. In C, Python and the shell this is possible, but not in make.
  /src/external/cddl/osnet/dist/lib/pyzfs/common/
ioctl.c 26 #include <Python.h>
199 /* On error, returns NULL but does not set python exception. */
  /src/external/gpl3/gdb.old/dist/gdb/python/
python-internal.h 1 /* Gdb/Python header for private use by Python module.
27 comes with the Python plugin for GCC. See:
28 https://gcc-python-plugin.readthedocs.org/en/latest/cpychecker.html
58 To work around this, undef _POSIX_C_SOURCE before we include Python.h.
80 /* Request clean size types from Python. */
83 /* Include the Python header files using angle brackets rather than
85 from including our python/python.h header file. */
86 #include <Python.h
    [all...]
  /src/external/gpl3/gdb/dist/gdb/python/
python-internal.h 1 /* Gdb/Python header for private use by Python module.
28 comes with the Python plugin for GCC. See:
29 https://gcc-python-plugin.readthedocs.org/en/latest/cpychecker.html
59 To work around this, undef _POSIX_C_SOURCE before we include Python.h.
81 /* Request clean size types from Python. */
84 /* Include the Python header files using angle brackets rather than
86 from including our python/python.h header file. */
87 #include <Python.h
    [all...]
  /src/sys/arch/prep/prep/
residual.c 586 { Python, "IBM Python", Chip_PCIBridge },
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/
package.d 115 $(LI Named subexpressions, with Python syntax. )
  /src/crypto/external/bsd/netpgp/dist/bindings/python/
netpgppython_wrap.c 111 /* Python.h has to appear first */
112 #include <Python.h>
782 /* http://www.python.org/dev/peps/pep-0353/#conversion-guidelines */
927 * Python API portion that goes into the runtime
969 * This file contains the runtime support for Python modules
1193 /* The python void return value */
1434 printf("swig/python detected a memory leak of type '%s', no destructor found.\n", name);
2239 /* PyModule_AddObject function was introduced in Python 2.0. The following function
2240 is copied out of Python/modsupport.c in python version 2.3.4 *
    [all...]
  /src/external/bsd/unbound/dist/
configure 739 PYTHON
1623 Disable swig version check to build python modules
1700 --with-pythonmodule build Python module, or --without-pythonmodule to
1759 The installed Python version to use, for example '2.3'. This
1760 string will be appended to the Python interpreter canonical
20254 # Check for Python module
20271 # Check for Python & SWIG only on PyUnbound or PyModule
20274 # Check for Python
20278 # Allow the use of a (user set) custom python version
20282 # Extract the first word of "python[$PYTHON_VERSION]", so it can be a program name with args
    [all...]
  /src/crypto/external/bsd/heimdal/dist/
configure 867 PYTHON
1074 PYTHON
1760 --with-python-sys-prefix
1761 use Python's sys.prefix and sys.exec_prefix values
1831 PYTHON the Python interpreter
14555 # Find any Python interpreter.
14556 if test -z "$PYTHON"; then
14557 for ac_prog in python python2 python3 python3.9 python3.8 python3.7 python3.6 python3.5 python3.4 python3.3 python3.2 python3.1 python3.0 python2.7 python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0
14567 case $PYTHON i
    [all...]
  /src/external/mit/isl/dist/
configure 710 PYTHON
889 PYTHON'
1545 --with-python-sys-prefix
1546 use Python's sys.prefix and sys.exec_prefix values
1577 PYTHON the Python interpreter
23140 if test -n "$PYTHON"; then
23141 # If the user set $PYTHON, use it and don't search something else.
23142 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $PYTHON version is >= 3.6" >&5
23143 printf %s "checking whether $PYTHON version is >= 3.6... " >&6;
    [all...]
  /src/external/mpl/bind/dist/
configure 762 PYTHON
993 PYTHON
1715 --with-python-sys-prefix
1716 use Python's sys.prefix and sys.exec_prefix values
1769 PYTHON the Python interpreter
18720 # Python is optional, it is used only by some of the system test scripts.
18728 if test -n "$PYTHON"; then
18729 # If the user set $PYTHON, use it and don't search something else.
18730 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $PYTHON version is >= 3.10" >&
    [all...]
  /src/external/gpl3/gcc/dist/libstdc++-v3/
configure 1706 --with-python-dir the location to install Python modules. This path is
5537 SUBDIRS='include libsupc++ src src/c++98 src/c++11 src/c++17 src/c++20 src/c++23 src/c++26 src/filesystem src/libbacktrace src/experimental doc python'
19513 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for custom python install directory" >&5
19514 $as_echo_n "checking for custom python install directory... " >&6; }
19516 # Check whether --with-python-dir was given.
19526 # Needed for installing Python modules during make install.
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/
configure 1688 --with-python-dir the location to install Python modules. This path is
5559 SUBDIRS='include libsupc++ src src/c++98 src/c++11 src/c++17 src/c++20 src/filesystem src/libbacktrace doc python'
18751 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for custom python install directory" >&5
18752 $as_echo_n "checking for custom python install directory... " >&6; }
18754 # Check whether --with-python-dir was given.
18764 # Needed for installing Python modules during make install.
    [all...]

Completed in 150 milliseconds