HomeSort by relevance Sort by last modified time
    Searched refs:escapes (Results 1 - 25 of 28) sorted by null

1 2

  /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/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.
  /external/fio/
json.c 64 int escapes; local
69 escapes = 0;
71 escapes++;
75 p = ret = malloc(strlen(str) + escapes + 1);
  /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."
  /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 1912 bool escapes = true; local
    [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/pcre/dist/
pcre_compile.c 152 static const short int escapes[] = { variable
197 static const short int escapes[] = { variable
325 Unicode property escapes. */
    [all...]
  /external/chromium_org/third_party/polymer/components-chromium/core-component-page/
core-component-page-extracted.js     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.metadata_2.2.0.v20130523-1557.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.metadata_2.2.0.v20130523-1557.jar 
  /external/bison/build-aux/
texinfo.tex     [all...]
  /prebuilts/tools/common/m2/repository/org/freemarker/freemarker/2.3.20/
freemarker-2.3.20.jar 
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js 233 /** like textToHtml but escapes double quotes to be attribute safe. */
555 // TODO: handle letters in numeric escapes.
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
android_3p-bundle.js 233 /** like textToHtml but escapes double quotes to be attribute safe. */
555 // TODO: handle letters in numeric escapes.
    [all...]
  /build/tools/droiddoc/templates-sdk-dyn/assets/js/
android_3p-bundle.js 233 /** like textToHtml but escapes double quotes to be attribute safe. */
555 // TODO: handle letters in numeric escapes.
    [all...]

Completed in 4081 milliseconds

1 2