Home
last modified time | relevance | path

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

/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/main/java/java/lang/
DThreadGroup.java577 int ng = ngroups; in enumerate() local
578 if (ng > list.length - n) { in enumerate()
579 ng = list.length - n; in enumerate()
581 if (ng > 0) { in enumerate()
582 System.arraycopy(groups, 0, list, n, ng); in enumerate()
583 n += ng; in enumerate()
/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.java142 SecureRandom ng = Holder.numberGenerator; in randomUUID() local
145 ng.nextBytes(randomBytes); in randomUUID()