/external/chromium_org/tools/gn/ |
file_template_unittest.cc | 65 // embedded quotes should get shell escaped.
|
ninja_helper.h | 33 // Example: "base/base.ninja". The string version will not be escaped, and
|
path_output_unittest.cc | 97 // Quotes should get blackslash-escaped. 103 // Backslashes should get escaped on non-Windows and preserved on Windows.
|
/external/chromium_org/tools/json_schema_compiler/test/ |
idl_basics.idl | 56 // This tests if "double-quotes" are escaped correctly.
|
/external/chromium_org/v8/test/webkit/fast/js/ |
string-anchor.js | 39 // Check that the quotation mark is correctly escaped.
|
string-fontcolor.js | 39 // Check that the quotation mark is correctly escaped.
|
/external/icu4c/test/intltest/ |
tokiter.cpp | 59 * is ignored, unless it is backslash-escaped or within quotes.
|
/external/llvm/autoconf/ |
AutoRegen.sh | 14 ### Periods should be escaped with backslash for use by grep.
|
/external/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/smack/src/org/jivesoftware/smackx/provider/ |
XHTMLExtensionProvider.java | 69 // We need to return valid XML so any inner text needs to be re-escaped
|
/libcore/luni/src/main/java/javax/net/ssl/ |
DistinguishedNameParser.java | 123 // shift char: required for string with escaped chars 205 // escaped char 233 // returns escaped char 257 // RFC doesn't explicitly say that escaped hex pair is
|
/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/android/mail/lib/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...] |
/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 "#"
|
/system/core/include/sysutils/ |
SocketClient.h | 67 // return a new string in quotes with '\\' and '\"' escaped for "my arg" transmissions
|
/external/valgrind/main/coregrind/m_gdbserver/ |
remote-utils.c | 568 /* Convert BUFFER, binary data at least LEN bytes long, into escaped 587 /* These must be escaped. */ 603 /* Convert BUFFER, escaped data LEN bytes long, into binary data 608 escaped characters than that function does, in particular because 609 '*' must be escaped to avoid the run-length encoding processing 617 int escaped; local 620 escaped = 0; 627 if (escaped) { 629 escaped = 0; 631 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/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.
|