| /external/python/cpython3/Doc/tutorial/ |
| introduction.rst | 156 special characters are escaped with backslashes. While this might sometimes 161 readable output, by omitting the enclosing quotes and by printing escaped
|
| /external/python/cpython3/Lib/test/ |
| test_cmd_line.py | 292 escaped = repr(text).encode(encoding, 'backslashreplace') 293 self.assertIn(escaped, data)
|
| /external/skia/gn/ |
| gn_to_cmake.py | 40 The following do not need to be escaped 658 # One would think this would need to worry about escaped spaces
|
| /external/skqp/gn/ |
| gn_to_cmake.py | 40 The following do not need to be escaped 658 # One would think this would need to worry about escaped spaces
|
| /external/swiftshader/third_party/LLVM/docs/ |
| re_format.7 | 374 Any backslash-escaped character 588 Any backslash-escaped character
|
| /external/v8/src/ |
| messages.h | 558 T(InvalidEscapedReservedWord, "Keyword must not contain escaped characters") \ 559 T(InvalidEscapedMetaProperty, "'%' must not contain escaped characters") \ [all...] |
| /libcore/luni/src/main/java/javax/xml/parsers/ |
| SAXParser.java | 293 System.out.println("Escaped URI = " + escapedURI); 322 System.out.println("Escaped URI = " + escapedURI);
|
| /libcore/luni/src/main/java/javax/xml/validation/ |
| SchemaFactory.java | 160 * need to be escaped in a property file, so make sure schema language 161 * URIs are properly escaped in it. For example:</p>
|
| /libcore/luni/src/main/java/org/w3c/dom/ |
| Element.java | 61 * appropriately escaped by the implementation when it is written out. 190 * treated as literal text, and needs to be appropriately escaped by the
|
| /libcore/luni/src/test/java/libcore/xml/ |
| PullParserDtdTest.java | 135 + "<!ENTITY example \"<p>An ampersand (&#38;) may be escaped\n" 144 assertEquals("An ampersand (&) may be escaped\n"
|
| /packages/apps/Email/tests/src/com/android/emailcommon/internet/ |
| MimeMessageTest.java | 161 // test 2: raw readback is not escaped 194 // test 2: raw readback is escaped
|
| /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/codec/ |
| EncoderUtil.java | 508 String escaped = str.replaceAll("[\\\\\"]", "\\\\$0"); local 509 return "\"" + escaped + "\"";
|
| /prebuilts/go/darwin-x86/src/fmt/ |
| doc.go | 29 %q a single-quoted character literal safely escaped with Go syntax. 45 %q a double-quoted string safely escaped with Go syntax
|
| format.go | 407 // fmt_q formats a string as a double-quoted, escaped Go string constant. 436 // fmt_qc formats an integer as a single-quoted, escaped Go character constant.
|
| /prebuilts/go/darwin-x86/src/strconv/ |
| quote.go | 224 // UnquoteChar decodes the first character or byte in the escaped string 234 // and therefore which escaped quote character is permitted.
|
| /prebuilts/go/linux-x86/src/fmt/ |
| doc.go | 29 %q a single-quoted character literal safely escaped with Go syntax. 45 %q a double-quoted string safely escaped with Go syntax
|
| format.go | 407 // fmt_q formats a string as a double-quoted, escaped Go string constant. 436 // fmt_qc formats an integer as a single-quoted, escaped Go character constant.
|
| /prebuilts/go/linux-x86/src/strconv/ |
| quote.go | 224 // UnquoteChar decodes the first character or byte in the escaped string 234 // and therefore which escaped quote character is permitted.
|
| /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/io/ |
| tokenizer.h | 116 TYPE_STRING, // A quoted sequence of escaped characters. Either single 129 // be escaped and in quotes.
|
| /toolchain/binutils/binutils-2.27/libiberty/ |
| pex-win32.c | 355 escaped. */ 373 /* Trailing backslashes also need to be escaped because they will be
|
| /tools/metalava/src/main/java/com/android/tools/metalava/ |
| AnnotationsMerger.kt | 736 private fun unescapeXml(escaped: String): String { 737 var workingString = escaped.replace(QUOT_ENTITY, "\"") [all...] |
| /external/icu/icu4c/source/i18n/ |
| rbt_pars.cpp | 448 UChar32 escaped = rule.unescapeAt(pos); // pos is already past '\\' local 449 if (escaped == (UChar32) -1) { 452 if (!parser.checkVariableRange(escaped)) { 455 buf.append(escaped); [all...] |
| /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/ |
| SerializationStressTest4.java | [all...] |
| /prebuilts/go/darwin-x86/src/encoding/xml/ |
| xml.go | 1023 // Read escaped character expression up to semicolon. [all...] |
| /prebuilts/go/darwin-x86/src/go/build/ |
| build.go | [all...] |