HomeSort by relevance Sort by last modified time
    Searched full:slash (Results 251 - 275 of 431) sorted by null

<<1112131415161718

  /ndk/build/awk/
xml.awk 154 # (note the trailing slash).
  /system/core/sh/
sh.1 533 Command names containing a slash are simply executed without performing
911 a slash (/) or the end of the word are treated as a username
    [all...]
  /dalvik/libdex/
DexFile.c 214 bool slashOrFirst = true; // first character or just encountered a slash
232 // Slash at start or two slashes in a row.
  /sdk/emulator/qtools/
trace_reader.cpp 40 // Ignore a trailing slash, if any
47 // last character is a slash.
    [all...]
  /external/bluetooth/glib/glib/
gutils.c 559 /* And add the slash before the filename */
735 * directory separator it gets the component before the last slash. If
932 /* base points to the char before the last slash.
935 * root of a drive (X:\foo), include the slash.
938 * (\\server\share), add a slash, returning \\server\share\ .
941 * (\\server\share\foo), include the slash after the share name,
    [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/chromium/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/dbus/test/
decode-gcov.c 1335 int slash; local
    [all...]
  /external/icu4c/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/chromium/base/third_party/nspr/
prtime.cc     [all...]
  /external/chromium/googleurl/src/
url_canon.h 431 // Path. If the input does not begin in a slash (including if the input is
432 // empty), we'll prepend a slash to the path to make it canonical.
    [all...]
  /external/chromium/net/proxy/
proxy_config_service_linux.cc 68 // If there is a trailing slash, remove it so |host| will parse correctly
69 // even if it includes a port number (since the slash is not numeric).
    [all...]
  /external/chromium/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/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/icu4c/common/
ucnv_u7.c 834 #define SLASH 0x2f
843 #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/webkit/WebCore/platform/
KURLGoogle.cpp 352 // FIXME The Mac code checks for beginning with a slash and converting to a
466 // When the output ends in a slash, WebCore has different expectations than
    [all...]
  /bootable/recovery/applypatch/
applypatch.sh 24 # partition that WORK_DIR is located on, without the leading slash
  /build/tools/droiddoc/templates/assets/
android-developer-docs.js 182 if (lastSlashPos == (fullPageName.length - 1)) { // if the url ends in slash (add 'index.html')
  /build/tools/lsd/
lsd.c 630 /* one extra character for the slash, and another for the
  /dalvik/vm/
Misc.c 733 /* It's got the sentinel. Return a pointer to the second slash. */
  /device/samsung/crespo/alsa-lib/
configure.in 332 dnl make sure it has a trailing slash
  /external/bison/tests/
calc.at 382 # If INPUT starts with a slash, it is used as absolute input file name,
existing.at 124 * is a regexp so it should read up to the closing slash.

Completed in 1213 milliseconds

<<1112131415161718