| /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/libxml2/python/ |
| libxml_wrap.h | 1 #include <Python.h> 27 * for older versions of Python, we don't use PyBytes, but keep PyString
|
| 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/selinux/libselinux/src/ |
| audit2why.c | 1 /* Workaround for http://bugs.python.org/issue4835 */ 6 #include <Python.h> 442 /* Module-initialization logic specific to Python 3 */
|
| /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
|
| 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/ |
| 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
|
| 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...] |
| /external/linux-tools-perf/src/tools/perf/util/scripting-engines/ |
| trace-event-python.c | 2 * trace-event-python. Feed trace events to an embedded Python interpreter. 22 #include <Python.h> 56 Py_FatalError("problem in Python trace event handler"); 86 Py_FatalError("couldn't create Python tuple"); 134 Py_FatalError("couldn't create Python tuple"); 257 Py_FatalError("couldn't create Python tuple"); 273 Py_FatalError("couldn't create Python dict"); 334 Py_FatalError("error resizing Python tuple"); 372 Py_FatalError("couldn't create Python tuple") [all...] |
| /prebuilts/python/darwin-x86/2.7.5/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...] |
| /prebuilts/python/linux-x86/2.7.5/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...] |
| /external/lldb/source/Interpreter/ |
| ScriptInterpreterPython.cpp | 10 // In order to guarantee correct working with Python, Python.h *MUST* be 14 // Python is disabled in this build 19 #include <Python/Python.h> 21 #include <Python.h> 352 embedded_interpreter_thread = Host::ThreadCreate ("<lldb.script-interpreter.noninteractive-python>", 591 // Python mucks with the terminal state of STDIN. If we can possibly avoid 601 // Python mucks with the terminal state of STDIN. If we can possibly avoid 616 // in some (rare) cases during cleanup Python may end up believing we have no thread stat [all...] |
| /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/ |
| wizard.rb | 48 library has been ported to Ruby directly from the ANTLR Python runtime API.
|
| /external/elfutils/src/libdw/ |
| known-dwarf.h | 328 ONE_KNOWN_DW_LANG_DESC (Python, DW_LANG_Python, "Python") \ [all...] |
| /external/libxml2/doc/ |
| search.php | 41 <li><a href="python.html">Python and bindings</a></li>
|
| /external/linux-tools-perf/src/tools/perf/util/ |
| python.c | 1 #include <Python.h> 31 /* Define PyVarObject_HEAD_INIT for python 2.5 */ 1073 * Dummy, to avoid dragging all the test_attr infrastructure in the python
|
| /ndk/ |
| ndk-gdb.py | 1 #!/usr/bin/env python 38 from queue import Queue, Empty # python 3.x namespace 58 If Python executable is the NDK-prebuilt one (it should be) 63 If this is not the case, then we're using some other Python 73 # NDK-prebuilt Python? 226 help='Specify stdcxx python pretty-printer', [all...] |
| /external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/beautifulsoup/ |
| BeautifulSoup.py | 16 Beautiful Soup works with Python 2.2 and up. It has no external 23 by stock Python. 698 NOTE: since Python's HTML parser consumes whitespace, this [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...] |
| /external/blktrace/btt/doc/ |
| btt.tex | [all...] |
| /cts/suite/cts/deviceTests/browserbench/assets/octane/ |
| code-load.js | 109 * The following Python script generates both variables: 111 #!/usr/bin/env python [all...] |
| /external/libcap-ng/libcap-ng-0.7/ |
| configure | 626 PYTHON 770 PYTHON' [all...] |
| /build/tools/droiddoc/templates-ndk/assets/js/ |
| android_3p-bundle.js | 26 * number of languages including C and friends, Java, Python, Bash, SQL, HTML, [all...] |
| /build/tools/droiddoc/templates-sac/assets/js/ |
| android_3p-bundle.js | 26 * number of languages including C and friends, Java, Python, Bash, SQL, HTML, [all...] |
| /build/tools/droiddoc/templates-sdk/assets/js/ |
| android_3p-bundle.js | 26 * number of languages including C and friends, Java, Python, Bash, SQL, HTML, [all...] |