Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/tests/
DAttributeResolution_test.cpp271 std::array<uint32_t, 7> expected_indices = {{6u, 0u, 1u, 2u, 3u, 4u, 5u}}; in TEST_F() local
272 EXPECT_EQ(expected_indices, indices); in TEST_F()