HomeSort by relevance Sort by last modified time
    Searched full:slash (Results 201 - 225 of 1294) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/ceres-solver/internal/ceres/
file.h 45 // Join two path components, adding a slash if necessary. If basename is an
  /external/chromium_org/base/
vlog.h 36 // Any pattern containing a forward or backward slash will be tested
  /external/chromium_org/chrome/browser/ui/omnibox/
omnibox_edit_controller.h 25 // I am in hack-and-slash mode right now.
  /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 22 // + 1 to skip the slash at the beginning of the path.
  /external/chromium_org/extensions/common/
extension_icon_set.cc 61 "ExtensionIconSet stores icon paths without leading slash.";
  /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/net/url_request/
url_request_file_job.cc 129 // slash at the end of the path.
225 // trailing slash.
227 // we will append trailing slash and redirect to FileDirJob.
230 // So what happens is we append it with trailing slash and redirect it to
  /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/android_crazy_linker/src/src/
crazy_linker_proc_maps.h 68 // If |file_name| contains a slash, this will try to perform an
  /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/third_party/webrtc/modules/video_coding/main/test/
video_source.h 69 // Returns the filename with the path (including the leading slash) removed.
  /external/chromium_org/tools/gn/
function_rebase_path.cc 19 // We want the output to match the input in terms of ending in a slash or not.
24 if (!EndsWithSlash(*output)) // Preserve same slash type as input.
48 return true; // String is a [back]slash followed by 0 or more dots.
135 " beginning with a double slash like \"//foo/bar\"), you should use\n"
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 49 // DoesBeginWindowsDrivePath except that it also requires a slash at the
158 // No slashes means it's a relative path like "http:foo.html". One slash
170 // up until and including the last slash. There should be a slash in the
179 // Find the last slash.
188 return; // No slash.
223 // base to be processed: if there is a "C:", the slash after it, or if
224 // there is no drive letter, the slash at the beginning of the path, or
244 // 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-link.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 ""
  /external/fonttools/Lib/fontTools/encodings/
StandardEncoding.py 11 'comma', 'hyphen', 'period', 'slash', 'zero', 'one', 'two',
  /external/icu/icu4c/source/i18n/
selfmtimpl.h 30 #define SLASH ((UChar)0x002F)

Completed in 906 milliseconds

1 2 3 4 5 6 7 891011>>