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

1 2 3 4 5 6 78 91011>>

  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
dot.rb 45 This module has been directly ported to Ruby from the ANTLR Python runtime
  /external/autotest/server/hosts/
cros_repair.py 65 _CROS_AU_TRIGGERS = ('power', 'rwfw', 'python', 'cros',)
267 """Confirm the presence of a working Python interpreter."""
270 result = host.run('python -c "import cPickle"',
273 message = 'The python interpreter is broken'
275 search = host.run('which python', ignore_status=True)
277 message = ('Python is missing; may be caused by '
283 return 'Python on the host is installed and working'
531 (PythonVerifier, 'python', ('ssh',)),
602 (PythonVerifier, 'python', ('ssh',)),
  /external/google-breakpad/src/tools/mac/upload_system_symbols/
upload_system_symbols.go 87 regexp.MustCompile(`/System/Library/Frameworks/Python\.framework/`),
  /external/libxml2/python/
libxml_wrap.h 1 #include <Python.h>
27 * for older versions of Python, we don't use PyBytes, but keep PyString
  /external/python/cpython2/Mac/scripts/
buildpkg.py 1 #!/usr/bin/env python
38 - test pre-process and post-process scripts (Python ones?)
135 pm = PackageMaker("distutils", "1.0.2", "Python distutils.")
387 pm = PackageMaker("distutils2", "1.0.2", "Python distutils package.")
479 # --Description="Python distutils package." \
  /external/vixl/tools/test_generator/
parser.py 80 # the Python class, inheriting from `Input`. This is done so that different
259 "operand-filter": "rd != rn", // Python code to limit operand generation.
271 "input-filter": "q == \"QFlag\"", // Python code to limit input generation
  /external/python/cpython3/Lib/pydoc_data/
topics.py 449 'Python supports string and bytes literals and various '
    [all...]
  /device/linaro/bootloader/edk2/
Edk2Setup.bat 302 @echo ERROR : Unable to rebuild the BaseTools binaries, python does not appear to be
303 @echo installed. If python is installed, please set the environment
304 @echo variable, PYTHONHOME to the Path to the python.exe, for example,
305 @echo if python.exe is located in the C:\Python27 directory, then:
311 @echo ERROR : Unable to rebuild the BaseTools binaries, python does not appear to be
313 @echo The python executable was not found in the PYTHONHOME: %PYTHONHOME%
314 @echo If python is installed, please set the environment variable, PYTHONHOME
315 @echo to the Path that contains python.exe, for example, if python.exe is
432 @echo !!! WARNING !!! Setup environment to run Python scripts directly.
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Cookie.py 1 #!/usr/bin/env python
32 # Cookie.py is a Python module for the handling of HTTP
33 # cookies as a Python dictionary. See RFC 2109 for more
153 serializing, SerialCookie can save almost any Python object to a
177 Python string. String objects are *not* serialized. Similarly,
404 # value. This is most useful when Python objects are
  /external/protobuf/python/google/protobuf/pyext/
descriptor_pool.cc 33 #include <Python.h>
46 #error "Python 3.0 - 3.2 are not supported."
56 namespace python { namespace in namespace:google::protobuf
58 // A map to cache Python Pools per C++ pointer.
64 // Create a Python DescriptorPool object, but does not fill the "pool"
91 // Create a Python DescriptorPool, using the given pool as an underlay:
327 // But these AddDescriptor() functions were created in Python and some people
386 // propagated in the python exception instead of only living in ERROR logs.
473 // TODO(amauryfa): Understand why the Python implementation differs from
552 // The Pool of messages declared in Python libraries
    [all...]
  /external/python/cpython2/Lib/
Cookie.py 29 # Cookie.py is a Python module for the handling of HTTP
30 # cookies as a Python dictionary. See RFC 2109 for more
150 serializing, SerialCookie can save almost any Python object to a
174 Python string. String objects are *not* serialized. Similarly,
401 # value. This is most useful when Python objects are
  /external/selinux/libselinux/src/
audit2why.c 1 /* Workaround for http://bugs.python.org/issue4835 */
6 #include <Python.h>
446 /* Module-initialization logic specific to Python 3 */
  /prebuilts/gdb/darwin-x86/lib/python2.7/
Cookie.py 1 #!/usr/bin/env python
32 # Cookie.py is a Python module for the handling of HTTP
33 # cookies as a Python dictionary. See RFC 2109 for more
153 serializing, SerialCookie can save almost any Python object to a
177 Python string. String objects are *not* serialized. Similarly,
404 # value. This is most useful when Python objects are
  /prebuilts/gdb/linux-x86/lib/python2.7/
Cookie.py 1 #!/usr/bin/env python
32 # Cookie.py is a Python module for the handling of HTTP
33 # cookies as a Python dictionary. See RFC 2109 for more
153 serializing, SerialCookie can save almost any Python object to a
177 Python string. String objects are *not* serialized. Similarly,
404 # value. This is most useful when Python objects are
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
Cookie.py 1 #!/usr/bin/env python
32 # Cookie.py is a Python module for the handling of HTTP
33 # cookies as a Python dictionary. See RFC 2109 for more
153 serializing, SerialCookie can save almost any Python object to a
177 Python string. String objects are *not* serialized. Similarly,
404 # value. This is most useful when Python objects are
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
Cookie.py 1 #!/usr/bin/env python
32 # Cookie.py is a Python module for the handling of HTTP
33 # cookies as a Python dictionary. See RFC 2109 for more
153 serializing, SerialCookie can save almost any Python object to a
177 Python string. String objects are *not* serialized. Similarly,
404 # value. This is most useful when Python objects are
  /build/blueprint/bootstrap/
doc.go 20 // 2. A script interpreter (e.g. Bash or Python)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/gdb/
libpython.py 1 #!/usr/bin/python
3 From gdb 7 onwards, gdb's build can be configured --with-python, allowing gdb
4 to be extended with Python code e.g. for library-specific data visualizations,
6 http://sourceware.org/gdb/current/onlinedocs/gdb/Python-API.html
9 This python module deals with the case when the process being debugged (the
10 "inferior process" in gdb parlance) is itself python, or more specifically,
35 We try to defer gdb.lookup_type() invocations for python types until as late as
36 possible: for a dynamically linked python binary, when the process starts in
40 The module also extends gdb with some python-specific commands.
131 some python 2 versus python 3 differences.
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/
C.g 16 language=Python;
  /external/devlib/doc/
make.bat 51 REM Check if sphinx-build is available and fallback to Python version if any
58 set SPHINXBUILD=python -m sphinx.__init__
243 results in %BUILDDIR%/coverage/python.txt.
  /external/fio/doc/
make.bat 53 REM Check if sphinx-build is available and fallback to Python version if any
60 set SPHINXBUILD=python -m sphinx.__init__
253 results in %BUILDDIR%/coverage/python.txt.
  /external/golang-protobuf/protoc-gen-go/testdata/
extension_test.go 175 // Data generated from Python implementation.
  /external/golang-protobuf/ptypes/any/
any.pb.go 55 // Example 3: Pack and unpack a message in Python.
  /external/golang-protobuf/ptypes/duration/
duration.pb.go 73 // Example 3: Compute Duration from datetime.timedelta in Python.
  /external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
Timestamp.cs 89 /// Example 5: Compute Timestamp from current time in Python.

Completed in 1733 milliseconds

1 2 3 4 5 6 78 91011>>