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

1 2 3 4 56 7 8 91011>>

  /external/autotest/tko/
query_lib.py 40 # double quotes are escaped....i.e. '''' is the same as "'"
  /external/clang/lib/Format/
WhitespaceManager.h 72 /// When \p InPPDirective is true, escaped newlines are inserted. \p Spaces is
107 /// trailing comments and escaped newlines.
186 /// \brief Align escaped newlines over all \c Changes.
189 /// \brief Align escaped newlines from change \p Start to change \p End at
  /external/curl/docs/libcurl/
curl_escape.3 36 A-Z or 0-9 will be converted to their "URL escaped" version (%NN where NN is a
  /external/jacoco/jacoco-maven-plugin.test/it/it-customize-agent/
verify.bsh 30 //backslashes will be escaped
  /external/jsilver/src/com/google/clearsilver/jsilver/precompiler/
PrecompiledTemplateMapKey.java 64 * String representation of key. If the template was auto escaped, it appends the
  /external/llvm/test/Analysis/CFLAliasAnalysis/Steensgaard/
interproc-ret-escape.ll 2 ; to return an escaped pointer
  /external/markdown/MarkdownTest/Tests_2004/
Backslash escapes.html 1 <p>These should all get escaped:</p>
Backslash escapes.text-out 9 <p>These should all get escaped:</p>
Backslash escapes.text-res 9 <p>These should all get escaped:</p>
  /external/markdown/tests/markdown-test/
backlash-escapes.html 1 <p>These should all get escaped:</p>
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue148/
PrintableUnicodeTest.java 59 // test deserialization of non-escaped codepoints
84 // test deserialization of escaped codepoints
95 .format("U+%04x: Deserialization threw ReaderException for an acceptable escaped character\n",
100 fail(String.format("U+%04x: Deserialization of escaped character incorrect: %s\n",
  /frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/util/
SourceCodeEscapers.java 71 * the escaped output can be shorter than when the standard Unicode escape
88 * <p><b>Note:</b> Single quotes are not escaped, so it is <b>not safe</b> to
93 * the escaped output can be shorter than when the standard Unicode escape
159 * <p>As existing escape sequences are not re-escaped, this escaper is
  /frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
QuotedPrintable.java 27 * Escaped characters are converted back to their original representation.
  /packages/apps/Messaging/src/android/support/v7/mms/pdu/
QuotedPrintable.java 27 * Escaped characters are converted back to their original representation.
  /packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
QuotedPrintable.java 27 * Escaped characters are converted back to their original representation.
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue15747.go 7 // Issue 15747: liveness analysis was marking heap-escaped params live too much,
  /prebuilts/go/linux-x86/test/fixedbugs/
issue15747.go 7 // Issue 15747: liveness analysis was marking heap-escaped params live too much,
  /external/clang/lib/StaticAnalyzer/Checkers/
ObjCContainersChecker.cpp 57 const InvalidatedSymbols &Escaped,
155 const InvalidatedSymbols &Escaped,
158 for (const auto &Sym : Escaped) {
  /external/guava/guava/src/com/google/common/escape/
ArrayBasedCharEscaper.java 31 * escaped in a general way.
70 * @param replacementMap a map of characters to their escaped representations
91 * @param escaperMap the mapping of characters to be escaped
  /external/protobuf/python/google/protobuf/
text_encoding.py 69 text: A byte string to be escaped
72 Escaped string
92 # the slash itself is not escaped.
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/types/
StrTagTest.java 53 // escaped 8-bit unicode character (u-umlaut):
57 // 2 escaped 8-bit unicode characters (u-umlaut following by e-grave):
60 // escaped 16-bit unicode character (em dash):
  /frameworks/base/tools/preload/
Record.java 146 * @result the same field with any escaped characters replaced
153 String escaped = result.substring(offset+2, offset+6); local
156 result = String.format("%s%c%s", before, Integer.parseInt(escaped, 16), after);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
tree-ssa-alias.h 38 /* Nonzero if the points-to set includes the local escaped solution by
40 unsigned int escaped : 1;
42 /* Nonzero if the points-to set includes the IPA escaped solution by
  /tools/tradefederation/core/src/com/android/tradefed/util/
QuotationAwareTokenizer.java 33 * <li> Split the string into "characters" where each "character" is either an escaped
62 // This pattern matches an escaped character or a character. Escaped char takes precedence
  /bionic/libc/dns/resolv/
res_comp.c 215 int ch, escaped = 0; local
225 if (!escaped && periodchar(ch))
227 if (escaped)
228 escaped = 0;
230 escaped = 1;

Completed in 1951 milliseconds

1 2 3 4 56 7 8 91011>>