Searched
full:slash (Results
276 -
300 of
1188) sorted by null
<<11121314151617181920>>
/external/clang/include/clang/Basic/ |
OperatorKinds.def | 66 OVERLOADED_OPERATOR(Slash , "/" , slash , false, true , false)
|
/external/iproute2/lib/ |
utils.c | 334 char *slash; local 349 slash = strchr(arg, '/'); 350 if (slash) 351 *slash = 0; 366 if (slash) { 367 if (get_netmask(&plen, slash+1, 0) 377 if (slash) 378 *slash = '/';
|
/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_danish.kcm | 21 map key 12 SLASH 100 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_finnish.kcm | 21 map key 12 SLASH 110 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_norwegian.kcm | 21 map key 12 SLASH 100 key SLASH {
|
keyboard_layout_portuguese.kcm | 21 map key 12 SLASH 100 key SLASH {
|
keyboard_layout_swedish.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/webkit/common/fileapi/ |
file_system_util.cc | 156 url += (kTemporaryDir + 1); // We don't want the leading slash. 159 url += (kPersistentDir + 1); // We don't want the leading slash. 162 url += (kExternalDir + 1); // We don't want the leading slash. 165 url += (kIsolatedDir + 1); // We don't want the leading slash. 168 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. 481 * slash, otherwise it will be treated as an absolute path. 498 * path is treated as relative to this node if it doesn't start with a slash, 784 * The absolute path of the returned node is one slash followed by the given 786 * 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...] |
Completed in 919 milliseconds
<<11121314151617181920>>