HomeSort by relevance Sort by last modified time
    Searched refs:altsep (Results 1 - 25 of 44) sorted by null

1 2

  /prebuilts/gdb/darwin-x86/lib/python2.7/
genericpath.py 85 def _splitext(p, sep, altsep, extsep):
92 if altsep:
93 altsepIndex = p.rfind(altsep)
macpath.py 13 "curdir","pardir","sep","pathsep","defpath","altsep","extsep",
23 altsep = None variable
74 return genericpath._splitext(p, sep, altsep, extsep)
ntpath.py 20 "splitunc","curdir","pardir","sep","pathsep","defpath","altsep",
29 altsep = '/' variable
35 altsep = '/' variable
190 return genericpath._splitext(p, sep, altsep, extsep)
os2emxpath.py 18 "splitunc","curdir","pardir","sep","pathsep","defpath","altsep",
26 altsep = '\\' variable
  /prebuilts/gdb/linux-x86/lib/python2.7/
genericpath.py 85 def _splitext(p, sep, altsep, extsep):
92 if altsep:
93 altsepIndex = p.rfind(altsep)
macpath.py 13 "curdir","pardir","sep","pathsep","defpath","altsep","extsep",
23 altsep = None variable
74 return genericpath._splitext(p, sep, altsep, extsep)
ntpath.py 20 "splitunc","curdir","pardir","sep","pathsep","defpath","altsep",
29 altsep = '/' variable
35 altsep = '/' variable
190 return genericpath._splitext(p, sep, altsep, extsep)
os2emxpath.py 18 "splitunc","curdir","pardir","sep","pathsep","defpath","altsep",
26 altsep = '\\' variable
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
genericpath.py 85 def _splitext(p, sep, altsep, extsep):
92 if altsep:
93 altsepIndex = p.rfind(altsep)
macpath.py 13 "curdir","pardir","sep","pathsep","defpath","altsep","extsep",
23 altsep = None variable
74 return genericpath._splitext(p, sep, altsep, extsep)
ntpath.py 20 "splitunc","curdir","pardir","sep","pathsep","defpath","altsep",
29 altsep = '/' variable
35 altsep = '/' variable
190 return genericpath._splitext(p, sep, altsep, extsep)
os2emxpath.py 18 "splitunc","curdir","pardir","sep","pathsep","defpath","altsep",
26 altsep = '\\' variable
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
genericpath.py 85 def _splitext(p, sep, altsep, extsep):
92 if altsep:
93 altsepIndex = p.rfind(altsep)
macpath.py 13 "curdir","pardir","sep","pathsep","defpath","altsep","extsep",
23 altsep = None variable
74 return genericpath._splitext(p, sep, altsep, extsep)
ntpath.py 20 "splitunc","curdir","pardir","sep","pathsep","defpath","altsep",
29 altsep = '/' variable
35 altsep = '/' variable
190 return genericpath._splitext(p, sep, altsep, extsep)
os2emxpath.py 18 "splitunc","curdir","pardir","sep","pathsep","defpath","altsep",
26 altsep = '\\' variable
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_socketserver.py 105 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/
test_socketserver.py 105 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/
test_socketserver.py 105 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/
test_socketserver.py 105 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/
AutoComplete.py 27 if os.altsep: # e.g. '/' on Windows...
28 SEPS += os.altsep
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
AutoComplete.py 27 if os.altsep: # e.g. '/' on Windows...
28 SEPS += os.altsep
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
AutoComplete.py 27 if os.altsep: # e.g. '/' on Windows...
28 SEPS += os.altsep
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
AutoComplete.py 27 if os.altsep: # e.g. '/' on Windows...
28 SEPS += os.altsep
  /external/chromium-trace/catapult/telemetry/telemetry/core/
memory_cache_http_server.py 274 if path.endswith(os.sep) or (os.altsep and path.endswith(os.altsep)):

Completed in 678 milliseconds

1 2