Searched
full:escaped (Results
851 -
875 of
2017) sorted by null
<<31323334353637383940>>
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
| test_pdb.py | 346 will be treated as the escaped character.
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/sax/ |
| saxutils.py | 57 an attribute value. The \" character will be escaped as well, if
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
| pipes.py | 268 """Return a shell-escaped version of the file string."""
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
| test_pdb.py | 346 will be treated as the escaped character.
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/sax/ |
| saxutils.py | 57 an attribute value. The \" character will be escaped as well, if
|
| /system/update_engine/ |
| omaha_request_action.h | 51 // Returns whether the |input| was valid and escaped properly in |output|.
|
| omaha_request_params.h | 40 // strings in this struct should not be XML escaped.
|
| /toolchain/binutils/binutils-2.27/gas/ |
| macro.c | 310 int escaped = 0; local 317 escaped ^= 1; 319 escaped = 0; 329 else if (escaped && in->ptr[idx] == tchar)
|
| /toolchain/binutils/binutils-2.27/gold/ |
| main.cc | 79 // Now append argv[i], but with all single-quotes escaped
|
| /toolchain/binutils/binutils-2.27/include/opcode/ |
| crx.h | 129 /* N-bit escaped displacement. */
|
| /external/boringssl/src/util/ |
| doc.go | 482 // It is safe to look for '|' in the HTML-escaped version of |s| 483 // below. The escaped version cannot include '|' instead tags because
|
| /external/curl/lib/vauth/ |
| digest.c | 97 /* possibly the start of an escaped quote */ 837 the user will need double quotes and backslashes within it escaped. For
|
| /external/curl/tests/python_dependencies/impacket/ |
| structure.py | 62 'xxxx literal xxxx (field's value doesn't change the output. quotes must not be closed or escaped) 63 "xxxx literal xxxx (field's value doesn't change the output. quotes must not be closed or escaped)
|
| /external/icu/android_icu4j/src/main/java/android/icu/impl/number/ |
| AffixUtils.java | 179 * @param input The string to be escaped. 180 * @param output The string builder to which to append the escaped string.
|
| /external/icu/icu4c/source/common/unicode/ |
| utypes.h | 495 U_UNQUOTED_SPECIAL, /**< A special character was not quoted or escaped */ 555 U_BRK_HEX_DIGITS_EXPECTED, /**< Hex digits expected as part of a escaped char in a rule. */
|
| /external/icu/icu4c/source/test/cintltst/ |
| utransts.c | 583 /* A simple transform with a small filter & source set: rules 50-100 chars unescaped, 100-200 chars escaped, 614 log_err("FAIL: utrans_toRules escaped, expected noErr and len 100-200, got error=%s and len=%d\n",
|
| /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/ |
| AffixUtils.java | 177 * @param input The string to be escaped. 178 * @param output The string builder to which to append the escaped string.
|
| /external/jsilver/src/com/google/clearsilver/jsilver/data/ |
| NewHdfParser.java | 465 // Escaped character. Look for 1 to 3 digits in a row as octal or n,t,r. 487 // Regular escaped char like " or /
|
| /external/jsilver/src/com/google/clearsilver/jsilver/interpreter/ |
| TemplateInterpreter.java | 213 // "set" was used to set a variable to a constant or escaped value like 421 // escaped or contains a constant string.
|
| /external/llvm/docs/ |
| re_format.7 | 374 Any backslash-escaped character 588 Any backslash-escaped character
|
| /external/llvm/tools/llvm-pdbdump/ |
| llvm-pdbdump.cpp | 566 // escaped in the regex. In the case of a literal \, this means it needs to 567 // be escaped again in the C++. So matching a single \ in the input
|
| /external/pcre/dist2/doc/html/ |
| pcre2syntax.html | 18 <li><a name="TOC3" href="#SEC3">ESCAPED CHARACTERS</a> 58 <br><a name="SEC3" href="#TOC1">ESCAPED CHARACTERS</a><br>
|
| /external/protobuf/src/google/protobuf/io/ |
| tokenizer.h | 116 TYPE_STRING, // A quoted sequence of escaped characters. Either single 129 // be escaped and in quotes.
|
| /external/protobuf/src/google/protobuf/ |
| unittest.proto | 567 // Trigraphs should be escaped in C++ generated files, but they should not be 568 // escaped for other languages.
|
| /external/python/cpython2/Doc/tutorial/ |
| introduction.rst | 160 special characters are escaped with backslashes. While this might sometimes 165 readable output, by omitting the enclosing quotes and by printing escaped
|
Completed in 1430 milliseconds
<<31323334353637383940>>