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

1 2 3 4 5 6 7 8 91011>>

  /external/mesa3d/src/glsl/glcpp/tests/
063-comments.c 12 and slashes / *** /
  /prebuilts/gdb/darwin-x86/lib/python2.7/
nturl2path.py 14 # No drive specifier, just convert slashes
18 # (notice halving of slashes at the start of the path)
21 # make sure not to convert quoted slashes :-)
47 # No drive specifier, just convert slashes and quote the name
51 # (notice doubling of slashes at the start of the path)
macurl2path.py 49 # and finally unquote slashes and other funny characters
56 raise RuntimeError, "Cannot convert pathname containing slashes"
76 component = urllib.quote(component[:31], safe='') # We want to quote slashes
dircache.py 5 The annotate() routine appends slashes to directories."""
  /prebuilts/gdb/linux-x86/lib/python2.7/
nturl2path.py 14 # No drive specifier, just convert slashes
18 # (notice halving of slashes at the start of the path)
21 # make sure not to convert quoted slashes :-)
47 # No drive specifier, just convert slashes and quote the name
51 # (notice doubling of slashes at the start of the path)
macurl2path.py 49 # and finally unquote slashes and other funny characters
56 raise RuntimeError, "Cannot convert pathname containing slashes"
76 component = urllib.quote(component[:31], safe='') # We want to quote slashes
dircache.py 5 The annotate() routine appends slashes to directories."""
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
nturl2path.py 14 # No drive specifier, just convert slashes
18 # (notice halving of slashes at the start of the path)
21 # make sure not to convert quoted slashes :-)
47 # No drive specifier, just convert slashes and quote the name
51 # (notice doubling of slashes at the start of the path)
macurl2path.py 49 # and finally unquote slashes and other funny characters
56 raise RuntimeError, "Cannot convert pathname containing slashes"
76 component = urllib.quote(component[:31], safe='') # We want to quote slashes
dircache.py 5 The annotate() routine appends slashes to directories."""
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
nturl2path.py 14 # No drive specifier, just convert slashes
18 # (notice halving of slashes at the start of the path)
21 # make sure not to convert quoted slashes :-)
47 # No drive specifier, just convert slashes and quote the name
51 # (notice doubling of slashes at the start of the path)
macurl2path.py 49 # and finally unquote slashes and other funny characters
56 raise RuntimeError, "Cannot convert pathname containing slashes"
76 component = urllib.quote(component[:31], safe='') # We want to quote slashes
dircache.py 5 The annotate() routine appends slashes to directories."""
  /external/bison/lib/
stripslash.c 1 /* stripslash.c -- remove redundant trailing slashes from a file name
23 /* Remove trailing slashes from FILE. Return true if a trailing slash
dirname-lgpl.c 29 if there are trailing slashes (by effectively ignoring them). */
37 /* Advance prefix_length beyond important leading slashes. */
47 /* Strip the basename and any redundant slashes before it. */
61 Works properly even if there are trailing slashes (by effectively
  /external/e2fsprogs/util/
libecho.c 46 * We're unix based quite a bit here. Look for normal slashes and
47 * make them reverse slashes.
  /external/chromium-trace/catapult/third_party/webapp2/docs/api/webapp2_extras/
json.rst 11 It will also escape forward slashes and, by default, output the serialized
  /external/icu/icu4j/eclipse-build/
build-local.properties.template 33 # NOTE: slashes must be forward slashes. Backslashes will NOT work.
  /prebuilts/go/darwin-x86/src/path/
path.go 54 // 1. Replace multiple slashes with a single slash.
173 // Trailing slashes are removed before extracting the last element.
175 // If the path consists entirely of slashes, Base returns "/".
180 // Strip trailing slashes.
188 // If empty now, it had only slashes.
202 // slashes are removed.
204 // 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 54 // 1. Replace multiple slashes with a single slash.
173 // Trailing slashes are removed before extracting the last element.
175 // If the path consists entirely of slashes, Base returns "/".
180 // Strip trailing slashes.
188 // If empty now, it had only slashes.
202 // slashes are removed.
204 // 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/m4/
stat.m4 15 AC_CACHE_CHECK([whether stat handles trailing slashes on directories],
29 AC_CACHE_CHECK([whether stat handles trailing slashes on files],
  /bionic/libc/bionic/
libgen.cpp 55 // Strip trailing slashes.
61 // All slashes becomes "/".
111 // Strip trailing slashes.
122 // Either the dir is "/" or there are no slashes.
  /external/jarjar/src/main/com/tonicsystems/jarjar/
PatternElement.java 39 throw new IllegalArgumentException("Patterns cannot contain slashes");

Completed in 592 milliseconds

1 2 3 4 5 6 7 8 91011>>