Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/format/binary/
DTableFlattener_test.cpp352 ResourceTable sparse_table; in TEST_F() local
353 BinaryResourceParser parser(context->GetDiagnostics(), &sparse_table, Source("test.arsc"), in TEST_F()
357 auto value = test::GetValueForConfig<BinaryPrimitive>(&sparse_table, "android:string/foo_0", in TEST_F()
362 ASSERT_THAT(test::GetValueForConfig<BinaryPrimitive>(&sparse_table, "android:string/foo_1", in TEST_F()
366 value = test::GetValueForConfig<BinaryPrimitive>(&sparse_table, "android:string/foo_4", in TEST_F()
436 ResourceTable sparse_table; in TEST_F() local
437 BinaryResourceParser parser(context->GetDiagnostics(), &sparse_table, Source("test.arsc"), in TEST_F()
441 auto value = test::GetValueForConfig<BinaryPrimitive>(&sparse_table, "android:string/foo_0", in TEST_F()
446 ASSERT_THAT(test::GetValueForConfig<BinaryPrimitive>(&sparse_table, "android:string/foo_1", in TEST_F()
450 value = test::GetValueForConfig<BinaryPrimitive>(&sparse_table, "android:string/foo_4", in TEST_F()