Home
last modified time | relevance | path

Searched refs:rx (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/util/concurrent/
DForkJoinTask.java568 Throwable rx = (Throwable)noArgCtor.newInstance(); in getThrowableException() local
569 rx.initCause(ex); in getThrowableException()
570 ex = rx; in getThrowableException()
/libcore/ojluni/src/test/java/util/regex/
DRegExTest.java4665 String rx = "[A-Z&&[A-Z]0-9]"; in droppedClassesWithIntersection() local
4673 return chString.matches(rx) && chString.matches(ry); in droppedClassesWithIntersection()
4678 return chString.matches(rx) && chString.matches(ry); in droppedClassesWithIntersection()