Searched
full:slash (Results
326 -
350 of
1294) sorted by null
<<11121314151617181920>>
/external/iproute2/man/man8/ |
ip-address.8 | 107 may be followed by a slash and a decimal number which encodes 115 may be followed by a slash and a decimal number, encoding the network
|
ip-address.8.in | 84 may be followed by a slash and a decimal number which encodes 92 may be followed by a slash and a decimal number, encoding the network
|
/external/protobuf/ |
configure.ac | 126 # Does not start with a slash, but contains a slash. So, it's a relative
|
/external/qemu/ |
gen-charmap.py | 51 'SLASH': 'Slash',
|
/frameworks/base/packages/InputDevices/res/raw/ |
keyboard_layout_belgian.kcm | 21 map key 12 SLASH 107 key SLASH {
|
keyboard_layout_croatian_and_slovenian.kcm | 21 map key 12 SLASH 105 key SLASH {
|
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. */
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/ |
FileSystemWorkspaceBinding.js | 309 var slash = filePath.lastIndexOf("/"); 310 var parentPath = filePath.substring(0, slash); 559 var slash = filePath.lastIndexOf("/"); 560 var parentPath = filePath.substring(0, slash); 561 var name = filePath.substring(slash + 1);
|
/external/chromium_org/third_party/leveldatabase/src/db/ |
repair.cc | 439 const char* slash = strrchr(fname.c_str(), '/'); local 441 if (slash != NULL) { 442 new_dir.assign(fname.data(), slash - fname.data()); 448 new_file.append((slash == NULL) ? fname.c_str() : slash + 1);
|
/external/chromium_org/webkit/common/fileapi/ |
file_system_util.cc | 217 url += (kTemporaryDir + 1); // We don't want the leading slash. 220 url += (kPersistentDir + 1); // We don't want the leading slash. 223 url += (kExternalDir + 1); // We don't want the leading slash. 226 url += (kIsolatedDir + 1); // We don't want the leading slash. 229 url += (kTestDir + 1); // We don't want the leading slash.
|
/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/chromium_org/third_party/icu/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/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;
|
Completed in 348 milliseconds
<<11121314151617181920>>