Home
last modified time | relevance | path

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

12345678

/libcore/jsr166-tests/src/test/java/jsr166/
DCountDownLatchTest.java43 final CountDownLatch l = new CountDownLatch(2); in testGetCount() local
53 final CountDownLatch l = new CountDownLatch(1); in testCountDown() local
65 final CountDownLatch l = new CountDownLatch(2); in testAwait() local
90 final CountDownLatch l = new CountDownLatch(2); in testTimedAwait() local
115 final CountDownLatch l = new CountDownLatch(1); in testAwait_Interruptible() local
146 final CountDownLatch l = new CountDownLatch(1); in testTimedAwait_Interruptible() local
177 final CountDownLatch l = new CountDownLatch(1); in testAwaitTimeout() local
DAbstractExecutorServiceTest.java275 List<Callable<Long>> l = new ArrayList<Callable<Long>>(); in testInvokeAny3() local
292 List<Callable<String>> l = new ArrayList<Callable<String>>(); in testInvokeAny4() local
309 List<Callable<String>> l = new ArrayList<Callable<String>>(); in testInvokeAny5() local
347 List<Callable<String>> l = new ArrayList<Callable<String>>(); in testInvokeAll3() local
363 List<Callable<String>> l = new ArrayList<Callable<String>>(); in testInvokeAll4() local
382 List<Callable<String>> l = new ArrayList<Callable<String>>(); in testInvokeAll5() local
411 List<Callable<String>> l = new ArrayList<Callable<String>>(); in testTimedInvokeAnyNullTimeUnit() local
440 List<Callable<Long>> l = new ArrayList<Callable<Long>>(); in testTimedInvokeAny3() local
458 List<Callable<String>> l = new ArrayList<Callable<String>>(); in testTimedInvokeAny4() local
/libcore/ojluni/src/test/java/util/concurrent/tck/
DCountDownLatchTest.java66 final CountDownLatch l = new CountDownLatch(2); in testGetCount() local
76 final CountDownLatch l = new CountDownLatch(1); in testCountDown() local
88 final CountDownLatch l = new CountDownLatch(2); in testAwait() local
113 final CountDownLatch l = new CountDownLatch(2); in testTimedAwait() local
138 final CountDownLatch l = new CountDownLatch(1); in testAwait_Interruptible() local
169 final CountDownLatch l = new CountDownLatch(1); in testTimedAwait_Interruptible() local
200 final CountDownLatch l = new CountDownLatch(1); in testAwaitTimeout() local
DAbstractExecutorServiceTest.java298 List<Callable<Long>> l = new ArrayList<>(); in testInvokeAny3() local
315 List<Callable<String>> l = new ArrayList<>(); in testInvokeAny4() local
332 List<Callable<String>> l = new ArrayList<>(); in testInvokeAny5() local
370 List<Callable<String>> l = new ArrayList<>(); in testInvokeAll3() local
386 List<Callable<String>> l = new ArrayList<>(); in testInvokeAll4() local
405 List<Callable<String>> l = new ArrayList<>(); in testInvokeAll5() local
434 List<Callable<String>> l = new ArrayList<>(); in testTimedInvokeAnyNullTimeUnit() local
463 List<Callable<Long>> l = new ArrayList<>(); in testTimedInvokeAny3() local
481 List<Callable<String>> l = new ArrayList<>(); in testTimedInvokeAny4() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/helpers/
DLocatorImplTest.java35 LocatorImpl l = new LocatorImpl(); in testLocatorImpl() local
69 LocatorImpl l = new LocatorImpl(); in testSetPublicIdGetPublicId() local
79 LocatorImpl l = new LocatorImpl(); in testSetSystemIdGetSystemId() local
89 LocatorImpl l = new LocatorImpl(); in testSetLineNumberGetLineNumber() local
99 LocatorImpl l = new LocatorImpl(); in testSetColumnNumberGetColumnNumber() local
/libcore/ojluni/src/main/java/java/util/
DFormatter.java1857 private final Locale l; field in Formatter
1893 private Formatter(Locale l, Appendable a) { in Formatter()
1899 private Formatter(Charset charset, Locale l, File file) in Formatter()
1950 public Formatter(Locale l) { in Formatter()
1966 public Formatter(Appendable a, Locale l) { in Formatter()
2075 public Formatter(String fileName, String csn, Locale l) in Formatter()
2186 public Formatter(File file, String csn, Locale l) in Formatter()
2279 public Formatter(OutputStream os, String csn, Locale l) in Formatter()
2285 private static char getZero(Locale l) { in getZero()
2497 public Formatter format(Locale l, String format, Object ... args) { in format()
[all …]
/libcore/luni/src/test/java/libcore/libcore/icu/
DDateIntervalFormatTest.java176 ULocale l = ULocale.US; in test8862241() local
190 ULocale l = ULocale.US; in test10089890() local
212 ULocale l = ULocale.US; in test10318326() local
239 ULocale l = ULocale.US; in test10560853_when_time_not_displayed() local
263 ULocale l = ULocale.US; in test10560853_for_single_day_events() local
275 ULocale l = ULocale.US; in test_single_day_events_later_than_epoch() local
293 ULocale l = ULocale.US; in test_single_day_events_not_in_UTC() local
314 ULocale l = ULocale.US; in test10209343_when_not_this_year() local
337 ULocale l = ULocale.US; in test10209343_when_this_year() local
372 ULocale l = ULocale.US; in test8467515() local
[all …]
DLocaleDataTest.java52 LocaleData l = LocaleData.get(Locale.US); in test_en_US() local
77 LocaleData l = LocaleData.get(new Locale("cs", "CZ")); in test_cs_CZ() local
90 LocaleData l = LocaleData.get(new Locale("ru", "RU")); in test_ru_RU() local
DICUTest.java103 private String best(Locale l, String skeleton) { in best()
227 Locale l = Locale.forLanguageTag("de-u-co-phonebk-kf-upper-kn"); in testScriptsPassedToIcu() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/ext/
DLocator2ImplTest.java40 Locator2Impl l = new Locator2Impl(); in testLocatorImpl() local
94 Locator2Impl l = new Locator2Impl(); in testSetXMLVersionGetXMLVersion() local
104 Locator2Impl l = new Locator2Impl(); in testSetEncodingGetEncoding() local
/libcore/luni/src/test/java/libcore/java/util/
DListDefaultMethodTester.java26 public static void test_replaceAll(List<Integer> l) { in test_replaceAll()
41 public static void test_sort(List<Double> l) { in test_sort()
DLocaleTest.java495 Locale l = b.build(); in test_Builder_setLocale() local
556 Locale l = b.clear().build(); in test_Builder_clear() local
568 Locale l = b.build(); in test_Builder_setExtension() local
624 Locale l = fromLanguageTag("en", useBuilder); in test_setLanguageTag_wellFormedsingleSubtag() local
632 Locale l = fromLanguageTag("en-US", useBuilder); in test_setLanguageTag_twoWellFormedSubtags() local
729 Locale l = fromLanguageTag("en-US-FOOOO", useBuilder); in test_setLanguageTag_threeWellFormedSubtags() local
759 Locale l = fromLanguageTag("en-Latn-US-foooo", useBuilder); in test_setLanguageTag_fourOrMoreWellFormedSubtags() local
796 Locale l = fromLanguageTag("en-Latn-GB-foooo-g-fo-bar-baaz", useBuilder); in test_setLanguageTag_withWellFormedExtensions() local
1084 Locale l = b.build(); in test_getDisplayScript() local
1110 Locale l = fromLanguageTag("a", false); in test_setLanguageTag_malformedTags() local
[all …]
/libcore/ojluni/src/test/java/util/stream/boottest/java/util/stream/
DNodeBuilderTest.java72 public void testIteration(List<Integer> l, Function<Integer, Node.Builder<Integer>> m) { in testIteration()
117 public void testIntIteration(List<Integer> l, Function<Integer, Node.Builder.OfInt> m) { in testIntIteration()
143 List<Long> l = new ArrayList<>(); in createLongNodeBuilders() local
167 public void testLongIteration(List<Long> l, Function<Integer, Node.Builder.OfLong> m) { in testLongIteration()
193 List<Double> l = new ArrayList<>(); in createDoubleNodeBuilders() local
217 public void testDoubleIteration(List<Double> l, Function<Integer, Node.Builder.OfDouble> m) { in testDoubleIteration()
DDoubleNodeTest.java72 List<Double> l = new ArrayList<>(); in toList() local
80 private double[] toDoubleArray(List<Double> l) { in toDoubleArray()
112 private Node.OfDouble tree(List<Double> l, Function<List<Double>, Node.OfDouble> m) { in tree()
143 List<Double> l = new ArrayList<>((int) n.count()); in testForEach() local
DIntNodeTest.java72 List<Integer> l = new ArrayList<>(); in toList() local
80 private int[] toIntArray(List<Integer> l) { in toIntArray()
112 private Node.OfInt tree(List<Integer> l, Function<List<Integer>, Node.OfInt> m) { in tree()
143 List<Integer> l = new ArrayList<>((int) n.count()); in testForEach() local
DLongNodeTest.java72 List<Long> l = new ArrayList<>(); in toList() local
80 private long[] toLongArray(List<Long> l) { in toLongArray()
112 private Node.OfLong tree(List<Long> l, Function<List<Long>, Node.OfLong> m) { in tree()
143 List<Long> l = new ArrayList<>((int) n.count()); in testForEach() local
/libcore/ojluni/src/main/java/javax/crypto/spec/
DDHParameterSpec.java64 private int l; field in DHParameterSpec
89 public DHParameterSpec(BigInteger p, BigInteger g, int l) { in DHParameterSpec()
/libcore/luni/src/test/java/libcore/java/util/concurrent/
DCopyOnWriteArrayListTest.java310 List<Double> l = new CopyOnWriteArrayList<>(new Double[] {5.0, 2.0, -3.0}); in test_replaceAll() local
325 List<Double> l = new CopyOnWriteArrayList<>(new Double[] {5.0, 2.0, -3.0}); in test_sort() local
333 List<Double> l = new CopyOnWriteArrayList<>(new Double[] {10.0, 5.0, 2.0}); in test_forEach() local
354 List<Double> l = new CopyOnWriteArrayList<>(new Double[] {5.0, 2.0, -3.0}).subList(0, 3); in test_subList_replaceAll() local
385 List<Double> l = new CopyOnWriteArrayList<>(new Double[] {5.0, 2.0, -3.0}).subList(0, 3); in test_subList_sort() local
417 List<Double> l = new CopyOnWriteArrayList<>(new Double[]{10.0, 5.0, 2.0, -3.0, 7.0, 12.0}) in test_subList_forEach() local
/libcore/luni/src/test/java/libcore/java/util/logging/
DOldLevelTest.java28 Level l = new MockLevel("level1", 120); in testGetResourceBundleName() local
44 Level l = new MockLevel("level1", value1); in testIntValue() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/
DSAXParseExceptionTest.java38 LocatorImpl l = new LocatorImpl(); in testSAXParseException_String_Locator_Exception() local
92 LocatorImpl l = new LocatorImpl(); in testSAXParseException_String_Locator() local
/libcore/ojluni/src/main/java/java/util/logging/
DLogging.java69 Logger l = logManager.getLogger(loggerName); in getLoggerLevel() local
106 Logger l = logManager.getLogger( loggerName ); in getParentLoggerName() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DLocaleTest.java30 Locale l; field in LocaleTest
248 Locale l = new Locale("", "CD"); in test_getISO3Country() local
261 Locale l = new Locale("ae"); in test_getISO3Language() local
370 Locale l = new Locale("en", ""); in test_toString() local
/libcore/ojluni/src/main/native/
DDouble.c44 jlong l; in Double_longBitsToDouble() member
59 jlong l; in Double_doubleToRawLongBits() member
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DThreadLocalTest.java55 ThreadLocal<Object> l = new ThreadLocal<Object>(); in test_get() local
117 final ThreadLocal<Object> l = new ThreadLocal<Object>(); in test_setLjava_lang_Object() local
/libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/
DIntSliceOpTest.java196 assertEquals(ai.get(), l, "tee block was called too many times"); in testLimitShortCircuit() local
201 int[] l = IntStream.range(1, 1001).parallel().skip(200).limit(200).sequential().toArray(); in testSkipParallel() local
207 int[] l = IntStream.range(1, 1001).parallel().limit(500).sequential().toArray(); in testLimitParallel() local

12345678