Home
last modified time | relevance | path

Searched refs:ng (Results 1 – 7 of 7) sorted by relevance

/libcore/ojluni/src/main/java/java/lang/
DThreadGroup.java580 int ng = ngroups; in enumerate() local
581 if (ng > list.length - n) { in enumerate()
582 ng = list.length - n; in enumerate()
584 if (ng > 0) { in enumerate()
585 System.arraycopy(groups, 0, list, n, ng); in enumerate()
586 n += ng; in enumerate()
/libcore/ojluni/src/test/java/util/stream/testlib/
DTEST.properties1 # This file identifies root(s) of the test-ng hierarchy.
/libcore/ojluni/src/test/java/util/stream/bootlib/
DTEST.properties1 # This file identifies root(s) of the test-ng hierarchy.
/libcore/ojluni/src/test/java/util/stream/boottest/
DTEST.properties1 # This file identifies root(s) of the test-ng hierarchy.
/libcore/ojluni/src/test/java/util/stream/test/
DTEST.properties1 # This file identifies root(s) of the test-ng hierarchy.
/libcore/ojluni/src/main/java/java/util/
DUUID.java153 SecureRandom ng = Holder.numberGenerator; in randomUUID() local
156 ng.nextBytes(randomBytes); in randomUUID()
/libcore/ojluni/src/test/java/util/regex/
DRegExTest.java4049 String ng = "A"; in horizontalAndVerticalWSTest() local
4057 String matcherSubstring = hws.substring(0, i) + ng + hws.substring(i); in horizontalAndVerticalWSTest()
4060 assertTrue(m.find() && ng.equals(m.group())); in horizontalAndVerticalWSTest()
4062 assertTrue(m.find() && ng.equals(m.group())); in horizontalAndVerticalWSTest()
4071 String matcherSubstring = vws.substring(0, i) + ng + vws.substring(i); in horizontalAndVerticalWSTest()
4073 assertTrue(m.find() && ng.equals(m.group())); in horizontalAndVerticalWSTest()
4075 assertTrue(m.find() && ng.equals(m.group())); in horizontalAndVerticalWSTest()