Searched refs:escape (Results 1 – 4 of 4) sorted by relevance
27 static Helper_b197981962 escape; field in ArtTest.Helper_b19798196240 escape = l; in runTest()42 escape.getClass().getDeclaredMethods(); in runTest()43 assertEquals(0, escape.myField); in runTest()
204 out.append(escape(description)); in appendNodeText()206 out.append('"').append(escape(txt)).append('"'); in appendNodeText()233 private static String escape(CharSequence s) { in escape() method in AccessibilityDumper
344 out.append(escape(node.getContentDescription())); in appendNodeText()348 out.append(escape(node.getPaneTitle())); in appendNodeText()356 out.append(escape(txt)); in appendNodeText()448 private static String escape(CharSequence s) {
793 …command += " -e tests_regex " + ".*".join([re.escape(re.escape(re.escape(s))) for s in class_metho…