Home
last modified time | relevance | path

Searched defs:s1 (Results 1 – 25 of 45) sorted by relevance

12

/dalvik/libcore/security/src/test/java/org/apache/harmony/security/tests/java/security/
DProviderServiceTest.java173 Provider.Service s1 = new Provider.Service(p, "type", "algorithm", in testGetAlgorithm() local
191 Provider.Service s1 = new Provider.Service(p, "type", "algorithm", in testGetClassName() local
209 Provider.Service s1 = new Provider.Service(p, "type", "algorithm", in testGetProvider() local
227 Provider.Service s1 = new Provider.Service(p, "type", "algorithm", in testGetType() local
245 Provider.Service s1 = new Provider.Service(p, "type", "algorithm", in testSupportsParameter() local
259 Provider.Service s1 = new Provider.Service(p, "type", "algorithm", in testToString() local
DSignerTest.java75 Signer s1 = new SignerStub("testToString1"); in test_toString() local
/dalvik/tests/020-string/src/
DMain.java41 …String s1 = "\u0c6d\u0cb6\u0d00\u0000\u0080\u0080\u0080\u0000\u0002\u0002\u0002\u0000\u00e9\u00e9\… in main() local
/dalvik/libcore/luni/src/test/java/tests/java/lang/String/
DTests.java79 String s1 = "ABCDEFG"; in test_CASE_INSENSITIVE_ORDER() local
/dalvik/libcore/luni/src/test/java/tests/api/java/lang/
DStringTest.java80 String s1 = "ABCDEFG"; in test_CASE_INSENSITIVE_ORDER() local
/dalvik/libcore/security/src/test/java/tests/security/permissions/
DJavaNetDatagramSocketTest.java101 DatagramSocket s1 = new DatagramSocket(port); in test_ctor() local
149 DatagramSocket s1 = new DatagramSocket(port); in test_receive() local
/dalvik/libcore/archive/src/test/java-internal/org/apache/harmony/archive/util/
DUtilTest.java47 final String s1 = ASCII_ALPHABET_LC; in testASCIIIgnoreCaseRegionMatches() local
/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/
DASN1Sequence.java173 Enumeration s1 = this.getObjects(); in equals() local
DASN1Set.java187 Enumeration s1 = this.getObjects(); in equals() local
/dalvik/vm/
DCommon.h64 typedef int8_t s1; typedef
73 typedef signed char s1; typedef
/dalvik/libcore/archive/src/main/java/org/apache/harmony/archive/util/
DUtil.java22 public static boolean ASCIIIgnoreCaseRegionMatches(String s1, int start1, in ASCIIIgnoreCaseRegionMatches()
/dalvik/libcore/nio/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/
DServerSocketChannelTest.java189 ServerSocket s1 = this.serverChannel.socket(); in test_socket_Block_BeforeClose() local
211 ServerSocket s1 = this.serverChannel.socket(); in test_socket_NonBlock_BeforeClose() local
234 ServerSocket s1 = this.serverChannel.socket(); in test_socket_Block_Closed() local
253 ServerSocket s1 = this.serverChannel.socket(); in test_socket_NonBlock_Closed() local
DSocketChannelTest.java523 Socket s1 = this.channel1.socket(); in testSocket_BasicStatusBeforeConnect() local
543 Socket s1 = this.channel1.socket(); in testSocket_Block_BasicStatusAfterConnect() local
564 Socket s1 = this.channel1.socket(); in testSocket_NonBlock_BasicStatusAfterConnect() local
622 Socket s1 = this.channel1.socket(); in testSocket_NonBlock_ActionsAfterConnectBeforeFinish() local
642 Socket s1 = this.channel1.socket(); in testSocket_NonBlock_ActionsAfterConnectAfterFinish() local
/dalvik/libcore/luni/src/main/java/java/io/
DSequenceInputStream.java54 public SequenceInputStream(InputStream s1, InputStream s2) { in SequenceInputStream()
/dalvik/libcore/luni/src/test/java/tests/api/java/util/
DLinkedHashMapTest.java313 Set<Map.Entry<String, String>> s1 = m1.entrySet(); in entrySetRemoveHelper() local
674 Set s1 = lhm.entrySet(); in test_ordered_entrySet() local
742 Set s1 = lhm.keySet(); in test_ordered_keySet() local
804 Collection s1 = lhm.values(); in test_ordered_values() local
866 Collection s1 = lhm.values(); in test_remove_eldest() local
DTreeSetTest.java567 Set s1 = new TreeSet(); in test_equals() local
/dalvik/libcore/concurrent/src/test/java/tests/api/java/util/concurrent/
DSemaphoreTest.java73 Semaphore s1 = new Semaphore(-1, false); in testConstructor() local
88 Semaphore s1 = new Semaphore(-1); in testConstructor2() local
461 Semaphore s1 = new Semaphore(-1, true); in testConstructor_fair() local
912 String s1 = s.toString(); in testToString() local
DCountDownLatchTest.java199 String s1 = s.toString(); in testToString() local
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/util/
DLinkedHashMapTest.java561 Set s1 = lhm.entrySet(); in test_ordered_entrySet() local
629 Set s1 = lhm.keySet(); in test_ordered_keySet() local
691 Collection s1 = lhm.values(); in test_ordered_values() local
753 Collection s1 = lhm.values(); in test_remove_eldest() local
/dalvik/libcore/luni/src/test/java/tests/api/java/io/
DSequenceInputStreamTest.java37 String s1 = "Hello"; field in SequenceInputStreamTest
/dalvik/libcore/security/src/test/java/tests/security/cert/
DCertificateFactory1Test.java364 String s1 = it1.next(); in testCertificateFactory09() local
380 String s1 = it1.next(); in testCertificateFactory09() local
/dalvik/libcore/luni/src/main/java/java/net/
DURLStreamHandler.java345 String s1 = url1.getRef(), s2 = url2.getRef(); in equals() local
430 String s1 = url1.getProtocol(); in sameFile() local
/dalvik/dx/src/com/android/dx/util/
DTwoColumnOutput.java60 public static String toString(String s1, int width1, String spacer, in toString()
DHex.java217 public static String s1(int v) { in s1() method in Hex
/dalvik/dx/src/com/android/dx/dex/file/
DCatchStructs.java251 String s1 = subPrefix + "try " + Hex.u2or4(entry.getStart()) in annotateEntries() local

12