Searched defs:supports_unicode_filenames (Results 1 - 20 of 20) sorted by relevance

/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Dos2emxpath.py19 "extsep","devnull","realpath","supports_unicode_filenames"]
159 supports_unicode_filenames = False variable
H A Dmacpath.py14 "devnull","realpath","supports_unicode_filenames"]
215 supports_unicode_filenames = True variable
H A Dntpath.py21 "extsep","devnull","realpath","supports_unicode_filenames","relpath"]
483 supports_unicode_filenames = (hasattr(sys, "getwindowsversion") and variable
H A Dposixpath.py34 "devnull","realpath","supports_unicode_filenames","relpath"]
414 supports_unicode_filenames = (sys.platform == 'darwin') variable
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Dos2emxpath.py19 "extsep","devnull","realpath","supports_unicode_filenames"]
159 supports_unicode_filenames = False variable
H A Dmacpath.py14 "devnull","realpath","supports_unicode_filenames"]
215 supports_unicode_filenames = True variable
H A Dntpath.py21 "extsep","devnull","realpath","supports_unicode_filenames","relpath"]
483 supports_unicode_filenames = (hasattr(sys, "getwindowsversion") and variable
H A Dposixpath.py34 "devnull","realpath","supports_unicode_filenames","relpath"]
414 supports_unicode_filenames = (sys.platform == 'darwin') variable
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dos2emxpath.py19 "extsep","devnull","realpath","supports_unicode_filenames"]
159 supports_unicode_filenames = False variable
H A Dmacpath.py14 "devnull","realpath","supports_unicode_filenames"]
215 supports_unicode_filenames = True variable
H A Dntpath.py21 "extsep","devnull","realpath","supports_unicode_filenames","relpath"]
483 supports_unicode_filenames = (hasattr(sys, "getwindowsversion") and variable
H A Dposixpath.py34 "devnull","realpath","supports_unicode_filenames","relpath"]
414 supports_unicode_filenames = (sys.platform == 'darwin') variable
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dos2emxpath.py19 "extsep","devnull","realpath","supports_unicode_filenames"]
159 supports_unicode_filenames = False variable
H A Dmacpath.py14 "devnull","realpath","supports_unicode_filenames"]
215 supports_unicode_filenames = True variable
H A Dntpath.py21 "extsep","devnull","realpath","supports_unicode_filenames","relpath"]
483 supports_unicode_filenames = (hasattr(sys, "getwindowsversion") and variable
H A Dposixpath.py34 "devnull","realpath","supports_unicode_filenames","relpath"]
414 supports_unicode_filenames = (sys.platform == 'darwin') variable
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
H A Dtest_sax.py27 supports_unicode_filenames = True variable
28 if not os.path.supports_unicode_filenames:
34 supports_unicode_filenames = False variable
36 supports_unicode_filenames,
/prebuilts/gdb/linux-x86/lib/python2.7/test/
H A Dtest_sax.py27 supports_unicode_filenames = True variable
28 if not os.path.supports_unicode_filenames:
34 supports_unicode_filenames = False variable
36 supports_unicode_filenames,
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_sax.py27 supports_unicode_filenames = True variable
28 if not os.path.supports_unicode_filenames:
34 supports_unicode_filenames = False variable
36 supports_unicode_filenames,
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_sax.py27 supports_unicode_filenames = True variable
28 if not os.path.supports_unicode_filenames:
34 supports_unicode_filenames = False variable
36 supports_unicode_filenames,

Completed in 341 milliseconds