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

1 2 3 4 5 6 78 91011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/tests/
test_pass1.py 27 "slash": "/ & \/",
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
token.py 26 SLASH = 17
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/tests/
test_pass1.py 27 "slash": "/ & \/",
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
token.py 26 SLASH = 17
  /system/core/toolbox/
mkdir.c 52 if(strlen(currpath) + strlen(pathpiece) + 2/*NUL and slash*/ > PATH_MAX) {
  /external/bison/lib/
stat.c 85 trailing slash. */
101 c:\) where stat() only succeeds with a trailing slash, and
103 succeeds without a trailing slash. But we want the two to be
  /external/chromium_org/base/
vlog.cc 36 // If the pattern contains a {forward,back} slash, we assume that
135 // A slash (forward or back) must match a slash (forward or back).
  /external/chromium_org/chrome/browser/drive/
test_util.cc 42 "Slash / in file 1.txt",
144 "Slash / in directory",
156 "Slash SubDir File.txt",
  /external/chromium_org/net/base/
filename_util.cc 81 // will probably be preceeded with a slash, as in "/C:/foo.txt", so we
88 // URL contains a host: this means it's UNC. We keep the preceeding slash
127 // Collapse multiple path slashes into a single path slash.
  /external/chromium_org/tools/gn/
source_dir.cc 48 // (indicated by a trailing slash) because this is the function that expects
128 // Windows path, strip the leading slash.
136 // String the double-leading slash for source-relative paths.
  /external/ipsec-tools/src/libipsec/
policy_token.l 78 slash \/
146 {slash} { return(SLASH); }
  /external/nist-sip/java/gov/nist/javax/sip/parser/
UserAgentParser.java 83 * server-val = product / comment product = token [SLASH
105 if (this.lexer.peekNextToken().getTokenType() == TokenTypes.SLASH) {
107 this.lexer.match(TokenTypes.SLASH);
  /external/chromium_org/third_party/icu/source/tools/genrb/
read.c 28 #define SLASH 0x002F
339 if (c != SLASH) {
350 case SLASH: /* "//" */
368 return SLASH;
410 if (d != SLASH) {
  /external/e2fsprogs/intl/
relocatable.c 97 /* These prefixes do not end in a slash. Anything that will be concatenated
98 to them must start with a slash. */
103 prefixes should be directory names without trailing slash (i.e. use ""
141 prefixes should be directory names without trailing slash (i.e. use ""
250 to the slash before it. */
  /external/icu/icu4c/source/tools/genrb/
read.c 29 #define SLASH 0x002F
341 if (c != SLASH) {
352 case SLASH: /* "//" */
370 return SLASH;
412 if (d != SLASH) {
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
jid.cc 48 // First find the slash and slice off that part
49 size_t slash = jid_string.find('/');
50 resource_name_ = (slash == std::string::npos ? STR_EMPTY :
51 jid_string.substr(slash + 1));
56 if (at < slash && at != std::string::npos) {
64 size_t domain_length = (slash == std::string::npos) ?
65 (jid_string.length() - domain_begin) : (slash - domain_begin);
  /system/core/init/
devices.c 444 char *slash; local
471 slash = strchr(++parent, '/');
472 if (!slash)
474 width = slash - parent;
498 char *slash; local
549 slash = strrchr(uevent->path, '/');
550 if (asprintf(&links[link_num], "%s/%s", link_path, slash + 1) > 0)
662 char *slash; local
665 slash = strrchr(dir, '/');
666 *slash = '\0'
    [all...]
  /external/iproute2/ip/
iprule.c 294 char *slash; local
297 if ((slash = strchr(*argv, '/')) != NULL)
298 *slash = '\0';
302 if (slash) {
303 if (get_u32(&fwmask, slash+1, 0))
304 invarg("fwmask value is invalid\n", slash+1);
  /external/apache-harmony/support/src/test/java/tests/support/
Support_Configuration.java 222 int NONE = 0, SLASH = 1, UNICODE = 2, CONTINUE = 3, DONE = 4, IGNORE = 5;
242 if (mode == SLASH) {
301 mode = SLASH;
  /external/chromium_org/components/breakpad/app/
breakpad_mac.mm 83 const char* slash = strrchr(file, '/');
84 if (slash)
85 file = slash + 1;
  /external/chromium_org/third_party/openmax_dl/dl/sp/src/test/
test_util.c 24 char* slash = strrchr(argv0, '/'); local
26 return slash ? slash + 1 : argv0;
  /frameworks/base/core/java/android/content/
UriMatcher.java 73 with a leading slash. For example:
153 * this method will accept a leading slash in the path.
170 // Strip leading slash if present.
  /bionic/libc/include/
paths.h 67 /* Provide trailing slash, since mostly used for building pathnames. */
  /development/ndk/platforms/android-3/include/
paths.h 67 /* Provide trailing slash, since mostly used for building pathnames. */
  /development/ndk/platforms/android-L/include/
paths.h 67 /* Provide trailing slash, since mostly used for building pathnames. */

Completed in 1797 milliseconds

1 2 3 4 5 6 78 91011>>