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

1 2 3 4 5 67 8 91011>>

  /external/chromium/third_party/icu/source/tools/pkgdata/
pkgtypes.c 231 aBuf[rPtr-strAlias]=0; /* no trailing slash */
  /external/icu4c/test/intltest/
wbnf.h 25 escaping = _single character with a leading back slash, either inside or outside quoting_
  /external/icu4c/tools/genrb/
derb.1.in 184 Some tools in ICU depend on the presence of the trailing slash. It is thus
  /external/icu4c/tools/pkgdata/
pkgtypes.c 231 aBuf[rPtr-strAlias]=0; /* no trailing slash */
  /external/qemu/
sdl_keysym.h 21 { "slash", 0x02f},
vnc_keysym.h 21 { "slash", 0x02f},
  /external/v8/test/cctest/
cctest.cc 86 // Split the string in two by nulling the slash and then run
  /external/webkit/WebCore/platform/network/
CredentialStorage.cpp 73 // We keep a leading slash, but remove a trailing one.
  /libcore/luni/src/main/java/java/util/
Properties.java 81 private static final int NONE = 0, SLASH = 1, UNICODE = 2, CONTINUE = 3,
334 if (mode == SLASH) {
405 mode = SLASH;
450 if (mode == SLASH) {
  /ndk/build/core/
main.mk 32 # get rid of trailing slash
  /sdk/emulator/skins/HVGA/
layout 334 SLASH {
  /sdk/emulator/skins/QVGA/
layout 334 SLASH {
  /sdk/emulator/skins/WQVGA400/
layout 334 SLASH {
  /sdk/emulator/skins/WQVGA432/
layout 334 SLASH {
  /sdk/emulator/skins/WVGA800/
layout 334 SLASH {
  /sdk/emulator/skins/WVGA854/
layout 334 SLASH {
  /system/vold/
Process.cpp 58 // if mountPoint does not have a trailing slash, we need to make sure
  /libcore/luni/src/main/java/org/apache/xml/serializer/utils/
URI.java     [all...]
  /external/webkit/LayoutTests/http/conf/
fedora-httpd.conf 55 # Do NOT add a slash at the end of the directory path.
509 # example, only "/icons/". If the fakename is slash-terminated, then the
510 # realname must also be slash terminated, and if the fakename omits the
511 # trailing slash, the realname must also omit it.
752 # a directory that does not include the trailing slash. This fixes a
  /frameworks/base/tools/aidl/
aidl.cpp 588 const char* slash = "\\"; local
591 slash = "";
595 fprintf(to, " %s %s\n", options.inputFileName.c_str(), slash);
599 slash = "";
602 fprintf(to, " %s %s\n", import->filename, slash);
  /external/apache-http/src/org/apache/http/message/
BasicLineParser.java 156 // check the protocol name and slash
258 // just check protocol name and slash, no need to analyse the version
  /external/bluetooth/glib/gmodule/
gmodule.c 414 gchar *slash = strrchr (file_name, G_DIR_SEPARATOR); local
417 if (!dot || dot < slash)
  /external/grub/stage2/
fsys_minix.c 441 /* skip to next slash or end of filename (space) */
446 /* invariant: rest points to slash after the next filename component */
  /external/openssl/crypto/asn1/
t_x509.c 448 s=b+1; /* skip the first slash */
473 c=s+1; /* skip following slash */
  /frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
gsmamr_enc.h 43 The comments were changed to "slash-star" rather than double
44 slash, and some wordings of comments were corrected.

Completed in 395 milliseconds

1 2 3 4 5 67 8 91011>>