/frameworks/base/packages/InputDevices/res/raw/ |
keyboard_layout_english_us_dvorak.kcm | 35 map key 26 SLASH 201 key SLASH {
|
keyboard_layout_estonian.kcm | 21 map key 12 SLASH 100 key SLASH {
|
keyboard_layout_german.kcm | 21 map key 12 SLASH # ? ? \ 101 key SLASH {
|
keyboard_layout_hungarian.kcm | 23 map key 12 SLASH 107 key SLASH {
|
keyboard_layout_italian.kcm | 21 map key 12 SLASH 94 key SLASH {
|
keyboard_layout_portuguese.kcm | 21 map key 12 SLASH 100 key SLASH {
|
keyboard_layout_turkish.kcm | 21 map key 12 SLASH 107 key SLASH {
|
/ndk/sources/host-tools/make-3.81/ |
vpath.c | 249 /* Make sure there's no trailing slash, 252 /* We need also to leave alone a trailing slash in "d:/". */ 404 /* We need the rightmost slash or backslash. */ 417 a slash, the directory prefix that came with *FILE, 418 another slash (although this one may not always be 445 /* Cause the next if to treat backslash and slash alike. */ 503 /* Clobber a null into the name at the last slash. 525 /* Put the slash back in NAME. */
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
posixpath.py | 91 everything after the final slash. Either part may be empty.""" 324 slash, dot = (u'/', u'.') if isinstance(path, _unicode) else ('/', '.') 329 # as single slash. 344 path = slash.join(comps) 346 path = slash*initial_slashes + path
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
posixpath.py | 91 everything after the final slash. Either part may be empty.""" 324 slash, dot = (u'/', u'.') if isinstance(path, _unicode) else ('/', '.') 329 # as single slash. 344 path = slash.join(comps) 346 path = slash*initial_slashes + path
|
/libcore/luni/src/main/java/java/util/prefs/ |
Preferences.java | 35 * name is "", and other node name strings cannot contain the slash character 39 * tree with the root node at its base, all absolute paths start with the slash 41 * relative path doesn't start with slash: it equals the node's absolute path 43 * and a slash. 490 * slash, otherwise it will be treated as an absolute path. 507 * path is treated as relative to this node if it doesn't start with a slash, 798 * The absolute path of the returned node is one slash followed by the given 800 * a slash. For example, the absolute path of the preference associated with [all...] |
/packages/apps/UnifiedEmail/src/org/apache/commons/io/ |
FilenameUtils.java | 71 * ~ --> "~/" --> current user (slash added) 73 * ~user --> "~user/" --> named user (slash added) 170 * A trailing slash will be retained. 171 * A double slash will be merged to a single slash (but UNC names are handled). 216 * A trailing slash will be removed. 217 * A double slash will be merged to a single slash (but UNC names are handled). 273 char[] array = new char[size + 2]; // +1 for possible extra slash, +2 for arraycopy 299 // dot slash [all...] |
/external/jetty/src/java/org/eclipse/jetty/util/ |
URIUtil.java | 43 public static final String SLASH="/"; 431 if (p2.startsWith(URIUtil.SLASH)) 441 if (p2.startsWith(URIUtil.SLASH)) 459 if (p==null || URIUtil.SLASH.equals(p)) 461 int slash=p.lastIndexOf('/',p.length()-2); local 462 if (slash>=0) 463 return p.substring(0,slash+1);
|
/frameworks/native/cmds/dumpstate/ |
utils.c | 325 char *slash = "/"; local 333 ++slash; 351 asprintf(&newpath, "%s%s%s%s", dir, slash, d->d_name, 578 /* skip initial slash */ 632 char *slash = strrchr(anr_traces_dir, '/'); local 633 if (slash != NULL) { 634 *slash = '\0';
|
/external/google-tv-pairing-protocol/java/src/com/google/polo/json/ |
XML.java | 63 public static final Character SLASH = new Character('/'); 189 } else if (t == SLASH) { 237 } else if (t == SLASH) {
|
/external/icu/icu4c/source/common/ |
rbbirpt.txt | 165 '/' n expr-cont-no-slash doSlash 170 # expr-cont-no-slash Expression, continuation. At a point where additional terms are 175 expr-cont-no-slash:
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
RequestLine.java | 147 boolean slash = false; 151 if (slash) { 158 slash = true;
|
/build/core/ |
notice_files.mk | 28 # Includes the leading slash
|
/device/htc/flounder/VolantisKeyboard/res/raw/ |
keyboard_layout_volantis_english_us.kcm | 305 key SLASH {
|
keyboard_layout_volantis_japanese.kcm | 307 key SLASH {
|
/external/clang/test/Driver/ |
cl-fallback.c | 1 // Don't attempt slash switches on msys bash.
|
cl-inputs.c | 1 // Don't attempt slash switches on msys bash.
|
/external/clang/utils/TableGen/ |
ClangCommentCommandInfoEmitter.cpp | 102 Mangled += "slash";
|
/external/fonttools/Lib/fontTools/ttLib/ |
standardGlyphOrder.py | 31 "slash", # 18
|
/external/freetype/src/base/ |
ftrfork.c | 802 const char* slash; local 820 slash = tmp + 1; 824 slash = original_name; 829 ft_strcat( new_name, slash );
|