Home
last modified time | relevance | path

Searched refs:escape (Results 1 – 14 of 14) sorted by relevance

/art/tools/ahat/src/test/com/android/ahat/
DHtmlEscaperTest.java26 assertEquals("nothing to escape", HtmlEscaper.escape("nothing to escape")); in tests()
27 assertEquals("a&lt;b&gt; &amp; &quot;c&apos;d&quot;e", HtmlEscaper.escape("a<b> & \"c\'d\"e")); in tests()
28 assertEquals("adjacent &lt;&lt;&gt;&gt; x", HtmlEscaper.escape("adjacent <<>> x")); in tests()
29 assertEquals("&lt; initial", HtmlEscaper.escape("< initial")); in tests()
30 assertEquals("ending &gt;", HtmlEscaper.escape("ending >")); in tests()
/art/compiler/optimizing/
Descape.cc113 LambdaEscapeVisitor visitor([&](HInstruction* escape) -> bool { in CalculateEscape() argument
114 if (escape == reference || no_escape(reference, escape)) { in CalculateEscape()
118 } else if (escape->IsInstanceOf() || escape->IsCheckCast()) { in CalculateEscape()
121 } else if (escape->IsReturn()) { in CalculateEscape()
125 } else if (escape->IsDeoptimize()) { in CalculateEscape()
Descape.h37 virtual bool Visit(HInstruction* escape) = 0;
48 bool Visit(HInstruction* escape) override { in Visit() argument
49 return func_(escape); in Visit()
/art/test/834-lse/src/
DMain.java28 static void $noinline$escape(Object m) {} in $noinline$escape()
33 $noinline$escape(m); in main()
/art/test/530-checker-instance-of-simplifier/jasmin/
DMain.j36 ; public static int $noinline$test(boolean escape) {
39 ; if (escape) {
41 ; $noinline$escape(f);
61 ; Stack: [f, escape]
73 invokestatic Main/$noinline$escape(Ljava/lang/Object;)V
81 .method public static $noinline$escape(Ljava/lang/Object;)V
/art/test/826-infinite-loop/
Dinfo.txt1 Regression test for partial escape elimination, which used to crash when
/art/tools/ahat/src/main/com/android/ahat/
DDocString.java69 mStringBuilder.append(HtmlEscaper.escape(text)); in append()
187 mStringBuilder.append(HtmlEscaper.escape(alt)); in appendImage()
196 mStringBuilder.append(HtmlEscaper.escape(alt)); in appendThumbnail()
DHtmlEscaper.java23 public static String escape(String text) { in escape() method in HtmlEscaper
/art/tools/checker/match/
Dline.py60 pattern = re.escape(get_variable(expression.name, variables, pos))
/art/tools/checker/file_format/checker/
Dstruct.py168 return TestExpression(TestExpression.Variant.PATTERN, None, re.escape(text))
/art/test/utils/
Dregen-test-files642 match = re.fullmatch('\.\./([a-zA-Z0-9_-]+)/' + re.escape(basename), link_target)
/art/compiler/
DAndroid.bp158 "optimizing/escape.cc",
/art/test/530-checker-lse/src/
DMain.java4087 private static int $noinline$testPartialEscape1(TestClass obj, boolean escape) { in $noinline$testPartialEscape1() argument
4090 if ($noinline$getBoolean(escape)) { in $noinline$testPartialEscape1()
/art/build/boot/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt9247 Ljava/util/logging/XMLFormatter;->escape(Ljava/lang/StringBuilder;Ljava/lang/String;)V