Home
last modified time | relevance | path

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

123

/libcore/luni/src/test/java/tests/api/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/tests/api/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/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/luni/src/test/java/tests/api/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/luni/src/test/java/tests/api/java/util/
DLocaleTest.java35 Locale l; field in LocaleTest
260 Locale l = new Locale("", "CD"); in test_getISO3Country() local
280 Locale l = new Locale("ae"); in test_getISO3Language() local
406 Locale l = new Locale("en", ""); in test_toString() local
DVectorTest.java114 Collection l = new LinkedList(); in test_ConstructorLjava_util_Collection() local
187 Collection l = new LinkedList(); in test_addAllILjava_util_Collection() local
246 Collection l = new LinkedList(); in test_addAllLjava_util_Collection() local
828 Collection l = new LinkedList(); in test_removeAllLjava_util_Collection() local
/libcore/luni/src/test/java/libcore/javax/crypto/spec/
DAlgorithmParametersTestDH.java56 private static final int l = 511; field in AlgorithmParametersTestDH
/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/java/util/
DRandomTest.java30 public MyRandom(long l) { super(l); } in test_subclassing()
DOldAndroidLocaleTest.java136 Locale l = new Locale(locales[i].substring(0, 2), locales[i].substring(3)); in testICULocales() local
DOldListIteratorTest.java27 ListIterator<Integer> l = null; field in OldListIteratorTest
/libcore/luni/src/test/java/libcore/java/text/
DCollatorTest.java126 private void assertGetCollationElementIteratorString(Locale l, String s, Integer... offsets) { in assertGetCollationElementIteratorString()
131 …private void assertGetCollationElementIteratorCharacterIterator(Locale l, String s, Integer... off… in assertGetCollationElementIteratorCharacterIterator()
DSimpleDateFormatTest.java94 private String formatDate(Locale l, String fmt) { in formatDate()
100 private Calendar parseDate(Locale l, String fmt, String value) { in parseDate()
DDateFormatSymbolsTest.java75 private String formatDate(Locale l, String fmt, DateFormatSymbols dfs) { in formatDate()
/libcore/luni/src/main/java/java/nio/
DLongBuffer.java294 long l; in hashCode() local
359 public abstract LongBuffer put(long l); in put()
455 public abstract LongBuffer put(int index, long l); in put()
/libcore/luni/src/test/java/org/apache/harmony/annotation/tests/java/lang/annotation/
DTestAnnotation3b.java20 long l() default 0; in l() method
/libcore/luni/src/main/java/java/math/
DPrimality.java95 int l = (int)ni.longInt(); in nextProbablePrime() local
/libcore/luni/src/main/java/java/io/
DPrintStream.java304 public PrintStream format(Locale l, String format, Object... args) { in format()
354 public PrintStream printf(Locale l, String format, Object... args) { in printf()
403 public void print(long l) { in print()
499 public void println(long l) { in println()
DPrintWriter.java305 public PrintWriter format(Locale l, String format, Object... args) { in format()
358 public PrintWriter printf(Locale l, String format, Object... args) { in printf()
523 public void println(long l) { in println()
/libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
DCertificateMessage.java54 int l = in.readUint24(); // total_length in CertificateMessage() local
DClientHello.java96 int l = in.readUint16(); in ClientHello() local
/libcore/support/src/test/java/tests/support/
DSupport_ListTest.java33 public Support_ListTest(String p1, List<Integer> l) { in Support_ListTest()
/libcore/luni/src/main/java/java/util/
DFormatter.java633 public Formatter(Locale l) { in Formatter()
649 public Formatter(Appendable a, Locale l) { in Formatter()
727 public Formatter(String fileName, String csn, Locale l) in Formatter()
802 public Formatter(File file, String csn, Locale l) in Formatter()
867 public Formatter(OutputStream os, String csn, Locale l) throws UnsupportedEncodingException { in Formatter()
1035 public Formatter format(Locale l, String format, Object... args) { in format()
2152 long l = b.longValue(); in transformG() local
/libcore/luni/src/main/java/java/util/logging/
DLogManager.java447 public void addPropertyChangeListener(PropertyChangeListener l) { in addPropertyChangeListener()
462 public void removePropertyChangeListener(PropertyChangeListener l) { in removePropertyChangeListener()

123