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

1 2 3 4 5 6

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/
PythonCore.inf 18 BASE_NAME = Python
48 # NOT being built in to Python.
63 Python-$(PYTHON_VERSION)/Parser/acceler.c
64 Python-$(PYTHON_VERSION)/Parser/bitset.c
65 Python-$(PYTHON_VERSION)/Parser/firstsets.c
66 Python-$(PYTHON_VERSION)/Parser/grammar.c
67 Python-$(PYTHON_VERSION)/Parser/grammar1.c
68 Python-$(PYTHON_VERSION)/Parser/listnode.c
69 Python-$(PYTHON_VERSION)/Parser/metagrammar.c
70 Python-$(PYTHON_VERSION)/Parser/myreadline.c
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/
Makefile 2 # Windows makefile for Python tools build.
19 # Using cx_Freeze 4.2.3 with Python 2.7.2
22 # Using cx_Freeze 3.0.3 with Python 2.5.4
36 COMMON_PYTHON=$(BASE_TOOLS_PATH)\Source\Python\Common\BuildToolError.py \
37 $(BASE_TOOLS_PATH)\Source\Python\Common\Database.py \
38 $(BASE_TOOLS_PATH)\Source\Python\Common\DataType.py \
39 $(BASE_TOOLS_PATH)\Source\Python\Common\DecClassObject.py \
40 $(BASE_TOOLS_PATH)\Source\Python\Common\Dictionary.py \
41 $(BASE_TOOLS_PATH)\Source\Python\Common\DscClassObject.py \
42 $(BASE_TOOLS_PATH)\Source\Python\Common\EdkIIWorkspace.py \
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/
Python2710.inf 48 # NOT being built in to Python.
71 #Python
72 PyMod-$(PYTHON_VERSION)/Python/getcopyright.c
73 PyMod-$(PYTHON_VERSION)/Python/marshal.c
74 PyMod-$(PYTHON_VERSION)/Python/random.c
76 Python/_warnings.c
77 Python/asdl.c
78 Python/ast.c
79 Python/bltinmodule.c
80 Python/ceval.c
    [all...]
  /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
descriptor_database.h 34 #include <Python.h>
40 namespace python { namespace in namespace:google::protobuf
61 // Python objects are not required to implement this method.
67 // The python object that implements the database. The reference is owned.
71 } // namespace python
  /device/linaro/bootloader/edk2/BaseTools/
Makefile 14 SUBDIRS = Source\C Source\Python
16 all: c python
21 python:
22 @Source\C\Makefiles\NmakeSubdirs.bat all Source\Python
GNUmakefile 16 LANGUAGES = C Python
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
idle.bat 2 rem Start IDLE using the appropriate Python interpreter
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
idle.bat 2 rem Start IDLE using the appropriate Python interpreter
  /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
  /external/autotest/client/deps/lansim/src/
pyiftun.c 6 * allow a Python script to create and manipulate TUN/TAP interfaces.
8 * other python modules.
11 * in pure Python, like the ioctl() call numbers.
14 #include <Python.h>
16 /* Python wrappers */
  /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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
microprotocols.h 29 #include <Python.h>
  /external/e2fsprogs/contrib/python-uuid/
uuid.c 1 #include <Python.h>
  /prebuilts/gdb/darwin-x86/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= /Volumes/Android/buildbot/src/android/master-ndk/toolchain/python/Python-2.7.5
30 VPATH= /Volumes/Android/buildbot/src/android/master-ndk/toolchain/python/Python-2.7.5
31 MSYSVPATH= /Volumes/Android/buildbot/src/android/master-ndk/toolchain/python/Python-2.7.5
32 abs_srcdir= /Volumes/Android/buildbot/src/android/master-ndk/toolchain/python/Python-2.7.
    [all...]
  /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/gdb/linux-x86/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= /usr/local/google/buildbot/src/android/master-ndk/toolchain/python/Python-2.7.5
30 VPATH= /usr/local/google/buildbot/src/android/master-ndk/toolchain/python/Python-2.7.5
31 MSYSVPATH= /usr/local/google/buildbot/src/android/master-ndk/toolchain/python/Python-2.7.5
32 abs_srcdir= /usr/local/google/buildbot/src/android/master-ndk/toolchain/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...]
  /external/flatbuffers/samples/
python_sample.sh 17 # Note: This script runs on Mac and Linux. It requires `python` to be installed
33 ../flatc --python monster.fbs
35 ../Debug/flatc --python monster.fbs
42 echo Running the Python sample.
45 python sample_binary.py
  /external/skia/gn/
gn_helpers.py 8 serialized GN veriables and Python variables.
10 To use in a random python file in the build:
27 """Returns a stringified GN equivalent of the Python value.
67 """Converts the input string from a GN serialized value to Python values.
79 You can parse this into a Python list using GN rules with:
81 Although the Python 'ast' module will parse many forms of such input, it
88 If you just pass a string on the command line to your Python script, or use
96 the Python string literal directly.
107 """Converts a string with a bunch of gn arg assignments into a Python dict.
113 gn assignments, this returns a Python dict, i.e.
    [all...]
  /external/harfbuzz_ng/win32/
detectenv-msvc.mak 22 # Location of the Python interpretor, for building introspection. The complete set
23 # of Python Modules for introspection (the giscanner Python scripts and the _giscanner.pyd
25 # the g-ir-scanner Python script and g-ir-compiler utility program needs to be found
28 # Note that the Python interpretor and the introspection modules and utility progam must
31 # For introspection, currently only Python 2.7.x is supported. This may change when Python 3.x
33 # be the one that is built against the release series of Python that is used here.
35 !if "$(PYTHON)" == ""
36 PYTHON = pytho
    [all...]
  /external/kmod/libkmod/python/kmod/
_util.pyx 3 # This file is part of python-kmod.
5 # python-kmod is free software: you can redistribute it and/or modify it under
9 # python-kmod is distributed in the hope that it will be useful, but WITHOUT
15 # along with python-kmod. If not, see <http://www.gnu.org/licenses/>.
25 if _sys.version_info >= (3,): # Python 3
27 # Python 2
  /external/libmojo/third_party/markupsafe/
_speedups.c 12 #include <Python.h>
216 #else /* Python 3.x module initialization */

Completed in 996 milliseconds

1 2 3 4 5 6