/external/chromium_org/third_party/webrtc/base/ |
sigslottester_unittest.cc | 21 sigslot::signal1<int> source1; local 23 SigslotTester1<int, int> slot1(&source1, &capture1); 26 source1.emit(10); 30 source1.emit(20); 56 sigslot::signal1<const std::string&> source1; local 58 SigslotTester1<const std::string&, std::string> slot1(&source1, &capture1); 60 source1.emit("hello"); 66 sigslot::signal1<const std::string*> source1; local 68 SigslotTester1<const std::string*, const std::string*> slot1(&source1, 71 source1.emit(NULL) 77 sigslot::signal1<std::string* const> source1; local [all...] |
/external/chromium_org/ash/shelf/ |
scoped_observer_with_duplicated_sources_unittest.cc | 43 TestSource source1; local 48 EXPECT_EQ(0, source1.GetObserverCount()); 49 EXPECT_FALSE(observers.IsObserving(&source1)); 53 // Add |source1|. 54 observers.Add(&source1); 55 EXPECT_EQ(1, source1.GetObserverCount()); 56 EXPECT_TRUE(observers.IsObserving(&source1)); 58 observers.Add(&source1); 59 EXPECT_EQ(1, source1.GetObserverCount()); 60 EXPECT_TRUE(observers.IsObserving(&source1)); [all...] |
/external/chromium_org/third_party/WebKit/Source/core/animation/ |
AnimationPlayerTest.cpp | 638 RefPtrWillBeRawPtr<AnimationNode> source1 = makeAnimation(); local 640 player->setSource(source1.get()); 641 EXPECT_EQ(source1, player->source()); 646 EXPECT_EQ(0, source1->player());
|
/external/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/ |
move02.pass.cpp | 51 source1() function 83 sink1(source1());
|
/external/chromium_org/net/disk_cache/blockfile/ |
block_files_unittest.cc | 101 int source1 = rand() % kNumEntries; local 103 CacheAddr temp = entries[source1]; 104 entries[source1] = entries[source2];
|
/external/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/ |
move02.pass.cpp | 107 source1() function 139 sink1(source1());
|
/cts/tests/tests/text/src/android/text/cts/ |
LoginFilterTest.java | 37 String source1 = "source_without_invalid_char"; local 45 assertNull(loginFilter.filter(source1, 0, source1.length(), dest1, 0, dest1.length())); 51 assertNull(loginFilter.filter(source1, 0, source1.length(), dest2, 5, 6)); 87 loginFilter.filter(null, 0, source1.length(), dest1, 0, dest1.length()); 94 loginFilter.filter(source1, -1, source1.length() + 1, dest1, 0, dest1.length()); 102 loginFilter.filter(source1, source1.length(), 0, dest1, 0, dest1.length())) [all...] |
TextUtilsTest.java | 186 SpannableString source1 = new SpannableString(text); local 187 int midPos = source1.length() / 2; 190 source1.setSpan(urlSpan, 0, midPos, Spanned.SPAN_INCLUSIVE_INCLUSIVE); 192 source1.setSpan(bgColorSpan, midPos - 1, 193 source1.length() - 1, Spanned.SPAN_EXCLUSIVE_EXCLUSIVE); 197 TextUtils.copySpansFrom(source1, 0, source1.length(), Object.class, dest1, 0); 208 assertEquals(source1.length() - 1, dest1.getSpanEnd(bgColorSpan)); [all...] |
/external/chromium_org/chrome/browser/apps/ |
web_view_browsertest.cc | 383 content::Source<content::NavigationController> source1 = observer1.source(); local 384 EXPECT_TRUE(source1->GetWebContents()->GetRenderProcessHost()-> 407 EXPECT_EQ(source1->GetWebContents()->GetRenderProcessHost()->GetID(), 411 EXPECT_NE(source1->GetWebContents()->GetRenderProcessHost()->GetID(), 415 EXPECT_NE(source1->GetWebContents()->GetRenderProcessHost()->GetID(), 425 source1->GetWebContents()->GetRenderProcessHost()-> 435 source1->GetWebContents()->GetRenderProcessHost()-> 452 source1->GetWebContents()->GetRenderProcessHost()-> 457 source1->GetWebContents()->GetRenderProcessHost()-> 462 *default_tag_contents1 = source1->GetWebContents() [all...] |
/external/chromium_org/net/disk_cache/ |
backend_unittest.cc | 789 int source1 = rand() % 100; local 791 disk_cache::Entry* temp = entries[source1]; 792 entries[source1] = entries[source2]; 1059 int source1 = rand() % kNumEntries; local [all...] |
/external/bison/lib/ |
vasnprintf.c | 758 mp_limb_t source1 = *sourceptr++; local 760 *destptr++ = source1 + source2 + carry; 763 ? source1 >= (mp_limb_t) ~source2 764 : source1 > (mp_limb_t) ~source2); [all...] |
/external/chromium_org/v8/test/cctest/ |
test-heap.cc | 3348 static const char* source1 = "var error = null; " local [all...] |
test-api.cc | 14607 v8::Handle<v8::String> source1 = local [all...] |
/external/chromium_org/third_party/icu/source/test/cintltst/ |
nucnvtst.c | 2596 static const uint8_t source1[]={0xc4}; local 2647 static const uint8_t source1[]={0xc4}; local 2755 static const uint8_t source1[]={0xc4}; local 4678 static const uint8_t source1[]={0x0f}; local [all...] |
/external/icu/icu4c/source/test/cintltst/ |
nucnvtst.c | 2601 static const uint8_t source1[]={0xc4}; local 2652 static const uint8_t source1[]={0xc4}; local 2760 static const uint8_t source1[]={0xc4}; local 4683 static const uint8_t source1[]={0x0f}; local [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
com.ibm.icu_4.2.1.v20100412.jar | |
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar | |
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/ |
compiler.jar | |
/external/chromium_org/third_party/closure_compiler/compiler/ |
compiler.jar | |