Home
last modified time | relevance | path

Searched refs:ArrayTest (Results 1 – 2 of 2) sorted by relevance

/external/libmojo/mojo/public/cpp/bindings/tests/
Darray_unittest.cc16 using ArrayTest = testing::Test; typedef
32 TEST_F(ArrayTest, PushBack_Copyable) { in ARRAY_COMMON_TEST()
67 TEST_F(ArrayTest, PushBack_MoveOnly) { in TEST_F() argument
102 TEST_F(ArrayTest, MoveFromAndToSTLVector_Copyable) { in TEST_F() argument
116 TEST_F(ArrayTest, MoveFromAndToSTLVector_MoveOnly) { in TEST_F() argument
/external/python/cpython2/Lib/ctypes/test/
Dtest_prototypes.py203 class ArrayTest(unittest.TestCase): class