/dalvik/libcore/security/src/test/java/org/apache/harmony/security/tests/java/security/ |
D | ProviderServiceTest.java | 173 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
|
D | SignerTest.java | 75 Signer s1 = new SignerStub("testToString1"); in test_toString() local
|
/dalvik/tests/020-string/src/ |
D | Main.java | 41 …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/ |
D | Tests.java | 79 String s1 = "ABCDEFG"; in test_CASE_INSENSITIVE_ORDER() local
|
/dalvik/libcore/luni/src/test/java/tests/api/java/lang/ |
D | StringTest.java | 80 String s1 = "ABCDEFG"; in test_CASE_INSENSITIVE_ORDER() local
|
/dalvik/libcore/security/src/test/java/tests/security/permissions/ |
D | JavaNetDatagramSocketTest.java | 101 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/ |
D | UtilTest.java | 47 final String s1 = ASCII_ALPHABET_LC; in testASCIIIgnoreCaseRegionMatches() local
|
/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/ |
D | ASN1Sequence.java | 173 Enumeration s1 = this.getObjects(); in equals() local
|
D | ASN1Set.java | 187 Enumeration s1 = this.getObjects(); in equals() local
|
/dalvik/vm/ |
D | Common.h | 64 typedef int8_t s1; typedef 73 typedef signed char s1; typedef
|
/dalvik/libcore/archive/src/main/java/org/apache/harmony/archive/util/ |
D | Util.java | 22 public static boolean ASCIIIgnoreCaseRegionMatches(String s1, int start1, in ASCIIIgnoreCaseRegionMatches()
|
/dalvik/libcore/nio/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/ |
D | ServerSocketChannelTest.java | 189 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
|
D | SocketChannelTest.java | 523 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/ |
D | SequenceInputStream.java | 54 public SequenceInputStream(InputStream s1, InputStream s2) { in SequenceInputStream()
|
/dalvik/libcore/luni/src/test/java/tests/api/java/util/ |
D | LinkedHashMapTest.java | 313 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
|
D | TreeSetTest.java | 567 Set s1 = new TreeSet(); in test_equals() local
|
/dalvik/libcore/concurrent/src/test/java/tests/api/java/util/concurrent/ |
D | SemaphoreTest.java | 73 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
|
D | CountDownLatchTest.java | 199 String s1 = s.toString(); in testToString() local
|
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/util/ |
D | LinkedHashMapTest.java | 561 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/ |
D | SequenceInputStreamTest.java | 37 String s1 = "Hello"; field in SequenceInputStreamTest
|
/dalvik/libcore/security/src/test/java/tests/security/cert/ |
D | CertificateFactory1Test.java | 364 String s1 = it1.next(); in testCertificateFactory09() local 380 String s1 = it1.next(); in testCertificateFactory09() local
|
/dalvik/libcore/luni/src/main/java/java/net/ |
D | URLStreamHandler.java | 345 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/ |
D | TwoColumnOutput.java | 60 public static String toString(String s1, int width1, String spacer, in toString()
|
D | Hex.java | 217 public static String s1(int v) { in s1() method in Hex
|
/dalvik/dx/src/com/android/dx/dex/file/ |
D | CatchStructs.java | 251 String s1 = subPrefix + "try " + Hex.u2or4(entry.getStart()) in annotateEntries() local
|