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

1 2 3 4 5 6 7 8 91011>>

  /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.
20 # Using cx_Freeze 4.2.3 with Python 2.7.2
21 FREEZE=$(PYTHON_HOME)\python $(PYTHON_FREEZER_PATH)\cxfreeze
37 COMMON_PYTHON=$(BASE_TOOLS_PATH)\Source\Python\Common\BuildToolError.py \
38 $(BASE_TOOLS_PATH)\Source\Python\Common\Database.py \
39 $(BASE_TOOLS_PATH)\Source\Python\Common\DataType.py \
40 $(BASE_TOOLS_PATH)\Source\Python\Common\DecClassObject.py \
41 $(BASE_TOOLS_PATH)\Source\Python\Common\Dictionary.py \
42 $(BASE_TOOLS_PATH)\Source\Python\Common\DscClassObject.py \
43 $(BASE_TOOLS_PATH)\Source\Python\Common\EdkIIWorkspace.py \
    [all...]
  /external/tensorflow/tensorflow/python/lib/core/
bfloat16.h 19 #include <Python.h>
numpy.h 32 #include <Python.h>
py_seq_tensor.h 19 #include <Python.h>
26 // Converts Python object `obj` representing a rectangular array of
27 // Python values (a scalar, a sequence of scalars, a sequence of
29 // *ret. If dtype is not None it should by a Python integer
  /external/python/cpython2/Demo/embed/
importexc.c 1 #include <Python.h>
  /external/scapy/.travis/
pylibpcap.rb 7 system "python", *Language::Python.setup_install_args(prefix)
  /external/tensorflow/tensorflow/contrib/lite/toco/python/
toco_python_api.h 19 #include <Python.h>
  /device/linaro/bootloader/edk2/BaseTools/BinWrappers/WindowsLike/
BPDG.bat 3 @%PYTHON_HOME%\python.exe %BASE_TOOLS_PATH%\Source\Python\%ToolName%\%ToolName%.py %*
Ecc.bat 3 @%PYTHON_HOME%\python.exe %BASE_TOOLS_PATH%\Source\Python\%ToolName%\%ToolName%.py %*
GenDepex.bat 3 @%PYTHON_HOME%\python.exe %BASE_TOOLS_PATH%\Source\Python\AutoGen\%ToolName%.py %*
GenFds.bat 3 @%PYTHON_HOME%\python.exe %BASE_TOOLS_PATH%\Source\Python\%ToolName%\%ToolName%.py %*
GenPatchPcdTable.bat 3 @%PYTHON_HOME%\python.exe %BASE_TOOLS_PATH%\Source\Python\%ToolName%\%ToolName%.py %*
PatchPcdValue.bat 3 @%PYTHON_HOME%\python.exe %BASE_TOOLS_PATH%\Source\Python\%ToolName%\%ToolName%.py %*
Pkcs7Sign.bat 3 @%PYTHON_HOME%\python.exe %BASE_TOOLS_PATH%\Source\Python\%ToolName%\%ToolName%.py %*
Rsa2048Sha256Sign.bat 3 @%PYTHON_HOME%\python.exe %BASE_TOOLS_PATH%\Source\Python\%ToolName%\%ToolName%.py %*
TargetTool.bat 3 @%PYTHON_HOME%\python.exe %BASE_TOOLS_PATH%\Source\Python\%ToolName%\%ToolName%.py %*
Trim.bat 3 @%PYTHON_HOME%\python.exe %BASE_TOOLS_PATH%\Source\Python\%ToolName%\%ToolName%.py %*
UPT.bat 3 @%PYTHON_HOME%\python.exe %BASE_TOOLS_PATH%\Source\Python\%ToolName%\%ToolName%.py %*
build.bat 3 @%PYTHON_HOME%\python.exe %BASE_TOOLS_PATH%\Source\Python\%ToolName%\%ToolName%.py %*
  /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
  /external/tensorflow/tensorflow/python/util/
util.h 20 #include <Python.h>
57 // A Python list, the flattened version of the input.
65 // (which is defined in python) into the C++ world.
68 // Python so that we know that Python interpreter had been initialzied.
  /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
  /external/python/cpython2/Lib/idlelib/
idle.bat 2 rem Start IDLE using the appropriate Python interpreter

Completed in 373 milliseconds

1 2 3 4 5 6 7 8 91011>>