/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
AutoCompleteWindow.py | 299 ("slash", "backslash", "quotedbl", "apostrophe")) \
|
keybindingDialog.py | 203 '/':'slash','?':'question','Page Up':'Prior','Page Down':'Next',
|
/external/chromium_org/chrome/browser/ |
enumerate_modules_model_win.cc | 110 // with a slash and use environments variables (or just look at one of the 336 // Location contains the filename, so the last slash is where the path [all...] |
/external/chromium_org/third_party/icu/source/tools/ctestfw/ |
ctest.c | 223 /* remove leading slash */ 565 /* remove leading slash */ [all...] |
/external/chromium_org/url/ |
url_canon.h | 421 // Path. If the input does not begin in a slash (including if the input is 422 // empty), we'll prepend a slash to the path to make it canonical. [all...] |
/external/clang/lib/Lex/ |
PPExpressions.cpp | 425 case tok::slash: 579 case tok::slash:
|
TokenLexer.cpp | 605 if (PP.getLangOpts().MicrosoftExt && Tok.is(tok::slash) && 606 RHS.is(tok::slash)) { [all...] |
/external/fonttools/Lib/fontTools/ |
agl.py | 454 2044;fraction;FRACTION SLASH 632 002F;slash;SOLIDUS
|
/external/icu/icu4c/source/tools/ctestfw/ |
ctest.c | 226 /* remove leading slash */ 585 /* remove leading slash */ [all...] |
/external/junit/ |
README.html | 395 config file name, only if it doesn't contain a slash. Another test 396 or theory might define what happens when a username does contain a slash.</p>
|
/external/owasp/sanitizer/lib/junit/ |
README.html | 395 config file name, only if it doesn't contain a slash. Another test 396 or theory might define what happens when a username does contain a slash.</p>
|
/frameworks/av/media/libstagefright/httplive/ |
M3UParser.cpp | 457 // Check for the last slash before a potential query string 465 // Check whether the found slash actually is part of the path [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
Cookie.py | 239 # into a 4 character sequence: a forward-slash followed by the 241 # quoted with a preceeding '\' slash.
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
Cookie.py | 239 # into a 4 character sequence: a forward-slash followed by the 241 # quoted with a preceeding '\' slash.
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/strings/ |
chromevox_strings_fil.xtb | 339 <translation id="4532633738839459153">{COUNT,plural, =1{slash}one{# slash}other{# (na) slash}}</translation> [all...] |
/external/chromium_org/third_party/icu/source/i18n/ |
nfrule.cpp | 270 // stop on a slash or > sign (or at the end of the string), 294 // if we stopped the previous loop on a slash, we're 592 // slash, of course). Then calculate the expected exponent and if [all...] |
/external/icu/icu4c/source/i18n/ |
nfrule.cpp | 269 // stop on a slash or > sign (or at the end of the string), 293 // if we stopped the previous loop on a slash, we're 591 // slash, of course). Then calculate the expected exponent and if [all...] |
/frameworks/base/media/java/android/media/ |
MediaScanner.java | 627 // we just read the number before the slash 633 // we just read the number before the slash [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/ |
FileTest.java | 156 assertEquals("Trailing slash file name is incorrect", f1, f2); [all...] |
/art/runtime/ |
utils.cc | 1058 return cgroup_fields[2].substr(1); // Skip the leading slash. [all...] |
/external/bison/m4/ |
gnulib-comp.m4 | 62 # Code from module double-slash-root: [all...] |
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/mathmaps/symbols/ |
latin-lower-phonetic.json | 9 "alternative": "latin small letter o slash", 39 "alternative": "latin small letter l slash", [all...] |
/external/chromium_org/chrome/third_party/chromevox/ |
chromeVoxKbExplorerScript.js | 43 if(189==a)return"Dash";if(190==a)return"Period";if(191==a)return"Forward slash";if(192==a)return"Grave accent";if(219==a)return"Open bracket";if(220==a)return"Back slash";if(221==a)return"Close bracket";if(222==a)return"Single quote";if(115==a)return"Toggle full screen";if(48<=a&&90>=a)return String.fromCharCode(a)};cvox.KeyUtil.getStickyKeyCode=function(){var a=45;if(cvox.ChromeVox.isChromeOS||cvox.ChromeVox.isMac)a=91;return a};
|
/external/chromium_org/third_party/icu/source/common/ |
ucnv_u7.c | 834 #define SLASH 0x2f 843 #define FROM_BASE64_IMAP(c) ((c)==COMMA ? 63 : (c)==SLASH ? -1 : fromBase64[c]) [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
wbnf.cpp | 894 } else if (c =='\\'){ // back slash character 908 token.append(c); // eat up everything, includes back slash [all...] |