HomeSort by relevance Sort by last modified time
    Searched full:escaped (Results 301 - 325 of 1175) sorted by null

<<11121314151617181920>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
util.py 255 spaces are not escaped by a backslash, or inside a quoted string.
257 be backslash-escaped. The backslash is stripped from any two-character
258 escape sequence, leaving only the escaped character. The quote
284 elif s[end] == '\\': # preserve whatever is being escaped;
494 """Return a version of the string escaped for inclusion in an
filelist.py 300 # any OS. So change all non-escaped dots in the RE to match any
307 escaped = r'\1[^%s]' % sep
308 pattern_re = re.sub(r'((?<!\\)(\\\\)*)\.', escaped, pattern_re)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
util.py 255 spaces are not escaped by a backslash, or inside a quoted string.
257 be backslash-escaped. The backslash is stripped from any two-character
258 escape sequence, leaving only the escaped character. The quote
284 elif s[end] == '\\': # preserve whatever is being escaped;
494 """Return a version of the string escaped for inclusion in an
filelist.py 300 # any OS. So change all non-escaped dots in the RE to match any
307 escaped = r'\1[^%s]' % sep
308 pattern_re = re.sub(r'((?<!\\)(\\\\)*)\.', escaped, pattern_re)
  /external/apache-http/src/org/apache/http/message/
BasicHeaderValueFormatter.java 79 * Unsafe special characters that must be escaped using the backslash
229 // assume quotes, but no escaped characters
377 // assume quotes, but no escaped characters
  /external/bison/lib/
quotearg.h 196 levels where the outer quote need not be escaped within the inner
197 quotes. For two levels where the outer quote must be escaped
218 /* Omit the surrounding quote characters if no escaped characters
  /external/chromium_org/components/omnibox/
keyword_provider_unittest.cc 122 // no-query-input cases have a space appended, and action is not escaped.
202 // and query input, but not rest of URL, is escaped.
259 // tokens and contents are not escaped or unescaped.
  /external/chromium_org/third_party/WebKit/Source/core/editing/
MarkupAccumulator.cpp 321 // FIXME: Comment content is not escaped, but XMLSerializer (and possibly other callers) should raise an exception if it includes "-->".
376 // FIXME: PI data is not escaped, but XMLSerializer (and possibly other callers) this should raise an exception if it includes "?>".
484 // FIXME: CDATA content is not escaped, but XMLSerializer (and possibly other callers) should raise an exception if it includes "]]>".
  /external/clang/lib/StaticAnalyzer/Checkers/
StreamChecker.cpp 30 enum Kind { Opened, Closed, OpenFailed, Escaped } K;
38 //bool isEscaped() const { return K == Escaped; }
50 return StreamState(Escaped, s);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
binhex.py 22 # escaped *value* of 0x90. All coders I've seen appear to ignore this nicety...
345 # '\220\0\220' - Keep 3 bytes: repeated \220 (escaped as \220\0)
347 # '\220\0' - Escaped \220: Keep 2 bytes.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
binhex.py 22 # escaped *value* of 0x90. All coders I've seen appear to ignore this nicety...
345 # '\220\0\220' - Keep 3 bytes: repeated \220 (escaped as \220\0)
347 # '\220\0' - Escaped \220: Keep 2 bytes.
  /bionic/libc/dns/nameser/
ns_name.c 229 int c, n, escaped, e = 0; local
232 escaped = 0;
238 if (escaped) {
250 escaped = 0;
280 escaped = 0;
282 escaped = 1;
  /external/libxml2/
HTMLtree.c 719 xmlChar *escaped; local
725 * the < and > have already been escaped at the entity level
728 escaped = xmlURIEscapeStr(tmp, BAD_CAST"@/:=?;#%&,+<>");
729 if (escaped != NULL) {
730 xmlBufWriteQuotedString(buf->buffer, escaped);
731 xmlFree(escaped);
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp     [all...]
  /external/pcre/dist/testdata/
testoutput14 174 \\ [^\x80-\xff] # Escaped something (something != CR)
188 \\ [^\x80-\xff] # Escaped something (something != CR)
225 \\ [^\x80-\xff] # Escaped something (something != CR)
237 \\ [^\x80-\xff] # Escaped something (something != CR)
307 \\ [^\x80-\xff] # Escaped something (something != CR)
321 \\ [^\x80-\xff] # Escaped something (something != CR)
  /external/smack/src/org/jivesoftware/smack/util/
StringUtils.java 401 * be escaped to "Joe\20Smith" before being made into a JID (e.g. "joe\20smith@example.com"
408 * @return the escaped version of the node.
462 * be escaped to "Joe\20Smith" before being made into a JID (e.g. "joe\20smith@example.com"
468 * @param node the escaped version of the node.
469 * @return the un-escaped version of the node.
525 * @return the string with appropriate characters escaped.
  /external/bison/src/
system.h 164 /* Output Str escaped for our postprocessing (i.e., escape M4 special
184 /* Output Str both quoted for M4 (i.e., embed in [[...]]), and escaped
  /external/chromium_org/content/common/fileapi/
file_system_util_unittest.cc 287 // Percents must be escaped, otherwise they will be unintentionally unescaped.
298 // Percents must be escaped, otherwise they will be unintentionally unescaped.
  /external/chromium_org/sandbox/win/src/
filesystem_policy.cc 386 // NT prefix escaped for rule matcher
397 // Start of name matches NT prefix, replace with escaped format
policy_low_level.cc 174 // never contains wildcards (unless they have been escaped) and while there
259 // Note: "/?" is an escaped '?'. Eat the slash and fall through.
  /external/chromium_org/third_party/WebKit/Source/platform/weborigin/
DatabaseIdentifierTest.cpp 225 {"http_escaped%3Dfun.com_0", "http", "escaped%3dfun.com", 0, "http://escaped%3dfun.com", false},
  /external/chromium_org/third_party/libxslt/libxslt/
attrvt.c 222 if (*(cur+1) == '{') { /* escaped '{' */
300 if (*cur == '}') { /* escaped '}' */
  /external/chromium_org/tools/gn/
ninja_build_writer.cc 259 std::string escaped = EscapeString(phony_name, ninja_escape, NULL); local
261 out_ << "build " << escaped << ": phony "; local
  /external/chromium_org/v8/tools/
jsmin.py 227 # This regexp can handle embedded backslash-escaped characters including
228 # embedded backslash-escaped double quotes.
  /external/google-tv-pairing-protocol/java/src/com/google/polo/json/
XML.java 73 * @param string The string to be escaped.
74 * @return The escaped string.

Completed in 1547 milliseconds

<<11121314151617181920>>