/external/webkit/LayoutTests/fast/url/script-tests/ |
ipv4.js | 98 expected_result = escape(test_vector.toLowerCase());
|
/external/webkit/Source/WebCore/platform/ |
FileSystem.cpp | 38 // - Percent (25) (escaped because it is our escape character)
|
/external/webkit/Tools/CodeCoverage/ |
regenerate-coverage-display | 180 def escape(text): function 182 Escape string to be conform HTML 249 # Scan each line and see if it was covered or not and escape the 278 escaped_line = escape(split_line[2])
|
/external/zlib/ |
zlib2ansi | 148 [^/"'\\]* ## Chars which doesn't start a comment, string or escape
|
/frameworks/base/data/keyboards/ |
Vendor_046d_Product_c532.kl | 27 key 1 ESCAPE
|
/libcore/luni/src/main/java/java/sql/ |
Timestamp.java | 344 * Returns the timestamp formatted as a String in the JDBC Timestamp Escape 348 * Timestamp}, in JDBC Timestamp escape format. 394 * specified by a supplied String holding the time in JDBC timestamp escape 398 * the {@code String} containing a time in JDBC timestamp escape
|
/libcore/luni/src/main/native/ |
java_util_regex_Pattern.cpp | 43 case U_REGEX_BAD_ESCAPE_SEQUENCE: return "Unrecognized backslash escape sequence in pattern";
|
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/ |
CalendarProvider2Test.java | [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/arpa/ |
ftp.h | 91 #define REC_ESC '\377' /* Record-mode Escape */
|
/system/core/init/ |
parser.c | 174 /* unknown escape -- just copy */
|
/system/core/libsysutils/src/ |
FrameworkListener.cpp | 96 cli->sendMsg(500, "Unsupported escape sequence", false);
|
/system/core/sh/bltin/ |
echo.c | 89 case 'e': c = 033; break; /* escape */
|
/system/core/sh/ |
parser.h | 39 #define CTLESC '\201' /* escape next character */
|
/external/libvpx/examples/includes/geshi/docs/ |
CHANGES | 23 - Fixed a problem where HardEscapes weren't working when no escape char was given (BenBE) 27 - Added a possibility to allow setting the style for escape characters (BenBE) 77 * Added improved Escape Char handling for c, c_mac, cpp and cpp_qt (SF#2458743, BenBE) 87 - Added support for Escape Regular Expressions (BenBE) 100 - Fixed broken Escape chars if classes were disabled 180 * Fixed escape char support when an escape char is followed by multi-byte chars (SF#2037598, BenBE) 445 - Removed \ as an escape character in T-SQL (Dave Jackson) 481 - Removed escape characters for strings in XML and HTML (floele) 498 - Fix for using escape characters to escape newlines breaking XHTML compliance (Yves Goergen [all...] |
/external/pcre/doc/html/ |
pcretest.html | 66 Behave as if each data line contains the \D escape sequence; this causes the 81 Behave as if each data line contains the \M escape sequence; this causes 152 multi-line matches, you have to use the \n escape sequence (or \r or \r\n, 171 If you do so, the escape and the delimiter form part of the pattern, but since 381 \e escape (\x27) 489 If a data line contains the \D escape sequence, or if the command line 492 escape sequence is present in the data line, it stops after the first match is 572 included in data by means of the \n escape (or \r, \r\n, etc., depending on 578 means of the \D escape sequence or the <b>-dfa</b> command line option), the 608 Since the matching function does not support substring capture, the escape [all...] |
/development/scripts/app_engine_server/gae_shell/static/ |
shell.js | 182 var value = escape(elem.value).replace(/\+/g, '%2B'); // escape ignores +
|
/external/bluetooth/glib/glib/ |
gerror.c | 90 * that could include printf() escape sequences. 225 * that could include printf() escape sequences.
|
/external/chromium/base/ |
string_util.cc | 926 const CHAR* escape = NULL; 928 if (!escape && IsWildcard(**pattern)) { 935 if (!escape && **pattern == '\\') { 936 escape = *pattern; 953 // function will return false because if we can't match an escape char 955 if (escape) { 956 *pattern = escape; 961 escape = NULL; [all...] |
/external/chromium/chrome/common/extensions/ |
extension_file_util_unittest.cc | 206 { URL_PREFIX "escape%20spaces.html", 207 "escape spaces.html" },
|
/external/clang/include/clang/Lex/ |
LiteralSupport.h | 139 /// StringLiteralParser - This decodes string escape characters and performs 182 /// advancing over escape sequences in the string.
|
/external/doclava/src/com/google/doclava/ |
SampleTagInfo.java | 199 boolean escape, boolean errorOk) { 223 if (escape) {
|
/external/icu4c/extra/uconv/ |
uconv.cpp | 148 { "escape", 151 { "escape-icu", 154 { "escape-java", 157 { "escape-c", 160 { "escape-xml", 163 { "escape-xml-hex", 166 { "escape-xml-dec", 169 { "escape-unicode", UCNV_FROM_U_CALLBACK_ESCAPE, UCNV_ESCAPE_UNICODE, [all...] |
/external/icu4c/i18n/ |
strmatch.h | 125 * @param escapeUnprintable if True then escape the unprintable characters. 183 * character to their hex escape representations, \\uxxxx or
|
/external/javasqlite/src/main/java/SQLite/ |
StringEncoder.java | 81 } else if (c == 1) { // escape character 174 if ((c = s.charAt(i++)) == 1) { // escape character found
|
/external/libpng/contrib/gregbook/ |
wpng.c | 133 that includes an escape character (27) must be re-entered regardless */ 471 if (p[result] == 27) { /* escape character */ 501 if (p[result] == 27) { /* escape character */ 541 if (p[result] == 27) { /* escape character */ 571 if (p[result] == 27) { /* escape character */ 601 if (p[result] == 27) { /* escape character */ 631 if (p[result] == 27) { /* escape character */ 798 } /* or of first escape character (bad) */
|