HomeSort by relevance Sort by last modified time
    Searched refs:source2 (Results 1 - 12 of 12) sorted by null

  /dalvik/libcore/security/src/test/java/tests/targets/security/
MessageDigestTestSHA224.java 24 super.source2 = "abcdbcdecdefdefgefghfghighijhijkijkljklmklmnlmnomnopnopq";
MessageDigestTestMD5.java 28 super.source2 = "abcdefghbcdefghicdefghijdefghijkefghijklfghijklmghijklmnhijklmnoijklmnopjklmnopqklmnopqrlmnopqrsmnopqrstnopqrstu";
MessageDigestTestSHA1.java 28 super.source2 = "abcdbcdecdefdefgefghfghighijhijkijkljklmklmnlmnomnopnopq";
MessageDigestTestSHA256.java 28 super.source2 = "abcdbcdecdefdefgefghfghighijhijkijkljklmklmnlmnomnopnopq";
MessageDigestTestSHA384.java 28 super.source2 = "abcdefghbcdefghicdefghijdefghijkefghijklfghijklmghijklmnhijklmnoijklmnopjklmnopqklmnopqrlmnopqrsmnopqrstnopqrstu";
MessageDigestTestSHA512.java 28 super.source2 = "abcdefghbcdefghicdefghijdefghijkefghijklfghijklmghijklmnhijklmnoijklmnopjklmnopqklmnopqrlmnopqrsmnopqrstnopqrstu";
MessageDigestTest.java 60 source2 = null;
202 protected String source1, source2, source3; field in class:MessageDigestTest
268 digest.update(source2.getBytes(), 0, source2.length());
  /cts/tests/tests/text/src/android/text/cts/
LoginFilterTest.java 55 String source2 = "+=source_with_invalid_char%!"; local
74 assertNull(loginFilter.filter(source2, 0, source2.length(),
88 result = loginFilter.filter(source2, 0, source2.length(), dest1, 0, dest1.length());
TextUtilsTest.java 240 SpannableString source2 = new SpannableString(text); local
241 source2.setSpan(urlSpan, 0, source2.length() - 1, Spanned.SPAN_EXCLUSIVE_INCLUSIVE);
243 TextUtils.copySpansFrom(source2, 0, source2.length(), Object.class, dest2, 0);
249 assertEquals(source2.length() - 1, dest2.getSpanEnd(urlSpan));
253 TextUtils.copySpansFrom(source2, 0, source2.length(), BackgroundColorSpan.class, dest3, 0);
256 TextUtils.copySpansFrom(source2, 0, source2.length(), URLSpan.class, dest3, 0)
    [all...]
  /dalvik/libcore/text/src/test/java/org/apache/harmony/text/tests/java/text/
RuleBasedCollatorTest.java 200 String source2 = "abb"; local
201 CollationKey key2 = coll.getCollationKey(source2);
202 assertEquals(source2, key2.getSourceString());
204 assertTrue(coll.compare(source, source2) > 0);
  /external/icu4c/test/cintltst/
nucnvtst.c 2092 static const uint8_t source2[]={0x61}; local
2146 static const uint8_t source2[]={0x61}; local
2567 static const uint8_t source2[]={0x1a, 0x1b}; local
2618 static const uint8_t source2[]={0xa1, 0x80}; local
2681 static const uint8_t source2[]={0xa1, 0x01}; local
3806 static const uint8_t source2[]={0x0e,0x24,0x053}; local
3898 static const uint8_t source2[]={0x0e,0x24,0x053}; local
3976 static const uint8_t source2[]={0x1b,0x24,0x053}; local
4056 static const uint8_t source2[]={0x1b,0x24,0x053}; local
4357 static const uint8_t source2[]={0x0e,0x24,0x053}; local
4458 static const uint8_t source2[]={0x0e,0x24,0x053}; local
4588 static const uint8_t source2[]={0x0e, 0x7F, 0xFF}; local
    [all...]
  /external/icu4c/i18n/
usearch.cpp     [all...]

Completed in 6110 milliseconds