| /external/syslinux/core/lwip/src/netif/ppp/ |
| ppp.c | 562 * are always escaped. 716 * is not NULL and the character needs to be escaped, do so. 727 * get escaped but is one character worth complicating this? */ 1760 u_char escaped; local [all...] |
| /external/tensorflow/tensorflow/core/lib/strings/ |
| str_util.cc | 53 // digit then that digit must be escaped too to prevent it being 209 p++; // read past letter we escaped
|
| /external/toybox/kconfig/lxdialog/ |
| util.c | 481 * ncurses uses ESC to detect escaped char sequences. This resutl in 485 * out one menu too much. Filter away all escaped key sequences since
|
| /external/valgrind/docs/internals/ |
| xml-output.txt | 94 Text strings are escaped so as to remove the <, > and & characters 192 STRING is not escaped in any way, so that it itself may be a piece
|
| /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
| Utils.java | 367 * @param escapeWhitespaces Decides if LF, CR and TAB are escaped. 414 // write control chars escaped,
|
| /frameworks/support/compat/src/androidTest/java/androidx/core/content/ |
| FileProviderTest.java | 100 fail("file escaped!"); 146 fail("file escaped!");
|
| /libcore/xml/src/main/java/org/xmlpull/v1/ |
| XmlSerializer.java | 288 * Writes text, where special XML chars are escaped automatically 294 * Writes text, where special XML chars are escaped automatically
|
| /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/ |
| MoreKeySpecTests.java | 112 // Escaped marker. 113 assertInsertAdditionalMoreKeys("escaped marker",
|
| /prebuilts/gdb/darwin-x86/lib/python2.7/email/ |
| quoprimime.py | 65 """Return True if the character should be escaped with header quopri.""" 70 """Return True if the character should be escaped with body quopri."""
|
| /prebuilts/gdb/darwin-x86/lib/python2.7/json/ |
| __init__.py | 133 output are escaped with ``\uXXXX`` sequences, and the result is a ``str`` 202 If ``ensure_ascii`` is false, all non-ASCII characters are not escaped, and
|
| /prebuilts/gdb/linux-x86/lib/python2.7/email/ |
| quoprimime.py | 65 """Return True if the character should be escaped with header quopri.""" 70 """Return True if the character should be escaped with body quopri."""
|
| /prebuilts/gdb/linux-x86/lib/python2.7/json/ |
| __init__.py | 133 output are escaped with ``\uXXXX`` sequences, and the result is a ``str`` 202 If ``ensure_ascii`` is false, all non-ASCII characters are not escaped, and
|
| /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/io/ |
| tokenizer.h | 107 TYPE_STRING, // A quoted sequence of escaped characters. Either single 120 // be escaped and in quotes.
|
| /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/io/ |
| tokenizer.h | 107 TYPE_STRING, // A quoted sequence of escaped characters. Either single 120 // be escaped and in quotes.
|
| /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/io/ |
| tokenizer.h | 107 TYPE_STRING, // A quoted sequence of escaped characters. Either single 120 // be escaped and in quotes.
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/ |
| quoprimime.py | 65 """Return True if the character should be escaped with header quopri.""" 70 """Return True if the character should be escaped with body quopri."""
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/ |
| __init__.py | 133 output are escaped with ``\uXXXX`` sequences, and the result is a ``str`` 202 If ``ensure_ascii`` is false, all non-ASCII characters are not escaped, and
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/ |
| quoprimime.py | 65 """Return True if the character should be escaped with header quopri.""" 70 """Return True if the character should be escaped with body quopri."""
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/ |
| __init__.py | 133 output are escaped with ``\uXXXX`` sequences, and the result is a ``str`` 202 If ``ensure_ascii`` is false, all non-ASCII characters are not escaped, and
|
| /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/io/ |
| tokenizer.h | 107 TYPE_STRING, // A quoted sequence of escaped characters. Either single 120 // be escaped and in quotes.
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/ |
| string_format.h | 751 escaped '{' or '}', or an unescaped '{'. In order to never
753 there's an escaped '{' or '}' then we'll return the literal
784 /* escaped } or {, skip it in the input. there is no
801 braces. note that this prohibits escaped braces, so that
[all...] |
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/ |
| spawn.py | 52 # have to be escaped? Is there an escaping mechanism other than
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
| test_strftime.py | 88 # escaped in escapestr()
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/ |
| string_format.h | 754 escaped '{' or '}', or an unescaped '{'. In order to never
756 there's an escaped '{' or '}' then we'll return the literal
787 /* escaped } or {, skip it in the input. there is no
804 braces. note that this prohibits escaped braces, so that
[all...] |
| /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/ |
| String.py | 47 Escaped = False
52 if not Escaped:
61 Escaped = True
68 Escaped = False
|