Home
last modified time | relevance | path

Searched refs:test_matrix (Results 1 – 3 of 3) sorted by relevance

/external/autotest/client/virt/tests/
Dethtool.py199 test_matrix = {
213 callback = test_matrix[f_type][0]
214 for i in test_matrix[f_type][2]:
218 for i in [f for f in test_matrix[f_type][1]] + [f_type]:
/external/skia/src/gpu/
DGrTestUtils.cpp17 static const SkMatrix& test_matrix(SkRandom* random, bool includePerspective) { in test_matrix() function
45 const SkMatrix& TestMatrix(SkRandom* random) { return test_matrix(random, true); } in TestMatrix()
99 const SkMatrix& TestMatrixInvertible(SkRandom* random) { return test_matrix(random, false); } in TestMatrixInvertible()
/external/clang/test/Sema/
Darray-init.c255 void test_matrix() { in test_matrix() function