Home
last modified time | relevance | path

Searched defs:ls (Results 1 – 9 of 9) sorted by relevance

/libcore/ojluni/src/test/java/util/stream/boottest/java/util/stream/
DNodeBuilderTest.java50 List<List<Integer>> ls = new ArrayList<>(); in createNodeBuilders() local
95 List<List<Integer>> ls = new ArrayList<>(); in createIntNodeBuilders() local
141 List<List<Long>> ls = new ArrayList<>(); in createLongNodeBuilders() local
191 List<List<Double>> ls = new ArrayList<>(); in createDoubleNodeBuilders() local
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
DDHParameterSpecTest.java48 int[] ls = {Integer.MIN_VALUE, 0, 1, Integer.MAX_VALUE}; in testDHParameterSpec() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
DKeyStoreBuilderParametersTest.java79 List ls = new ArrayList<String>(); in test_getParameters() local
DSSLSocketTest.java230 HandshakeCompletedListener ls = new HandshakeCL(); in test_addHandshakeCompletedListener() local
245 HandshakeCompletedListener ls = new HandshakeCL(); in test_removeHandshakeCompletedListener() local
/libcore/luni/src/test/java/tests/security/cert/
DCertStore2Test.java251 Collection<? extends CRL> ls = certStore.getCRLs(null); in testGetCRLs() local
258 Collection<? extends CRL> ls = certStore.getCRLs(new MyCRLSelector()); in testGetCRLs() local
/libcore/ojluni/src/main/java/java/util/stream/
DAbstractShortCircuitTask.java102 Spliterator<P_IN> rs = spliterator, ls; in compute() local
DAbstractTask.java292 Spliterator<P_IN> rs = spliterator, ls; // right, left spliterators in compute() local
/libcore/ojluni/src/main/java/java/text/
DMessageFormat.java1547 String ls = s.trim().toLowerCase(Locale.ROOT); in findKeyword() local
/libcore/luni/src/test/java/libcore/java/util/
DOldCollectionsTest.java853 List<String> ls = Collections.emptyList(); in test_emptyList() local