| /libcore/luni/src/test/java/tests/api/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/luni/src/test/java/tests/api/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/main/java/javax/crypto/spec/ |
| D | DHParameterSpec.java | 30 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/ |
| D | OldLevelTest.java | 28 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/ |
| 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/luni/src/test/java/tests/api/java/util/ |
| D | LocaleTest.java | 35 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
|
| D | VectorTest.java | 114 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/ |
| D | AlgorithmParametersTestDH.java | 56 private static final int l = 511; field in AlgorithmParametersTestDH
|
| /libcore/luni/src/test/java/libcore/java/math/ |
| D | OldBigIntegerToStringTest.java | 53 long l = 12345678901234L; in test_toString4() local 61 long l = -12345678901234L; in test_toString5() local
|
| /libcore/luni/src/test/java/libcore/java/util/ |
| D | RandomTest.java | 30 public MyRandom(long l) { super(l); } in test_subclassing()
|
| D | OldAndroidLocaleTest.java | 136 Locale l = new Locale(locales[i].substring(0, 2), locales[i].substring(3)); in testICULocales() local
|
| D | OldListIteratorTest.java | 27 ListIterator<Integer> l = null; field in OldListIteratorTest
|
| /libcore/luni/src/test/java/libcore/java/text/ |
| D | CollatorTest.java | 126 private void assertGetCollationElementIteratorString(Locale l, String s, Integer... offsets) { in assertGetCollationElementIteratorString() 131 …private void assertGetCollationElementIteratorCharacterIterator(Locale l, String s, Integer... off… in assertGetCollationElementIteratorCharacterIterator()
|
| D | SimpleDateFormatTest.java | 94 private String formatDate(Locale l, String fmt) { in formatDate() 100 private Calendar parseDate(Locale l, String fmt, String value) { in parseDate()
|
| D | DateFormatSymbolsTest.java | 75 private String formatDate(Locale l, String fmt, DateFormatSymbols dfs) { in formatDate()
|
| /libcore/luni/src/main/java/java/nio/ |
| D | LongBuffer.java | 294 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/ |
| D | TestAnnotation3b.java | 20 long l() default 0; in l() method
|
| /libcore/luni/src/main/java/java/math/ |
| D | Primality.java | 95 int l = (int)ni.longInt(); in nextProbablePrime() local
|
| /libcore/luni/src/main/java/java/io/ |
| D | PrintStream.java | 304 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()
|
| D | PrintWriter.java | 305 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/ |
| D | CertificateMessage.java | 54 int l = in.readUint24(); // total_length in CertificateMessage() local
|
| D | ClientHello.java | 96 int l = in.readUint16(); in ClientHello() local
|
| /libcore/support/src/test/java/tests/support/ |
| D | Support_ListTest.java | 33 public Support_ListTest(String p1, List<Integer> l) { in Support_ListTest()
|
| /libcore/luni/src/main/java/java/util/ |
| D | Formatter.java | 633 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/ |
| D | LogManager.java | 447 public void addPropertyChangeListener(PropertyChangeListener l) { in addPropertyChangeListener() 462 public void removePropertyChangeListener(PropertyChangeListener l) { in removePropertyChangeListener()
|