Searched refs:ng (Results 1 – 7 of 7) sorted by relevance
580 int ng = ngroups; in enumerate() local581 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()
1 # This file identifies root(s) of the test-ng hierarchy.
153 SecureRandom ng = Holder.numberGenerator; in randomUUID() local156 ng.nextBytes(randomBytes); in randomUUID()
4049 String ng = "A"; in horizontalAndVerticalWSTest() local4057 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()