/external/chromium_org/v8/test/mjsunit/ |
scanner.js | 28 // Tests that we check if escaped characters are valid indentifier
|
/external/clang/lib/Format/ |
WhitespaceManager.h | 61 /// When \p InPPDirective is true, escaped newlines are inserted. \p Spaces is 96 /// trailing comments and escaped newlines. 143 /// \brief Align escaped newlines over all \c Changes. 146 /// \brief Align escaped newlines from change \p Start to change \p End at
|
/external/e2fsprogs/lib/ext2fs/ |
jfs_dat.h | 41 #define JFS_FLAG_ESCAPE 1 /* on-disk block is escaped */
|
/external/jsilver/src/com/google/clearsilver/jsilver/functions/ |
FunctionExecutor.java | 37 * @param input Text to be escaped.
|
/external/jsilver/src/com/google/clearsilver/jsilver/functions/html/ |
HtmlUrlValidateFunction.java | 24 * Validates that a given string is a valid URI and return the HTML escaped string if it is.
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
PasswordTransformationMethodTest.java | 25 assertThat(output.toString(), is("\u2022\u2022\u2022\u2022\u2022\u2022")); //using the escaped characters for cross platform compatibility.
|
/external/v8/test/mjsunit/ |
scanner.js | 28 // Tests that we check if escaped characters are valid indentifier
|
/packages/apps/Exchange/tests/src/com/android/exchange/adapter/ |
AttachmentLoaderTests.java | 34 // We don't re-encode escaped characters
|
/external/apache-http/src/org/apache/commons/codec/net/ |
QuotedPrintableCodec.java | 123 * Encodes an array of bytes into an array of quoted-printable 7-bit characters. Unsafe characters are escaped. 159 * Decodes an array quoted-printable characters into an array of original bytes. Escaped characters are converted 199 * Encodes an array of bytes into an array of quoted-printable 7-bit characters. Unsafe characters are escaped. 215 * Decodes an array of quoted-printable characters into an array of original bytes. Escaped characters are converted 234 * Encodes a string into its quoted-printable form using the default string charset. Unsafe characters are escaped. 262 * Decodes a quoted-printable string into its original form using the specified string charset. Escaped characters 283 * Decodes a quoted-printable string into its original form using the default string charset. Escaped characters are 307 * Encodes an object into its quoted-printable safe form. Unsafe characters are escaped. 331 * Decodes a quoted-printable object into its original form. Escaped characters are converted back to their original 365 * Encodes a string into its quoted-printable form using the specified charset. Unsafe characters are escaped [all...] |
QCodec.java | 174 * Encodes a string into its quoted-printable form using the specified charset. Unsafe characters are escaped. 197 * Encodes a string into its quoted-printable form using the default charset. Unsafe characters are escaped. 214 * Decodes a quoted-printable string into its original form. Escaped characters are converted back to their original 237 * Encodes an object into its quoted-printable form using the default charset. Unsafe characters are escaped. 259 * Decodes a quoted-printable object into its original form. Escaped characters are converted back to their original
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
DeadStoresChecker.cpp | 130 llvm::SmallPtrSet<const VarDecl*, 20> Escaped; 140 llvm::SmallPtrSet<const VarDecl*, 20> &escaped) 142 Escaped(escaped), currentBlock(0) {} 165 if (Escaped.count(V)) 395 llvm::SmallPtrSet<const VarDecl*, 20> Escaped; 399 // escaped. 410 Escaped.insert(VD); 440 DeadStoreObs A(cfg, BR.getContext(), BR, AC, pmap, FS.Escaped);
|
SimpleStreamChecker.cpp | 84 const InvalidatedSymbols &Escaped, 254 // If the pointer we are tracking escaped, do not track the symbol as 258 const InvalidatedSymbols &Escaped, 266 for (InvalidatedSymbols::const_iterator I = Escaped.begin(), 267 E = Escaped.end(); 271 // The symbol escaped. Optimistically, assume that the corresponding file
|
/external/xmlwriter/src/org/jheer/ |
XMLWriter.java | 88 * escaped text, use the {@link #content(String)} method instead. 89 * @param s the text to write. This String will not be escaped. 97 * a newline. To write escaped text, use the {@link #content(String)} 99 * @param s the text to write. This String will not be escaped. 360 * @param value the value of the attribute, this text will be escaped 361 * @param content the text content, this text will be escaped 379 * @param content the text content, this text will be escaped 391 * @param content the content text, this text will be escaped 408 * @param footer the footer text, this will not be escaped
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/ |
CsvUtils.java | 30 * These methods can't handle new line code escaped in double quotes. 154 * @param text the CSV field text that may have enclosing QUOTEs and escaped QUOTE character. 173 throw new CsvParseException("Escaped quote in text"); 231 * Convert the raw CSV field text to the escaped text. It adds enclosing QUOTEs (U+0022) if the 235 * @param text the raw CSV field text to be escaped. 236 * @param alwaysQuoted true if the escaped text should always be enclosed by QUOTEs. 237 * @return the escaped text. 257 sb.append(QUOTE); // escaped quote. 288 * @return the string of the joined and escaped <code>fields</code>.
|
/external/apache-http/src/org/apache/http/message/ |
BasicHeaderValueParser.java | 364 boolean escaped = false; 367 if (ch == '"' && !escaped) { 370 if (!qouted && !escaped && isOneOf(ch, delimiters)) { 374 if (escaped) { 375 escaped = false; 377 escaped = qouted && ch == '\\';
|
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/ |
EscapingEvaluator.java | 55 * Generates a JavaExpression to determine whether a given CS expression should be escaped before 56 * displaying. If propagateEscapeStatus is enabled, string and numeric literals are not escaped, nor 58 * is not escaped. This maintains compatibility with the way ClearSilver works. 72 * Returns a JavaExpression that can be used to decide whether a given variable should be escaped. 131 * escaped. 175 * of its parameters have been escaped.
|
/packages/apps/UnifiedEmail/src/com/android/mail/lib/base/ |
PercentEscaper.java | 49 * <p><i>Unreserved characters can be escaped without changing the semantics 75 * characters do need to be escaped when used in other parts of the URI. 82 * characters do need to be escaped when used in other parts of the URI. 87 // In some uri escapers spaces are escaped to '+' 102 * {@code c > safeOctets.length} then it should be escaped. 113 * @param plusForSpace true if ASCII space should be escaped to {@code +}
|
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/ |
PercentEscaper.java | 50 * <p><i>Unreserved characters can be escaped without changing the semantics 76 * characters do need to be escaped when used in other parts of the URI. 83 * characters do need to be escaped when used in other parts of the URI. 88 // In some uri escapers spaces are escaped to '+' 103 * {@code c > safeOctets.length} then it should be escaped. 114 * @param plusForSpace true if ASCII space should be escaped to {@code +}
|
/external/qemu/telephony/ |
gsm.c | 657 int escaped = 0; local 670 if (escaped) { 673 escaped = 1; 696 int escaped = 0; local 707 if (escaped) { /* two escape characters => one space */ 709 escaped = 0; 711 escaped = 1; 719 escaped = 0; 720 } else if (escaped) { 746 int escaped = 0 local [all...] |
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/ |
AbstractTest.java | 46 // return an escaped string of the expected result 55 // return an escaped string of the actual result
|
/external/chromium/chrome/browser/ |
external_protocol_handler.h | 60 // url has already been escaped, which happens in LaunchUrl. 62 // url you have has been checked against the blacklist, and has been escaped.
|
/external/chromium/net/base/ |
data_url_unittest.cc | 85 // the comma cannot be url-escaped! 121 // In base64 encoding, escaped whitespace should be stripped.
|
/external/chromium_org/chrome/browser/external_protocol/ |
external_protocol_handler.h | 87 // url has already been escaped, which happens in LaunchUrl. 89 // url you have has been checked against the blacklist, and has been escaped.
|
/external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/ |
ContentDetectionTestBase.java | 41 * Encodes the provided content string into an escaped url as intents do. 43 * @return Escaped url.
|
/external/chromium_org/native_client_sdk/src/tools/ |
fix_deps.py | 31 are escaped with a backslash. 42 # Find the next non-escaped space
|