Searched refs:altsep (Results 1 - 25 of 40) sorted by relevance

12

/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Dgenericpath.py85 def _splitext(p, sep, altsep, extsep):
92 if altsep:
93 altsepIndex = p.rfind(altsep)
H A Dmacpath.py13 "curdir","pardir","sep","pathsep","defpath","altsep","extsep",
23 altsep = None variable
74 return genericpath._splitext(p, sep, altsep, extsep)
H A Dntpath.py20 "splitunc","curdir","pardir","sep","pathsep","defpath","altsep",
29 altsep = '/' variable
35 altsep = '/' variable
190 return genericpath._splitext(p, sep, altsep, extsep)
H A Dos2emxpath.py18 "splitunc","curdir","pardir","sep","pathsep","defpath","altsep",
26 altsep = '\\' variable
H A Dposixpath.py33 "curdir","pardir","sep","pathsep","defpath","altsep","extsep",
43 altsep = None variable
105 return genericpath._splitext(p, sep, altsep, extsep)
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Dgenericpath.py85 def _splitext(p, sep, altsep, extsep):
92 if altsep:
93 altsepIndex = p.rfind(altsep)
H A Dmacpath.py13 "curdir","pardir","sep","pathsep","defpath","altsep","extsep",
23 altsep = None variable
74 return genericpath._splitext(p, sep, altsep, extsep)
H A Dntpath.py20 "splitunc","curdir","pardir","sep","pathsep","defpath","altsep",
29 altsep = '/' variable
35 altsep = '/' variable
190 return genericpath._splitext(p, sep, altsep, extsep)
H A Dos2emxpath.py18 "splitunc","curdir","pardir","sep","pathsep","defpath","altsep",
26 altsep = '\\' variable
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dgenericpath.py85 def _splitext(p, sep, altsep, extsep):
92 if altsep:
93 altsepIndex = p.rfind(altsep)
H A Dmacpath.py13 "curdir","pardir","sep","pathsep","defpath","altsep","extsep",
23 altsep = None variable
74 return genericpath._splitext(p, sep, altsep, extsep)
H A Dntpath.py20 "splitunc","curdir","pardir","sep","pathsep","defpath","altsep",
29 altsep = '/' variable
35 altsep = '/' variable
190 return genericpath._splitext(p, sep, altsep, extsep)
H A Dos2emxpath.py18 "splitunc","curdir","pardir","sep","pathsep","defpath","altsep",
26 altsep = '\\' variable
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dgenericpath.py85 def _splitext(p, sep, altsep, extsep):
92 if altsep:
93 altsepIndex = p.rfind(altsep)
H A Dmacpath.py13 "curdir","pardir","sep","pathsep","defpath","altsep","extsep",
23 altsep = None variable
74 return genericpath._splitext(p, sep, altsep, extsep)
H A Dntpath.py20 "splitunc","curdir","pardir","sep","pathsep","defpath","altsep",
29 altsep = '/' variable
35 altsep = '/' variable
190 return genericpath._splitext(p, sep, altsep, extsep)
H A Dos2emxpath.py18 "splitunc","curdir","pardir","sep","pathsep","defpath","altsep",
26 altsep = '\\' variable
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
H A Dtest_socketserver.py105 if fn[0] in (os.sep, os.altsep):
108 fn = fn.replace(os.sep, os.altsep)
110 fn = fn.replace(os.altsep, os.sep)
/prebuilts/gdb/linux-x86/lib/python2.7/test/
H A Dtest_socketserver.py105 if fn[0] in (os.sep, os.altsep):
108 fn = fn.replace(os.sep, os.altsep)
110 fn = fn.replace(os.altsep, os.sep)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_socketserver.py105 if fn[0] in (os.sep, os.altsep):
108 fn = fn.replace(os.sep, os.altsep)
110 fn = fn.replace(os.altsep, os.sep)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_socketserver.py105 if fn[0] in (os.sep, os.altsep):
108 fn = fn.replace(os.sep, os.altsep)
110 fn = fn.replace(os.altsep, os.sep)
/prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
H A DAutoComplete.py27 if os.altsep: # e.g. '/' on Windows...
28 SEPS += os.altsep
/prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
H A DAutoComplete.py27 if os.altsep: # e.g. '/' on Windows...
28 SEPS += os.altsep
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
H A DAutoComplete.py27 if os.altsep: # e.g. '/' on Windows...
28 SEPS += os.altsep
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
H A DAutoComplete.py27 if os.altsep: # e.g. '/' on Windows...
28 SEPS += os.altsep

Completed in 959 milliseconds

12