HomeSort by relevance Sort by last modified time
    Searched refs:escape (Results 176 - 200 of 593) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/tools/gyp/pylib/gyp/
easy_xml.py 146 "(%s)" % "|".join(map(re.escape, _xml_escape_map.keys())))
150 """ Escape a string for inclusion in XML."""
  /external/chromium_org/tools/
unused-symbols-report.py 145 htmlsymbol = cgi.escape(symbol).replace('::', '::<wbr>')
  /external/chromium_org/ui/views/window/
dialog_client_view.cc 86 ui::Accelerator escape(ui::VKEY_ESCAPE, ui::EF_NONE);
95 ok_button_->AddAccelerator(escape);
108 cancel_button_->AddAccelerator(escape);
118 // Use the escape key to close the window if there are no dialog buttons.
120 AddAccelerator(escape);
  /external/chromium_org/v8/test/mjsunit/compiler/
dead-loops.js 69 new Object(); // Have to prove the allocation doesn't escape.
75 var x = {}; // Have to prove the allocation doesn't escape.
  /external/icu/icu4c/source/samples/numfmt/
util.cpp 44 UnicodeString escape(const UnicodeString &source) { function
  /external/jsilver/src/com/google/clearsilver/jsilver/functions/
FunctionRegistry.java 56 public void escape(String name, String input, Appendable output) throws IOException { method in class:FunctionRegistry
141 * Registers an escaper, that is called when executing a &lt;?cs escape ?&gt; command.
143 * @param name The name with which &lt;?cs escape ?&gt; will invoke this escaper.
  /external/jsilver/src/com/google/clearsilver/jsilver/functions/bundles/
ClearSilverCompatibleFunctions.java 19 import com.google.clearsilver.jsilver.functions.escape.*;
71 // These functions are available as arguments to <?cs escape: ?>
73 // can automatically add <?cs escape ?> nodes with these modes
86 // url_validate is available as an argument to <?cs escape: ?>
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
fnmatch.py 115 res = res + re.escape(c)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_re.py 56 self.assertEqual(re.sub('(.)', re.escape(s), 'x'), s)
73 # fails for group followed by other escape
508 self.assertEqual(re.escape(c), c)
510 self.assertEqual(re.escape(c), u'\\000')
512 self.assertEqual(re.escape(c), u'\\' + c)
513 self.assertMatch(re.escape(c), c)
514 self.assertMatch(re.escape(p), p)
521 self.assertEqual(re.escape(b), b)
523 self.assertEqual(re.escape(b), b'\\000')
525 self.assertEqual(re.escape(b), b'\\' + b
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
fnmatch.py 115 res = res + re.escape(c)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_re.py 56 self.assertEqual(re.sub('(.)', re.escape(s), 'x'), s)
73 # fails for group followed by other escape
508 self.assertEqual(re.escape(c), c)
510 self.assertEqual(re.escape(c), u'\\000')
512 self.assertEqual(re.escape(c), u'\\' + c)
513 self.assertMatch(re.escape(c), c)
514 self.assertMatch(re.escape(p), p)
521 self.assertEqual(re.escape(b), b)
523 self.assertEqual(re.escape(b), b'\\000')
525 self.assertEqual(re.escape(b), b'\\' + b
    [all...]
  /cts/libs/json/src/com/android/json/stream/
JsonReader.java 799 * character escape sequences encountered along the way. The opening quote
804 * @throws NumberFormatException if any unicode escape sequences are
937 * @throws NumberFormatException if any unicode escape sequences are
942 throw syntaxError("Unterminated escape sequence");
949 throw syntaxError("Unterminated escape sequence");
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ui/
overlay_widget.js 65 if (evt.keyCode == 13 || evt.keyCode == 27) { // Enter or escape.
  /external/chromium_org/chrome/common/extensions/docs/server2/
fake_fetchers.py 80 _GITILES_BASE_RE = re.escape('%s/%s' %
82 _GITILES_BRANCH_BASE_RE = re.escape('%s/%s/%s' %
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1351.js 30 // Test that the arguments value is does not escape when it appears as
  /external/chromium_org/v8/test/preparser/
non-use-strict-hex-escape.js 28 // A string looking like "use strict", but with a hex escape in it,
non-use-strict-octal-escape.js 28 // A string looking like "use strict", but with an octal escape in it,
non-use-strict-uhex-escape.js 28 // A string looking like "use strict", but with a long hex escape in it,
strict-octal-indirect-regexp.js 28 // Strict mode with call to RegExp containing octal escape:
strict-octal-regexp.js 28 // Strict mode with octal escape in RegExp literal.
strict-octal-string.js 28 // Strict mode with octal escape in string literal.
strict-octal-use-strict-after.js 28 // Strict mode with octal escape in string/directive prologue looking like
strict-octal-use-strict-before.js 28 // Strict mode with octal escape in string/directive prologue looking like
  /external/chromium_org/v8/test/webkit/
dfg-arguments-alias-escape.js 25 "Tests aliased uses of 'arguments' that escape."
dfg-arguments-unexpected-escape.js 25 "Tests aliased uses of 'arguments' that have an unexpected escape."

Completed in 620 milliseconds

1 2 3 4 5 6 78 91011>>