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

1 2

  /external/chromium_org/ash/launcher/
scoped_observer_with_duplicated_sources_unittest.cc 44 TestSource source2; local
50 EXPECT_EQ(0, source2.GetObserverCount());
51 EXPECT_FALSE(observers.IsObserving(&source2));
62 // Add |source2|.
63 observers.Add(&source2);
64 EXPECT_EQ(1, source2.GetObserverCount());
65 EXPECT_TRUE(observers.IsObserving(&source2));
72 // Remove |source2|.
73 observers.Remove(&source2);
74 EXPECT_EQ(0, source2.GetObserverCount())
    [all...]
  /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";
  /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 211 SpannableString source2 = new SpannableString(text); local
212 source2.setSpan(urlSpan, 0, source2.length() - 1, Spanned.SPAN_EXCLUSIVE_INCLUSIVE);
214 TextUtils.copySpansFrom(source2, 0, source2.length(), Object.class, dest2, 0);
220 assertEquals(source2.length() - 1, dest2.getSpanEnd(urlSpan));
224 TextUtils.copySpansFrom(source2, 0, source2.length(), BackgroundColorSpan.class, dest3, 0);
227 TextUtils.copySpansFrom(source2, 0, source2.length(), URLSpan.class, dest3, 0)
    [all...]
  /libcore/support/src/test/java/tests/security/
MessageDigestTest.java 56 source2 = null;
155 protected String source2; field in class:MessageDigestTest
187 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());
  /external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
RuleBasedCollatorTest.java 107 String source2 = "abb"; local
108 CollationKey key2 = coll.getCollationKey(source2);
109 assertEquals(source2, key2.getSourceString());
111 assertTrue(coll.compare(source, source2) > 0);
  /external/chromium/chrome/browser/resources/net_internals/
eventsview.js 142 EventsView.compareActive_ = function(source1, source2) {
143 if (source1.isActive() && !source2.isActive())
145 if (!source1.isActive() && source2.isActive())
148 var deltaEndTime = source1.getEndTime() - source2.getEndTime();
157 return -EventsView.compareSourceId_(source1, source2);
159 return EventsView.compareSourceId_(source1, source2);
162 EventsView.compareDescription_ = function(source1, source2) {
164 var source2Text = source2.getDescription().toLowerCase();
168 return EventsView.compareSourceId_(source1, source2);
171 EventsView.compareDuration_ = function(source1, source2) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/audio/
VectorMath.cpp 296 __m128 source2;
314 } else if (source2Aligned && !destAligned) { // source2 aligned but dest not aligned
326 } else if (!source2Aligned && destAligned) { // source2 not aligned but dest aligned
329 source2 = _mm_loadu_ps(source2P);
331 *pDest = _mm_add_ps(*pSource1, source2);
337 } else if (!source2Aligned && !destAligned) { // both source2 and dest not aligned
340 source2 = _mm_loadu_ps(source2P);
341 dest = _mm_add_ps(*pSource1, source2);
367 float32x4_t source2 = vld1q_f32(source2P);
368 vst1q_f32(destP, vaddq_f32(source1, source2));
    [all...]
  /external/chromium/net/disk_cache/
block_files_unittest.cc 103 int source2 = rand() % kNumEntries; local
105 entries[source1] = entries[source2];
106 entries[source2] = temp;
  /external/chromium_org/net/disk_cache/
block_files_unittest.cc 102 int source2 = rand() % kNumEntries; local
104 entries[source1] = entries[source2];
105 entries[source2] = temp;
  /external/chromium_org/net/disk_cache/v3/
block_bitmaps_unittest.cc 102 int source2 = rand() % kNumEntries; local
104 entries[source1] = entries[source2];
105 entries[source2] = temp;
  /external/chromium_org/third_party/icu/source/test/cintltst/
nucnvtst.c 2109 static const uint8_t source2[]={0x61}; local
2163 static const uint8_t source2[]={0x61}; local
2583 static const uint8_t source2[]={0x1a, 0x1b}; local
2634 static const uint8_t source2[]={0xa1, 0x80}; local
2753 static const uint8_t source2[]={0xa1, 0x01}; local
3878 static const uint8_t source2[]={0x0e,0x24,0x053}; local
3970 static const uint8_t source2[]={0x0e,0x24,0x053}; local
4048 static const uint8_t source2[]={0x1b,0x24,0x053}; local
4128 static const uint8_t source2[]={0x1b,0x24,0x053}; local
4535 static const uint8_t source2[]={0x0e,0x24,0x053}; local
4665 static const uint8_t source2[]={0x0e, 0x7F, 0xFF}; local
    [all...]
  /external/icu4c/test/cintltst/
nucnvtst.c 2135 static const uint8_t source2[]={0x61}; local
2189 static const uint8_t source2[]={0x61}; local
2609 static const uint8_t source2[]={0x1a, 0x1b}; local
2660 static const uint8_t source2[]={0xa1, 0x80}; local
2779 static const uint8_t source2[]={0xa1, 0x01}; local
3915 static const uint8_t source2[]={0x0e,0x24,0x053}; local
4007 static const uint8_t source2[]={0x0e,0x24,0x053}; local
4085 static const uint8_t source2[]={0x1b,0x24,0x053}; local
4165 static const uint8_t source2[]={0x1b,0x24,0x053}; local
4572 static const uint8_t source2[]={0x0e,0x24,0x053}; local
4702 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/chromium_org/third_party/protobuf/src/google/protobuf/
descriptor_database.h 339 DescriptorDatabase* source2);
descriptor_database.cc 452 DescriptorDatabase* source2) {
454 sources_.push_back(source2);
  /external/protobuf/src/google/protobuf/
descriptor_database.h 338 DescriptorDatabase* source2);
  /external/chromium_org/chrome/browser/extensions/
web_view_browsertest.cc 269 content::Source<content::NavigationController> source2 = observer2.source(); local
270 EXPECT_TRUE(source2->GetWebContents()->GetRenderProcessHost()->IsGuest());
285 source2->GetWebContents()->GetRenderProcessHost()->GetID());
304 source2->GetWebContents()->GetRenderProcessHost()->
340 *default_tag_contents2 = source2->GetWebContents();
    [all...]

Completed in 1346 milliseconds

1 2