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

1 23 4 5 6 7 8 91011>>

  /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/libmojo/build/
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/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/skqp/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/tensorflow/tensorflow/contrib/bayesflow/python/ops/
variable_utils_impl.py 26 from tensorflow.python.framework import ops
27 from tensorflow.python.ops import gradients_impl as gradients_ops
28 from tensorflow.python.ops import variable_scope as varscope_ops
29 from tensorflow.python.ops import variables as variables_ops
58 ```python
87 fn: Python callable which returns a `Tensor` and accepts `*fn_args`.
88 fn_args: Python list of args to `fn`. Represents dummy arguments passed to
93 ancestor_variables: Python list of `tf.Variable`s. When `None` the list is
97 possible_ancestor_vars: Python list of possible `tf.Variable`s which might
100 assert_variable_override: Python `bool` indicating that not finding
    [all...]
  /external/python/cpython3/Tools/msi/
testrelease.bat 59 "%~1" /passive /log "%~2\install\log.txt" TargetDir="%~2\Python" Include_debug=1 Include_symbols=1 %~3
63 "%~2\Python\python.exe" -c "import sys; print(sys.version)" > "%~2\version.txt" 2>&1
68 @dir /s/b "%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs" | findstr /ic:"python" > "%~2\startmenu.txt" 2>&1
69 @dir /s/b "%APPDATA%\Microsoft\Windows\Start Menu\Programs" | findstr /ic:"python" >> "%~2\startmenu.txt" 2>&1
72 @for /F "usebackq" %%f in (`reg query HKCR /s /f python /k`) do @(
76 @reg query HKCU\Software\Python /s > "%~2\hkcu.txt" 2>&1
77 @reg query HKLM\Software\Python /reg:32 /s > "%~2\hklm.txt" 2>&1
78 @reg query HKLM\Software\Python /reg:64 /s >> "%~2\hklm.txt" 2>&1
84 "%~2\Python\python.exe" -m pip install "azure<0.10" > "%~2\pip.txt" 2>&1
    [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 */
  /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
73 "determine the default API implementation to use for Python proto2.\n"
127 } // namespace python
  /external/protobuf/python/google/protobuf/pyext/
descriptor.h 36 #include <Python.h>
42 namespace python { namespace in namespace:google::protobuf
51 // Wraps a Descriptor in a Python object.
53 // In any case, it must stay alive as long as the Python object.
71 // This function checks the parameter type; on error, return NULL with a Python
81 // Check that the calling Python code is the global scope of a _pb2.py module.
86 // stacklevel indicates which Python frame should be the _pb2.py module.
93 } // namespace python
repeated_scalar_container.h 37 #include <Python.h>
57 namespace python { namespace in namespace:google::protobuf
65 // proto tree. Every Python RepeatedScalarContainer holds a
67 // Python object that references any part of the tree.
118 } // namespace python
scoped_pyobject_ptr.h 38 #include <Python.h>
descriptor_containers.h 37 #include <Python.h>
47 namespace python { namespace in namespace:google::protobuf
97 } // namespace python
  /external/python/cpython2/Doc/includes/
shoddy.c 1 #include <Python.h>
  /external/python/cpython2/PCbuild/
env.bat 3 rem command window. However, all builds of Python should ignore the version
7 rem To build Python with a newer toolset, pass "/p:PlatformToolset=v100" (or
  /external/python/cpython3/Doc/includes/
shoddy.c 1 #include <Python.h>
  /external/python/cpython3/Mac/BuildScript/resources/
install_certificates.command 3 /Library/Frameworks/Python.framework/Versions/@PYVER@/bin/python@PYVER@ << "EOF"
9 # https://pypi.python.org/pypi/certifi
  /external/scapy/.travis/
install.sh 1 PIP=`which pip || (python --version 2>&1 | grep -q 'Python 2' && which pip2) || (python --version 2>&1 | grep -q 'Python 3' && which pip3)`
17 if python --version 2>&1 | grep -q '^Python 3\.[0123]'
19 # cryptography with Python 3 < 3.4 requires enum34
23 if ! python --version 2>&1 | grep -q PyPy; then
45 $SCAPY_SUDO $PIP install $PIP_INSTALL_FLAGS -U http://http.debian.net/debian/pool/main/p/python-libpcap/python-libpcap_0.6.4.orig.tar.g
    [all...]
  /external/tensorflow/tensorflow/python/lib/core/
safe_ptr.h 21 #include <Python.h>
  /build/soong/python/
python.go 15 package python package
17 // This file contains the "Base" module type for building Python program.
38 // the version properties that apply to python libraries and binaries.
43 // non-empty list of .py files under this strict Python version.
48 // list of source files that should not be used to build the Python module.
52 // list of the Python libraries under this Python version.
60 // properties that apply to python libraries and binaries.
70 // true, if the Python module is used internally, eg, Python std libs
    [all...]
  /external/google-styleguide/
google_python_style.vim 1 " Indent Python in the Google way.
  /external/python/cpython3/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
19 #include <Python.h>
30 #include <Python.h>
37 * Locate the python framework by looking for the
42 * Python.framework/Versions/2.7
43 * /Python
44 * /Resources/Python.app/Contents/MacOS/Python
51 * /.Python <- the dyli
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/PyUtility/
PyUtility.c 2 Python Utility
15 #include <Python.h>

Completed in 1108 milliseconds

1 23 4 5 6 7 8 91011>>