/external/llvm/autoconf/ |
AutoRegen.sh | 14 ### Periods should be escaped with backslash for use by grep.
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/tls/ |
DistinguishedNameParser.java | 121 // shift char: required for string with escaped chars 203 // escaped char 231 // returns escaped char 255 // RFC doesn't explicitly say that escaped hex pair is
|
/external/owasp/sanitizer/src/tests/org/owasp/html/ |
htmllexerinput1.html | 15 "<p>properly escaped code in a handler</p>");"
|
HtmlLexerTest.java | 135 String escaped = input.substring(t.start, t.end) local 141 out.append(" [").append(escaped).append("] : ")
|
/external/smack/src/org/jivesoftware/smackx/provider/ |
XHTMLExtensionProvider.java | 69 // We need to return valid XML so any inner text needs to be re-escaped
|
/packages/apps/Email/src/com/android/email/mail/internet/ |
EmailHtmlUtil.java | 32 * @return Text correctly escaped.
|
/packages/apps/Email/tests/src/com/android/emailcommon/utility/ |
SSLUtilsTest.java | 47 // Invalid characters are escaped properly
|
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/ |
CharEscapers.java | 115 * <p><b>Note</b></p>: double and single quotes are not escaped, so it is not 128 * escaped, so <em>this is not safe for use in attribute values</em>. Use 511 * used as separators will also be escaped. 572 * @param plusForSpace if {@code true} space is escaped to {@code +} otherwise 573 * it is escaped to {@code %20}. Although common, the escaping of 591 * used as separators will also be escaped. 623 * @param plusForSpace if {@code true} space is escaped to {@code +} otherwise 624 * it is escaped to {@code %20}. Although common, the escaping of 687 // These octets mimic the ones escaped by the C++ webutil/url URL class -- 712 * <p>Note that non-ASCII characters will be octal or Unicode escaped [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/ |
install_egg_info.py | 74 """Convert a project or version name to its filename-escaped form
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
text_file.py | 42 leading up to the "#" -- unless it is escaped by a backslash 194 # carry on. Otherwise, it's just an escaped "#", so 195 # unescape it (and any other escaped "#"'s that might be 224 else: # it's an escaped "#"
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/ |
install_egg_info.py | 74 """Convert a project or version name to its filename-escaped form
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
text_file.py | 42 leading up to the "#" -- unless it is escaped by a backslash 194 # carry on. Otherwise, it's just an escaped "#", so 195 # unescape it (and any other escaped "#"'s that might be 224 else: # it's an escaped "#"
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/ |
future_builtins.so | |
/system/core/include/sysutils/ |
SocketClient.h | 73 // return a new string in quotes with '\\' and '\"' escaped for "my arg"
|
/external/clang/include/clang/Lex/ |
Lexer.h | 255 /// after trigraph expansion and escaped-newline folding. In particular, this 279 /// includes a trigraph or an escaped newline) then this count includes bytes 301 /// character within the token. This handles trigraphs and escaped newlines. 430 // If this is not a trigraph and not a UCN or escaped newline, return 507 // If this is not a trigraph and not a UCN or escaped newline, return 538 // If this is not a trigraph and not a UCN or escaped newline, return 554 /// getEscapedNewLineSize - Return the size of the specified escaped newline, 555 /// or 0 if it is not an escaped newline. P[-1] is known to be a "\" on entry 559 /// SkipEscapedNewLines - If P points to an escaped newline (or a series of 560 /// them), skip over them and return the first non-escaped-newline found [all...] |
/external/valgrind/main/coregrind/m_gdbserver/ |
remote-utils.c | 654 /* Convert BUFFER, binary data at least LEN bytes long, into escaped 673 /* These must be escaped. */ 689 /* Convert BUFFER, escaped data LEN bytes long, into binary data 694 escaped characters than that function does, in particular because 695 '*' must be escaped to avoid the run-length encoding processing 703 int escaped; local 706 escaped = 0; 713 if (escaped) { 715 escaped = 0; 717 escaped = 1 [all...] |
/external/chromium_org/chrome/browser/task_profiler/ |
task_profiler_data_serializer.cc | 32 // Note: This function name is not escaped, and templates have less-than 34 // properly escaped.
|
/external/chromium_org/content/common/ |
sandbox_mac.h | 114 // home directory escaped appropriately for a (literal ...) expression. 120 // escaped e.g. used as part of a regex string or a literal.
|
/external/chromium_org/net/base/ |
data_url_unittest.cc | 113 // the comma cannot be url-escaped! 149 // In base64 encoding, escaped whitespace should be stripped.
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/ |
path.py | 111 """Handle any characters in the path that should be escaped.""" 114 # rules, we allow a small list of other characters through un-escaped.
|
/external/chromium_org/tools/gyp/tools/ |
pretty_gyp.py | 19 # cases where an escaped quote is preceeded by an escaped backslash.
|
/external/chromium_org/v8/test/webkit/fast/js/ |
regexp-ranges-and-escaped-hyphens.js | 52 // Similar to the above tests, but where the hyphen is escaped this is never a range. 67 // Test that an escaped hyphen can be used as a bound on a range.
|
/external/google-tv-pairing-protocol/java/src/com/google/polo/json/ |
Cookie.java | 40 * cookies. By convention, they are escaped using the URL-encoding. This is 45 * @return The escaped result.
|
/external/harfbuzz_ng/test/api/ |
test-buffer.c | 382 char *escaped; local 384 escaped = g_strescape (test->utf8, NULL); 385 g_test_message ("UTF-8 test #%d: %s", i, escaped); 386 g_free (escaped); 671 char *escaped; local 673 escaped = g_strescape (test->utf8, NULL); 674 g_test_message ("UTF-8 test #%d: %s", i, escaped); 675 g_free (escaped);
|
/external/llvm/lib/Transforms/Scalar/ |
Reg2Mem.cpp | 90 // Find the escaped instructions. But don't create stack slots for 103 // Demote escaped instructions
|