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

<<21222324252627282930>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
glob.h 48 #define GLOB_MARK (1 << 1)/* Append a slash to each name. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
glob.h 48 #define GLOB_MARK (1 << 1)/* Append a slash to each name. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
glob.h 48 #define GLOB_MARK (1 << 1)/* Append a slash to each name. */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
grammar.py 142 / SLASH
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
ntpath.py 51 # For DOS it is absolute if it starts with a slash or backslash (current
53 # starts with a slash or backslash.
167 Return tuple (head, tail) where tail is everything after the final slash.
171 # set i to index beyond p's last slash
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
grammar.py 142 / SLASH
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
ntpath.py 51 # For DOS it is absolute if it starts with a slash or backslash (current
53 # starts with a slash or backslash.
167 Return tuple (head, tail) where tail is everything after the final slash.
171 # set i to index beyond p's last slash
  /system/core/adb/
usb_linux.c 274 char *slash; local
281 slash = strrchr(link, '/');
282 if (slash) {
284 "usb:%s", slash + 1);
  /system/vold/
Process.cpp 58 // if mountPoint does not have a trailing slash, we need to make sure
  /external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
URI.java     [all...]
  /external/chromium_org/net/http/
http_util.cc 170 // also want to reject a mime-type if it does not include a slash.
705 size_t slash = etag_header.find('/');
706 if (slash == std::string::npos || slash == 0)
710 std::string::const_iterator j = etag_header.begin() + slash;
  /frameworks/base/services/java/com/android/server/
WallpaperManagerService.java 1237 int slash = resName.lastIndexOf('\/'); local
    [all...]
  /libcore/luni/src/main/java/java/net/
URI.java 86 * begin with the slash character: {@code /}. The contents of the
1055 int slash = path.indexOf('\/'); local
    [all...]
  /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/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/
background.html 92 // One common redirection case: if the url ends without a slash and refers
94 // (with a slash). In this case, the url returned by the JS and the one
  /external/chromium_org/chrome/browser/autocomplete/
history_quick_provider.cc 288 // last character typed is a slash. That slash is removed by the
  /external/chromium_org/chrome/browser/resources/extensions/
extensions.js 156 // Skip starting slash and remove trailing slash (if any).
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/benchmark/
background.js 82 // One common redirection case: if the url ends without a slash and refers
84 // (with a slash). In this case, the url returned by the JS and the one
  /external/chromium_org/chrome/renderer/searchbox/
searchbox.cc 81 // Strip leading slash.
132 // Strip leading slash.
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_file_system_browser_host.cc 533 // Replace a slash used for type/subtype separator with an underscore.
534 // NOTE: This assumes there is only one slash in the MIME type.
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
fake_pepper_interface_html5fs.cc 257 // Only consider children, not descendants. If we find a forward slash, then
483 // Remove a trailing slash from the path, unless it is the root path.
  /external/chromium_org/net/ftp/
ftp_util.cc 51 return unix_path.substr(1); // Drop the leading slash.
120 // Make sure the result doesn't end with a slash.
  /external/chromium_org/third_party/openssl/openssl/crypto/asn1/
t_x509.c 483 s=b+1; /* skip the first slash */
508 c=s+1; /* skip following slash */
  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
tokenizer.h 321 // Consumed a slash, then realized it wasn't a comment. current_ has
322 // been filled in with a slash token. The caller should return it.
  /external/chromium_org/ui/keyboard/resources/elements/
kb-key-codes.html 143 '/': {keyCode: 0xBF, keyName: 'Slash', shiftModifier: false},
144 '?': {keyCode: 0xBF, keyName: 'Slash', shiftModifier: true},

Completed in 2155 milliseconds

<<21222324252627282930>>