HomeSort by relevance Sort by last modified time
    Searched full:slash (Results 551 - 575 of 1294) sorted by null

<<21222324252627282930>>

  /frameworks/base/packages/InputDevices/res/raw/
keyboard_layout_spanish.kcm 325 key SLASH {
keyboard_layout_spanish_latin.kcm 321 key SLASH {
keyboard_layout_swedish.kcm 363 key SLASH {
keyboard_layout_swiss_french.kcm 332 key SLASH {
keyboard_layout_swiss_german.kcm 338 key SLASH {
  /frameworks/native/cmds/dumpstate/
utils.c 432 /* skip initial slash */
523 char *slash = strrchr(anr_traces_dir, '/'); local
524 if (slash != NULL) {
525 *slash = '\0';
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
decode_with_drops.c 37 // a forward-slash. The following command will drop 3 of 7 frames.
  /libcore/luni/src/main/java/java/util/
Properties.java 86 private static final int NONE = 0, SLASH = 1, UNICODE = 2, CONTINUE = 3,
316 if (mode == SLASH) {
387 mode = SLASH;
432 if (mode == SLASH) {
  /libcore/luni/src/main/native/
canonicalize_path.cpp 120 // Remove trailing slash except when the resolved pathname is a single "/".
  /libcore/luni/src/test/java/libcore/java/io/
OldFileTest.java 152 assertTrue("Test 1: URL does not end with slash.", newDirURL.endsWith(File.separator));
  /ndk/build/core/
main.mk 32 # get rid of trailing slash
  /packages/apps/Browser/src/com/android/browser/
UrlUtils.java 45 // the trailing slash
  /packages/apps/OMA-DM/engine/dmlib/dmengine/dm_util/src/
dm_uri_utils.cc 122 szSlashPos++; // skip slash
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
StringUtils.java 351 * - starts with a slash preceded by either a slash, whitespace, or start-of-string
399 // If it starts with a slash, and the code point before is whitespace, it looks like an URL.
401 // If it has both a period and a slash, it looks like an URL.
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ProfileAwareUriMatcher.java 71 // Strip leading slash if present.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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.11-4.8/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 156 // also want to reject a mime-type if it does not include a slash.
691 size_t slash = etag_header.find('/'); local
692 if (slash == std::string::npos || slash == 0)
696 std::string::const_iterator j = etag_header.begin() + slash;

Completed in 868 milliseconds

<<21222324252627282930>>