HomeSort by relevance Sort by last modified time
    Searched full:escaped (Results 601 - 625 of 2017) sorted by null

<<21222324252627282930>>

  /tools/repohooks/rh/
shell_unittest.py 85 # be produced by ShellQuote but is still a valid bash escaped string.
  /libcore/ojluni/src/main/java/sun/security/x509/
X500Name.java 912 !escaped(rdnEnd, searchOffset, dnString)) {
1038 private static boolean escaped method in class:X500Name
    [all...]
  /external/webrtc/webrtc/base/
base64_unittest.cc 335 std::string escaped; local
336 Base64::EncodeFromArray((const char *)src, szsrc, &escaped);
337 memcpy(dest, escaped.data(), min(escaped.size(), szdest));
338 return escaped.size();
    [all...]
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
StringUtil.java 942 // quotes can be escaped 'like this: ''', "like this: """, or 'like this: "'
1311 char[] escaped = new char[chars.length]; local
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocChecker.cpp 64 Escaped
81 bool isEscaped() const { return K == Escaped; }
105 return RefState(Escaped, RS->getStmt(), RS->getAllocationFamily());
121 CASE(Escaped)
215 const InvalidatedSymbols &Escaped,
219 const InvalidatedSymbols &Escaped,
349 const InvalidatedSymbols &Escaped,
    [all...]
  /external/pcre/dist2/testdata/
testoutput11-16 34 \\ [^\x80-\xff] # Escaped something (something != CR)
48 \\ [^\x80-\xff] # Escaped something (something != CR)
85 \\ [^\x80-\xff] # Escaped something (something != CR)
97 \\ [^\x80-\xff] # Escaped something (something != CR)
167 \\ [^\x80-\xff] # Escaped something (something != CR)
181 \\ [^\x80-\xff] # Escaped something (something != CR)
testoutput11-32 34 \\ [^\x80-\xff] # Escaped something (something != CR)
48 \\ [^\x80-\xff] # Escaped something (something != CR)
85 \\ [^\x80-\xff] # Escaped something (something != CR)
97 \\ [^\x80-\xff] # Escaped something (something != CR)
167 \\ [^\x80-\xff] # Escaped something (something != CR)
181 \\ [^\x80-\xff] # Escaped something (something != CR)
  /external/v8/src/parsing/
scanner.cc 947 // Skip escaped newlines.
991 // Other escaped characters are interpreted as their non-escaped version.
    [all...]
  /external/mdnsresponder/mDNSShared/
dns_sd.h 523 /* Maximum length, in bytes, of a domain name represented as an *escaped* C-String */
534 * the APIs expect the strings to be properly escaped, using the conventional DNS escaping rules:
544 * In these routines, the "servicename" is NOT escaped. It does not need to be, since
547 * escaped, but since legal regtypes are only allowed to contain letters, digits,
549 * portion is also escaped, though most domains in use on the public Internet
550 * today, like regtypes, don't contain any characters that need to be escaped.
566 * For converting from servicename/regtype/domain to a single properly-escaped
572 * The full (escaped) DNS name of this service's SRV record would be:
    [all...]
  /build/kati/
expr.cc 531 // Skip the current escaped newline
535 // Then continue skipping escaped newlines, spaces, and tabs
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/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
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/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."""
  /external/chromium-trace/catapult/devil/devil/utils/
cmd_helper.py 25 """Return an shell-escaped version of the string using single quotes.
43 """Return an shell-escaped version of the string using double quotes.
  /external/clang/lib/Format/
Format.cpp     [all...]
  /external/clang/lib/Lex/
MacroArgs.cpp 253 // If the last character of the string is a \, and if it isn't escaped, this
257 // just escaped backslashes, otherwise it's an error.
  /external/cn-cbor/cmake/
CoverallsGenerateGcov.cmake 270 # also the \ to escaped \n in macros screws up things.)
292 # According to http://json.org/ these should be escaped as well.
  /external/emma/ant/ant14/com/vladium/emma/
emmajavaTask.java 204 super.createArg ().setValue (args [a]); // note: spaces etc are escaped correctly by ANT libs
233 super.createArg ().setValue (args [a]); // note: spaces etc are escaped correctly by ANT libs
  /external/icu/icu4c/source/i18n/
affixpatternparser.cpp 249 // escapes literals for strings where special characters are NOT escaped
271 // are escaped with apostrophe.
  /external/libmojo/build/
gn_helpers.py 100 strings will be quoted and escaped according to GN rules so the list can be
140 # These are the escaped characters GN supports.
  /external/python/cpython2/Lib/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."""
  /external/python/cpython2/Lib/json/
__init__.py 133 output are escaped with ``\uXXXX`` sequences, and the result is a ``str``
203 If ``ensure_ascii`` is false, all non-ASCII characters are not escaped, and
  /external/python/cpython3/Lib/json/
__init__.py 132 ``obj``. Otherwise, all such characters are escaped in JSON strings.
194 such characters are escaped in JSON strings.
  /external/python/cpython3/Lib/test/
test_urllib.py 744 Have special meaning in URIs and must be escaped if not being used for
747 Unreserved and do not need to be escaped; can be, though, if desired
749 Have no use in URIs so must be escaped
751 Must be escaped
753 Must be escaped
755 Must be escaped
816 "%s should be escaped to %s, not %s" %
    [all...]
  /external/skia/gn/
gn_helpers.py 100 strings will be quoted and escaped according to GN rules so the list can be
140 # These are the escaped characters GN supports.
  /external/skqp/gn/
gn_helpers.py 100 strings will be quoted and escaped according to GN rules so the list can be
140 # These are the escaped characters GN supports.

Completed in 1392 milliseconds

<<21222324252627282930>>