HomeSort by relevance Sort by last modified time
    Searched full:slash (Results 176 - 200 of 1229) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium/base/
vlog.h 38 // Any pattern containing a forward or backward slash will be tested
  /external/chromium/chrome/common/extensions/
extension_icon_set.cc 57 "ExtensionIconSet stores icon paths without leading slash.";
  /external/chromium/googleurl/src/
url_canon_relative.cc 72 // DoesBeginWindowsDrivePath except that it also requires a slash at the
166 // No slashes means it's a relative path like "http:foo.html". One slash
178 // up until and including the last slash. There should be a slash in the
187 // Find the last slash.
196 return; // No slash.
231 // base to be processed: if there is a "C:", the slash after it, or if
232 // there is no drive letter, the slash at the beginning of the path, or
253 // The path should begin with a slash (as all canonical paths do). We check
url_parse_file.cc 82 // No additional slash found, as in "file://foo", treat the text as the
105 // Otherwise, everything up until that first slash we found is the host name,
139 // Usually this is a slash, but needn't be; we allow paths like "file:c:\foo".
227 // We include the last slash as part of the path if there is one.
  /external/chromium/net/base/
net_util_posix.cc 45 // Collapse multiple path slashes into a single path slash.
  /external/chromium/net/tools/dump_cache/
url_to_filename_encoder.cc 120 // Note: instead of outputing an empty segment, we let the second slash
283 char slash = '\\'; local
285 char slash = '/';
287 output.append(&slash, 1);
  /external/chromium_org/base/
vlog.h 36 // Any pattern containing a forward or backward slash will be tested
  /external/chromium_org/chrome/browser/search/
iframe_source.cc 65 // Origin should not include a trailing slash. That is part of the path.
  /external/chromium_org/chrome/common/extensions/
extension_icon_set.cc 61 "ExtensionIconSet stores icon paths without leading slash.";
  /external/chromium_org/chrome/test/functional/perf/endure_graphs/js/
common.js 51 query = query.substring(0, query.length - 1) // Strip trailing slash.
  /external/chromium_org/chrome/tools/convert_dict/
aff_reader.cc 246 // slash. For example:
258 // After the slash are both the flags, then whitespace, then the part
263 Panic("Found 0 terms after slash in affix rule '%s', "
268 printf("WARNING: Found 1 term after slash in affix rule '%s', "
  /external/chromium_org/chrome/tools/profile_reset/
jtl_compiler.h 26 // double-slash-introduced comments are also supported.
  /external/chromium_org/content/browser/
histogram_internals_request_job.cc 23 // + 1 to skip the slash at the beginning of the path.
  /external/chromium_org/net/tools/dump_cache/
url_to_filename_encoder.cc 120 // Note: instead of outputing an empty segment, we let the second slash
281 char slash = '\\'; local
283 char slash = '/';
285 output.append(&slash, 1);
  /external/chromium_org/remoting/base/
breakpad_mac.mm 39 // problem is that the Breakpad URL contains a double-slash, which is broken
  /external/chromium_org/third_party/icu/source/i18n/
selfmtimpl.h 35 #define SLASH ((UChar)0x002F)
  /external/chromium_org/third_party/icu/source/tools/genbrk/
genbrk.1.in 98 Some tools in ICU depend on the presence of the trailing slash. It is thus
  /external/chromium_org/third_party/icu/source/tools/genctd/
genctd.1.in 99 Some tools in ICU depend on the presence of the trailing slash. It is thus
  /external/chromium_org/third_party/icu/source/tools/gensprep/
gensprep.8.in 70 Some tools in ICU depend on the presence of the trailing slash. It is thus
  /external/chromium_org/tools/gn/
label.cc 14 // We print user visible label names with no trailing slash after the
38 // Don't allow directories to start with a single slash. All labels must be
41 *err = Err(input_value, "Label can't start with a single slash",
42 "Labels must be either relative (no slash at the beginning) or be "
  /external/chromium_org/url/
url_canon_relative.cc 48 // DoesBeginWindowsDrivePath except that it also requires a slash at the
154 // No slashes means it's a relative path like "http:foo.html". One slash
166 // up until and including the last slash. There should be a slash in the
175 // Find the last slash.
184 return; // No slash.
219 // base to be processed: if there is a "C:", the slash after it, or if
220 // there is no drive letter, the slash at the beginning of the path, or
241 // The path should begin with a slash (as all canonical paths do). We check
url_file.h 27 // Returns the index of the next slash in the input after the given index, or
url_parse_file.cc 57 // No additional slash found, as in "file://foo", treat the text as the
80 // Otherwise, everything up until that first slash we found is the host name,
115 // this is usually a slash, but needn't be; we allow paths like "file:c:\foo".
206 // We include the last slash as part of the path if there is one.
  /external/clang/test/Driver/
cl-Fo.c 1 // Don't attempt slash switches on msys bash.
  /external/e2fsprogs/intl/
relocatable.h 43 prefixes should be directory names without trailing slash (i.e. use ""

Completed in 1711 milliseconds

1 2 3 4 5 6 78 91011>>