HomeSort by relevance Sort by last modified time
    Searched full:windowspath (Results 1 - 6 of 6) sorted by null

  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/util/
UtilTest.java 21 final String windowsPath = "E:\\Test\\Path With Spaces\\MyFile.jar";
22 assertThat(Util.url(windowsPath)).isEqualTo(new URL("file:/" + windowsPath));
  /external/python/cpython3/Doc/library/
pathlib.rst 32 You cannot instantiate a :class:`WindowsPath` when running on Unix, but you
582 :class:`PosixPath` or a :class:`WindowsPath`)::
599 .. class:: WindowsPath(*pathsegments)
604 >>> WindowsPath('c:/Program Files/')
605 WindowsPath('c:/Program Files')
620 >>> WindowsPath('setup.py')
625 NotImplementedError: cannot instantiate 'WindowsPath' on your system
  /external/python/cpython3/Lib/test/
test_compileall.py 110 self.assertRegex(stdout.getvalue(), r'Compiling ([^WindowsPath|PosixPath].*)')
161 self.assertRegex(line, r'Listing ([^WindowsPath|PosixPath].*)')
test_pathlib.py     [all...]
  /external/python/cpython3/Lib/
pathlib.py 31 "Path", "PosixPath", "WindowsPath",
    [all...]
  /external/clang/unittests/Basic/
VirtualFileSystemTest.cpp 540 TEST_F(InMemoryFileSystemTest, WindowsPath) {
    [all...]

Completed in 199 milliseconds