HomeSort by relevance Sort by last modified time
    Searched refs:ntpath (Results 1 - 8 of 8) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_ntpath.py 1 import ntpath namespace
18 tester('ntpath.splitext("foo.ext")', ('foo', '.ext'))
19 tester('ntpath.splitext("/foo/foo.ext")', ('/foo/foo', '.ext'))
20 tester('ntpath.splitext(".ext")', ('.ext', ''))
21 tester('ntpath.splitext("\\foo.ext\\foo")', ('\\foo.ext\\foo', ''))
22 tester('ntpath.splitext("foo.ext\\")', ('foo.ext\\', ''))
23 tester('ntpath.splitext("")', ('', ''))
24 tester('ntpath.splitext("foo.bar.ext")', ('foo.bar', '.ext'))
25 tester('ntpath.splitext("xx/foo.bar.ext")', ('xx/foo.bar', '.ext'))
26 tester('ntpath.splitext("xx\\foo.bar.ext")', ('xx\\foo.bar', '.ext')
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_ntpath.py 1 import ntpath namespace
18 tester('ntpath.splitext("foo.ext")', ('foo', '.ext'))
19 tester('ntpath.splitext("/foo/foo.ext")', ('/foo/foo', '.ext'))
20 tester('ntpath.splitext(".ext")', ('.ext', ''))
21 tester('ntpath.splitext("\\foo.ext\\foo")', ('\\foo.ext\\foo', ''))
22 tester('ntpath.splitext("foo.ext\\")', ('foo.ext\\', ''))
23 tester('ntpath.splitext("")', ('', ''))
24 tester('ntpath.splitext("foo.bar.ext")', ('foo.bar', '.ext'))
25 tester('ntpath.splitext("xx/foo.bar.ext")', ('xx/foo.bar', '.ext'))
26 tester('ntpath.splitext("xx\\foo.bar.ext")', ('xx\\foo.bar', '.ext')
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
os2emxpath.py 11 from ntpath import (expanduser, expandvars, isabs, islink, splitdrive,
os.py 5 - os.path is one of the modules posixpath, or ntpath
63 import ntpath as path
78 import ntpath as path
96 import ntpath as path
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
os2emxpath.py 11 from ntpath import (expanduser, expandvars, isabs, islink, splitdrive,
os.py 5 - os.path is one of the modules posixpath, or ntpath
63 import ntpath as path
78 import ntpath as path
96 import ntpath as path
  /external/chromium_org/native_client_sdk/src/tools/
oshelpers.py 325 import ntpath namespace
328 zip_path = ntpath.splitdrive(os_path)[1].replace('\\', '/')
  /external/chromium_org/tools/gyp/pylib/gyp/generator/
msvs.py 6 import ntpath namespace
    [all...]

Completed in 944 milliseconds