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

1 2 3 4 5 67 8 91011>>

  /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 53 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/base/
vlog.cc 32 // If the pattern contains a {forward,back} slash, we assume that
131 // A slash (forward or back) must match a slash (forward or back).
base_switches.cc 44 // Any pattern containing a forward or backward slash will be tested
  /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/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.
137 // String the double-leading slash for source-relative paths.
function_rebase_path.cc 54 // We want the output to match the input in terms of ending in a slash or not.
59 if (!EndsInSlash(*output)) // Preserve same slash type as input.
84 return true; // String is a [back]slash followed by 0 or more dots.
283 *err = Err(function, "Can't specify slash conversion.",
286 "can't specify slash conversion.");
  /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/net/url_request/
url_request_file_job.cc 113 // which doesn't end with a slash, should really be treated as a directory,
233 // slash at the end of the path.
322 // trailing slash.
324 // we will append trailing slash and redirect to FileDirJob.
327 // So what happens is we append it with trailing slash and redirect it to
  /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/icu4c/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);
  /external/iproute2/ip/
iprule.c 281 char *slash; local
284 if ((slash = strchr(*argv, '/')) != NULL)
285 *slash = '\0';
289 if (slash) {
290 if (get_u32(&fwmask, slash+1, 0))
291 invarg("fwmask value is invalid\n", slash+1);
  /external/apache-harmony/support/src/test/java/tests/support/
Support_Configuration.java 221 int NONE = 0, SLASH = 1, UNICODE = 2, CONTINUE = 3, DONE = 4, IGNORE = 5;
241 if (mode == SLASH) {
300 mode = SLASH;
  /external/chromium_org/components/breakpad/app/
breakpad_mac.mm 82 const char* slash = strrchr(file, '/');
83 if (slash)
84 file = slash + 1;
  /external/openssh/openbsd-compat/
getcwd.c 151 /* Add trailing slash for next directory. */
187 * Check for length of the current name, preceding slash,
188 * leading slash.
  /frameworks/base/core/java/android/content/
UriMatcher.java 73 with a leading slash. For example:
153 * this method will accept 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. */
  /external/ceres-solver/internal/ceres/
file.h 45 // Join two path components, adding a slash if necessary. If basename is an

Completed in 2255 milliseconds

1 2 3 4 5 67 8 91011>>