Home
last modified time | relevance | path

Searched refs:py2 (Results 1 – 25 of 71) sorted by relevance

123

/external/python/cpython2/
DAndroid.bp66 name: "py2-interp-defaults",
138 name: "py2-interp-parser",
139 defaults: ["py2-interp-defaults"],
158 name: "py2-interp-object",
159 defaults: ["py2-interp-defaults"],
204 name: "py2-interp-python",
205 defaults: ["py2-interp-defaults"],
267 name: "py2-launcher-defaults",
268 defaults: ["py2-interp-defaults"],
311 name: "py2-launcher-lib",
[all …]
/external/python/six/documentation/
Dindex.rst59 Possible integer types. In Python 2, this is :func:`py2:long` and
60 :func:`py2:int`, and in Python 3, just :func:`py3:int`.
65 Possible types for text data. This is :func:`py2:basestring` in Python 2 and
71 Type for representing (Unicode) textual data. This is :func:`py2:unicode` in
77 Type for representing binary data. This is :func:`py2:str` in Python 2 and
86 :data:`py2:sys.maxint` in Python 2. There is no direct equivalent to
87 :data:`py2:sys.maxint` in Python 3 because its integer type has no limits
211 :meth:`py2:dict.viewkeys` on Python 2.7 and :meth:`py3:dict.keys` on
218 :meth:`py2:dict.viewvalues` on Python 2.7 and :meth:`py3:dict.values` on
225 :meth:`py2:dict.viewitems` on Python 2.7 and :meth:`py3:dict.items` on
[all …]
/external/python/ipaddress/
DOTHER_BACKPORTS.md8 kwi/py2-ipaddress ([py2-ipaddress on PyPI](https://pypi.org/project/py2-ipaddress/))
20py2-ipaddress. As you can see from the above dates, the project has basically never been updated a…
22py2-ipaddress has not been updated for over two years. Sure, it's a backport and thus does not nec…
26 … experience. It works on Python 2.6, 2.7, 3.2, and in theory 3.3+, whereas py2-ipaddress is 2.6/2.…
31 The other backport (py2-ipaddress), however, has decided that bytestrings ought to be treated as if…
35 …58.49.50')` in Python 3 and my backport, but `ipaddress.IPv6Address(u'::12')` with py2-ipaddress**.
39 It is possible to initialize from a packed representation in py2-ipaddress. As far as I understand,…
43 try: # py2-ipaddress
50 [Another incompability](https://github.com/maxmind/GeoIP2-python/issues/41) of py2-ipaddress is tha…
52py2-ipaddress folks at length, but as far as I understand their position is that they're writing p…
[all …]
DAndroid.bp39 py2: {
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/
DMANIFEST7 _setup/py2/__init__.py
8 _setup/py2/commands.py
9 _setup/py2/data.py
10 _setup/py2/dist.py
11 _setup/py2/ext.py
12 _setup/py2/setup.py
13 _setup/py2/shell.py
14 _setup/py2/util.py
/external/python/cpython2/Lib/
DAndroid.bp36 name: "py2-stdlib",
62 py2: {
71 srcs: [":py2-plat-darwin"],
74 srcs: [":py2-plat-linux2"],
81 name: "py2-plat-darwin",
87 name: "py2-plat-linux2",
/external/python/jinja/
DAndroid.bp19 name: "py2-jinja",
28 py2: {
46 py2: {
/external/minijail/tools/
DAndroid.bp35 py2: {
57 py2: {
80 py2: {
96 py2: {
/external/python/funcsigs/
DAndroid.bp46 name: "py2-funcsigs-tests",
48 // error: external/python/funcsigs/Android.bp:18:7: module "py2-funcsigs-tests" variant
60 py2: {
81 py2: {
/external/libkmsxx/kms++util/src/
Ddrawing.cpp279 uint8_t* py2 = (uint8_t*)(buf.map(0) + buf.stride(0) * (y + 1) + x); in draw_yuv420_semiplanar_macropixel() local
294 py2[0] = y2; in draw_yuv420_semiplanar_macropixel()
295 py2[1] = y3; in draw_yuv420_semiplanar_macropixel()
303 py2[0] = y2; in draw_yuv420_semiplanar_macropixel()
304 py2[1] = y3; in draw_yuv420_semiplanar_macropixel()
318 uint8_t* py2 = (uint8_t*)(buf.map(0) + buf.stride(0) * (y + 1) + x); in draw_yuv420_planar_macropixel() local
334 py2[0] = y2; in draw_yuv420_planar_macropixel()
335 py2[1] = y3; in draw_yuv420_planar_macropixel()
343 py2[0] = y2; in draw_yuv420_planar_macropixel()
344 py2[1] = y3; in draw_yuv420_planar_macropixel()
/external/python/cffi/c/
DAndroid.bp17 py2: {
43 py2: {
/external/python/asn1crypto/tests/
Dtest_util.py17 py2 = True variable
21 py2 = False variable
95 if py2:
114 if py2 or sys.version_info >= (3, 6):
206 if py2:
212 if py2:
218 if py2:
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/
DMANIFEST7 _setup/py2/__init__.py
8 _setup/py2/commands.py
9 _setup/py2/data.py
10 _setup/py2/dist.py
11 _setup/py2/ext.py
12 _setup/py2/setup.py
13 _setup/py2/shell.py
14 _setup/py2/term/__init__.py
15 _setup/py2/term/_term.py
16 _setup/py2/util.py
/external/OpenCL-CTS/scripts/
Dandroid_bp_tail8 py2: {
/external/python/httplib2/
DAndroid.bp53 // a newline at the end while py2 cacerts.txt doesn't.
77 py2: {
/external/avb/
DAndroid.bp139 py2: {
168 py2: {
188 py2: {
215 py2: {
/external/python/markupsafe/
DAndroid.bp26 py2: {
/external/nanopb-c/generator/
DAndroid.bp25 py2: {
/external/parameter-framework/
DAndroid.bp392 py2: {
414 py2: {
440 py2: {
470 py2: {
492 py2: {
/external/python/six/
DAndroid.bp39 py2: {
/external/python/enum34/enum/
DAndroid.bp39 py2: {
/external/python/asn1crypto/asn1crypto/
DAndroid.bp31 py2: {
/external/python/mock/mock/
DAndroid.bp31 py2: {
/external/ply/ply/
DAndroid.bp32 py2: {
/external/python/funcsigs/funcsigs/
DAndroid.bp31 py2: {

123