Home
last modified time | relevance | path

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

12345

/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/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/curl/tests/data/
Dtest114240 HTTP redirect to http://// (four slashes!)
59 # 3, CURLE_URL_MALFORMAT for the four slashes
Dtest114145 HTTP redirect to http:/// (three slashes!)
/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/icu/icu4j/eclipse-build/
Dbuild-local.properties.template37 # NOTE: slashes must be forward slashes. Backslashes will NOT work as path separator.
/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…
DFakeUnixFileSystem.groovy26 * <li>Forward slashes (/) are the only valid path separators</li>
/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.rst317 lowercase. On Windows, it also converts forward slashes to backward slashes.
330 that contains symbolic links. On Windows, it converts forward slashes to
331 backward slashes. To normalize case, use :func:`normcase`.
414 *path* is empty, both *head* and *tail* are empty. Trailing slashes are
415 stripped from *head* unless it is the root (one or more slashes only). In
/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.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.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-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.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
/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-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/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.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.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/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/javaparser/javaparser-testing/src/test/resources/com/github/javaparser/bdd/
Dcomment_parsing_scenarios.story245 Scenario: Four slashes in string does not mess up comments parsing
264 Scenario: Five slashes in string does not mess up comments parsing
/external/swiftshader/third_party/LLVM/lib/Support/Windows/
DProgram.inc61 // Return paths with slashes verbatim.
66 // At this point, the file name is valid and does not contain slashes.
/external/tensorflow/tensorflow/core/framework/
Dsummary.proto100 // are often organized by scope (which contains slashes to convey

12345