Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/tests/
DDynamicRefTable_test.cpp25 DynamicRefTable shared_table(0x02, /* appAsLib */ false); in TEST() local
26 shared_table.addMapping(0x00, 0x02); in TEST()
30 ASSERT_EQ(shared_table.lookupResourceValue(&value), NO_ERROR); in TEST()
45 DynamicRefTable shared_table(0x03, /* appAsLib */ false); in TEST() local
46 shared_table.addMapping(0x00, 0x03); in TEST()
50 ASSERT_EQ(shared_table.lookupResourceValue(&value), NO_ERROR); in TEST()
65 DynamicRefTable shared_table(0x2, /* appAsLib */ false); in TEST() local
66 shared_table.addMapping(0x00, 0x02); in TEST()
67 shared_table.addMapping(0x03, 0x05); in TEST()
71 ASSERT_EQ(shared_table.lookupResourceValue(&value), NO_ERROR); in TEST()