HomeSort by relevance Sort by last modified time
    Searched full:slash (Results 101 - 125 of 1188) sorted by null

1 2 3 45 6 7 8 91011>>

  /system/core/init/
util.c 278 const char *slash; local
284 while ((slash = strchr(p, '/')) != NULL) {
285 width = slash - pathname;
286 p = slash + 1;
334 char *slash; local
337 slash = strrchr(newpath, '/');
338 if (!slash)
340 width = slash - newpath;
  /external/bison/m4/
double-slash-root.m4 1 # double-slash-root.m4 serial 4 -*- Autoconf -*-
  /external/chromium_org/google_apis/gaia/
gaia_switches.h 18 // and the trailing slash should be omitted.
  /external/chromium_org/net/url_request/
file_protocol_handler.cc 34 // which doesn't end with a slash, should really be treated as a directory,
  /external/chromium_org/tools/gn/
settings.cc 23 // We guarantee this ends in a slash.
  /external/clang/test/Driver/
cl-inputs.c 1 // Don't attempt slash switches on msys bash.
cl.c 1 // Don't attempt slash switches on msys bash.
  /external/nist-sip/java/gov/nist/javax/sip/header/
ContentLanguage.java 133 final int slash = languageTag.indexOf('-');
134 if (slash>=0) {
135 this.locale = new Locale(languageTag.substring(0,slash), languageTag.substring(slash+1) );
132 final int slash = languageTag.indexOf('-'); local
  /external/qemu/pc-bios/keymaps/
et 28 slash 0x8 shift
fo 28 slash 0x8 shift
fr-ca 41 slash 0x4 shift
lt 54 slash 0x35
nl 24 slash 0x0c
sv 28 slash 0x8 shift
  /external/skia/bench/
DecodeBench.cpp 31 fname += 1; // skip the slash
  /ndk/sources/host-tools/sed-4.2.1/m4/
double-slash-root.m4 1 # double-slash-root.m4 serial 4 -*- Autoconf -*-
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
token.h 29 #define SLASH 17
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
token.h 29 #define SLASH 17
  /external/chromium/googleurl/src/
url_canon_fileurl.cc 59 // A drive spec is the start of a path, so we need to add a slash for the
60 // authority terminator (typically the third slash).
93 // Copies the rest of the path, starting from the slash following the
94 // drive colon (if any, Windows only), or the first slash of the path.
105 // No input path, canonicalize to a slash.
  /external/chromium/net/tools/dump_cache/
url_to_filename_encoder.h 52 // 3a) If the segment is empty, escape the second slash. i.e. if it was
138 const std::string slash("/");
140 ReplaceAll(&filename, backslash, slash);
197 const std::string slash("/");
199 ReplaceAll(path, slash, backslash);
  /external/chromium_org/chrome/tools/convert_dict/
dic_reader.cc 23 // We split the line on a slash not preceded by a backslash. A slash at the
35 // Everything before the slash index is the first term. We also need to
41 // Everything (if anything) after the slash is the second.
95 // Got a rule, which is the stuff after the slash. The line may also have
  /external/chromium_org/net/tools/dump_cache/
url_to_filename_encoder.h 52 // 3a) If the segment is empty, escape the second slash. i.e. if it was
137 const std::string slash("/");
139 ReplaceAll(&filename, backslash, slash);
196 const std::string slash("/");
198 ReplaceAll(path, slash, backslash);
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/
jsilver.sablecc 138 {command, args} slash = '/'; // means divide or end command.
237 [i1]:cs_open slash [i3]:escape [i2]:cs_close
246 [i1]:cs_open slash [i3]:autoescape [i2]:cs_close
255 [i1]:cs_open slash [i3]:with [i2]:cs_close
265 [i1]:cs_open slash [i3]:loop [i2]:cs_close
276 [i1]:cs_open slash [i3]:loop [i2]:cs_close
288 commands [i1]:cs_open slash [i4]:loop [i2]:cs_close
300 [i1]:cs_open slash [i3]:each [i2]:cs_close
310 [i1]:cs_open slash [i3]:alt [i2]:cs_close
319 [i1]:cs_open slash [i3]:def [i2]:cs_clos
    [all...]
  /external/bison/lib/
fopen.c 56 /* If the filename ends in a slash and a mode that requires write access is
60 "A pathname that contains at least one non-slash character and that
  /external/chromium/net/base/
net_util_win.cc 37 // will probably be preceeded with a slash, as in "/C:/foo.txt", so we
44 // URL contains a host: this means it's UNC. We keep the preceeding slash

Completed in 1066 milliseconds

1 2 3 45 6 7 8 91011>>