/external/chromium_org/ash/shelf/ |
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...] |
/external/chromium_org/chrome/browser/resources/net_internals/ |
events_view.js | 503 function compareActive_(source1, source2) { 504 if (!source1.isInactive() && source2.isInactive()) 506 if (source1.isInactive() && !source2.isInactive()) 509 var deltaEndTime = source1.getEndTime() - source2.getEndTime(); 518 return -compareSourceId_(source1, source2); 520 return compareSourceId_(source1, source2); 523 function compareDescription_(source1, source2) { 525 var source2Text = source2.getDescription().toLowerCase(); 529 return compareSourceId_(source1, source2); 532 function compareDuration_(source1, source2) { [all...] |
/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...] |
/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...] |
/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.runtime/unique.ptr.runtime.ctor/ |
move02.pass.cpp | 61 source2() function 84 sink2(source2());
|
/external/chromium-trace/trace-viewer/third_party/gl-matrix/spec/ |
jasmine.yml | 10 # - lib/source2.js
|
/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";
|
/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());
|
/external/chromium_org/third_party/WebKit/Source/platform/audio/ |
VectorMath.cpp | 297 __m128 source2; 315 } else if (source2Aligned && !destAligned) { // source2 aligned but dest not aligned 327 } else if (!source2Aligned && destAligned) { // source2 not aligned but dest aligned 330 source2 = _mm_loadu_ps(source2P); 332 *pDest = _mm_add_ps(*pSource1, source2); 338 } else if (!source2Aligned && !destAligned) { // both source2 and dest not aligned 341 source2 = _mm_loadu_ps(source2P); 342 dest = _mm_add_ps(*pSource1, source2); 368 float32x4_t source2 = vld1q_f32(source2P); 369 vst1q_f32(destP, vaddq_f32(source1, source2)); [all...] |
/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_org/chrome/test/chromedriver/chrome/ |
console_logger_unittest.cc | 152 ConsoleLogParams(¶ms2, "source2", NULL, "log", -1, -1, "text2"); 184 ValidateLogEntry(log.GetEntries()[1], Log::kInfo, "source2", 185 "source2 - text2");
|
/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/third_party/libjingle/source/talk/build/ |
build_jar.sh | 43 "classpath path/to/Source1.java path/to/Source2.java ..." >&2
|
/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/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/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/chromium_org/ui/message_center/ |
notification_list_unittest.cc | 246 UTF8ToUTF16("source2"), 256 UTF8ToUTF16("source2"), 266 UTF8ToUTF16("source2"),
|