Home
last modified time | relevance | path

Searched refs:testCreate (Results 1 – 12 of 12) sorted by relevance

/external/skia/tests/
DFlatDataTest.cpp41 static void testCreate(skiatest::Reporter* reporter, const void* obj, in testCreate() function
62 testCreate(reporter, shader, flattenFlattenableProc); in DEF_TEST()
73 testCreate(reporter, &bm, &SkFlattenObjectProc<SkBitmap>); in DEF_TEST()
80 testCreate(reporter, cf, &flattenFlattenableProc); in DEF_TEST()
85 testCreate(reporter, xfer, &flattenFlattenableProc); in DEF_TEST()
/external/guava/guava-tests/test/com/google/common/collect/
DHashMultimapTest.java36 public void testCreate() { in testCreate() method in HashMultimapTest
DHashMultisetTest.java38 public void testCreate() { in testCreate() method in HashMultisetTest
DLinkedHashMultisetTest.java42 public void testCreate() { in testCreate() method in LinkedHashMultisetTest
DArrayListMultimapTest.java104 public void testCreate() { in testCreate() method in ArrayListMultimapTest
DHashBiMapTest.java39 public void testCreate() { in testCreate() method in HashBiMapTest
DEnumHashBiMapTest.java39 public void testCreate() { in testCreate() method in EnumHashBiMapTest
DEnumBiMapTest.java42 public void testCreate() { in testCreate() method in EnumBiMapTest
DTreeMultisetTest.java48 public void testCreate() { in testCreate() method in TreeMultisetTest
DLinkedHashMultimapTest.java166 public void testCreate() { in testCreate() method in LinkedHashMultimapTest
DConcurrentHashMultisetTest.java329 public void testCreate() { in testCreate() method in ConcurrentHashMultisetTest
/external/chromium_org/build/android/pylib/base/
Dtest_dispatcher_unittest.py130 def testCreate(self): member in TestThreadGroupFunctions