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

1 2 3 4 5 6 78 91011>>

  /libcore/json/src/test/java/org/json/
JSONTokenerTest.java 269 assertEquals("nextClean doesn't consume a trailing slash",
344 // nextString permits slash-escaping of arbitrary characters!
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
ExplodedRenderingHelper.java 372 int slash = reference.indexOf('/'); local
373 return reference.substring(slash);
  /bootable/recovery/minzip/
Zip.c 886 /* Every path will start with the target path and a slash.
957 /* Make sure there's (hopefully, exactly one) slash at the
991 // missing the trailing slash. Most zip files seem to include
992 // the trailing slash, but I think it's legal to leave it off.
    [all...]
  /external/chromium/third_party/icu/source/tools/gentest/
gentest.c 149 if(*outputDir && /* don't put a trailing slash if outputDir is empty */
  /external/clearsilver/util/
wildmat.c 51 /* Do tar(1) matching rules, which ignore a trailing slash? */
  /external/icu4c/tools/gentest/
gentest.c 149 if(*outputDir && /* don't put a trailing slash if outputDir is empty */
  /external/ipsec-tools/src/libipsec/
ipsec_set_policy.3 273 and slash prior to
  /external/openssl/crypto/ocsp/
ocsp_lib.c 201 /* Check for double slash */
  /external/webkit/WebCore/platform/
LinkHash.cpp 143 // Find next slash.
KURL.cpp 457 // Base part plus relative part plus one possible slash added in between plus terminating \0 byte.
477 // go back to the last slash
    [all...]
  /hardware/broadcom/wlan/bcm4329/src/bcmsdio/linux/
Makefile 142 # (Typical of command line tab completion; trailing slash still not allowed)
  /libcore/luni/src/main/java/org/apache/xml/serializer/utils/
SystemIDResolver.java 206 // Replace backslash with forward slash
  /libcore/luni/src/main/java/org/apache/xml/utils/
SystemIDResolver.java 199 // Replace backslash with forward slash
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/project/
ProjectPropertiesWorkingCopy.java 69 "# using forward-slash (/) as separator, and are separated by colons (:).\n");
  /bootable/recovery/applypatch/
applypatch.c 681 char* slash = strchr(target_filename+1, '/'); local
682 if (slash != NULL) {
683 int count = slash - target_filename;
  /development/pdk/docs/porting/
keymaps_keyboard_input.jd 122 key 212 SLASH
161 key 53 SLASH
265 SLASH '/' '?' '?' '\' '/' '/'
  /external/nist-sip/java/gov/nist/core/
LexerCore.java 67 public static final int SLASH = (int) '/';
601 * Scan until you see a slash or an EOL.
603 * @return substring containing no slash.
  /frameworks/base/tools/aapt/
Main.cpp 23 * When running under Cygwin on Windows, this will convert slash-based
24 * paths into back-slash-based ones. Otherwise the ApptAssets file comparisons
25 * fail later as they use back-slash separators under Windows.
  /frameworks/base/voip/java/android/net/sip/
SimpleSessionDescription.java 409 int slash = parts[2].indexOf('/'); local
410 return (slash < 0) ? parts[2] : parts[2].substring(0, slash);
  /external/bluetooth/glib/glib/
gfileutils.c 1271 const char *slash; local
1276 if ((slash = strchr (tmpl, G_DIR_SEPARATOR)) != NULL
1278 || (strchr (tmpl, '/') != NULL && (slash = "/"))
1284 c[0] = *slash;
    [all...]
  /external/chromium/net/http/
http_response_headers.cc 1008 size_t slash = etag_value.find('\/'); local
    [all...]
  /libcore/luni/src/main/java/org/apache/xpath/compiler/
XPathParser.java     [all...]
  /external/webkit/WebKit/mac/Misc/
WebNSURLExtras.mm 91 case 0x2044: /* FRACTION SLASH */
92 case 0x2215: /* DIVISION SLASH */
94 case 0x233F: /* APL FUNCTIONAL SYMBOL SLASH BAR */
    [all...]
  /bionic/libc/tools/
bionic_utils.py 42 # remove trailing slash
  /dalvik/vm/alloc/
HeapDebug.c 67 /* Or, look for a slash, in case it's something like

Completed in 4387 milliseconds

1 2 3 4 5 6 78 91011>>