Home
last modified time | relevance | path

Searched refs:ng (Results 1 – 4 of 4) 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/main/java/java/lang/
DThreadGroup.java582 int ng = ngroups; in enumerate() local
583 if (ng > list.length - n) { in enumerate()
584 ng = list.length - n; in enumerate()
586 if (ng > 0) { in enumerate()
587 System.arraycopy(groups, 0, list, n, ng); in enumerate()
588 n += ng; in enumerate()
/libcore/ojluni/src/main/java/java/util/
DUUID.java142 SecureRandom ng = Holder.numberGenerator; in randomUUID() local
145 ng.nextBytes(randomBytes); in randomUUID()