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

1 2

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/hppa/parse/
stringer.s 7 ; Octal escapes used to consume > 3 chars which led to this
  /external/v8/test/mjsunit/es6/
unicode-escapes.js 7 // Unicode escapes in variable names.
25 // Unicode escapes in strings.
  /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/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/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/v8/test/mjsunit/harmony/
unicode-escapes-in-regexps.js 29 // Though, unicode escapes via strings should work too.
50 // Though, unicode escapes via strings should work too.
95 // Without the u flag, invalid unicode escapes and other invalid escapes are
96 // treated as identity escapes.
115 // However, with the u flag, these are treated as invalid escapes.
150 // Syntax escapes work the same with or without the u flag.
  /external/fio/
json.c 58 int escapes; local
63 escapes = 0;
65 escapes++;
69 p = ret = malloc(strlen(str) + escapes + 1);
  /frameworks/base/core/java/com/android/internal/util/
FastXmlSerializer.java 134 final String[] escapes = ESCAPE_TABLE; local
140 String escape = escapes[c];
151 final String[] escapes = ESCAPE_TABLE; local
158 String escape = escapes[c];
  /frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/util/
SourceCodeEscapers.java 51 * Returns an {@link Escaper} instance that escapes special characters in a
64 * Returns an {@link Escaper} instance that escapes special characters in a
67 * {@link #javaStringEscaperWithOctal()} except it also escapes single quotes.
85 * Returns an {@link Escaper} instance that escapes special characters in a
119 // The only difference is that the char escaper also escapes single quotes.
127 // "Octal escapes are provided for compatibility with C, but can express
128 // only Unicode values \u0000 through \u00FF, so Unicode escapes are
  /external/v8/test/webkit/
gmail-re-re.js 25 "Bug 7445, bug 7253: Handle Unicode escapes in regexps."
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
dumpICUrules.bat 463 s|\\u([a-zA-Z0-9]{4})|<<u$1>>|g; # Transform Unicode escapes
467 s|\\(.)|<<q$1>>|g; # Transform backslash escapes
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp 2078 bool escapes = true; local
    [all...]
  /frameworks/av/media/libstagefright/
Utils.cpp 387 std::pair<OMX_VIDEO_MPEG2PROFILETYPE, OMX_VIDEO_MPEG2LEVELTYPE>> escapes {
400 if (escapes.map(indication, &profileLevel)) {
    [all...]
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/resources/
prettify.js 228 /** like textToHtml but escapes double quotes to be attribute safe. */
550 // TODO: handle letters in numeric escapes.
    [all...]

Completed in 1749 milliseconds

1 2