Searched refs:GetValueForConfig (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/tools/aapt2/split/ |
D | TableSplitter_test.cpp | 48 EXPECT_EQ(nullptr, test::GetValueForConfig<FileReference>( in TEST() 51 EXPECT_EQ(nullptr, test::GetValueForConfig<FileReference>( in TEST() 54 EXPECT_NE(nullptr, test::GetValueForConfig<FileReference>( in TEST() 57 EXPECT_EQ(nullptr, test::GetValueForConfig<FileReference>( in TEST() 89 EXPECT_NE(nullptr, test::GetValueForConfig<FileReference>( in TEST() 93 EXPECT_NE(nullptr, test::GetValueForConfig<FileReference>( in TEST() 99 EXPECT_EQ(nullptr, test::GetValueForConfig<FileReference>( in TEST() 102 EXPECT_EQ(nullptr, test::GetValueForConfig<FileReference>( in TEST() 138 EXPECT_EQ(nullptr, test::GetValueForConfig<FileReference>( in TEST() 141 EXPECT_EQ(nullptr, test::GetValueForConfig<FileReference>( in TEST() [all …]
|
/frameworks/base/tools/aapt2/optimize/ |
D | VersionCollapser_test.cpp | 49 test::GetValueForConfig<Id>(table.get(), res_name, in TEST() 52 test::GetValueForConfig<Id>(table.get(), res_name, in TEST() 57 test::GetValueForConfig<Id>(table.get(), res_name, in TEST() 62 test::GetValueForConfig<Id>(table.get(), res_name, in TEST() 67 test::GetValueForConfig<Id>(table.get(), res_name, in TEST() 70 test::GetValueForConfig<Id>(table.get(), res_name, in TEST() 73 test::GetValueForConfig<Id>(table.get(), res_name, in TEST() 91 test::GetValueForConfig<Id>(table.get(), res_name, in TEST() 94 test::GetValueForConfig<Id>(table.get(), res_name, in TEST() 97 test::GetValueForConfig<Id>(table.get(), res_name, in TEST() [all …]
|
D | MultiApkGenerator_test.cpp | 43 using ::aapt::test::GetValueForConfig; 87 return GetValueForConfig<FileReference>(table, kResourceName, config); in ValueForConfig()
|
/frameworks/base/tools/aapt2/compile/ |
D | PseudolocaleGenerator_test.cpp | 204 test::GetValueForConfig<String>(table.get(), "android:string/one", in TEST() 207 test::GetValueForConfig<String>(table.get(), "android:string/one", in TEST() 212 test::GetValueForConfig<String>(table.get(), "android:string/two", in TEST() 215 test::GetValueForConfig<String>(table.get(), "android:string/two", in TEST() 219 val = test::GetValueForConfig<String>(table.get(), "android:string/three", in TEST() 225 test::GetValueForConfig<String>(table.get(), "android:string/three", in TEST() 230 test::GetValueForConfig<String>(table.get(), "android:string/four", in TEST() 233 test::GetValueForConfig<String>(table.get(), "android:string/four", in TEST() 254 const auto* actual = test::GetValueForConfig<Plural>(table.get(), "com.pkg:plurals/foo", in TEST() 291 StyledString* new_styled_string = test::GetValueForConfig<StyledString>( in TEST() [all …]
|
/frameworks/base/tools/aapt2/link/ |
D | AutoVersioner_test.cpp | 87 …Style* style = test::GetValueForConfig<Style>(table.get(), "app:style/Foo", test::ParseConfigOrDie… in TEST() 92 …style = test::GetValueForConfig<Style>(table.get(), "app:style/Foo", test::ParseConfigOrDie("v13")… in TEST() 99 …style = test::GetValueForConfig<Style>(table.get(), "app:style/Foo", test::ParseConfigOrDie("v17")… in TEST() 107 …style = test::GetValueForConfig<Style>(table.get(), "app:style/Foo", test::ParseConfigOrDie("v21")… in TEST()
|
D | TableMerger_test.cpp | 102 FileReference* file = test::GetValueForConfig<FileReference>( in TEST_F()
|
/frameworks/base/tools/aapt2/test/ |
D | Common.h | 75 T* GetValueForConfig(ResourceTable* table, const android::StringPiece& res_name, in GetValueForConfig() function 82 return GetValueForConfig<T>(table, res_name, {}); in GetValue() 226 return GetValueForConfig<Value>(&(*arg), name, {}) != nullptr; 232 return GetValueForConfig<Value>(&(*arg), name, config) != nullptr;
|
/frameworks/base/tools/aapt2/format/binary/ |
D | TableFlattener_test.cpp | 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()
|
/frameworks/base/tools/aapt2/ |
D | ResourceTable_test.cpp | 107 …EXPECT_THAT(test::GetValueForConfig<BinaryPrimitive>(&table, "android:string/ok", language_config)… in TEST()
|