/external/google-breakpad/src/tools/python/tests/ |
filter_syms_unittest.py | 34 import ntpath namespace 51 ignored_prefixes, ntpath)
|
/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...] |