/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
keybindingDialog.py | 203 '/':'slash','?':'question','Page Up':'Prior','Page Down':'Next',
|
/external/clang/lib/Lex/ |
PPExpressions.cpp | 430 case tok::slash: 584 case tok::slash:
|
TokenLexer.cpp | 622 if (PP.getLangOpts().MicrosoftExt && Tok.is(tok::slash) && 623 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/openssh/openbsd-compat/ |
glob.c | 97 #define SLASH '/' 375 h < (char *)eb && *p && *p != SLASH; *h++ = *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 | 522 // Check for the last slash before a potential query string 530 // 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.
|
xmllib.py | 39 starttagend = re.compile(_opS + '(?P<slash>/?)>') 668 if tag.group('slash') == '/': [all...] |
/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/clang/lib/Format/ |
Format.cpp | 732 // unescaped slashes on a line and the token before the first slash is one of 745 (Tokens.back()->isNot(tok::slash) || 753 if (I[0]->is(tok::slash) && I + 1 != E && [all...] |
/external/icu/icu4c/source/i18n/ |
nfrule.cpp | 275 // stop on a slash or > sign (or at the end of the string), 299 // if we stopped the previous loop on a slash, we're 628 // slash, of course). Then calculate the expected exponent and if [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
NFRule.java | 273 // stop on a slash or > sign (or at the end of the string), 292 // if we stopped the previous loop on a slash, we're 619 // slash, of course). Then calculate the expected exponent and if [all...] |
/frameworks/base/media/java/android/media/ |
MediaScanner.java | 620 // we just read the number before the slash 626 // 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...] |
/packages/apps/DeskClock/res/values/ |
strings.xml | [all...] |
/art/runtime/ |
utils.cc | 1018 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/google-breakpad/src/client/mac/handler/ |
minidump_generator.cc | 187 // Ensure that the directory (if non-empty) has a trailing slash so that [all...] |
/external/icu/icu4c/source/common/ |
ucnv_u7.c | 860 #define SLASH 0x2f 869 #define FROM_BASE64_IMAP(c) ((c)==COMMA ? 63 : (c)==SLASH ? -1 : fromBase64[c]) [all...] |
/external/ipsec-tools/src/racoon/ |
racoon.conf.5 | 599 The space separated list of IPv4 addresses and masks (address slash mask) 604 The space separated list of IPv4 addresses and masks (address slash mask) [all...] |
/external/jetty/src/java/org/eclipse/jetty/servlet/ |
DefaultServlet.java | 436 boolean endsWithSlash=(pathInfo==null?request.getServletPath():pathInfo).endsWith(URIUtil.SLASH); [all...] |
/external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/ |
PhoneNumberMatcherTest.java | 45 // the same as the part before the slash, so it's still true. 52 // Now it should be false, because the first slash is after the country calling code. [all...] |