Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tools/aapt2/format/binary/
H A 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()
/aosp12/packages/inputmethods/LatinIME/native/jni/
H A DAndroid.bp65 "src/dictionary/utils/sparse_table.cpp",