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

1 2

  /libcore/luni/src/test/java/tests/targets/security/
MessageDigestTestMD5.java 26 super.source2 = "abcdefghbcdefghicdefghijdefghijkefghijklfghijklmghijklmnhijklmnoijklmnopjklmnopqklmnopqrlmnopqrsmnopqrstnopqrstu";
MessageDigestTestSHA1.java 26 super.source2 = "abcdbcdecdefdefgefghfghighijhijkijkljklmklmnlmnomnopnopq";
MessageDigestTestSHA256.java 26 super.source2 = "abcdbcdecdefdefgefghfghighijhijkijkljklmklmnlmnomnopnopq";
MessageDigestTestSHA384.java 26 super.source2 = "abcdefghbcdefghicdefghijdefghijkefghijklfghijklmghijklmnhijklmnoijklmnopjklmnopqklmnopqrlmnopqrsmnopqrstnopqrstu";
MessageDigestTestSHA512.java 26 super.source2 = "abcdefghbcdefghicdefghijdefghijkefghijklfghijklmghijklmnhijklmnoijklmnopjklmnopqklmnopqrlmnopqrsmnopqrstnopqrstu";
  /external/libcxx/test/std/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/
move02.pass.cpp 46 source2() function
69 sink2(source2());
  /external/webrtc/webrtc/base/
sigslottester_unittest.cc 36 sigslot::signal2<int, char> source2; local
39 SigslotTester2<int, char, int, char> slot2(&source2, &capture1, &capture2);
42 source2.emit(10, 'x');
47 source2.emit(20, 'y');
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/
move02.pass.cpp 61 source2() function
84 sink2(source2());
  /cts/tests/tests/text/src/android/text/cts/
LoginFilterTest.java 38 String source2 = "+=source_with_invalid_char%!"; local
57 assertNull(loginFilter.filter(source2, 0, source2.length(),
71 result = loginFilter.filter(source2, 0, source2.length(), dest1, 0, dest1.length());
TextUtilsTest.java 208 SpannableString source2 = new SpannableString(text); local
209 source2.setSpan(urlSpan, 0, source2.length() - 1, Spanned.SPAN_EXCLUSIVE_INCLUSIVE);
211 TextUtils.copySpansFrom(source2, 0, source2.length(), Object.class, dest2, 0);
217 assertEquals(source2.length() - 1, dest2.getSpanEnd(urlSpan));
221 TextUtils.copySpansFrom(source2, 0, source2.length(), BackgroundColorSpan.class, dest3, 0);
224 TextUtils.copySpansFrom(source2, 0, source2.length(), URLSpan.class, dest3, 0)
    [all...]
  /external/guice/core/test/com/google/inject/internal/
WeakKeySetTest.java 115 Object source2 = new Object(); local
120 set.add(key2, state2, source2);
121 assertInSet(set, key2, 2, source1, source2);
126 WeakReference<Object> weakSource2Ref = new WeakReference<Object>(source2);
134 assertInSet(set, key, 1, source2);
136 source1 = source2 = null;
163 Object source2 = new Object(); local
168 set.add(key2, state2, source2);
169 assertInSet(set, key2, 2, source1, source2);
177 assertInSet(set, key, 2, source1, source2);
282 Object source2 = new Object(); local
    [all...]
  /libcore/support/src/test/java/tests/security/
MessageDigestTest.java 56 source2 = null;
133 protected String source2; field in class:MessageDigestTest
165 digest.update(source2.getBytes(), 0, source2.length());
  /frameworks/base/tools/aapt/tests/
CrunchCache_test.cpp 88 String8 source2("ApiDemos/res");
94 CrunchCache scc(source2,dest2,sff);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/
move02.pass.cpp 117 source2() function
140 sink2(source2());
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
RuleBasedCollatorTest.java 87 String source2 = "abb"; local
88 CollationKey key2 = coll.getCollationKey(source2);
89 assertEquals(source2, key2.getSourceString());
91 assertTrue(coll.compare(source, source2) > 0);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
XEquivalenceMap.java 86 public boolean areEquivalent (K source1, K source2) {
89 return s.contains(source2);
  /external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
XEquivalenceMap.java 85 public boolean areEquivalent (K source1, K source2) {
88 return s.contains(source2);
  /external/libcxx/test/std/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/
move.pass.cpp 67 APtrSource2 source2() { function
134 sink2(source2());
  /external/icu/icu4c/source/test/cintltst/
nucnvtst.c 2120 static const uint8_t source2[]={0x61}; local
2174 static const uint8_t source2[]={0x61}; local
2594 static const uint8_t source2[]={0x1a, 0x1b}; local
2645 static const uint8_t source2[]={0xa1, 0x80}; local
2764 static const uint8_t source2[]={0xa1, 0x01}; local
3900 static const uint8_t source2[]={0x0e,0x24,0x053}; local
3992 static const uint8_t source2[]={0x0e,0x24,0x053}; local
4070 static const uint8_t source2[]={0x1b,0x24,0x053}; local
4150 static const uint8_t source2[]={0x1b,0x24,0x053}; local
4557 static const uint8_t source2[]={0x0e,0x24,0x053}; local
4687 static const uint8_t source2[]={0x0e, 0x7F, 0xFF}; local
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/unit/
test-streams.rb 263 @source2 = MockSource.new
264 @source2.tokens << new_token( 10, :channel => ANTLR3::HIDDEN ) << new_token( 11 )
270 @stream.rebuild( @source2 )
271 @stream.token_source.should == @source2
  /external/protobuf/src/google/protobuf/
descriptor_database.h 340 DescriptorDatabase* source2);
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
descriptor_database.h 339 DescriptorDatabase* source2);
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
descriptor_database.h 339 DescriptorDatabase* source2);
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
descriptor_database.h 339 DescriptorDatabase* source2);
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
descriptor_database.h 340 DescriptorDatabase* source2);

Completed in 1585 milliseconds

1 2