Home
last modified time | relevance | path

Searched defs:ns (Results 1 – 25 of 25) sorted by relevance

/libcore/luni/src/test/java/libcore/java/awt/font/
DNumericShaperTest.java34 NumericShaper ns = NumericShaper.getShaper(Range.ARABIC); in testShape() local
53 NumericShaper ns = NumericShaper.getContextualShaper(NumericShaper.ARABIC); in testGetRanges() local
59 NumericShaper ns = NumericShaper.getContextualShaper( in testGetRangeSet() local
/libcore/ojluni/src/test/java/awt/font/NumericShaper/
DShapingTest.java100 NumericShaper ns = getContextualShaper(ARABIC); in test6943963() local
120 NumericShaper ns = getContextualShaper(EnumSet.of(Range.TAI_THAM_HORA)); in test6903266() local
147 private static void checkResult(String ranges, NumericShaper ns, in checkResult()
DMTTest.java112 NumericShaper ns; field in MTTest.Work
115 Work(NumericShaper ns, char[] expectedText) { in Work()
/libcore/ojluni/src/test/java/util/Collections/
DEmptyNavigableSet.java194 () -> { NavigableSet ns = navigableSet.headSet(null, false); }, in testHeadSet() local
198 () -> { NavigableSet ns = navigableSet.headSet(new Object(), true); }, in testHeadSet() local
201 NavigableSet ns = navigableSet.headSet("1", false); in testHeadSet() local
294 NavigableSet ns = subSet.subSet(first, false, last, false); in testSubSetRanges() local
312 NavigableSet ns = subSet.headSet(BigInteger.ONE, false); in testheadSetRanges() local
331 NavigableSet ns = subSet.tailSet(BigInteger.ONE, false); in testTailSetRanges() local
DEmptyNavigableMap.java274 NavigableMap ns = subMap.subMap(first, false, last, false); in testSubMapRanges() local
292 NavigableMap ns = subMap.headMap(BigInteger.ONE, false); in testheadMapRanges() local
311 NavigableMap ns = subMap.tailMap(BigInteger.ONE, false); in testTailMapRanges() local
/libcore/ojluni/src/main/java/java/util/concurrent/
DExchanger.java354 private final Object arenaExchange(Object item, boolean timed, long ns) { in arenaExchange()
453 private final Object slotExchange(Object item, boolean timed, long ns) { in slotExchange()
621 long ns = unit.toNanos(timeout); in exchange() local
DTimeUnit.java407 int ns = excessNanos(timeout, ms); in timedWait() local
427 int ns = excessNanos(timeout, ms); in timedJoin() local
445 int ns = excessNanos(timeout, ms); in sleep() local
DForkJoinTask.java455 Aux a; long ns; in awaitDone() local
/libcore/ojluni/src/test/java/math/BigInteger/
DModInvTime.java46 BigInteger ns = s.negate(); in main() local
/libcore/ojluni/src/main/java/java/io/
DStringReader.java123 public long skip(long ns) throws IOException { in skip()
DInputStream.java602 long ns = skip(n); in skipNBytes() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/helpers/
DNamespaceSupportTest.java33 NamespaceSupport ns; field in NamespaceSupportTest
/libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/
DToArrayOpTest.java130 Number[] ns = exerciseTerminalOps(data, f, s -> s.toArray(Number[]::new)); in testDistinctAndSortedPermutations() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/xml/parsers/
DSAXParserFactoryTest.java46 static HashMap<String, String> ns; field in SAXParserFactoryTest
DSAXParserTest.java123 static HashMap<String, String> ns; field in SAXParserTest
/libcore/luni/src/main/java/libcore/icu/
DDecimalFormatData.java189 NumberingSystem ns = NumberingSystem.getInstance(uLocale); in loadPatternSeparator() local
/libcore/ojluni/src/main/java/java/net/
DURI.java2204 int ns = 0; // Number of segments in needsNormalization() local
2309 int ns = segs.length; // Number of segments in join() local
2354 int ns = segs.length; in removeDots() local
2421 int ns = segs.length; in maybeAddLeadingDot() local
2462 int ns = needsNormalization(ps); // Number of segments in normalize() local
2774 String ns = Normalizer.normalize(s, Normalizer.Form.NFC); in encode() local
/libcore/ojluni/src/main/java/java/util/
DUUID.java191 Arrays.fill(ns, (byte) -1); in Arrays.fill() argument
DCollections.java1469 private final NavigableSet<E> ns; field in UnmodifiableNavigableSet
/libcore/ojluni/src/main/java/sun/net/www/
DMessageHeader.java485 char ns[] = new char[s.length * 2]; in mergeHeader() local
/libcore/ojluni/src/test/java/time/test/java/time/
DTestLocalDateTime.java502 public void test_getTime(int h, int m, int s, int ns) { in test_getTime()
/libcore/ojluni/src/test/java/time/tck/java/time/
DTCKLocalTime.java741 public void test_get(int h, int m, int s, int ns) { in test_get()
746 assertEquals(a.getNano(), ns); in test_get() local
/libcore/ojluni/src/main/java/java/util/concurrent/locks/
DStampedLock.java1329 long ns = tryAcquireRead(); in acquireRead() local
/libcore/ojluni/src/test/java/util/Collection/
DMOAT.java1137 NavigableSet<Integer> ns = (NavigableSet<Integer>)c; in testCollection1() local
/libcore/ojluni/annotations/hiddenapi/java/util/
DCollections.java1218 private final java.util.NavigableSet<E> ns; field in Collections.CheckedNavigableSet
2711 private final java.util.NavigableSet<E> ns; field in Collections.SynchronizedNavigableSet
3501 private final java.util.NavigableSet<E> ns; field in Collections.UnmodifiableNavigableSet