HomeSort by relevance Sort by last modified time
    Searched refs:normcase (Results 51 - 65 of 65) sorted by null

1 23

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_subprocess.py 353 normcase = os.path.normcase
354 self.assertEqual(normcase(p.stdout.read()), normcase(tmpdir))
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
trace.py 201 comparepath = os.path.normcase(path)
204 dir = os.path.normcase(dir)
bdb.py 35 canonic = os.path.normcase(canonic)
inspect.py 467 return os.path.normcase(os.path.abspath(_filename))
    [all...]
pydoc.py 75 normdir = os.path.normcase(dir)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
trace.py 201 comparepath = os.path.normcase(path)
204 dir = os.path.normcase(dir)
bdb.py 35 canonic = os.path.normcase(canonic)
inspect.py 467 return os.path.normcase(os.path.abspath(_filename))
    [all...]
pydoc.py 75 normdir = os.path.normcase(dir)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
TreeWidget.py 400 names.sort(key = os.path.normcase)
EditorWindow.py 706 if os.path.normcase(ext) in (".py", ".pyw"):
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
TreeWidget.py 400 names.sort(key = os.path.normcase)
EditorWindow.py 706 if os.path.normcase(ext) in (".py", ".pyw"):
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/
__init__.py 71 _srcfile = os.path.normcase(_srcfile)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/
__init__.py 71 _srcfile = os.path.normcase(_srcfile)
    [all...]

Completed in 746 milliseconds

1 23