| /prebuilts/gdb/linux-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...] |
| /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...] |
| /build/soong/cmd/merge_zips/ |
| merge_zips.go | 378 // Sets the given directory and all its ancestor directories as Python packages.
|
| /build/soong/python/ |
| python_test.go | 15 package python package 398 t.Fatalf("%s is not Python module!", name)
|
| /prebuilts/go/darwin-x86/src/regexp/syntax/ |
| parse.go | 950 // Check for named captures, first introduced in Python's regexp library. 953 // (?P<name>expr) the original, introduced by Python 957 // Perl 5.10 gave in and implemented the Python version too, 960 // support all three as well. EcmaScript 4 uses only the Python form. 1055 // Python rejects names starting with digits. [all...] |
| /prebuilts/go/linux-x86/src/regexp/syntax/ |
| parse.go | 950 // Check for named captures, first introduced in Python's regexp library. 953 // (?P<name>expr) the original, introduced by Python 957 // Perl 5.10 gave in and implemented the Python version too, 960 // support all three as well. EcmaScript 4 uses only the Python form. 1055 // Python rejects names starting with digits. [all...] |
| /external/python/cpython3/Lib/ |
| pydoc.py | 2 """Generate Python documentation in HTML or text for interactive use. 4 At the Python interactive prompt, calling help(thing) on a Python object 8 Or, at the shell command line outside of Python: 14 backslash on Windows) it is treated as the path to a Python source file. 31 https://docs.python.org/X.Y/library/ 133 """Remove the hexadecimal id from a Python object representation.""" 146 fn was implemented in Python or in C. 301 """Import a Python source file or compiled file given its path.""" 369 "https://docs.python.org/%d.%d/library [all...] |
| /external/golang-protobuf/protoc-gen-go/plugin/ |
| plugin.pb.go | 212 // inserted text. This is useful for languages like Python, where
|
| /external/tensorflow/tensorflow/contrib/makefile/ |
| README.md | 17 - Python or other language bindings 53 git python
|
| /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/autotest/client/common_lib/ |
| magic.py | 1 #!/usr/bin/python 7 Command Line Usage: Running as 'python magic.py file_path' will print a 13 function on python standard library 'mimetypes'. 351 [0L, 'string', '=', '#!/bin/python', 'application/x-python'], 352 [0L, 'string', '=', '#! /bin/python', 'application/x-python'], 353 [0L, 'string', '=', '#! /bin/python', 'application/x-python'], 354 [0L, 'string', '=', 'eval "exec /bin/python', 'application/x-python'] [all...] |
| /external/elfutils/libdw/ |
| known-dwarf.h | 331 DWARF_ONE_KNOWN_DW_LANG (Python, DW_LANG_Python) \ [all...] |
| /external/libxml2/doc/ |
| search.php | 41 <li><a href="python.html">Python and bindings</a></li>
|
| /external/python/cpython2/Lib/test/ |
| test_urllib.py | 241 fp = urllib.urlopen("http://python.org/") 244 self.assertEqual(fp.geturl(), 'http://python.org/') 251 url = 'http://docs.python.org/library/urllib.html#OK' 268 self.assertRaises(IOError, urllib.urlopen, "http://python.org/") 284 urllib.urlopen("http://python.org/") 293 Location: file://guidocomputer.athome.com:/python/license 336 fp = urllib.urlopen("http://user:pass@python.org/") 343 self.assertEqual(fp.geturl(), 'http://user:pass@python.org/') 351 url = "http://a b:c d@python.org/" 542 character you write it as '%' + <2 character US-ASCII hex value>. The Python [all...] |
| /external/python/cpython2/PC/ |
| _msi.c | 1 /* Helper library for MSI creation with Python. 6 #include <Python.h>
|
| /external/python/cpython3/PC/ |
| _msi.c | 1 /* Helper library for MSI creation with Python. 6 #include <Python.h>
|
| /external/tensorflow/tensorflow/python/eager/ |
| python_eager_op_gen.cc | 15 #include "tensorflow/python/eager/python_eager_op_gen.h" 38 #include "tensorflow/python/framework/python_op_gen_internal.h" 260 // Do not add inferred attrs to the Python function signature. 568 // string with the python expression that will evaluate to its [all...] |
| /external/tensorflow/tensorflow/python/framework/ |
| python_op_gen.cc | 16 #include "tensorflow/python/framework/python_op_gen.h" 41 #include "tensorflow/python/framework/python_op_gen_internal.h" 50 {// Keywords in Python, from: 57 // Built-in functions and types in Python, from: 120 // Like DataTypeString() but uses the Python names for the 333 string python = "["; 335 if (python.size() > 1) strings::StrAppend(&python, ", "); 337 strings::StrAppend(&python, "(", StringToPython(dim.name()), ", ", 340 strings::StrAppend(&python, dim.size()) [all...] |
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
| 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/protobuf/python/google/protobuf/pyext/ |
| descriptor.cc | 33 #include <Python.h> 53 #error "Python 3.0 - 3.2 are not supported." 63 namespace python { namespace in namespace:google::protobuf 66 // Python object. Objects are not immortal: this map does not own the 77 // Check that the calling Python code is the global scope of a _pb2.py module. 176 // Converts options into a Python protobuf, and cache the result. 199 // Build the Options object: get its Python class, and make a copy of the C++ 256 // Copy the C++ descriptor to a Python message. 257 // The Python message is an instance of descriptor_pb2.DescriptorProto 303 // Creates or retrieve a Python descriptor of the specified type [all...] |
| descriptor_containers.cc | 37 // Python objects on the fly. 49 // because the Python API is based on C, and does not play well with C++ 52 #include <Python.h> 65 #error "Python 3.0 - 3.2 are not supported." 75 namespace python { namespace in namespace:google::protobuf 107 // Converts a item C++ descriptor to a Python object. Returns a new reference. 162 // Returns the C++ item descriptor for a given Python key. [all...] |
| /external/python/cpython2/Lib/ |
| 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/python/cpython2/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), hg, and for the documentatio [all...] |
| /external/python/cpython2/Modules/ |
| mmapmodule.c | 18 / ftp://squirl.nightmare.com/pub/python/python-ext. 22 #include <Python.h> 436 / from python by just closing and re-opening with the [all...] |