HomeSort by relevance Sort by last modified time
    Searched refs:escape (Results 101 - 125 of 181) sorted by null

1 2 3 45 6 7 8

  /external/v8/test/message/
testcfg.py 60 pattern = re.escape(line.rstrip() % env)
  /external/webkit/Tools/iExploder/iexploder-1.7.2/src/
webserver.rb 80 $last_page_requested = [Time.now().to_i, request.unparsed_uri, CGI.escape(user_agent)]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
iso_fs.h 74 char escape [ISODCL ( 89, 120)]; /* 856 */ member in struct:iso_supplementary_descriptor
  /external/bluetooth/glib/tests/
makefile.msc.in 43 markup-escape-test.exe \
  /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])
  /frameworks/base/core/java/android/util/
JsonReader.java 868 * character escape sequences encountered along the way. The opening quote
873 * @throws NumberFormatException if any unicode escape sequences are
    [all...]
  /external/v8/test/mjsunit/regress/
regress-1200351.js 196 eval("for (new RegExp.join().className() in new Object().length()>>true.toObject()) { parseFloat(escape(debugger)) }")
212 eval("new Date(void.join().add(escape(undef)))")
264 eval("with ({ throw new false(0.2).prototype.name : parseFloat(false)+(!debugger) }) { escape(undef.lastIndex) }")
452 eval("let ('a'-continue?null.length():escape(continue)) { return undef.push(false.shift()) }")
480 eval("if (1/NaN.__lookupGetter__(undef.prototype.value)) { escape(eval(this)) }")
583 eval("new Function(escape(0.length))")
623 eval("let (function () { -1 }.shift()) { escape(1.unshift()) }")
731 eval("for (escape(x==debugger), NaN.shift()&debugger?false:0.2, (!new RegExp)&goto break) { unescape(x.toText) }")
    [all...]
regress-52801.js 29 // (contexts may escape), but when leaving a with-scope, we currently also copy
  /external/chromium/chrome/browser/resources/picasaweb_uploader/js/
picasa_client.js 345 postData += '<title type="text">' + escape(album.title) + '</title>' + eol;
346 postData += '<summary type="text">' + escape(album.description) +
348 postData += '<gphoto:location>' + escape(album.location) +
  /external/icu4c/test/intltest/
numfmtst.cpp 591 logln((UnicodeString)" Format 123 -> " + escape(s));
603 logln((UnicodeString)" Format 123 -> " + escape(s));
633 logln((UnicodeString)" Format " + 1234.56 + " -> " + escape(s));
637 logln((UnicodeString)" Format " + (-1234.56) + " -> " + escape(s));
650 logln((UnicodeString)" Format " + 1234.56 + " -> " + escape(s));
654 logln((UnicodeString)" Format " + (-1234.56) + " -> " + escape(s));
666 NumberFormatTest::escape(UnicodeString& s) function in class:NumberFormatTest
927 escape(out) + "\"");
931 escape(out) + "\"");
    [all...]
usettest.cpp 39 return left + UnicodeSetTest::escape(pat);
2124 UnicodeSetTest::escape(const UnicodeString& s) { function in class:UnicodeSetTest
    [all...]
numfmtst.h 238 static UnicodeString& escape(UnicodeString& s);
  /external/markdown/markdown/
__init__.py 197 * safe_mode: Disallow raw html. One of "remove", "replace" or "escape".
252 self.inlinePatterns["escape"] = \
582 * safe_mode: Disallow raw html. One of "remove", "replace" or "escape".
  /external/webkit/Tools/Scripts/webkitpy/common/system/
filesystem_mock.py 164 return re.sub(re.escape(os.path.sep), self.sep, os.path.join(*comps))
237 return re.sub(re.escape(os.path.sep), self.sep, os.path.normpath(path))
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
FileListingService.java 111 /** Pattern to escape filenames for shell command consumption. */
356 pathBuilder.append(escapePath ? escape(name) : name);
393 public static String escape(String entryName) { method in class:FileListingService.FileEntry
  /development/scripts/app_engine_server/gae_shell/static/
shell.js 182 var value = escape(elem.value).replace(/\+/g, '%2B'); // escape ignores +
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ToTextSAXHandler.java 149 public boolean setEscaping(boolean escape)
ToUnknownStream.java 221 public boolean setEscaping(boolean escape) throws SAXException
223 return m_handler.setEscaping(escape);
    [all...]
  /external/chromium/chrome/browser/ui/find_bar/
find_bar_host_browsertest.cc 743 // See where Escape is registered.
744 views::Accelerator escape(ui::VKEY_ESCAPE, false, false, false);
746 focus_manager->GetCurrentTargetForAccelerator(escape);
753 focus_manager->GetCurrentTargetForAccelerator(escape);
762 // The accelerator for Escape should be back to what it was before.
764 focus_manager->GetCurrentTargetForAccelerator(escape));
    [all...]
  /external/doclava/src/com/google/doclava/
SampleCode.java 151 data = Doclava.escape(data);
  /external/xmlwriter/src/org/jheer/
XMLWriter.java 42 * XML formatting and will properly escape text to ensure that the
430 // Escape Text
442 * Escape a string such that it is safe to use in an XML document.
443 * @param str the string to escape
459 // character out of range, escape with character value
474 // if character is valid, don't escape
  /external/qemu/telephony/
sms.c 97 default: /* invalid escape, return -1 */
132 if (escaped) /* bad final escape */
149 int escape = 0; local
168 escape = 1;
171 escape = 2;
175 escape = 2;
177 switch (escape) {
    [all...]
  /external/chromium/chrome/browser/resources/
keyboard_overlay_data.js 19 "notes": "escape",
514 "notes": "escape",
997 "notes": "escape",
    [all...]
  /external/icu4c/common/
ucnv2022.c 60 * Note that ICU's generic ISO-2022 converter has always output one escape
164 * - The escape sequence ESC ( I for half-width 7-bit Katakana is recognized in
225 INVALID_2022 = -1, /*Doesn't correspond to a valid iso 2022 escape sequence*/
226 VALID_NON_TERMINAL_2022 = 0, /*so far corresponds to a valid iso 2022 escape sequence*/
227 VALID_TERMINAL_2022 = 1, /*corresponds to a valid iso 2022 escape sequence*/
228 VALID_MAYBE_TERMINAL_2022 = 2 /*so far matches one iso 2022 escape sequence, but by adding more characters might match another escape sequence*/
306 * the associated escape sequences starting with ESC ( B should be removed.
605 /* append the UTF-8 escape sequence */
677 /* re-append UTF-8 escape sequence *
    [all...]
  /external/v8/test/mjsunit/
function-names.js 127 "escape", "unescape", "decodeURI", "decodeURIComponent",

Completed in 3137 milliseconds

1 2 3 45 6 7 8