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

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/third_party/tlslite/tlslite/utils/
xmltools.py 200 def escape(s): function
201 return saxutils.escape(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."
  /external/doclava/src/com/google/doclava/
SampleTagInfo.java 206 boolean escape, boolean numberedLines, boolean errorOk) {
235 if (escape) {
  /external/ppp/pppd/
options.c 1116 int c, len, escape; local
1124 escape = 0;
1137 * is ignored. Note that we cannot have escape && comment.
1140 if (!escape) {
1144 escape = 0;
1157 if (escape)
1161 * If this is the escape character, look at the next character.
1164 escape = 1;
1186 if (!escape && (c == '"' || c == '\'')) {
1196 if (escape) {
    [all...]
  /external/protobuf/src/google/protobuf/io/
tokenizer.cc 53 // escape sequence at line 5, column 45", you get error messages like
59 // "\\\\[abfnrtv?\"'\\\\0-7]|" // normal escape
60 // "\\\\x[0-9a-fA-F])*\"|" // hex escape
139 CHARACTER_CLASS(Escape, c == 'a' || c == 'b' || c == 'f' || c == 'n' ||
169 // We expect escape sequences to have been validated separately.
341 // An escape sequence.
343 if (TryConsumeOne<Escape>()) {
344 // Valid escape sequence.
351 AddError("Expected hex digits for escape sequence.");
355 AddError("Invalid escape sequence in string literal.")
    [all...]
  /external/v8/test/mjsunit/regress/
regress-1351.js 30 // Test that the arguments value is does not escape when it appears as
  /external/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
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
SimpleHTTPServer.py 114 displaypath = cgi.escape(urllib.unquote(self.path))
130 % (urllib.quote(linkname), cgi.escape(displayname)))

Completed in 877 milliseconds

1 2 3 4 5 6 78 91011>>