/frameworks/base/data/keyboards/ |
Generic.kcm | 280 key SLASH {
|
Virtual.kcm | 277 key SLASH {
|
qwerty.kcm | 285 key SLASH {
|
qwerty2.kcm | 282 key SLASH {
|
/frameworks/base/packages/InputDevices/res/raw/ |
keyboard_layout_bulgarian.kcm | 399 key SLASH {
|
keyboard_layout_russian.kcm | 390 key SLASH {
|
keyboard_layout_russian_mac.kcm | 401 key SLASH {
|
keyboard_layout_ukrainian.kcm | 398 key SLASH {
|
/frameworks/native/include/input/ |
InputEventLabels.h | 118 DEFINE_KEYCODE(SLASH),
|
/ndk/build/awk/ |
gen-cygwin-deps-converter.awk | 189 # to add a slash at the end of the corresponding host path
|
/ndk/sources/host-tools/make-3.81/glob/ |
glob.h | 77 #define GLOB_MARK (1 << 1)/* Append a slash to each name. */
|
/ndk/sources/host-tools/make-3.81/ |
implicit.c | 211 /* The last slash in FILENAME (or nil if there is none). */ 281 /* Set LASTSLASH to point at the last slash in FILENAME 282 but not counting any slash at the end. (foo/bar/ counts as 347 prefix and the target pattern does not contain a slash. */
|
arscan.c | 575 /* On some systems, there is a slash after each member name. */ 580 /* If the member name starts with a space or a slash, this 678 a trailing slash. Null terminate the strings for
|
/packages/apps/Exchange/tests/src/com/android/exchange/provider/ |
MockProvider.java | 120 // Remove the leading slash
|
/packages/apps/UnifiedEmail/tests/src/com/android/mail/browse/ |
TestProvider.java | 120 // Remove the leading slash
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_glob.py | 116 # Patterns ending with a slash shouldn't match non-dirs
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_glob.py | 116 # Patterns ending with a slash shouldn't match non-dirs
|
/external/lldb/source/Commands/ |
CommandCompletions.cpp | 154 // end_ptr will point past the last / in partial_name_copy, or if there is no slash to the beginning of the string. 168 // Nothing here but the user name. We could just put a slash on the end, 169 // but for completeness sake we'll resolve the user name and only put a slash
|
/external/nist-sip/java/gov/nist/core/ |
LexerCore.java | 67 public static final int SLASH = (int) '/'; 601 * Scan until you see a slash or an EOL. 603 * @return substring containing no slash.
|
/external/owasp/sanitizer/src/main/org/owasp/html/ |
HtmlLexer.java | 340 SLASH, 468 state = State.SLASH; 535 case SLASH:
|
/frameworks/opt/net/voip/src/java/android/net/sip/ |
SimpleSessionDescription.java | 410 int slash = parts[2].indexOf('/'); local 411 return (slash < 0) ? parts[2] : parts[2].substring(0, slash);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
htmlentitydefs.py | 42 'Oslash': 0x00d8, # latin capital letter O with stroke = latin capital letter O slash, U+00D8 ISOlat1 119 'frasl': 0x2044, # fraction slash, U+2044 NEW 181 'oslash': 0x00f8, # latin small letter o with stroke, = latin small letter o slash, U+00F8 ISOlat1
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
htmlentitydefs.py | 42 'Oslash': 0x00d8, # latin capital letter O with stroke = latin capital letter O slash, U+00D8 ISOlat1 119 'frasl': 0x2044, # fraction slash, U+2044 NEW 181 'oslash': 0x00f8, # latin small letter o with stroke, = latin small letter o slash, U+00F8 ISOlat1
|
/external/pdfium/core/src/fpdfapi/fpdf_font/ |
fpdf_font_charset.cpp | 269 "parenleft", "parenright", "asterisk", "plus", "comma", "hyphen", "period", "slash", 299 "parenleft", "parenright", "asterisk", "plus", "comma", "hyphen", "period", "slash", 329 "parenleft", "parenright", "asterisk", "plus", "comma", "hyphen", "period", "slash", 390 "parenleft", "parenright", "asterisk", "plus", "comma", "hyphen", "period", "slash", 420 "parenleft", "parenright", "asteriskmath", "plus", "comma", "minus", "period", "slash", [all...] |
/frameworks/base/tools/aidl/ |
aidl.cpp | 652 const char* slash = "\\"; local 655 slash = ""; 664 fprintf(to, " %s %s\n", options.inputFileName.c_str(), slash); 668 slash = ""; 671 fprintf(to, " %s %s\n", import->filename, slash); [all...] |