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

<<31323334353637383940>>

  /external/chromium_org/third_party/icu/source/tools/ctestfw/
ctest.c 223 /* remove leading slash */
565 /* remove leading slash */
    [all...]
  /external/clang/lib/Lex/
PPExpressions.cpp 425 case tok::slash:
579 case tok::slash:
TokenLexer.cpp 611 if (PP.getLangOpts().MicrosoftExt && Tok.is(tok::slash) &&
612 RHS.is(tok::slash)) {
    [all...]
  /external/icu4c/tools/ctestfw/
ctest.c 223 /* remove leading slash */
565 /* remove leading slash */
    [all...]
  /external/junit/
README.html 395 config file name, only if it doesn't contain a slash. Another test
396 or theory might define what happens when a username does contain a slash.</p>
  /frameworks/av/media/libstagefright/httplive/
M3UParser.cpp 435 // Check for the last slash before a potential query string
443 // Check whether the found slash actually is part of the path
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
Cookie.py 239 # into a 4 character sequence: a forward-slash followed by the
241 # quoted with a preceeding '\' slash.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
Cookie.py 239 # into a 4 character sequence: a forward-slash followed by the
241 # quoted with a preceeding '\' slash.
  /sdk/emulator/qtools/
trace_reader.cpp 40 // Ignore a trailing slash, if any
47 // last character is a slash.
    [all...]
  /external/chromium/sdch/open-vcdiff/src/
gflags.cc 535 // Stop going backwards at kRootDir; and skip by the first slash.
1480 const char* slash = strrchr(argv0, '\/'); local
    [all...]
  /external/open-vcdiff/gflags/src/
gflags.cc 535 // Stop going backwards at kRootDir; and skip by the first slash.
1471 const char* slash = strrchr(argv0, '\/'); local
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
nfrule.cpp 270 // stop on a slash or > sign (or at the end of the string),
294 // if we stopped the previous loop on a slash, we're
592 // slash, of course). Then calculate the expected exponent and if
    [all...]
  /external/icu4c/i18n/
nfrule.cpp 268 // stop on a slash or > sign (or at the end of the string),
292 // if we stopped the previous loop on a slash, we're
590 // slash, of course). Then calculate the expected exponent and if
    [all...]
  /frameworks/base/media/java/android/media/
MediaScanner.java 627 // we just read the number before the slash
633 // we just read the number before the slash
    [all...]
  /art/runtime/
utils.cc 993 return cgroup_fields[2].substr(1); // Skip the leading slash.
    [all...]
  /external/bison/m4/
gnulib-comp.m4 62 # Code from module double-slash-root:
    [all...]
  /external/chromium/base/third_party/nspr/
prtime.cc     [all...]
  /external/chromium/googleurl/src/
url_canon.h 432 // Path. If the input does not begin in a slash (including if the input is
433 // empty), we'll prepend a slash to the path to make it canonical.
    [all...]
  /external/chromium/net/proxy/
proxy_config_service_linux.cc 76 // If there is a trailing slash, remove it so |host| will parse correctly
77 // even if it includes a port number (since the slash is not numeric).
    [all...]
  /external/chromium_org/base/third_party/nspr/
prtime.cc     [all...]
  /external/chromium_org/chrome/third_party/chromevox/chromevox/background/mathmaps/symbols/
latin-lower-phonetic.json 9 "alternative": "latin small letter o slash",
39 "alternative": "latin small letter l slash",
    [all...]
  /external/chromium_org/third_party/icu/source/common/
ucnv_u7.c 834 #define SLASH 0x2f
843 #define FROM_BASE64_IMAP(c) ((c)==COMMA ? 63 : (c)==SLASH ? -1 : fromBase64[c])
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
wbnf.cpp 894 } else if (c =='\\'){ // back slash character
908 token.append(c); // eat up everything, includes back slash
    [all...]
  /external/chromium_org/url/
url_canon.h 423 // Path. If the input does not begin in a slash (including if the input is
424 // empty), we'll prepend a slash to the path to make it canonical.
    [all...]
  /external/chromium_org/v8/test/cctest/
test-parsing.cc 724 // scan the RegExp until the terminating slash just before "flipperwald".
726 // Incomplete escape sequences doesn't hide the terminating slash.
    [all...]

Completed in 1458 milliseconds

<<31323334353637383940>>