| /external/chromium_org/v8/test/mjsunit/ | 
| char-escape.js | 28 // Check that character escapes are understood as one char 29 var escapes = ["\b", "\t", "\n", "\v", "\f", "\r", "\"", "\'", "\\", "\x4a", "\u005f"];  variable
 30 for (var i = 0; i < escapes.length; i++) {
 31   var str = escapes[i];
 
 | 
| escape.js | 44 // Check unicode escapes have a leading zero to pad to 4 digits 46 // Check escapes are upper case
 
 | 
| regexp.js | 345 // Check decimal escapes doesn't overflow. 
 | 
| /external/v8/test/mjsunit/ | 
| char-escape.js | 28 // Check that character escapes are understood as one char 29 var escapes = ["\b", "\t", "\n", "\v", "\f", "\r", "\"", "\'", "\\", "\x4a", "\u005f"];  variable
 30 for (var i = 0; i < escapes.length; i++) {
 31   var str = escapes[i];
 
 | 
| escape.js | 44 // Check unicode escapes have a leading zero to pad to 4 digits 46 // Check escapes are upper case
 
 | 
| regexp.js | 345 // Check decimal escapes doesn't overflow. 
 | 
| /external/chromium_org/v8/test/webkit/fast/js/ | 
| numeric-escapes-in-string-literals.js | 25 "Test numeric escapes in string literals - https://bugs.webkit.org/show_bug.cgi?id=51724" 42 // Tests for single digit octal and decimal escapes.
 43 // In non-strict mode 0-7 are octal escapes, 8-9 are NonEscapeCharacters.
 
 | 
| /external/chromium_org/v8/test/mjsunit/compiler/ | 
| dead-loops-neg.js | 39   return i;  // value of {i} escapes. 46   return i;  // value of {i} escapes.
 53   return a;  // value of {a} escapes.
 62   return sum;  // {sum} escapes.
 
 | 
| literals.js | 37 // Characters just outside the ranges of hex-escapes. 
 | 
| /frameworks/base/core/java/com/android/internal/util/ | 
| FastXmlSerializer.java | 133         final String[] escapes = ESCAPE_TABLE;  local 139             String escape = escapes[c];
 150         final String[] escapes = ESCAPE_TABLE;  local
 157             String escape = escapes[c];
 
 | 
| /external/chromium_org/v8/test/webkit/ | 
| gmail-re-re.js | 25 "Bug 7445, bug 7253: Handle Unicode escapes in regexps." 
 | 
| /external/v8/test/mjsunit/compiler/ | 
| literals.js | 37 // Characters just outside the ranges of hex-escapes. 
 | 
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ | 
| test_tokenize.py | 70 whitespace after the colon. Note that we use hex escapes to make the 
 | 
| test_urllib.py | 457     code of ``'%' + hex(ord(<character>))[2:]`` escapes a character properly. 521                              "%s should be escapes to %s, not %s" %
 592         # Test unquoting on bad percent-escapes
 610         # Test unquoting on mixed-case hex digits in the percent-escapes
 [all...]
 | 
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ | 
| test_tokenize.py | 70 whitespace after the colon. Note that we use hex escapes to make the 
 | 
| test_urllib.py | 457     code of ``'%' + hex(ord(<character>))[2:]`` escapes a character properly. 521                              "%s should be escapes to %s, not %s" %
 592         # Test unquoting on bad percent-escapes
 610         # Test unquoting on mixed-case hex digits in the percent-escapes
 [all...]
 | 
| /external/clang/lib/StaticAnalyzer/Core/ | 
| ExprEngine.cpp | 1806  bool escapes = true;  local [all...]
 | 
| /external/libvpx/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/ | 
| markdown.php | 626         # Process character escapes, code spans, and inline HTML [all...]
 | 
| /external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/ | 
| clike.js | 193   // C#-style strings where "" escapes a quote. 
 | 
| /external/chromium_org/third_party/JSON/JSON-2.59/blib/lib/JSON/ | 
| backportPP.pm | 600     my %escapes = ( #  by Jeremy Muhlich <jmuhlich [at] bitflood.org> 760                     if(exists $escapes{$ch}){
 761                         $s .= $escapes{$ch};
 [all...]
 | 
| /external/chromium_org/third_party/JSON/JSON-2.59/lib/JSON/ | 
| backportPP.pm | 600     my %escapes = ( #  by Jeremy Muhlich <jmuhlich [at] bitflood.org> 760                     if(exists $escapes{$ch}){
 761                         $s .= $escapes{$ch};
 [all...]
 | 
| /external/chromium_org/third_party/JSON/out/lib/perl5/JSON/ | 
| backportPP.pm | 600     my %escapes = ( #  by Jeremy Muhlich <jmuhlich [at] bitflood.org> 760                     if(exists $escapes{$ch}){
 761                         $s .= $escapes{$ch};
 [all...]
 | 
| /dalvik/docs/ | 
| prettify.js | 257   /** like textToHtml but escapes double quotes to be attribute safe. */ 686     * It has no special handling for double delimiter escapes as in basic, or
 [all...]
 | 
| /external/e2fsprogs/lib/et/ | 
| texinfo.tex | [all...] | 
| /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ | 
| org.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar |  |