Home
last modified time | relevance | path

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

12345

/libcore/jsr166-tests/src/test/java/jsr166/
DCountDownLatchTest.java32 final CountDownLatch l = new CountDownLatch(2); in testGetCount() local
42 final CountDownLatch l = new CountDownLatch(1); in testCountDown() local
54 final CountDownLatch l = new CountDownLatch(2); in testAwait() local
79 final CountDownLatch l = new CountDownLatch(2); in testTimedAwait() local
104 final CountDownLatch l = new CountDownLatch(1); in testAwait_Interruptible() local
135 final CountDownLatch l = new CountDownLatch(1); in testTimedAwait_Interruptible() local
166 final CountDownLatch l = new CountDownLatch(1); in testAwaitTimeout() local
DAbstractExecutorServiceTest.java256 List<Callable<Long>> l = new ArrayList<Callable<Long>>(); in testInvokeAny3() local
274 List<Callable<String>> l = new ArrayList<Callable<String>>(); in testInvokeAny4() local
292 List<Callable<String>> l = new ArrayList<Callable<String>>(); in testInvokeAny5() local
334 List<Callable<String>> l = new ArrayList<Callable<String>>(); in testInvokeAll3() local
352 List<Callable<String>> l = new ArrayList<Callable<String>>(); in testInvokeAll4() local
373 List<Callable<String>> l = new ArrayList<Callable<String>>(); in testInvokeAll5() local
404 List<Callable<String>> l = new ArrayList<Callable<String>>(); in testTimedInvokeAnyNullTimeUnit() local
434 List<Callable<Long>> l = new ArrayList<Callable<Long>>(); in testTimedInvokeAny3() local
452 List<Callable<String>> l = new ArrayList<Callable<String>>(); in testTimedInvokeAny4() local
470 List<Callable<String>> l = new ArrayList<Callable<String>>(); in testTimedInvokeAny5() local
[all …]
DForkJoinPoolTest.java652 List<Callable<String>> l = new ArrayList<Callable<String>>(); in testInvokeAny3() local
669 List<Callable<String>> l = new ArrayList<Callable<String>>(); in testInvokeAny4() local
687 List<Callable<String>> l = new ArrayList<Callable<String>>(); in testInvokeAny5() local
705 List<Callable<String>> l = new ArrayList<Callable<String>>(); in testInvokeAny6() local
748 List<Callable<String>> l = new ArrayList<Callable<String>>(); in testInvokeAll3() local
766 List<Callable<String>> l = new ArrayList<Callable<String>>(); in testInvokeAll4() local
786 List<Callable<String>> l = new ArrayList<Callable<String>>(); in testInvokeAll5() local
817 List<Callable<String>> l = new ArrayList<Callable<String>>(); in testTimedInvokeAnyNullTimeUnit() local
849 List<Callable<String>> l = new ArrayList<Callable<String>>(); in testTimedInvokeAny3() local
867 List<Callable<String>> l = new ArrayList<Callable<String>>(); in testTimedInvokeAny4() local
[all …]
DScheduledExecutorTest.java620 List<Runnable> l = p.shutdownNow(); in testShutdownNow() local
820 List<Callable<String>> l = new ArrayList<Callable<String>>(); in testInvokeAny3() local
838 List<Callable<String>> l = new ArrayList<Callable<String>>(); in testInvokeAny4() local
856 List<Callable<String>> l = new ArrayList<Callable<String>>(); in testInvokeAny5() local
898 List<Callable<String>> l = new ArrayList<Callable<String>>(); in testInvokeAll3() local
915 List<Callable<String>> l = new ArrayList<Callable<String>>(); in testInvokeAll4() local
935 List<Callable<String>> l = new ArrayList<Callable<String>>(); in testInvokeAll5() local
966 List<Callable<String>> l = new ArrayList<Callable<String>>(); in testTimedInvokeAnyNullTimeUnit() local
997 List<Callable<String>> l = new ArrayList<Callable<String>>(); in testTimedInvokeAny3() local
1015 List<Callable<String>> l = new ArrayList<Callable<String>>(); in testTimedInvokeAny4() local
[all …]
DScheduledExecutorSubclassTest.java669 List<Runnable> l = p.shutdownNow(); in testShutdownNow() local
869 List<Callable<String>> l = new ArrayList<Callable<String>>(); in testInvokeAny3() local
887 List<Callable<String>> l = new ArrayList<Callable<String>>(); in testInvokeAny4() local
905 List<Callable<String>> l = new ArrayList<Callable<String>>(); in testInvokeAny5() local
947 List<Callable<String>> l = new ArrayList<Callable<String>>(); in testInvokeAll3() local
964 List<Callable<String>> l = new ArrayList<Callable<String>>(); in testInvokeAll4() local
984 List<Callable<String>> l = new ArrayList<Callable<String>>(); in testInvokeAll5() local
1015 List<Callable<String>> l = new ArrayList<Callable<String>>(); in testTimedInvokeAnyNullTimeUnit() local
1046 List<Callable<String>> l = new ArrayList<Callable<String>>(); in testTimedInvokeAny3() local
1064 List<Callable<String>> l = new ArrayList<Callable<String>>(); in testTimedInvokeAny4() local
[all …]
DThreadPoolExecutorTest.java609 List l; in testShutdownNow() local
1483 List<Callable<String>> l = new ArrayList<Callable<String>>(); in testInvokeAny3() local
1504 List<Callable<String>> l = new ArrayList<Callable<String>>(); in testInvokeAny4() local
1525 List<Callable<String>> l = new ArrayList<Callable<String>>(); in testInvokeAny5() local
1576 List<Callable<String>> l = new ArrayList<Callable<String>>(); in testInvokeAll3() local
1597 List<Callable<String>> l = new ArrayList<Callable<String>>(); in testInvokeAll4() local
1621 List<Callable<String>> l = new ArrayList<Callable<String>>(); in testInvokeAll5() local
1658 List<Callable<String>> l = new ArrayList<Callable<String>>(); in testTimedInvokeAnyNullTimeUnit() local
1695 List<Callable<String>> l = new ArrayList<Callable<String>>(); in testTimedInvokeAny3() local
1716 List<Callable<String>> l = new ArrayList<Callable<String>>(); in testTimedInvokeAny4() local
[all …]
DThreadPoolExecutorSubclassTest.java679 List l; in testShutdownNow() local
1338 List<Callable<String>> l = new ArrayList<Callable<String>>(); in testInvokeAny3() local
1356 List<Callable<String>> l = new ArrayList<Callable<String>>(); in testInvokeAny4() local
1374 List<Callable<String>> l = new ArrayList<Callable<String>>(); in testInvokeAny5() local
1416 List<Callable<String>> l = new ArrayList<Callable<String>>(); in testInvokeAll3() local
1433 List<Callable<String>> l = new ArrayList<Callable<String>>(); in testInvokeAll4() local
1453 List<Callable<String>> l = new ArrayList<Callable<String>>(); in testInvokeAll5() local
1484 List<Callable<String>> l = new ArrayList<Callable<String>>(); in testTimedInvokeAnyNullTimeUnit() local
1515 List<Callable<String>> l = new ArrayList<Callable<String>>(); in testTimedInvokeAny3() local
1533 List<Callable<String>> l = new ArrayList<Callable<String>>(); in testTimedInvokeAny4() local
[all …]
/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/luni/src/test/java/libcore/java/util/
DLocaleTest.java399 Locale l = b.build(); in test_Builder_setLocale() local
460 Locale l = b.clear().build(); in test_Builder_clear() local
472 Locale l = b.build(); in test_Builder_setExtension() local
528 Locale l = fromLanguageTag("en", useBuilder); in test_setLanguageTag_wellFormedsingleSubtag() local
536 Locale l = fromLanguageTag("en-US", useBuilder); in test_setLanguageTag_twoWellFormedSubtags() local
633 Locale l = fromLanguageTag("en-US-FOOOO", useBuilder); in test_setLanguageTag_threeWellFormedSubtags() local
663 Locale l = fromLanguageTag("en-Latn-US-foooo", useBuilder); in test_setLanguageTag_fourOrMoreWellFormedSubtags() local
700 Locale l = fromLanguageTag("en-Latn-GB-foooo-g-fo-bar-baaz", useBuilder); in test_setLanguageTag_withWellFormedExtensions() local
771 Locale l = b.build(); in test_getDisplayScript() local
792 Locale l = fromLanguageTag("a", false); in test_setLanguageTag_malformedTags() local
[all …]
/libcore/luni/src/test/java/libcore/icu/
DLocaleDataTest.java32 LocaleData l = LocaleData.get(Locale.US); in test_en_US() local
60 LocaleData l = LocaleData.get(new Locale("de", "DE")); in test_de_DE() local
68 LocaleData l = LocaleData.get(new Locale("cs", "CZ")); in test_cs_CZ() local
80 LocaleData l = LocaleData.get(new Locale("ko", "KR")); in test_ko_KR() local
89 LocaleData l = LocaleData.get(new Locale("ru", "RU")); in test_ru_RU() local
DDateIntervalFormatTest.java170 Locale l = Locale.US; in test8862241() local
184 Locale l = Locale.US; in test10089890() local
206 Locale l = Locale.US; in test10318326() local
233 Locale l = Locale.US; in test10560853_when_time_not_displayed() local
257 Locale l = Locale.US; in test10560853_for_single_day_events() local
269 Locale l = Locale.US; in test_single_day_events_later_than_epoch() local
287 Locale l = Locale.US; in test_single_day_events_not_in_UTC() local
308 Locale l = Locale.US; in test10209343_when_not_this_year() local
331 Locale l = Locale.US; in test10209343_when_this_year() local
366 Locale l = Locale.US; in test8467515() local
[all …]
DICUTest.java85 private String best(Locale l, String skeleton) { in best()
209 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/benchmarks/src/benchmarks/regression/
DDateIntervalFormatBenchmark.java28 Locale l = Locale.US; in timeDateIntervalFormat_formatDateRange_DATE() local
38 Locale l = Locale.US; in timeDateIntervalFormat_formatDateRange_TIME() local
48 Locale l = Locale.US; in timeDateIntervalFormat_formatDateRange_DATE_TIME() local
/libcore/luni/src/main/java/javax/crypto/spec/
DDHParameterSpec.java30 private final int l; field in DHParameterSpec
59 public DHParameterSpec(BigInteger p, BigInteger g, int l) { in DHParameterSpec()
/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/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DThreadLocalTest.java54 ThreadLocal<Object> l = new ThreadLocal<Object>(); in test_get() local
116 final ThreadLocal<Object> l = new ThreadLocal<Object>(); in test_setLjava_lang_Object() local
DLongTest.java41 Long l = new Long(127); in test_byteValue() local
203 long l = Long.parseLong("89000000005"); in test_parseLongLjava_lang_String2() local
364 Long l = new Long(89000000005L); in test_toString2() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DLocaleTest.java30 Locale l; field in LocaleTest
253 Locale l = new Locale("", "CD"); in test_getISO3Country() local
266 Locale l = new Locale("ae"); in test_getISO3Language() local
375 Locale l = new Locale("en", ""); in test_toString() local
/libcore/luni/src/test/java/libcore/java/math/
DOldBigIntegerToStringTest.java53 long l = 12345678901234L; in test_toString4() local
61 long l = -12345678901234L; in test_toString5() local
/libcore/luni/src/test/java/libcore/javax/crypto/spec/
DAlgorithmParametersTestDH.java55 private static final int l = 511; field in AlgorithmParametersTestDH
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/prefs/
DPreferenceChangeListenerTest.java29 PreferenceChangeListener l; field in PreferenceChangeListenerTest
DNodeChangeListenerTest.java29 NodeChangeListener l; field in NodeChangeListenerTest
/libcore/luni/src/main/java/java/nio/
DLongBuffer.java292 long l; in hashCode() local
357 public abstract LongBuffer put(long l); in put()
456 public abstract LongBuffer put(int index, long l); in put()

12345