Lines Matching refs:ParseConfigOrDie
27 const ConfigDescription land_config = test::ParseConfigOrDie("land");
28 const ConfigDescription sw600dp_land_config = test::ParseConfigOrDie("sw600dp-land");
40 const ConfigDescription sw600dp_v13_config = test::ParseConfigOrDie("sw600dp-v13");
41 const ConfigDescription v21_config = test::ParseConfigOrDie("v21");
57 "app:style/Foo", test::ParseConfigOrDie("v4"),
70 "app:style/Foo", test::ParseConfigOrDie("v21"),
86 Style* style = test::GetValueForConfig<Style>(table.get(), "app:style/Foo", test::ParseConfigOrDie("v4"));
91 style = test::GetValueForConfig<Style>(table.get(), "app:style/Foo", test::ParseConfigOrDie("v13"));
97 style = test::GetValueForConfig<Style>(table.get(), "app:style/Foo", test::ParseConfigOrDie("v17"));
104 style = test::GetValueForConfig<Style>(table.get(), "app:style/Foo", test::ParseConfigOrDie("v21"));