| /libcore/jsr166-tests/src/test/java/jsr166/ |
| D | CountDownLatchTest.java | 43 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
|
| D | AbstractExecutorServiceTest.java | 275 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/ |
| D | CountDownLatchTest.java | 66 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
|
| D | AbstractExecutorServiceTest.java | 298 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/ |
| D | LocatorImplTest.java | 35 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/test/java/lang/invoke/VarHandles/accessibility/ |
| D | TestFieldLookupAccessibility.java | 58 Object lookup(MethodHandles.Lookup l, Field f) throws Exception { in MH_GETTER() 67 Object lookup(MethodHandles.Lookup l, Field f) throws Exception { in MH_SETTER() 76 Object lookup(MethodHandles.Lookup l, Field f) throws Exception { in MH_STATIC_GETTER() 85 Object lookup(MethodHandles.Lookup l, Field f) throws Exception { in MH_STATIC_SETTER() 94 Object lookup(MethodHandles.Lookup l, Field f) throws Exception { in MH_UNREFLECT_GETTER() 99 Object lookup(MethodHandles.Lookup l, Field f) throws Exception { in MH_UNREFLECT_GETTER_ACCESSIBLE() 104 Object lookup(MethodHandles.Lookup l, Field f) throws Exception { in MH_UNREFLECT_SETTER() 113 Object lookup(MethodHandles.Lookup l, Field f) throws Exception { in MH_UNREFLECT_SETTER_ACCESSIBLE() 118 Object lookup(MethodHandles.Lookup l, Field f) throws Exception { in VH() 127 Object lookup(MethodHandles.Lookup l, Field f) throws Exception { in VH_STATIC() [all …]
|
| /libcore/ojluni/src/main/java/java/util/ |
| D | Formatter.java | 1917 private final Locale l; field in Formatter 1953 private Formatter(Locale l, Appendable a) { in Formatter() 1959 private Formatter(Charset charset, Locale l, File file) in Formatter() 2010 public Formatter(Locale l) { in Formatter() 2026 public Formatter(Appendable a, Locale l) { in Formatter() 2135 public Formatter(String fileName, String csn, Locale l) in Formatter() 2170 public Formatter(String fileName, Charset charset, Locale l) throws IOException { in Formatter() 2279 public Formatter(File file, String csn, Locale l) in Formatter() 2314 public Formatter(File file, Charset charset, Locale l) throws IOException { in Formatter() 2406 public Formatter(OutputStream os, String csn, Locale l) in Formatter() [all …]
|
| /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/ext/ |
| D | Locator2ImplTest.java | 40 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/ |
| D | ListDefaultMethodTester.java | 26 public static void test_replaceAll(List<Integer> l) { in test_replaceAll() 41 public static void test_sort(List<Double> l) { in test_sort()
|
| D | LocaleTest.java | 495 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/ |
| D | NodeBuilderTest.java | 72 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()
|
| D | LongNodeTest.java | 72 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
|
| D | DoubleNodeTest.java | 72 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
|
| D | IntNodeTest.java | 72 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
|
| /libcore/luni/src/test/java/libcore/java/util/concurrent/ |
| D | CopyOnWriteArrayListTest.java | 310 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 442 List<TestBase> l = new CopyOnWriteArrayList(input); in test_get_returnType() local 452 List<TestBase> l = new CopyOnWriteArrayList(input); in test_toArray_returnType() local
|
| /libcore/luni/src/test/java/libcore/libcore/icu/ |
| D | LocaleDataTest.java | 52 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 91 LocaleData l = LocaleData.get(new Locale("ru", "RU")); in test_ru_RU() local
|
| D | ICUTest.java | 103 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/ojluni/src/main/java/javax/crypto/spec/ |
| D | DHParameterSpec.java | 64 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/logging/ |
| D | OldLevelTest.java | 28 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/ |
| D | SAXParseExceptionTest.java | 38 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/ |
| D | Logging.java | 69 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/ |
| D | LocaleTest.java | 30 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/ |
| D | Double.c | 44 jlong l; in Double_longBitsToDouble() member 59 jlong l; in Double_doubleToRawLongBits() member
|
| /libcore/ojluni/src/test/java/lang/invoke/ |
| D | PermuteArgsReturnVoidTest.java | 54 MethodHandles.Lookup l = MethodHandles.lookup(); in testReturnOnStack() local 74 MethodHandles.Lookup l = MethodHandles.lookup(); in testReturnFromArg() local
|
| /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ |
| D | ThreadLocalTest.java | 55 ThreadLocal<Object> l = new ThreadLocal<Object>(); in test_get() local 117 final ThreadLocal<Object> l = new ThreadLocal<Object>(); in test_setLjava_lang_Object() local
|