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

<<31323334353637383940>>

  /external/icu4c/common/
ucnv_u7.c 860 #define SLASH 0x2f
869 #define FROM_BASE64_IMAP(c) ((c)==COMMA ? 63 : (c)==SLASH ? -1 : fromBase64[c])
    [all...]
  /external/icu4c/test/intltest/
wbnf.cpp 894 } else if (c =='\\'){ // back slash character
908 token.append(c); // eat up everything, includes back slash
    [all...]
  /external/ipsec-tools/src/racoon/
racoon.conf.5 599 The space separated list of IPv4 addresses and masks (address slash mask)
604 The space separated list of IPv4 addresses and masks (address slash mask)
    [all...]
  /external/v8/test/cctest/
test-parsing.cc 721 // scan the RegExp until the terminating slash just before "flipperwald".
723 // Incomplete escape sequences doesn't hide the terminating slash.
    [all...]
  /libcore/libdvm/src/main/java/java/lang/
Class.java     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
xmllib.py 39 starttagend = re.compile(_opS + '(?P<slash>/?)>')
668 if tag.group('slash') == '/':
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
xmllib.py 39 starttagend = re.compile(_opS + '(?P<slash>/?)>')
668 if tag.group('slash') == '/':
    [all...]
  /bootable/recovery/applypatch/
applypatch.sh 24 # partition that WORK_DIR is located on, without the leading slash
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-docs.js 261 if (lastSlashPos == (fullPageName.length - 1)) { // if the url ends in slash (add 'index.html')
  /dalvik/vm/
Misc.cpp 765 /* It's got the sentinel. Return a pointer to the second slash. */
  /development/scripts/app_engine_server/
redirects.yaml 11 # - dst: The path to redirect to. If the path begins with a slash,
  /external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/antlr3-src/org/apache/tools/ant/antlr/
ANTLR3.java 384 * slash for "absolute" resources and will strip it before
  /external/bison/darwin-lib/
config.h 70 /* Define to 1 if fopen() fails to recognize a trailing slash. */
    [all...]
  /external/bison/linux-lib/
config.h 70 /* Define to 1 if fopen() fails to recognize a trailing slash. */
    [all...]
  /external/bison/tests/
java.at 220 # If INPUT starts with a slash, it is used as absolute input file name,
  /external/chromium/base/
file_path.h 76 // - A double leading slash is actually part of the POSIX standard. Systems
file_util.h 429 // in a slash.
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit.h 35 // this file are temporary. I am in hack-and-slash mode right now.
autocomplete_edit_view_win.h 365 // Draws a slash across the scheme if desired.
  /external/chromium/chrome/browser/extensions/
extensions_ui.cc 730 // No leading slash.
    [all...]
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_util.cc 305 // 5. In path, replace runs of consecutive slashes with a single slash.
  /external/chromium/chrome/common/extensions/docs/build/
directory.py 636 # backslashes, so don't rely on os.path.join, use forward slash on
  /external/chromium/net/http/
http_util.cc 157 // also want to reject a mime-type if it does not include a slash.
  /external/chromium-libpac/src/
proxy_resolver_v8.cc 321 // slash-delimited IP prefix with the top 'n' bits specified in the bit
  /external/chromium_org/base/files/
file_path.h 79 // - A double leading slash is actually part of the POSIX standard. Systems

Completed in 1190 milliseconds

<<31323334353637383940>>