HomeSort by relevance Sort by last modified time
    Searched refs:slashes (Results 1 - 25 of 85) sorted by null

1 2 3 4

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
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):
309 for (row, col), line in slashes:
    [all...]
  /prebuilts/go/darwin-x86/src/os/
path_unix.go 19 // basename removes trailing slashes and the leading directory name from path name
22 // Remove trailing slashes
path_windows.go 18 // basename removes trailing slashes and the leading
28 // Remove trailing slashes
file_plan9.go 339 // If newname still contains slashes after removing the oldname
  /prebuilts/go/linux-x86/src/os/
path_unix.go 19 // basename removes trailing slashes and the leading directory name from path name
22 // Remove trailing slashes
path_windows.go 18 // basename removes trailing slashes and the leading
28 // Remove trailing slashes
  /prebuilts/go/darwin-x86/src/path/
path.go 56 // 1. Replace multiple slashes with a single slash.
175 // Trailing slashes are removed before extracting the last element.
177 // If the path consists entirely of slashes, Base returns "/".
182 // Strip trailing slashes.
190 // If empty now, it had only slashes.
204 // slashes are removed.
206 // If the path consists entirely of slashes followed by non-slash bytes, Dir
  /prebuilts/go/darwin-x86/src/syscall/
exec_windows.go 53 slashes := 0
57 slashes = 0
60 slashes++
63 for ; slashes > 0; slashes-- {
74 for ; slashes > 0; slashes-- {
  /prebuilts/go/linux-x86/src/path/
path.go 56 // 1. Replace multiple slashes with a single slash.
175 // Trailing slashes are removed before extracting the last element.
177 // If the path consists entirely of slashes, Base returns "/".
182 // Strip trailing slashes.
190 // If empty now, it had only slashes.
204 // slashes are removed.
206 // If the path consists entirely of slashes followed by non-slash bytes, Dir
  /prebuilts/go/linux-x86/src/syscall/
exec_windows.go 53 slashes := 0
57 slashes = 0
60 slashes++
63 for ; slashes > 0; slashes-- {
74 for ; slashes > 0; slashes-- {
  /external/bison/djgpp/
djunpack.bat 33 Rem directories, it MUST use backslashes, not forward slashes.
82 echo Remember that %1 cannot use forward slashes, only backslashes.
86 echo Remember that the file name cannot use forward slashes, only backslashes.
  /external/e2fsprogs/util/
symlinks.c 42 * tidypath removes excess slashes and "." references from a path string
130 int slashes = 2; local
133 ++slashes;
148 while (slashes-- > 0) {
  /prebuilts/go/darwin-x86/src/path/filepath/
path.go 159 // replaced by multiple slashes.
168 // in path with a separator character. Multiple slashes are replaced
430 // Strip trailing slashes.
444 // If empty now, it had only slashes.
453 // slashes are removed.
  /prebuilts/go/linux-x86/src/path/filepath/
path.go 159 // replaced by multiple slashes.
168 // in path with a separator character. Multiple slashes are replaced
430 // Strip trailing slashes.
444 // If empty now, it had only slashes.
453 // slashes are removed.
  /build/soong/third_party/zip/
struct.go 73 // letter (e.g. C:) or leading slash, and only forward slashes
writer.go 183 // letter (e.g. C:) or leading slash, and only forward slashes are
  /prebuilts/go/darwin-x86/src/archive/zip/
struct.go 73 // letter (e.g. C:) or leading slash, and only forward slashes
writer.go 192 // letter (e.g. C:) or leading slash, and only forward slashes are
  /prebuilts/go/darwin-x86/src/cmd/compile/
doc.go 101 require no space between the slashes and the name of the directive. However, since
  /prebuilts/go/darwin-x86/src/cmd/dist/
buildtool.go 24 // no other slashes, which are commands, and other paths, which are packages
  /prebuilts/go/linux-x86/src/archive/zip/
struct.go 73 // letter (e.g. C:) or leading slash, and only forward slashes
  /prebuilts/go/linux-x86/src/cmd/compile/
doc.go 101 require no space between the slashes and the name of the directive. However, since
  /prebuilts/go/linux-x86/src/cmd/dist/
buildtool.go 24 // no other slashes, which are commands, and other paths, which are packages
  /external/protobuf/src/google/protobuf/compiler/js/
js_generator.cc 163 size_t slashes = std::count(filename.begin(), filename.end(), '/'); local
164 if (slashes == 0) {
168 for (size_t i = 0; i < slashes; i++) {
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/doc/
main.go 185 // If it contains slashes, it begins with a package path.

Completed in 543 milliseconds

1 2 3 4