/packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/ |
StringUtils.java | 431 * - starts with a slash preceded by either a slash, whitespace, or start-of-string 483 // If it starts with a slash, and the code point before is whitespace, it looks like an URL. 487 // 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.8/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.15-4.8/sysroot/usr/include/ |
glob.h | 42 #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.cpp | 280 char *slash; local 287 slash = strrchr(link, '/'); 288 if (slash) { 290 "usb:%s", slash + 1);
|
/system/extras/ext4_utils/ |
make_ext4fs.c | 121 full_path is an absolute or relative path, with a trailing slash, to the 124 dir_path is an absolute path, with trailing slash, to the same directory 432 is guaranteed to have a trailing slash. If absolute is true, the new string 433 is also guaranteed to have a leading slash.
|
/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/openssh/ |
misc.c | 525 u_int len, slash; local 533 slash = path - filename; 534 if (slash > sizeof(user) - 1) 536 memcpy(user, filename, slash); 537 user[slash] = '\0';
|
/external/jetty/src/java/org/eclipse/jetty/server/handler/ |
ContextHandler.java | 923 response.sendRedirect(URIUtil.addPaths(baseRequest.getRequestURI(),URIUtil.SLASH) + "?" + baseRequest.getQueryString()); 925 response.sendRedirect(URIUtil.addPaths(baseRequest.getRequestURI(),URIUtil.SLASH)); 2539 int slash = path.lastIndexOf('\/'); local [all...] |
/frameworks/base/services/core/java/com/android/server/wallpaper/ |
WallpaperManagerService.java | 1399 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 1079 int slash = path.indexOf('\/'); local [all...] |
/art/compiler/utils/ |
assembler_test_base.h | 427 // the first space. We skip to the last slash for this, so it should work with directories with 437 // No slash, start looking at the start.
|
/external/apache-http/src/org/apache/http/message/ |
BasicLineParser.java | 161 // check the protocol name and slash 263 // just check protocol name and slash, no need to analyse the version
|
/external/boringssl/src/crypto/x509/ |
t_x509.c | 465 s=b+1; /* skip the first slash */ 480 c=s+1; /* skip following slash */
|
/external/google-tv-pairing-protocol/java/src/com/google/polo/json/ |
JSONML.java | 70 if (token == XML.SLASH) { 181 if (token == XML.SLASH) {
|
/external/jhead/ |
jhead.h | 44 #define SLASH '\\' 46 #define SLASH '/'
|
/external/libedit/src/ |
unvis.c | 109 { "Oslash", 216 }, /* capital O, slash */ 163 { "oslash", 248 }, /* small o, slash */
|
/external/libxml2/test/valid/dtds/ |
xhtml-lat1.ent | 116 = latin capital letter O slash, 181 = latin small letter o slash,
|
/external/llvm/docs/CommandGuide/ |
llvm-ar.rst | 264 longer than 15 characters or contains a slash (/) character, then this field 268 is contained directly in this field and terminated with a slash (/) character.
|
/external/v8/test/mjsunit/ |
json.js | 483 var json = '{"stuff before slash\\\\stuff after slash":"whatever"}';
|