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

1 2 3 4 5 6 7 8

  /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/chromium_org/third_party/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
python_descriptor.h 36 #include <Python.h>
49 namespace python { namespace in namespace:google::protobuf
83 } // namespace python
  /external/lldb/include/lldb/Utility/
PythonPointer.h 16 #include <Python/Python.h>
18 #include <Python.h>
  /external/chromium_org/third_party/yasm/source/patched-yasm/Mkfiles/vc9/genperf/
run.bat 3 for /f "usebackq tokens=1*" %%f in (`reg query HKCR\Python.File\shell\open\command`) do (set _my_=%%f %%g)
7 echo Building without Python ...
11 echo Building with Python ...
  /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/chromium_org/third_party/cython/src/Cython/Includes/cpython/
bool.pxd 2 cdef extern from "Python.h":
11 # Booleans in Python are implemented as a subclass of
20 # The Python False object. This object has no methods. It needs to
25 # The Python True object. This object has no methods. It needs to
complex.pxd 2 cdef extern from "Python.h":
9 # 7.2.5.2 Complex Numbers as Python Objects
13 # This subtype of PyObject represents a Python complex number object.
22 # This instance of PyTypeObject represents the Python complex
35 # Create a new Python complex number object from a C Py_complex value.
number.pxd 3 cdef extern from "Python.h":
16 # is the equivalent of the Python expression "o1 + o2".
21 # failure. This is the equivalent of the Python expression "o1 -
27 # failure. This is the equivalent of the Python expression "o1 *
33 # failure. This is the equivalent of the Python expression "o1 /
53 # failure. This is the equivalent of the Python expression "o1 %
59 # failure. This is the equivalent of the Python expression
65 # is the equivalent of the Python expression "pow(o1, o2, o3)",
73 # is the equivalent of the Python expression "-o".
78 # of the Python expression "+o"
    [all...]
sequence.pxd 3 cdef extern from "Python.h":
16 # this is equivalent to the Python expression "len(o)".
24 # failure. This is the equivalent of the Python expression "o1 +
30 # NULL on failure. This is the equivalent of the Python expression
37 # it. This is the equivalent of the Python expression "o1 += o2".
43 # it. This is the equivalent of the Python expression "o *=
49 # equivalent of the Python expression "o[i]".
54 # on failure. This is the equivalent of the Python expression
59 # failure. This is the equivalent of the Python statement "o[i] =
64 # is the equivalent of the Python statement "del o[i]"
    [all...]
function.pxd 3 cdef extern from "Python.h":
8 # There are a few functions specific to Python functions.
16 # This is an instance of PyTypeObject and represents the Python
17 # function type. It is exposed to Python programmers as
45 # to any other object by Python code.
object.pxd 4 cdef extern from "Python.h":
17 # otherwise. This is equivalent to the Python expression
23 # or NULL on failure. This is the equivalent of the Python
28 # otherwise. This is equivalent to the Python expression
34 # or NULL on failure. This is the equivalent of the Python
40 # the Python statement "o.attr_name = v".
45 # the Python statement "o.attr_name = v".
49 # failure. This is the equivalent of the Python statement: "del
54 # failure. This is the equivalent of the Python statement "del
64 # respectively. This is the equivalent of the Python expressio
    [all...]
  /external/e2fsprogs/contrib/python-uuid/
uuid.c 1 #include <Python.h>
  /external/chromium_org/mojo/public/python/src/
python_system_helper.h 8 // Python must be the first include, as it defines preprocessor variable without
10 #include <Python.h>
20 namespace python { namespace in namespace:mojo
22 // Create a mojo::Closure from a callable python object.
47 } // namespace python
  /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" %*
  /external/lldb/include/lldb/Interpreter/
PythonDataObjects.h 23 #include <Python/Python.h>
25 #include <Python.h>
  /external/chromium_org/third_party/markupsafe/
_speedups.c 12 #include <Python.h>
216 #else /* Python 3.x module initialization */
  /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

Completed in 1097 milliseconds

1 2 3 4 5 6 7 8