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

<<1112

  /external/python/cpython3/Mac/BuildScript/
build-installer.py 1 #!/usr/bin/env python
8 Please ensure that this script keeps working with Python 2.5, to avoid
9 bootstrap issues (/usr/bin/python is Python 2.5 on OSX 10.5). Sphinx,
11 Python 2.4. However, as of Python 3.4.1, Doc builds require an external
13 Python 2.6.
19 the Python built by this script will attempt to dynamically link first to
25 and the installation of additional components, such as a newer Python
26 (2.5 is needed for Python parser updates), git, and for the documentatio
    [all...]
  /external/python/cpython3/Modules/
_pickle.c 1 #include "Python.h"
5 "Optimized C implementation for the Python pickle module.");
81 /* Protocol 3 (Python 3.x) */
141 /* Import mappings for compatibility with Python 2.x */
571 the name of globals for Python 2.x. */
599 decoding strings pickled using Python
610 the name of globals pickled by Python 2.x. */
632 A custom hashtable mapping void* to Python ints. This is used by the pickler
    [all...]
mmapmodule.c 18 / ftp://squirl.nightmare.com/pub/python/python-ext.
22 #include <Python.h>
473 / from python by just closing and re-opening with the
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
pdb.py 1 #! /usr/bin/env python
3 """A Python debugger."""
19 """Causes a debugger to be restarted for the debugged python program."""
881 # the Python interpreter's stack trace.
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
pdb.py 1 #! /usr/bin/env python
3 """A Python debugger."""
19 """Causes a debugger to be restarted for the debugged python program."""
881 # the Python interpreter's stack trace.
    [all...]
  /prebuilts/go/darwin-x86/src/regexp/
regexp.go 8 // general syntax used by Perl, Python, and other languages.
129 // that Perl, Python, and other implementations use, although this
    [all...]
  /prebuilts/go/linux-x86/src/regexp/
regexp.go 8 // general syntax used by Perl, Python, and other languages.
129 // that Perl, Python, and other implementations use, although this
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pdb.py 1 #! /usr/bin/env python
3 """A Python debugger."""
19 """Causes a debugger to be restarted for the debugged python program."""
881 # the Python interpreter's stack trace.
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pdb.py 1 #! /usr/bin/env python
3 """A Python debugger."""
19 """Causes a debugger to be restarted for the debugged python program."""
881 # the Python interpreter's stack trace.
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
exceptions.c 8 #include <Python.h>
18 PyDoc_STRVAR(exceptions_doc, "Python's standard exception class hierarchy.\n\
336 "of Python 2.6", 1) < 0)
417 from the previous implmentation and also allowing Python objects to be used
485 "Base class for all standard Python exceptions that do not represent\n"
1079 /* not a very good error message, but it's what Python 2.4 gives */
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
exceptions.c 8 #include <Python.h>
18 PyDoc_STRVAR(exceptions_doc, "Python's standard exception class hierarchy.\n\
335 "of Python 2.6", 1) < 0)
417 from the previous implmentation and also allowing Python objects to be used
485 "Base class for all standard Python exceptions that do not represent\n"
1077 /* not a very good error message, but it's what Python 2.4 gives */
    [all...]
  /external/autotest/site_utils/rpm_control_system/
BeautifulSoup.py 16 Beautiful Soup works with Python 2.2 and up. It has no external
23 by stock Python.
701 NOTE: since Python's HTML parser consumes whitespace, this
    [all...]
  /external/python/cpython2/Objects/
exceptions.c 8 #include <Python.h>
18 PyDoc_STRVAR(exceptions_doc, "Python's standard exception class hierarchy.\n\
332 "of Python 2.6", 1) < 0)
413 from the previous implmentation and also allowing Python objects to be used
481 "Base class for all standard Python exceptions that do not represent\n"
1071 /* not a very good error message, but it's what Python 2.4 gives */
1128 defined, and Python does define that. */
    [all...]
  /external/testng/doc/
prettify.js 706 // passably for Python. The _t catches C structs.
    [all...]
  /external/python/cpython3/Objects/
exceptions.c 8 #include <Python.h>
397 from the previous implmentation and also allowing Python objects to be used
885 (see http://bugs.python.org/issue12555#msg148829 )
    [all...]
  /dalvik/docs/
prettify.js 21 * Java, Python, Bash, SQL, HTML, XML, CSS, Javascript, and Makefiles.
184 * Like the python <code>
687 * the tripled delimiters used in python, but should work on those regardless
    [all...]
  /prebuilts/go/darwin-x86/src/math/
all_test.go 1268 // Test inputs inspired by Python test suite.
    [all...]
  /prebuilts/go/linux-x86/src/math/
all_test.go 1268 // Test inputs inspired by Python test suite.
    [all...]
  /external/python/cpython3/
configure 3 # Generated by GNU Autoconf 2.69 for python 3.6.
5 # Report bugs to <https://bugs.python.org/>.
270 $0: https://bugs.python.org/ about your system, including
581 PACKAGE_NAME='python'
582 PACKAGE_TARNAME='python'
584 PACKAGE_STRING='python 3.6'
585 PACKAGE_BUGREPORT='https://bugs.python.org/'
    [all...]
  /external/blktrace/btt/doc/
btt.tex     [all...]
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/resources/
prettify.js 24 * number of languages including C and friends, Java, Python, Bash, SQL, HTML,
    [all...]
  /external/libxml2/python/
libxml.c 3 * libxml2 library and the Python interpreter. It provides the
5 * unpractical or would not match cleanly the Python model.
14 #include <Python.h>
152 * when the python module was imported
238 * Handling Python FILE I/O at the C level *
273 * Read @len bytes to @buffer from the Python file in the I/O channel
526 * read the Python I/O from the CObject
550 "outputBufferGetPythonFile: not a python file wrapper\n");
617 * Python object. */
641 * in the Python object *
    [all...]
  /external/python/cpython2/
configure 4 # Generated by GNU Autoconf 2.69 for python 2.7.
6 # Report bugs to <https://bugs.python.org/>.
271 $0: https://bugs.python.org/ about your system, including
582 PACKAGE_NAME='python'
583 PACKAGE_TARNAME='python'
585 PACKAGE_STRING='python 2.7'
586 PACKAGE_BUGREPORT='https://bugs.python.org/'
    [all...]
  /external/tensorflow/tensorflow/go/op/
wrappers.go 289 // ```python
299 // ```python
    [all...]
  /external/tensorflow/tensorflow/python/ops/
control_flow_ops.py 17 See the @{$python/control_flow_ops} guide.
62 from tensorflow.python.eager import context
63 from tensorflow.python.framework import constant_op
64 from tensorflow.python.framework import dtypes
65 from tensorflow.python.framework import errors
66 from tensorflow.python.framework import ops
67 from tensorflow.python.framework import sparse_tensor
68 from tensorflow.python.framework import tensor_shape
69 from tensorflow.python.framework import tensor_util
70 from tensorflow.python.ops import array_op
    [all...]

Completed in 1422 milliseconds

<<1112