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

1 2 34 5 6

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/
__init__.py 7 version of the :mod:`json` library contained in Python 2.6, but maintains
8 compatibility with Python 2.4 and Python 2.5 and (currently) has
12 Encoding basic Python object hierarchies::
93 $ echo '{"json":"obj"}' | python -m json.tool
97 $ echo '{ 1.2:3.4}' | python -m json.tool
187 # could accelerate with writelines in some versions of Python, at
260 a JSON document) to a Python object.
296 document) to a Python object.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/
__init__.py 7 version of the :mod:`json` library contained in Python 2.6, but maintains
8 compatibility with Python 2.4 and Python 2.5 and (currently) has
12 Encoding basic Python object hierarchies::
93 $ echo '{"json":"obj"}' | python -m json.tool
97 $ echo '{ 1.2:3.4}' | python -m json.tool
187 # could accelerate with writelines in some versions of Python, at
260 a JSON document) to a Python object.
296 document) to a Python object.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
getpath.c 4 Search in specified locations for the associated Python libraries.
9 Py_GetProgramFullPath returns the full path to the python executable.
14 For the EDK II, UEFI, implementation of Python, PREFIX and EXEC_PREFIX
20 /Efi/Tools/Python.efi The Python executable.
21 /Efi/StdLib/lib/python.VERSION The platform independent Python modules.
22 /Efi/StdLib/lib/python.VERSION/dynalib Dynamically loadable Python extension modules.
33 #include <Python.h>
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
getpath.c 4 This file is based upon the Modules/getpath.c file from the Python distribution
8 Search in specified locations for the associated Python libraries.
10 For the EDK II, UEFI, implementation of Python, PREFIX and EXEC_PREFIX
15 The volume is assumed to be the current volume when Python was started.
20 Py_GetProgramFullPath returns the full path to the python executable.
25 The following final paths (for Python 2.7.10) are assumed:
26 /Efi/Tools/Python.efi The Python executable.
27 /Efi/StdLib/lib/python27.10 The version dependent Python modules.
28 /Efi/StdLib/lib/python.27 The version independent Python modules.
    [all...]
  /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/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
  /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/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
  /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/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
Timestamp.cs 89 /// Example 5: Compute Timestamp from current time in Python.
  /prebuilts/go/darwin-x86/src/compress/flate/
flate_test.go 85 // according to the C zlib library, you can use the Python wrapper library:
  /prebuilts/go/linux-x86/src/compress/flate/
flate_test.go 85 // according to the C zlib library, you can use the Python wrapper library:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
pystrtod.c 1 /* -*- Mode: C; c-file-style: "python" -*- */
3 #include <Python.h>
171 /* Some platform strtods accept hex floats; Python shouldn't (at the
208 /* Python bug #1417699 */
273 /* PyOS_ascii_strtod is DEPRECATED in Python 2.7 and 3.1 */
301 /* PyOS_ascii_strtod is DEPRECATED in Python 2.7 and 3.1 */
326 if overflow_exception is NULL then +-Py_HUGE_VAL is returned, and no Python
328 a Python exception, this exception will be raised, -1.0 will be returned,
332 and the appropriate Python exception will have been set.
637 * On failure returns NULL but does not set any Python exception.
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_urllib.py 144 fp = urllib.urlopen("http://python.org/")
147 self.assertEqual(fp.geturl(), 'http://python.org/')
154 url = 'http://docs.python.org/library/urllib.html#OK'
171 self.assertRaises(IOError, urllib.urlopen, "http://python.org/")
185 self.assertRaises(IOError, urllib.urlopen, "http://python.org/")
334 character you write it as '%' + <2 character US-ASCII hex value>. The Python
767 warnings.filterwarnings('ignore', ".*urllib\.urlopen.*Python 3.0",
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
pystrtod.c 1 /* -*- Mode: C; c-file-style: "python" -*- */
3 #include <Python.h>
171 /* Some platform strtods accept hex floats; Python shouldn't (at the
208 /* Python bug #1417699 */
273 /* PyOS_ascii_strtod is DEPRECATED in Python 2.7 and 3.1 */
301 /* PyOS_ascii_strtod is DEPRECATED in Python 2.7 and 3.1 */
326 if overflow_exception is NULL then +-Py_HUGE_VAL is returned, and no Python
328 a Python exception, this exception will be raised, -1.0 will be returned,
332 and the appropriate Python exception will have been set.
637 * On failure returns NULL but does not set any Python exception.
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/
pybench.py 1 #!/usr/local/bin/python -O
3 """ A Python Benchmark Suite
7 # Note: Please keep this module compatible to Python 1.5.2.
9 # Tests may include features in later Python versions, but these
108 python = platform.python_version()
126 'python': platform.python_version(),
140 'Python:',
143 ' Version: %s' % d.get('python', 'n/a'),
753 header = ("PYBENCH - a benchmark test suite for Python "
812 python pybench.py -s p25.pybench -c p21.pybench
    [all...]
  /external/vixl/tools/
generate_tests.py 164 // Python type from `test_generator.data_types` to use to generate C++ code
180 is the name of a Python class in `test_generator.data_types`. The type will
534 prevent this, you may specify a Python expression to filter the list.
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_urllib.py 171 fp = urllib.urlopen("http://python.org/")
174 self.assertEqual(fp.geturl(), 'http://python.org/')
181 url = 'http://docs.python.org/library/urllib.html#OK'
198 self.assertRaises(IOError, urllib.urlopen, "http://python.org/")
212 self.assertRaises(IOError, urllib.urlopen, "http://python.org/")
250 fp = urllib.urlopen("http://user:pass@python.org/")
257 self.assertEqual(fp.geturl(), 'http://user:pass@python.org/')
265 url = "http://a b:c d@python.org/"
456 character you write it as '%' + <2 character US-ASCII hex value>. The Python
    [all...]

Completed in 821 milliseconds

1 2 34 5 6