Home
last modified time | relevance | path

Searched refs:testGet (Results 1 – 25 of 54) sorted by relevance

123

/external/libmicrohttpd/src/testcurl/
Dtest_quiesce.c182 testGet (int type, int pool_count, int poll_flag) in testGet() function
438 errorCount += testGet (MHD_USE_SELECT_INTERNALLY, 0, 0); in main()
439 errorCount += testGet (MHD_USE_THREAD_PER_CONNECTION, 0, 0); in main()
440 errorCount += testGet (MHD_USE_SELECT_INTERNALLY, CPU_COUNT, 0); in main()
444 errorCount += testGet(MHD_USE_SELECT_INTERNALLY, 0, MHD_USE_POLL); in main()
445 errorCount += testGet (MHD_USE_THREAD_PER_CONNECTION, 0, MHD_USE_POLL); in main()
446 errorCount += testGet (MHD_USE_SELECT_INTERNALLY, CPU_COUNT, MHD_USE_POLL); in main()
450 errorCount += testGet (MHD_USE_SELECT_INTERNALLY, 0, MHD_USE_EPOLL_LINUX_ONLY); in main()
451 errorCount += testGet (MHD_USE_SELECT_INTERNALLY, CPU_COUNT, MHD_USE_EPOLL_LINUX_ONLY); in main()
/external/guava/guava-gwt/test/com/google/common/collect/
DCountTest_gwt.java26 public void testGet() throws Exception { in testGet() method in CountTest_gwt
28 testCase.testGet(); in testGet()
DEmptyImmutableTableTest_gwt.java81 public void testGet() throws Exception { in testGet() method in EmptyImmutableTableTest_gwt
83 testCase.testGet(); in testGet()
DRegularImmutableTableTest_gwt.java81 public void testGet() throws Exception { in testGet() method in RegularImmutableTableTest_gwt
83 testCase.testGet(); in testGet()
DSingletonImmutableTableTest_gwt.java81 public void testGet() throws Exception { in testGet() method in SingletonImmutableTableTest_gwt
83 testCase.testGet(); in testGet()
DTablesTransformValuesTest_gwt.java75 public void testGet() throws Exception { in testGet() method in TablesTransformValuesTest_gwt
78 testCase.testGet(); in testGet()
DHashBasedTableTest_gwt.java93 public void testGet() throws Exception { in testGet() method in HashBasedTableTest_gwt
96 testCase.testGet(); in testGet()
DNewCustomTableTest_gwt.java75 public void testGet() throws Exception { in testGet() method in NewCustomTableTest_gwt
78 testCase.testGet(); in testGet()
DTransposedTableTest_gwt.java75 public void testGet() throws Exception { in testGet() method in TransposedTableTest_gwt
78 testCase.testGet(); in testGet()
DImmutableTableTest_gwt.java165 public void testGet() throws Exception { in testGet() method in ImmutableTableTest_gwt
168 testCase.testGet(); in testGet()
DSubMapMultimapAsMapImplementsMapTest_gwt.java151 public void testGet() throws Exception { in testGet() method in SubMapMultimapAsMapImplementsMapTest_gwt
153 testCase.testGet(); in testGet()
/external/guava/guava-tests/test/com/google/common/collect/
DCountTest.java28 public void testGet() { in testGet() method in CountTest
DForwardingTableTest.java95 public void testGet() { in testGet() method in ForwardingTableTest
DEmptyImmutableTableTest.java66 public void testGet() { in testGet() method in EmptyImmutableTableTest
DSingletonImmutableTableTest.java113 public void testGet() { in testGet() method in SingletonImmutableTableTest
/external/chromium-trace/catapult/dashboard/dashboard/
Dbisect_stats_test.py26 def testGet(self): member in BisectStatsTest
Dreport_test.py98 def testGet(self): member in ReportTest
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
DEmptyImmutableTableTest.java57 public void testGet() { in testGet() method in EmptyImmutableTableTest
DSingletonImmutableTableTest.java104 public void testGet() { in testGet() method in SingletonImmutableTableTest
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/webapp/
Dforms_test.py75 def testGet(self): member in ResourceHandlerTest
/external/autotest/client/common_lib/cros/fake_device_server/
Ddevices_unittest.py55 def testGet(self): member in DevicesTest
Dcommands_unittest.py74 def testGet(self): member in CommandsTest
Dregistration_tickets_unittest.py79 def testGet(self): member in RegistrationTicketsTest
/external/guava/guava-tests/test/com/google/common/cache/
DForwardingLoadingCacheTest.java56 public void testGet() throws ExecutionException { in testGet() method in ForwardingLoadingCacheTest
DNullCacheTest.java42 public void testGet() { in testGet() method in NullCacheTest

123