/external/guava/guava-gwt/test/com/google/common/collect/ |
D | ArrayTableTest_gwt.java | 23 testCase.setUp(); in testAt() 29 testCase.setUp(); in testCellReflectsChanges() 35 testCase.setUp(); in testCellSetToString_ordered() 41 testCase.setUp(); in testClear() 47 testCase.setUp(); in testColumn() 53 testCase.setUp(); in testColumnKeyList() 59 testCase.setUp(); in testColumnKeySetToString_ordered() 65 testCase.setUp(); in testColumnMissing() 71 testCase.setUp(); in testColumnNull() 77 testCase.setUp(); in testColumnPutIllegal() [all …]
|
D | ImmutableTableTest_gwt.java | 23 testCase.setUp(); in testBuilder() 29 testCase.setUp(); in testBuilder_noDuplicates() 35 testCase.setUp(); in testBuilder_noNulls() 41 testCase.setUp(); in testBuilder_orderColumnsBy_dense() 47 testCase.setUp(); in testBuilder_orderColumnsBy_sparse() 53 testCase.setUp(); in testBuilder_orderRowsAndColumnsBy_dense() 59 testCase.setUp(); in testBuilder_orderRowsAndColumnsBy_putAll() 65 testCase.setUp(); in testBuilder_orderRowsAndColumnsBy_sparse() 71 testCase.setUp(); in testBuilder_orderRowsBy_dense() 77 testCase.setUp(); in testBuilder_orderRowsBy_sparse() [all …]
|
D | HashBasedTableTest_gwt.java | 23 testCase.setUp(); in testClear() 29 testCase.setUp(); in testColumn() 35 testCase.setUp(); in testColumnNull() 41 testCase.setUp(); in testColumnSetPartialOverlap() 47 testCase.setUp(); in testContains() 53 testCase.setUp(); in testContainsColumn() 59 testCase.setUp(); in testContainsRow() 65 testCase.setUp(); in testContainsValue() 71 testCase.setUp(); in testCreateCopy() 77 testCase.setUp(); in testCreateWithInvalidSizes() [all …]
|
D | TransposedTableTest_gwt.java | 23 testCase.setUp(); in testClear() 29 testCase.setUp(); in testColumn() 35 testCase.setUp(); in testColumnNull() 41 testCase.setUp(); in testColumnSetPartialOverlap() 47 testCase.setUp(); in testContains() 53 testCase.setUp(); in testContainsColumn() 59 testCase.setUp(); in testContainsRow() 65 testCase.setUp(); in testContainsValue() 71 testCase.setUp(); in testEquals() 77 testCase.setUp(); in testGet() [all …]
|
D | NewCustomTableTest_gwt.java | 23 testCase.setUp(); in testClear() 29 testCase.setUp(); in testColumn() 35 testCase.setUp(); in testColumnNull() 41 testCase.setUp(); in testColumnSetPartialOverlap() 47 testCase.setUp(); in testContains() 53 testCase.setUp(); in testContainsColumn() 59 testCase.setUp(); in testContainsRow() 65 testCase.setUp(); in testContainsValue() 71 testCase.setUp(); in testEquals() 77 testCase.setUp(); in testGet() [all …]
|
D | TablesTransformValuesTest_gwt.java | 23 testCase.setUp(); in testClear() 29 testCase.setUp(); in testColumn() 35 testCase.setUp(); in testColumnNull() 41 testCase.setUp(); in testColumnSetPartialOverlap() 47 testCase.setUp(); in testContains() 53 testCase.setUp(); in testContainsColumn() 59 testCase.setUp(); in testContainsRow() 65 testCase.setUp(); in testContainsValue() 71 testCase.setUp(); in testEquals() 77 testCase.setUp(); in testGet() [all …]
|
D | TreeBasedTableTest_gwt.java | 23 testCase.setUp(); in testCellSetToString_ordered() 29 testCase.setUp(); in testClear() 35 testCase.setUp(); in testColumn() 41 testCase.setUp(); in testColumnComparator() 47 testCase.setUp(); in testColumnKeySet_empty() 53 testCase.setUp(); in testColumnKeySet_isSorted() 59 testCase.setUp(); in testColumnKeySet_isSortedWithRealComparator() 65 testCase.setUp(); in testColumnKeySet_oneColumn() 71 testCase.setUp(); in testColumnKeySet_oneEntry() 77 testCase.setUp(); in testColumnKeySet_oneRow() [all …]
|
D | SetOperationsTest_gwt.java | 23 testCase.setUp(); in testDifference__MoreTests() 29 testCase.setUp(); in testIntersection__MoreTests() 35 testCase.setUp(); in testSymmetricDifference__MoreTests() 41 testCase.setUp(); in testUnion__MoreTests()
|
/external/guava/guava-gwt/test/com/google/common/cache/ |
D | CacheBuilderGwtTest_gwt.java | 23 testCase.setUp(); in testAsMapEntrySet() 29 testCase.setUp(); in testAsMapKeySet() 35 testCase.setUp(); in testAsMapKeySet_contains() 41 testCase.setUp(); in testAsMapValues_contains() 47 testCase.setUp(); in testAsMapValues_iteratorRemove() 53 testCase.setUp(); in testAsMap_containsKey() 59 testCase.setUp(); in testAsMap_containsValue() 65 testCase.setUp(); in testExpireAfterAccess() 71 testCase.setUp(); in testExpireAfterWrite() 77 testCase.setUp(); in testExpireAfterWriteAndAccess() [all …]
|
/external/guava/guava-gwt/test/com/google/common/testing/ |
D | EqualsTesterTest_gwt.java | 23 testCase.setUp(); in testAddEqualObjectWithOArgConstructor() 29 testCase.setUp(); in testAddNullEqualObject() 35 testCase.setUp(); in testAddNullReference() 41 testCase.setUp(); in testAddTwoEqualObjectsAtOnceWithNull() 47 testCase.setUp(); in testEqualityGroups() 53 testCase.setUp(); in testInvalidEqualsIncompatibleClass() 59 testCase.setUp(); in testInvalidEqualsNull() 65 testCase.setUp(); in testInvalidHashCode() 71 testCase.setUp(); in testInvalidNotEqualsEqualObject() 77 testCase.setUp(); in testNonreflexiveEquals() [all …]
|
D | EquivalenceTesterTest_gwt.java | 23 testCase.setUp(); in testOf_NullPointerException() 29 testCase.setUp(); in testTest() 35 testCase.setUp(); in testTest_NoData() 41 testCase.setUp(); in testTest_hash() 47 testCase.setUp(); in testTest_inequivalence() 53 testCase.setUp(); in testTest_symmetric() 59 testCase.setUp(); in testTest_trasitive()
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
D | AbstractTester.java | 39 private Runnable setUp; field in AbstractTester 43 @Override public void setUp() throws Exception { in setUp() method in AbstractTester 44 if (setUp != null) { in setUp() 45 setUp.run(); in setUp() 58 G subjectGenerator, String suiteName, Runnable setUp, Runnable tearDown) { in init() argument 61 this.setUp = setUp; in init()
|
D | FeatureSpecificTestSuiteBuilder.java | 70 private Runnable setUp; field in FeatureSpecificTestSuiteBuilder 83 public B withSetUp(Runnable setUp) { in withSetUp() argument 84 this.setUp = setUp; in withSetUp() 89 return setUp; in getSetUp() 298 tester.init(subjectGenerator, name, setUp, tearDown); in makeSuiteForTesterClass()
|
/external/python/cpython2/Lib/unittest/test/ |
D | test_functiontestcase.py | 26 def setUp(): function 37 unittest.FunctionTestCase(test, setUp, tearDown).run(result) 51 def setUp(): function 63 unittest.FunctionTestCase(test, setUp, tearDown).run(result) 77 def setUp(): function 89 unittest.FunctionTestCase(test, setUp, tearDown).run(result) 103 def setUp(): function 115 unittest.FunctionTestCase(test, setUp, tearDown).run(result)
|
/external/python/cpython2/Lib/test/ |
D | test_iterlen.py | 92 def setUp(self): member in TestRepeat 101 def setUp(self): member in TestXrange 106 def setUp(self): member in TestXrangeCustomReversed 111 def setUp(self): member in TestTuple 118 def setUp(self): member in TestDeque 125 def setUp(self): member in TestDequeReversed 132 def setUp(self): member in TestDictKeys 139 def setUp(self): member in TestDictItems 146 def setUp(self): member in TestDictValues 153 def setUp(self): member in TestSet [all …]
|
D | test_optparse.py | 202 def setUp(self): member in TestOptionChecks 326 def setUp(self): member in TestOptionParser 405 def setUp(self): member in TestOptionValues 426 def setUp(self): member in TestTypeAliases 465 def setUp(self): member in TestDefaultValues 558 def setUp(self): member in TestExpandDefaults 636 def setUp(self): member in TestStandard 781 def setUp(self): member in TestBool 816 def setUp(self): member in TestChoice 839 def setUp(self): member in TestCount [all …]
|
D | test_sets.py | 87 def setUp(self): member in TestBasicOpsEmpty 98 def setUp(self): member in TestBasicOpsSingleton 115 def setUp(self): member in TestBasicOpsTuple 132 def setUp(self): member in TestBasicOpsTriple 180 def setUp(self): member in TestBinaryOps 263 def setUp(self): member in TestUpdateOps 349 def setUp(self): member in TestMutate 617 def setUp(self): member in TestOnlySetsNumeric 625 def setUp(self): member in TestOnlySetsDict 633 def setUp(self): member in TestOnlySetsOperator [all …]
|
D | test_gettext.py | 64 def setUp(self): member in GettextBaseTest 91 def setUp(self): member in GettextTestCase1 92 GettextBaseTest.setUp(self) 161 def setUp(self): member in GettextTestCase2 162 GettextBaseTest.setUp(self) 220 def setUp(self): member in PluralFormsTestCase 221 GettextBaseTest.setUp(self) 397 def setUp(self): member in UnicodeTranslationsTest 398 GettextBaseTest.setUp(self) 414 def setUp(self): member in WeirdMetadataTest [all …]
|
/external/guava/guava-testlib/test/com/google/common/collect/testing/ |
D | FeatureSpecificTestSuiteBuilderTest.java | 36 protected void setUp() throws Exception { in setUp() method in FeatureSpecificTestSuiteBuilderTest 37 super.setUp(); in setUp() 57 final boolean setUp[] = {false}; in testLifecycle() 61 setUp[0] = true; in testLifecycle() 80 assertTrue(setUp[0]); in testLifecycle()
|
/external/autotest/client/bin/ |
D | partition_unittest.py | 67 def setUp(self): member in get_partition_list_common 135 def setUp(self): member in FSOptions_base_test 141 def setUp(self): member in get_partition_list_base_test 144 get_partition_list_common.setUp(self) 148 def setUp(self): member in FSOptions_test 155 def setUp(self): member in get_partition_list_test 159 get_partition_list_common.setUp(self)
|
/external/python/cpython2/Lib/distutils/tests/ |
D | support.py | 26 def setUp(self): member in LoggingSilencer 27 super(LoggingSilencer, self).setUp() 64 def setUp(self): member in TempdirManager 65 super(TempdirManager, self).setUp() 132 def setUp(self): member in EnvironGuard 133 super(EnvironGuard, self).setUp()
|
/external/brotli/python/tests/ |
D | compressor_test.py | 68 def setUp(self): member in TestCompressorQuality1 74 def setUp(self): member in TestCompressorQuality6 80 def setUp(self): member in TestCompressorQuality9 86 def setUp(self): member in TestCompressorQuality11
|
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
D | SettableFutureTest.java | 35 protected void setUp() throws Exception { in setUp() method in SettableFutureTest 36 super.setUp(); in setUp() 40 tester.setUp(); in setUp()
|
/external/guava/guava-testlib/test/com/google/common/testing/ |
D | TestLogHandlerTest.java | 35 @Override protected void setUp() throws Exception { in setUp() method in TestLogHandlerTest 36 super.setUp(); in setUp() 76 setUp(); in runBare()
|
/external/valgrind/drd/tests/ |
D | std_list.cpp | 42 void setUp() { in setUp() function in Test 62 casted->setUp(); in func1() 71 casted->setUp(); in func2()
|