/external/python/cpython3/Tools/scripts/ |
D | fixdiv.py | 219 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/ |
D | fixdiv.py | 219 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/ |
D | test1142 | 40 HTTP redirect to http://// (four slashes!) 59 # 3, CURLE_URL_MALFORMAT for the four slashes
|
D | test1141 | 45 HTTP redirect to http:/// (three slashes!)
|
/external/e2fsprogs/util/ |
D | symlinks.c | 130 int slashes = 2; in shorten_path() local 133 ++slashes; in shorten_path() 148 while (slashes-- > 0) { in shorten_path()
|
/external/icu/icu4j/eclipse-build/ |
D | build-local.properties.template | 37 # 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/ |
D | FakeWindowsFileSystem.groovy | 26 …* <li>Either forward slashes (/) or backward slashes (\) are valid path separators (but are norm…
|
D | FakeUnixFileSystem.groovy | 26 * <li>Forward slashes (/) are the only valid path separators</li>
|
/external/python/cpython2/Doc/library/ |
D | os.path.rst | 222 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/ |
D | os.path.rst | 317 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/ |
D | fakeftpserver-filesystems.apt | 35 …* 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/ |
D | fakeftpserver-filesystems.apt | 35 …* 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/ |
D | fakeftpserver-filesystems.apt | 35 …* 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/ |
D | fakeftpserver-filesystems.apt | 35 …* 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/ |
D | fakeftpserver-filesystems.apt | 35 …* 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/ |
D | fakeftpserver-filesystems.apt | 35 …* 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/ |
D | fakeftpserver-filesystems.apt | 35 …* 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/ |
D | fakeftpserver-filesystems.apt | 35 …* 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/ |
D | fakeftpserver-filesystems.apt | 35 …* 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/ |
D | fakeftpserver-filesystems.apt | 35 …* 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/ |
D | fakeftpserver-filesystems.apt | 35 …* 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/ |
D | fakeftpserver-filesystems.apt | 35 …* 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/ |
D | comment_parsing_scenarios.story | 245 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/ |
D | Program.inc | 61 // Return paths with slashes verbatim. 66 // At this point, the file name is valid and does not contain slashes.
|
/external/tensorflow/tensorflow/core/framework/ |
D | summary.proto | 100 // are often organized by scope (which contains slashes to convey
|