Lines Matching refs:matrices
4489 matrices.resize(2); in SetUp()
4490 matrices[0].setFileName("compatibility_matrix.1_1.xml"); in SetUp()
4491 matrices[1].setFileName("compatibility_matrix.1_2.xml"); in SetUp()
4505 std::vector<CompatibilityMatrix> matrices; member
4512 &matrices[0], in TEST_F()
4519 &matrices[1], in TEST_F()
4526 auto combined = combine(Level{1}, &matrices, &error); in TEST_F()
4555 &matrices[0], in TEST_F()
4562 &matrices[1], in TEST_F()
4568 auto combined = combine(Level{1}, &matrices, &error); in TEST_F()
4579 &matrices[0], in TEST_F()
4588 &matrices[1], in TEST_F()
4597 auto combined = combine(Level{1}, &matrices, &error); in TEST_F()
4605 &matrices[0], in TEST_F()
4614 &matrices[1], in TEST_F()
4623 auto combined = combine(Level{1}, &matrices, &error); in TEST_F()
4653 ASSERT_TRUE(fromXml(&matrices[0], head1 + aidl + tail, &error)) in TEST_F()
4655 ASSERT_TRUE(fromXml(&matrices[1], head1 + hidl + tail, &error)) in TEST_F()
4658 auto combined = combine(Level{1}, &matrices, &error); in TEST_F()
4666 ASSERT_TRUE(fromXml(&matrices[0], head1 + aidl + tail, &error)) in TEST_F()
4668 ASSERT_TRUE(fromXml(&matrices[1], head2 + hidl + tail, &error)) in TEST_F()
4671 auto combined = combine(Level{1}, &matrices, &error); in TEST_F()
4679 ASSERT_TRUE(fromXml(&matrices[0], head2 + aidl + tail, &error)) in TEST_F()
4681 ASSERT_TRUE(fromXml(&matrices[1], head1 + hidl + tail, &error)) in TEST_F()
4684 auto combined = combine(Level{1}, &matrices, &error); in TEST_F()
4732 std::vector<CompatibilityMatrix> matrices; in TEST_P() local
4737 CompatibilityMatrix& matrix = matrices.emplace_back(); in TEST_P()
4740 ASSERT_FALSE(matrices.empty()); in TEST_P()
4742 auto combined = combine(Level(deviceLevelNum), Level(kernelLevelNum), &matrices, &error); in TEST_P()
4783 matrices.resize(2); in SetUp()
4784 matrices[0].setFileName("compatibility_matrix.1.xml"); in SetUp()
4785 matrices[1].setFileName("compatibility_matrix.2.xml"); in SetUp()
4793 std::vector<CompatibilityMatrix> matrices; member
4818 ASSERT_TRUE(fromXml(&matrices[0], head + halFoo + tail, &error)) in TEST_F()
4820 ASSERT_TRUE(fromXml(&matrices[1], head + halBar + tail, &error)) in TEST_F()
4823 auto combined = combine(&matrices, &error); in TEST_F()
4844 ASSERT_TRUE(fromXml(&matrices[0], vendorNdkP, &error)) << error; in TEST_F()
4845 ASSERT_TRUE(fromXml(&matrices[1], vendorNdkQ, &error)) << error; in TEST_F()
4847 auto combined = combine(&matrices, &error); in TEST_F()
4872 ASSERT_TRUE(fromXml(&matrices[0], head + aidl + tail, &error)) in TEST_F()
4874 ASSERT_TRUE(fromXml(&matrices[1], head + hidl + tail, &error)) in TEST_F()
4877 auto combined = combine(&matrices, &error); in TEST_F()