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

<<11121314151617181920>>

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
StringUtils.java 314 * - starts with a slash preceded by either a slash, whitespace, or start-of-string
362 // If it starts with a slash, and the code point before is whitespace, it looks like an URL.
364 // If it has both a period and a slash, it looks like an URL.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
config-keys.def 39 toggle-auto-coloring=<Control-Key-slash>
90 toggle-auto-coloring=<Control-Key-slash>
141 toggle-auto-coloring=<Control-Key-slash>
185 toggle-auto-coloring = <Control-Key-slash>
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
token.py 30 SLASH = 17
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
config-keys.def 39 toggle-auto-coloring=<Control-Key-slash>
90 toggle-auto-coloring=<Control-Key-slash>
141 toggle-auto-coloring=<Control-Key-slash>
185 toggle-auto-coloring = <Control-Key-slash>
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
token.py 30 SLASH = 17
  /system/core/fastboot/
usb_linux.c 187 char *slash; local
194 slash = strrchr(link, '/');
195 if (slash)
196 snprintf(info.device_path, sizeof(info.device_path), "usb:%s", slash+1);
  /system/extras/ext4_utils/
make_ext4fs.c 105 full_path is an absolute or relative path, with a trailing slash, to the
108 dir_path is an absolute path, with trailing slash, to the same directory
402 is guaranteed to have a trailing slash. If absolute is true, the new string
403 is also guaranteed to have a leading slash.
  /external/chromium/googleurl/src/
url_canon_internal_file.h 84 // canonicalizer expects the input to begin in a slash already so
91 // a slash because it assumes any nonempty path already starts with one.
url_parse.cc 297 // from there to the next slash (or end of spec) to be the authority. Note
304 else // Everything starting from the slash to the end is the path.
502 // parameter. The path should start with a slash, so we don't need to check
512 // Now search backwards from the filename end to the previous slash
522 // No slash found, this means the input was degenerate (generally paths
523 // will start with a slash). Let's call everything the file name.
url_parse.h 185 // unspecified. This includes the preceeding slash, so the path on
296 // defined as being everything from the last slash/backslash of the path
300 // following the last slash.
  /external/chromium/net/ftp/
ftp_util.cc 44 return unix_path.substr(1); // Drop the leading slash.
107 // Make sure the result doesn't end with a slash.
  /external/chromium/net/http/
http_auth_cache.cc 20 // No slash (absolute paths always start with slash, so this must be
  /external/chromium_org/chrome/browser/resources/options/
options.js 224 // Skip starting slash and remove trailing slash (if any).
  /external/chromium_org/net/http/
http_auth_cache.cc 20 // No slash (absolute paths always start with slash, so this must be
  /external/chromium_org/third_party/codesighs/
msdump2symdb.c 239 ** Change any forward slash to a backslash.
242 char* slash = inString; local
244 while(NULL != (slash = strchr(slash, '/')))
246 *slash = '\\';
247 slash++;
    [all...]
  /external/chromium_org/third_party/icu/source/tools/toolutil/
pkgitems.cpp 217 static const UChar SLASH=0x2f;
239 // search for the first slash
240 for(i=0; i<length && alias[i]!=SLASH; ++i) {}
243 // ignore aliases with an initial slash:
247 return; // initial slash ('/')
250 // ignore the intra-bundle path starting from the first slash ('/')
  /external/icu4c/tools/toolutil/
pkgitems.cpp 217 static const UChar SLASH=0x2f;
239 // search for the first slash
240 for(i=0; i<length && alias[i]!=SLASH; ++i) {}
243 // ignore aliases with an initial slash:
247 return; // initial slash ('/')
250 // ignore the intra-bundle path starting from the first slash ('/')
  /libcore/luni/src/main/java/java/io/
StreamTokenizer.java 463 // Was just a slash by itself
571 * Specifies whether "slash-slash" (C++-style) comments shall be recognized.
583 * Specifies whether "slash-star" (C-style) comments shall be recognized.
584 * Slash-star comments cannot be nested and end when a star-slash
  /ndk/sources/host-tools/make-3.81/
dir.c 752 char *slash;
786 slash = dirend;
801 return dir_file_exists_p (dirname, slash + 1);
847 char *slash = dirend;
863 filename = p = slash + 1;
929 char *slash = dirend;
945 p = filename = slash + 1;
747 char *slash; local
841 char *slash = dirend; local
922 char *slash = dirend; local
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
XSSAuditor.cpp 590 // In HTTP URLs, characters following the first ?, #, or third slash may come from
596 // the first # or ?, the third slash, or the first slash or < once a comma is seen.
623 // check for a second slash for a comment, nor do we bother to check for
625 // slash, or less-than sign.
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
file.c 304 /* Get path component; note this strips trailing slash */
317 /* Add trailing slash back in */
393 /* Get path component; note this strips trailing slash */
410 /* Add trailing slash back in, unless it's only a raw drive letter */
617 /* Add trailing slash if it is missing */
  /external/open-vcdiff/gflags/src/
gflags_completions.cc 434 string::size_type slash = string::npos; local
436 slash = (*it)->filename.find(
449 pos != string::npos && slash == string::npos) {
450 // In the package, since there was no slash after the package portion
458 pos != string::npos && slash != string::npos) {
  /external/openssh/
misc.c 523 u_int len, slash; local
531 slash = path - filename;
532 if (slash > sizeof(user) - 1)
534 memcpy(user, filename, slash);
535 user[slash] = '\0';
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
javascripttokenizer.py 116 / # opening slash
121 / # closing slash
191 # Star followed by non-slash, i.e a star that does not end a comment.
  /external/chromium_org/base/
command_line.cc 34 // By putting slash last, we can control whether it is treaded as a switch
39 // Unixes don't use slash as a switch.
180 // The last switch prefix should be slash, so adjust the size to skip it.

Completed in 1817 milliseconds

<<11121314151617181920>>