Home
last modified time | relevance | path

Searched refs:slashes (Results 1 – 25 of 130) sorted by relevance

123456

/external/python/cpython2/Tools/scripts/
Dfixdiv.py219 startlineno, endlineno, slashes = lineinfo = scanline(g)
233 if not slashes and not warnings:
235 elif slashes and not warnings:
236 report(slashes, "No conclusive evidence")
237 elif warnings and not slashes:
240 if len(slashes) > 1:
244 for (row, col), line in slashes:
266 for (row, col), line in slashes:
307 def report(slashes, message): argument
309 for (row, col), line in slashes:
[all …]
/external/python/cpython3/Tools/scripts/
Dfixdiv.py219 startlineno, endlineno, slashes = lineinfo = scanline(g)
233 if not slashes and not warnings:
235 elif slashes and not warnings:
236 report(slashes, "No conclusive evidence")
237 elif warnings and not slashes:
240 if len(slashes) > 1:
244 for (row, col), line in slashes:
266 for (row, col), line in slashes:
307 def report(slashes, message): argument
309 for (row, col), line in slashes:
[all …]
/external/curl/tests/data/
Dtest114240 HTTP redirect to http://// (four slashes!)
59 # 3, CURLE_URL_MALFORMAT for the four slashes
Dtest21435 # Needed for MSYS2 to not convert all backslashes to forward slashes
Dtest207224 file:// with unix path resolution behavior for the case of extra slashes
Dtest114145 HTTP redirect to http:/// (three slashes!)
/external/icu/icu4j/eclipse-build/
Dbuild-local.properties.template33 # NOTE: slashes must be forward slashes. Backslashes will NOT work as path separator.
/external/e2fsprogs/util/
Dsymlinks.c130 int slashes = 2; in shorten_path() local
133 ++slashes; in shorten_path()
148 while (slashes-- > 0) { in shorten_path()
/external/grpc-grpc/src/compiler/
Dnode_generator.cc73 size_t slashes = std::count(from_filename.begin(), from_filename.end(), '/'); in GetRootPath() local
74 if (slashes == 0) { in GetRootPath()
78 for (size_t i = 0; i < slashes; i++) { in GetRootPath()
/external/grpc-grpc/test/distrib/cpp/
Drun_distrib_test_cmake.bat22 @rem Install into ./testinstall, but use absolute path and foward slashes
29 @rem set absolute path to OpenSSL with forward slashes
/external/mockftpserver/tags/2.x_Before_IDEA/src/main/groovy/org/mockftpserver/fake/filesystem/
DFakeWindowsFileSystem.groovy26 …* <li>Either forward slashes (/) or backward slashes (\) are valid path separators (but are norm…
/external/python/cpython2/Doc/library/
Dos.path.rst222 lowercase. On Windows, it also converts forward slashes to backward slashes.
230 that contains symbolic links. On Windows, it converts forward slashes to
231 backward slashes. To normalize case, use :func:`normcase`.
288 *path* is empty, both *head* and *tail* are empty. Trailing slashes are
289 stripped from *head* unless it is the root (one or more slashes only). In
/external/python/cpython3/Doc/library/
Dos.path.rst320 lowercase. On Windows, it also converts forward slashes to backward slashes.
333 that contains symbolic links. On Windows, it converts forward slashes to
334 backward slashes. To normalize case, use :func:`normcase`.
417 *path* is empty, both *head* and *tail* are empty. Trailing slashes are
418 stripped from *head* unless it is the root (one or more slashes only). In
/external/mockftpserver/tags/2.1/src/site/apt/
Dfakeftpserver-filesystems.apt35 …* Either forward slashes (/) or backward slashes (\) are valid path separators (but are normalized…
49 * Forward slashes (/) are the only valid path separators
/external/mockftpserver/tags/2.2/src/site/apt/
Dfakeftpserver-filesystems.apt35 …* Either forward slashes (/) or backward slashes (\) are valid path separators (but are normalized…
49 * Forward slashes (/) are the only valid path separators
/external/mockftpserver/tags/2.0/src/site/apt/
Dfakeftpserver-filesystems.apt35 …* Either forward slashes (/) or backward slashes (\) are valid path separators (but are normalized…
49 * Forward slashes (/) are the only valid path separators
/external/mockftpserver/tags/2.0.1/src/site/apt/
Dfakeftpserver-filesystems.apt35 …* Either forward slashes (/) or backward slashes (\) are valid path separators (but are normalized…
49 * Forward slashes (/) are the only valid path separators
/external/mockftpserver/tags/2.5/src/site/apt/
Dfakeftpserver-filesystems.apt35 …* Either forward slashes (/) or backward slashes (\) are valid path separators (but are normalized…
49 * Forward slashes (/) are the only valid path separators
/external/mockftpserver/tags/2.0-rc1/src/site/apt/
Dfakeftpserver-filesystems.apt35 …* Either forward slashes (/) or backward slashes (\) are valid path separators (but are normalized…
49 * Forward slashes (/) are the only valid path separators
/external/mockftpserver/tags/2.3/src/site/apt/
Dfakeftpserver-filesystems.apt35 …* Either forward slashes (/) or backward slashes (\) are valid path separators (but are normalized…
49 * Forward slashes (/) are the only valid path separators
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/site/apt/
Dfakeftpserver-filesystems.apt35 …* Either forward slashes (/) or backward slashes (\) are valid path separators (but are normalized…
49 * Forward slashes (/) are the only valid path separators
/external/mockftpserver/MockFtpServer/src/site/apt/
Dfakeftpserver-filesystems.apt35 …* Either forward slashes (/) or backward slashes (\) are valid path separators (but are normalized…
49 * Forward slashes (/) are the only valid path separators
/external/mockftpserver/tags/2.4/src/site/apt/
Dfakeftpserver-filesystems.apt35 …* Either forward slashes (/) or backward slashes (\) are valid path separators (but are normalized…
49 * Forward slashes (/) are the only valid path separators
/external/mockftpserver/tags/2.0.2/src/site/apt/
Dfakeftpserver-filesystems.apt35 …* Either forward slashes (/) or backward slashes (\) are valid path separators (but are normalized…
49 * Forward slashes (/) are the only valid path separators
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/site/apt/
Dfakeftpserver-filesystems.apt35 …* Either forward slashes (/) or backward slashes (\) are valid path separators (but are normalized…
49 * Forward slashes (/) are the only valid path separators

123456