Searched defs:tester (Results 1 - 13 of 13) sorted by relevance

/external/webkit/Tools/Scripts/
H A Dtest-webkit-scripts84 tester = ScriptsTester(os.path.dirname(__file__)) variable in class:ScriptsTester
85 tester.main()
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DForwardingListenableFutureTest.java31 private ListenableFutureTester tester; field in class:ForwardingListenableFutureTest
44 tester = new ListenableFutureTester(forwardingFuture);
45 tester.setUp();
50 tester.tearDown();
56 tester.testCompletedFuture("foo");
61 tester.testCancelledFuture();
66 tester.testFailedFuture("failed");
H A DSettableFutureTest.java32 private ListenableFutureTester tester; field in class:SettableFutureTest
39 tester = new ListenableFutureTester(future);
40 tester.setUp();
52 tester.testCompletedFuture("value");
57 tester.testFailedFuture("failure");
68 tester.testFailedFuture("failure");
73 tester.testCancelledFuture();
/external/clang/test/SemaCXX/
H A Dcxx0x-defaulted-functions.cpp39 void tester() { function
H A Dnested-name-spec-locations.cpp61 PseudoDestructorExprTester<HasInnerTemplate, float> tester) {
62 tester.f(0); // expected-note{{in instantiation of member function}}
60 PseudoDestructorExprCheck( PseudoDestructorExprTester<HasInnerTemplate, float> tester) argument
/external/chromium/chrome/browser/chromeos/login/
H A Dscreen_locker_browsertest.cc65 tester(chromeos::ScreenLocker::GetTester());
66 while (tester->IsLocked() != locker_state ||
120 scoped_ptr<test::ScreenLockerTester> tester(ScreenLocker::GetTester());
121 tester->EmulateWindowManagerReady();
125 EXPECT_TRUE(tester->IsLocked());
126 tester->InjectMockAuthenticator("", "");
128 unlock(tester->GetWidget());
131 EXPECT_TRUE(tester->IsLocked());
136 EXPECT_FALSE(tester->IsLocked());
139 void LockScreenWithUser(test::ScreenLockerTester* tester, argument
[all...]
/external/guava/guava-tests/test/com/google/common/testing/
H A DEquivalenceTesterTest.java37 private EquivalenceTester<Object> tester; field in class:EquivalenceTesterTest
43 this.tester = EquivalenceTester.of(equivalenceMock);
55 tester.test();
84 tester.addEquivalenceGroup(group1Item1, group1Item2)
102 tester.addEquivalenceGroup(group1Item1, group1Item2).test();
130 tester.addEquivalenceGroup(group1Item1, group1Item2, group1Item3).test();
152 tester.addEquivalenceGroup(group1Item1).addEquivalenceGroup(group2Item1).test();
174 tester.addEquivalenceGroup(group1Item1, group1Item2).test();
H A DNullPointerTesterTest.java42 private NullPointerTester tester; field in class:NullPointerTesterTest
46 tester = new NullPointerTester();
127 tester.testMethodParameter(OneArg.class, method, 0);
139 tester.testMethodParameter(OneArg.class, method, 0);
152 tester.testMethodParameter(foo, method, 0);
165 tester.testMethodParameter(foo, method, 0);
251 tester.testMethod(bar, method);
261 tester.testMethod(bar, method);
544 tester.testAllPublicInstanceMethods(instance);
557 tester
[all...]
/external/chromium/chrome/browser/chromeos/notifications/
H A Dnotification_browsertest.cc88 void WaitForPanelState(NotificationPanelTester* tester, argument
99 NotificationPanelTester* tester = GetNotificationPanel()->GetTester(); local
100 while (!tester->IsVisible(view)) {
142 NotificationPanelTester* tester = panel->GetTester(); local
147 EXPECT_EQ(1, tester->GetNewNotificationCount());
148 EXPECT_EQ(1, tester->GetNotificationCount());
149 EXPECT_EQ(0, tester->GetStickyNotificationCount());
150 EXPECT_EQ(NotificationPanel::STICKY_AND_NEW, tester->state());
154 EXPECT_EQ(2, tester->GetNewNotificationCount());
155 EXPECT_EQ(2, tester
181 NotificationPanelTester* tester = panel->GetTester(); local
231 NotificationPanelTester* tester = panel->GetTester(); local
266 NotificationPanelTester* tester = panel->GetTester(); local
309 NotificationPanelTester* tester = panel->GetTester(); local
376 NotificationPanelTester* tester = panel->GetTester(); local
390 NotificationPanelTester* tester = panel->GetTester(); local
419 NotificationPanelTester* tester = panel->GetTester(); local
494 NotificationPanelTester* tester = panel->GetTester(); local
527 NotificationPanelTester* tester = panel->GetTester(); local
[all...]
/external/chromium/chrome/browser/net/
H A Dconnection_tester.cc248 // |tester| must remain alive throughout the TestRunner's lifetime.
249 // |tester| will be notified of completion.
250 explicit TestRunner(ConnectionTester* tester) argument
251 : tester_(tester),
254 // Starts running |experiment|. Notifies tester->OnExperimentCompleted() when
/external/webkit/Source/WebCore/platform/text/gtk/
H A DTextCodecGtk.cpp65 GIConv tester; local
67 tester = g_iconv_open(internalEncodingName, encodingName);
68 if (tester == reinterpret_cast<GIConv>(-1)) {
71 g_iconv_close(tester);
73 tester = g_iconv_open(encodingName, internalEncodingName);
74 if (tester == reinterpret_cast<GIConv>(-1)) {
77 g_iconv_close(tester);
/external/icu4c/test/cintltst/
H A Dcmsccoll.c1636 } tester; typedef in typeref:struct:__anon6007
1652 tester **t;
1674 t = (tester **)malloc(charsToTestSize * sizeof(tester *));
1675 t[0] = (tester *)malloc(sizeof(tester));
1693 t[noCases] = (tester *)malloc(sizeof(tester));
1694 uprv_memset(t[noCases], 0, sizeof(tester));
1712 uprv_memset(t[noCases], 0, sizeof(tester));
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.expressions_3.4.200.v20100505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 257 milliseconds