Home
last modified time | relevance | path

Searched defs:ns (Results 1 – 21 of 21) 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.java109 NumericShaper ns; field in MTTest.Work
112 Work(NumericShaper ns, char[] expectedText) { in Work()
/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/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.java127 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/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.java1124 NavigableSet<Integer> ns = (NavigableSet<Integer>)c; in testCollection1() local
/libcore/ojluni/src/main/java/java/util/
DCollections.java1317 private final NavigableSet<E> ns; field in UnmodifiableNavigableSet
/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