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

  /test/vts/testcases/template/gtest_binary_test/
gtest_test_case.py 18 import ntpath
67 directory=ntpath.dirname(self.path),
84 if len(ntpath.basename(output_file_path)) > utils.MAX_FILENAME_LEN:
89 ntpath.dirname(output_file_path),
97 output_file_path = ntpath.basename(output_file_path)
  /external/v8/tools/clang/translation_unit/
test_translation_unit.py 11 import ntpath
75 if ntpath.basename(expected_line) != ntpath.basename(actual_line):
76 sys.stdout.write('expected: %s' % ntpath.basename(expected_line))
77 sys.stdout.write('actual: %s' % ntpath.basename(actual_line))
  /external/google-breakpad/src/tools/python/tests/
filter_syms_unittest.py 34 import ntpath
51 ignored_prefixes, ntpath)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_ntpath.py 1 import ntpath
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/gdb/darwin-x86/lib/python2.7/test/
test_ntpath.py 1 import ntpath
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/gdb/linux-x86/lib/python2.7/test/
test_ntpath.py 1 import ntpath
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/test/
test_ntpath.py 1 import ntpath
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
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...]
  /external/google-breakpad/src/tools/python/
filter_syms.py 43 import ntpath
191 path_handler = { 'win32': ntpath,
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/
os.py 5 - os.path is one of the modules uefipath, posixpath, or ntpath
63 import ntpath as path
78 import ntpath as path
96 import ntpath as path
124 import ntpath as path
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/
os.py 18 - os.path is one of the modules uefipath, posixpath, or ntpath
76 import ntpath as path
91 import ntpath as path
109 import ntpath as path
137 import ntpath as path
  /test/vts/testcases/template/binary_test/
binary_test_case.py 19 import ntpath
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
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-trace/catapult/telemetry/telemetry/testing/
system_stub.py 10 import ntpath
365 return ntpath.basename(path)

Completed in 4282 milliseconds