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

1 2

  /external/clang/test/Parser/
cxx0x-literal-operators.cpp 6 void operator "" tester (const char *); // expected-warning{{user-defined literal with suffix 'tester' is preempted by C99 hexfloat extension}}
  /external/chromium/chrome/browser/chromeos/notifications/
notification_browsertest.cc 88 void WaitForPanelState(NotificationPanelTester* tester,
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->GetNotificationCount())
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/chromeos/login/
screen_locker_browsertest.cc 65 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,
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
ExpandableListViewWithHeadersTest.java 84 ExpandableListTester tester = new ExpandableListTester(mExpandableListView, this); local
85 tester.testContextMenus();
90 ExpandableListTester tester = new ExpandableListTester(mExpandableListView, this); local
91 tester.testConvertionBetweenFlatAndPackedOnGroups();
92 tester.testConvertionBetweenFlatAndPackedOnChildren();
97 ExpandableListTester tester = new ExpandableListTester(mExpandableListView, this); local
98 tester.testSelectedPositionOnGroups();
99 tester.testSelectedPositionOnChildren();
ExpandableListViewBasicTest.java 160 ExpandableListTester tester = new ExpandableListTester(mExpandableListView, this); local
161 tester.testContextMenus();
166 ExpandableListTester tester = new ExpandableListTester(mExpandableListView, this); local
167 tester.testConvertionBetweenFlatAndPackedOnGroups();
168 tester.testConvertionBetweenFlatAndPackedOnChildren();
173 ExpandableListTester tester = new ExpandableListTester(mExpandableListView, this); local
174 tester.testSelectedPositionOnGroups();
175 tester.testSelectedPositionOnChildren();
  /frameworks/base/core/tests/coretests/src/android/os/
BroadcasterTest.java 37 HandlerTester tester = new HandlerTester() { local
60 tester.doTest(1000);
114 HandlerTester tester = new Tests2and3(2); local
115 tester.doTest(1000);
123 HandlerTester tester = new Tests2and3(10); local
124 tester.doTest(1000);
133 HandlerTester tester = new HandlerTester() { local
159 tester.doTest(1000);
168 HandlerTester tester = new HandlerTester() { local
194 tester.doTest(1000)
203 HandlerTester tester = new HandlerTester() { local
    [all...]
IdleHandlerTest.java 60 TestHandlerThread tester = new BaseTestHandler() { local
89 tester.doTest(1000);
94 TestHandlerThread tester = new BaseTestHandler() { local
125 tester.doTest(1000);
131 TestHandlerThread tester = new BaseTestHandler() { local
160 tester.doTest(1000);
165 TestHandlerThread tester = new BaseTestHandler() { local
196 tester.doTest(1000);
MessageQueueTest.java 66 TestHandlerThread tester = new BaseTestHandler() { local
80 tester.doTest(1000);
85 TestHandlerThread tester = new BaseTestHandler() { local
104 tester.doTest(1000);
147 TestHandlerThread tester = new TestFieldIntegrityHandler() { local
274 tester.doTest(1000);
  /dalvik/vm/test/
AtomicTest.cpp 359 int tester = 7; local
360 prev = __atomic_inc(&tester);
361 __atomic_inc(&tester);
362 __atomic_inc(&tester);
363 dvmFprintf(stdout, "bionic 3 inc: %d -> %d\n", prev, tester);
364 prev = __atomic_dec(&tester);
365 __atomic_dec(&tester);
366 __atomic_dec(&tester);
367 dvmFprintf(stdout, "bionic 3 dec: %d -> %d\n", prev, tester);
368 prev = __atomic_swap(27, &tester);
    [all...]
  /external/markdown/
test-markdown.py 315 tester = TestRunner()
317 tester.test_directory("tests/markdown-test", measure_time=True)
318 tester.test_directory("tests/misc", measure_time=True)
319 tester.test_directory("tests/extensions-x-tables")
320 tester.test_directory("tests/extensions-x-footnotes")
321 #tester.test_directory("tests/extensions-x-ext1-ext2")
322 tester.test_directory("tests/safe_mode", measure_time=True, safe_mode="escape")
323 tester.test_directory("tests/extensions-x-wikilinks")
324 tester.test_directory("tests/extensions-x-toc")
325 tester.test_directory("tests/extensions-x-def_list"
    [all...]
  /external/webkit/Tools/Scripts/
test-webkit-scripts 84 tester = ScriptsTester(os.path.dirname(__file__)) variable in class:ScriptsTester
85 tester.main()
  /hardware/ril/mock-ril/src/cpp/
worker.cpp 348 TesterThread *tester = new TesterThread(); local
349 delete tester;
356 tester = new TesterThread();
357 tester->Run(wq);
358 LOGD("testWorker tester %p running", tester);
360 LOGD("testWorker tester %p stopping", tester);
361 tester->Stop();
362 LOGD("testWorker tester %p stopped", tester)
    [all...]
  /external/chromium/chrome/browser/net/
connection_tester_unittest.cc 146 ConnectionTester tester(&test_delegate_, proxy_script_fetcher_context_);
150 tester.RunAllTests(test_server_.GetURL("echoall"));
170 scoped_ptr<ConnectionTester> tester(
175 tester->RunAllTests(test_server_.GetURL("echoall"));
185 tester.reset();
connection_tester.cc 248 // |tester| must remain alive throughout the TestRunner's lifetime.
249 // |tester| will be notified of completion.
250 explicit TestRunner(ConnectionTester* tester)
251 : tester_(tester),
254 // Starts running |experiment|. Notifies tester->OnExperimentCompleted() when
  /cts/tests/tests/os/src/android/os/cts/
MessageQueueTest.java 123 OrderTestHelper tester = new OrderTestHelper() { local
138 tester.doTest(1000, 50);
146 OrderTestHelper tester = new OrderTestHelper() { local
166 tester.doTest(1000, 50);
  /external/clang/test/SemaCXX/
cxx0x-defaulted-functions.cpp 39 void tester() { function
nested-name-spec-locations.cpp 61 PseudoDestructorExprTester<HasInnerTemplate, float> tester) {
62 tester.f(0); // expected-note{{in instantiation of member function}}
  /external/chromium/base/
timer_unittest.cc 183 OneShotTimerTester tester(&did_run);
184 tester.Start();
199 OneShotTimerTester tester(&did_run, 100 /* milliseconds */);
200 tester.Start();
241 OneShotTimerTester tester(&did_run, 300);
242 tester.Start();
  /external/webkit/Source/WebCore/platform/text/gtk/
TextCodecGtk.cpp 65 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);
  /bionic/libc/kernel/tools/
cpp.py 571 tester = CppTokenizerTester()
573 tester.setTokenizer( CppLineTokenizer("#an/example && (01923_xy)") )
574 tester.expectList( ["#", "an", "/", "example", tokSPACE, tokLOGICAND, tokSPACE, tokLPAREN, "01923_xy", \
577 tester.setTokenizer( CppLineTokenizer("FOO(BAR) && defined(BAZ)") )
578 tester.expectList( ["FOO", tokLPAREN, "BAR", tokRPAREN, tokSPACE, tokLOGICAND, tokSPACE,
581 tester.setTokenizer( CppLinesTokenizer( ["/*", "#", "*/"] ) )
582 tester.expectList( [ tokSPACE, tokLN, tokEOF ] )
584 tester.setTokenizer( CppLinesTokenizer( ["first", "second"] ) )
585 tester.expectList( [ "first", tokLN, "second", tokLN, tokEOF ] )
587 tester.setTokenizer( CppLinesTokenizer( ["first second", " third"] )
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/math/ec/
IntArray.java 317 int tester = 1 << theBit;
318 return ((m_ints[theInt] & tester) != 0);
  /external/bluetooth/bluez/test/
apitest 82 class Tester:
447 tester = Tester(sys.argv) variable
448 tester.run()
  /external/chromium/chrome/browser/resources/net_internals/
testview.js 6 * This view displays the progress and results from the "connection tester".
  /external/webkit/Source/WebKit/qt/tests/qwebview/
tst_qwebview.cpp 207 WebViewCrashTest tester(&view);
210 QTRY_VERIFY(tester.m_executed); // If fail it means that the test wasn't executed.
  /external/icu4c/test/cintltst/
cmsccoll.c 1636 } tester; typedef in typeref:struct:__anon6385
    [all...]

Completed in 1863 milliseconds

1 2