| /external/protobuf/python/google/protobuf/pyext/ |
| descriptor_pool.h | 34 #include <Python.h> 43 namespace python { namespace in namespace:google::protobuf 51 // There is normally one pool per process. We make it a Python object only 52 // because it contains many Python references. 76 // Note: A C++ MessageFactory is different from the Python MessageFactory. 77 // The C++ one creates messages, when the Python one creates classes. 80 // Make our own mapping to retrieve Python classes from C++ descriptors. 83 // Python references to classes are owned by this PyDescriptorPool. 89 // Python objects are owned by the map. 103 // Registers a new Python class for the given message descriptor [all...] |
| extension_dict.h | 37 #include <Python.h> 56 namespace python { namespace in namespace:google::protobuf 64 // proto tree. Every Python container class holds a 66 // Python object that references any part of the tree. 89 // Gets the number of extension values in this ExtensionDict as a python object. 133 } // namespace python
|
| map_container.h | 34 #include <Python.h> 55 namespace python { namespace in namespace:google::protobuf 66 // proto tree. Every Python MapContainer holds a 68 // Python object that references any part of the tree. 138 } // namespace python
|
| repeated_composite_container.h | 37 #include <Python.h> 58 namespace python { namespace in namespace:google::protobuf 77 // proto tree. Every Python RepeatedCompositeContainer holds a 79 // Python object that references any part of the tree. 175 } // namespace python
|
| /external/python/cpython2/Doc/includes/ |
| run-func.c | 1 #include <Python.h>
|
| /external/python/cpython2/Mac/Modules/res/ |
| resedit.py | 101 f.docstring = lambda: "(int)->int. Automatically DisposeHandle the object on Python object cleanup"
|
| /external/python/cpython2/Modules/_ctypes/ |
| malloc_closure.c | 1 #include <Python.h>
|
| /external/python/cpython3/Doc/includes/ |
| run-func.c | 1 #include <Python.h>
|
| /external/python/cpython3/Modules/_ctypes/ |
| malloc_closure.c | 1 #include <Python.h>
|
| /external/python/cpython3/Programs/ |
| _testembed.c | 1 #include <Python.h>
|
| /external/python/cpython3/Python/ |
| getopt.c | 30 #include <Python.h>
|
| /external/tensorflow/tensorflow/python/lib/core/ |
| py_util.cc | 16 #include "tensorflow/python/lib/core/py_util.h" 20 #include <Python.h>
|
| /build/soong/python/ |
| library.go | 15 package python package 17 // This file contains the module types for building Python library.
|
| /external/fonttools/ |
| README.md | 4 > a tool to convert OpenType and TrueType fonts to and from XML. FontTools is a library for manipulating fonts, written in Python. It supports TrueType, OpenType, AFM and to an extent Type 1 and some Mac-specific formats. 8 ```python setup.py install```
|
| /external/scapy/.travis/ |
| test.sh | 3 python -c 'import sys; print("sys.path:" , sys.path)' 6 python -c 'import '$DEPENDENCY'; print("'$DEPENDENCY': "+str(getattr('$DEPENDENCY', "__version__", "no __version__ attribute")))' 15 python --version 16 python -c "from scapy.all import *; print(conf)" 38 if python --version 2>&1 | grep -q PyPy 44 if python --version 2>&1 | grep -q '^Python 3\.' 46 # Some Python 3 tests currently fail. They should be tracked and 51 if python --version 2>&1 | grep -q '^Python 3\.[012345] [all...] |
| /external/tensorflow/tensorflow/contrib/specs/python/ |
| specs_lib.py | 38 """Check for common Python keywords in spec. 142 """A composable function wrapper for a regular Python function. 187 # These are DSL names, not Python names 211 statements: Python statements
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/ |
| microprotocols.c | 26 #include <Python.h>
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/freeze/ |
| makefreeze.py | 8 #include "Python.h"
77 # Write a C initializer for a module containing the frozen python code.
|
| /external/autotest/client/deps/lansim/src/ |
| wrapper_linux_if_tun.c | 24 #include <Python.h>
|
| /external/autotest/utils/named_semaphore/ |
| namedsem.c | 1 #include <Python.h>
|
| /external/markdown/markdown/extensions/ |
| headerid.py | 1 #!/usr/bin/python 4 HeaderID Extension for Python-Markdown 57 Project website: <http://www.freewisdom.org/project/python-markdown/HeaderId> 63 * [Python 2.3+](http://python.org) 64 * [Markdown 2.0+](http://www.freewisdom.org/projects/python-markdown/)
|
| /external/python/cpython2/Launcher/ |
| launcher_main.cpp | 17 #include <Python.h> 27 // Clear PYTHONPATH and PYTHONHOME so Python doesn't attempt to check the local 28 // disk for Python modules to load. The value of PYTHONHOME will replace "prefix" 35 // PYTHONEXECUTABLE is only used on MacOs X, when the Python interpreter 37 // for Android hermetic Python. So override this environment variable to empty 49 // argv[0] is used for setting internal path, and Python sys.argv[0]. It 76 //Python?s warning machinery by default prints warning messages to sys.stderr. 95 // Always enable Python "-s" option. We don't need user-site directories, 104 // sys.argv[0], and too many things assume sys.executable is a regular Python
|
| /external/python/cpython2/Mac/Tools/ |
| pythonw.c | 2 * This wrapper program executes a python executable hidden inside an 3 * application bundle inside the Python framework. This is needed to run 18 #include <Python.h> 34 * Locate the python framework by looking for the 39 * Python.framework/Versions/2.7 40 * /Python 41 * /Resources/Python.app/Contents/MacOS/Python 48 * /.Python <- the dylib 49 * /.Resources/Python.app/Contents/MacOS/Pytho [all...] |
| /external/python/cpython2/Modules/_sqlite/ |
| microprotocols.c | 26 #include <Python.h>
|
| /external/python/cpython2/Tools/freeze/ |
| makefreeze.py | 8 #include "Python.h" 77 # Write a C initializer for a module containing the frozen python code.
|