HomeSort by relevance Sort by last modified time
    Searched refs:Python (Results 1 - 25 of 76) sorted by null

1 2 3 4

  /external/lldb/include/lldb/
lldb-python.h 1 //===-- lldb-python.h --------------------------------------------*- C++ -*-===//
13 // Python.h needs to be included before any system headers in order to avoid redefinition of macros
17 // Python is disabled in this build
22 #include <Python/Python.h>
24 #include <Python.h>
  /external/protobuf/python/google/protobuf/pyext/
python_protobuf.h 33 // This module exposes the C proto inside the given Python proto, in
34 // case the Python proto is implemented with a C proto.
39 #include <Python.h>
46 namespace python { namespace in namespace:google::protobuf
48 // Return the pointer to the C proto inside the given Python proto,
49 // or NULL when this is not a Python proto implemented with a C proto.
53 } // namespace python
repeated_scalar_container.h 37 #include <Python.h>
52 namespace python { namespace in namespace:google::protobuf
61 // proto tree. Every Python RepeatedScalarContainer holds a
63 // Python object that references any part of the tree.
108 } // namespace python
descriptor.h 36 #include <Python.h>
49 namespace python { namespace in namespace:google::protobuf
57 // Reference to the original field object in the Python DESCRIPTOR.
92 } // namespace python
scoped_pyobject_ptr.h 36 #include <Python.h>
  /external/lldb/include/lldb/Utility/
PythonPointer.h 16 #include <Python/Python.h>
18 #include <Python.h>
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
idle.bat 2 rem Start IDLE using the appropriate Python interpreter
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
idle.bat 2 rem Start IDLE using the appropriate Python interpreter
  /prebuilts/misc/common/swig/include/2.0.11/python/
embed.i 3 // SWIG file embedding the Python interpreter in something else.
4 // This file is based on Python-1.5. It will not work with
7 // This file makes it possible to extend Python and all of its
16 Python executable. This will be necessary on systems that do
19 a new version of Python from include files and libraries normally
20 installed with the Python language.
22 This module will automatically grab all of the Python modules
23 present in your current Python executable (including any special
27 This library file only works with Python 1.5. A version
28 compatible with Python 1.4 is available as embed14.i an
    [all...]
embed15.i 4 * SWIG file embedding the Python interpreter in something else.
5 * This file is based on Python-1.5. It will not work with
8 * This file makes it possible to extend Python and all of its
16 Python executable. This will be necessary on systems that do
19 a new version of Python from include files and libraries normally
20 installed with the Python language.
22 This module will automatically grab all of the Python modules
23 present in your current Python executable (including any special
27 This library file only works with Python 1.5. A version
28 compatible with Python 1.4 is available as embed14.i an
    [all...]
  /external/lldb/source/Interpreter/
wrap_python.mk 13 $(intermediates)/LLDBWrapPython.cpp $(intermediates)/lldb.py: $(LLDB_ROOT_PATH)/scripts/Python/modify-python-lldb.py \
14 $(LLDB_ROOT_PATH)/scripts/Python/edit-swig-python-wrapper-file.py \
15 $(wildcard $(LLDB_ROOT_PATH)/scripts/Python/interface/*.i)
Makefile 26 # edit-swig-python-wrapper-file.py needs $(SRCROOT)
31 LLDBWrapPython.cpp lldb.py: $(PROJ_SRC_DIR)/$(LLDB_LEVEL)/scripts/Python/modify-python-lldb.py \
32 $(PROJ_SRC_DIR)/$(LLDB_LEVEL)/scripts/Python/edit-swig-python-wrapper-file.py \
33 $(wildcard $(PROJ_SRC_DIR)/$(LLDB_LEVEL)/scripts/Python/interface/*.i)
39 $(Echo) Installing $(BuildMode) LLDB python modules
  /external/e2fsprogs/contrib/python-uuid/
uuid.c 1 #include <Python.h>
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/
Makefile 2 # Top-level Makefile for Python
15 # If you have a previous version of Python installed that you don't
29 srcdir= /s/ndk-toolchain/src/python/Python-2.7.5
30 VPATH= /s/ndk-toolchain/src/python/Python-2.7.5
31 MSYSVPATH= /s/ndk-toolchain/src/python/Python-2.7.5
32 abs_srcdir= /s/ndk-toolchain/src/python/Python-2.7.
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/
Makefile 2 # Top-level Makefile for Python
15 # If you have a previous version of Python installed that you don't
29 srcdir= /s/ndk-toolchain/src/python/Python-2.7.5
30 VPATH= /s/ndk-toolchain/src/python/Python-2.7.5
31 MSYSVPATH= /s/ndk-toolchain/src/python/Python-2.7.5
32 abs_srcdir= /s/ndk-toolchain/src/python/Python-2.7.
    [all...]
  /ndk/
ndk-gdb-py.cmd 2 rem This is a Windows cmd.exe script used to invoke the NDK-specific Python executable
8 "%NDK_ROOT%prebuilt/%NDK_WIN_HOST%/bin/python.exe" -u "%~dp0ndk-gdb.py" %*
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/readwrite/
gpickle.py 5 Read and write NetworkX graphs as Python pickles.
8 for serializing and de-serializing a Python object
9 structure. "Pickling" is the process whereby a Python object hierarchy
14 Note that NetworkX graphs can contain any hashable Python object as
16 be difficult to represent the data as text. In that case using Python
21 See http://docs.python.org/library/pickle.html
43 """Write graph in Python pickle format.
45 Pickles are a serialized byte stream of a Python object [1]_.
46 This format will preserve Python objects used as nodes or edges.
63 .. [1] http://docs.python.org/library/pickle.htm
    [all...]
  /external/lldb/include/lldb/Interpreter/
PythonDataObjects.h 23 #include <Python/Python.h>
25 #include <Python.h>
  /external/lldb/utils/vim-lldb/python-vim-lldb/
import_lldb.py 2 # Locate and load the lldb python module
8 1. Simply by doing "import lldb" in case the system python installation is aware of lldb. If that fails,
40 # Cannot run 'lldb -P' to determine location of lldb python module
48 xcode_python_path = "/Applications/Xcode.app/Contents/SharedFrameworks/LLDB.framework/Versions/Current/Resources/Python/"
54 # Unable to import lldb module from default Xcode python path
  /external/protobuf/python/google/protobuf/internal/
api_implementation.cc 31 #include <Python.h>
35 namespace python { namespace in namespace:google::protobuf
38 // This is either 0 for python, 1 for CPP V1, 2 for CPP V2.
41 // PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python
54 #error "PYTHON_PROTO2_CPP_IMPL_V1 is not supported under Python 3."
65 // The defaults are set here. Python 3 uses the fast C++ APIv2 by default.
66 // Python 2 still uses the Python version by default until some compatibility
83 "determine the default API implementation to use for Python proto2.\n"
137 } // namespace python
    [all...]
  /ndk/build/tools/
build-host-python.sh 18 # Rebuild the host Python binaries from sources.
32 This program is used to rebuild one or more Python client programs from
37 By default, the script rebuilds Python for you host system [$HOST_TAG],
50 For example, here's how to rebuild Python 2.7.5 on Linux
54 --python-version=2.7.5 \n \
61 register_var_option "--python-version=<version>" PYTHON_VERSION "Select Python version."
70 register_var_option "--build-dir=<path>" BUILD_DIR "Build Python into directory"
133 # Build python for build machine automatically
139 # Python needs to execute itself during its build process, so must build the buil
    [all...]
  /external/lldb/scripts/Python/
build-swig-Python.sh 3 # build-swig-Python.sh
7 # CONFIG_BUILD_DIR is where the build-swig-Python-LLDB.sh shell script
46 swig_python_extensions=${SRC_ROOT}/scripts/Python/python-extensions.swig
47 swig_python_wrapper=${SRC_ROOT}/scripts/Python/python-wrapper.swig
48 swig_python_typemaps=${SRC_ROOT}/scripts/Python/python-typemaps.swig
49 swig_python_swigsafecast=${SRC_ROOT}/scripts/Python/python-swigsafecast.swi
    [all...]
  /external/lldb/test/functionalities/data-formatter/data-formatter-script/
TestDataFormatterScript.py 57 script = 'a = valobj.GetChildMemberWithName(\'integer\'); a_val = a.GetValue(); str = \'Hello from Python, \' + a_val + \' time\'; return str + (\'!\' if a_val == \'1\' else \'s!\');'
59 self.runCmd("type summary add i_am_cool --python-script \"%s\"" % script)
62 substrs = ['Hello from Python',
66 substrs = ['Hello from Python',
72 substrs = ['Hello from Python, 10 times!',
73 'Hello from Python, 4 times!'])
78 substrs = ['Hello from Python',
84 self.runCmd("type summary add i_am_cool --python-script \"%s\"" % script)
104 self.runCmd("type summary add i_am_cool -p --python-script \"%s\"" % script)
109 script = 'return \'Python summary\''
    [all...]
  /external/linux-tools-perf/src/tools/perf/scripts/python/Perf-Trace-Util/
Context.c 2 * Context.c. Python interfaces for perf script.
22 #include <Python.h>
  /external/lldb/source/Plugins/
Makefile 23 OperatingSystem/Python

Completed in 1106 milliseconds

1 2 3 4