Searched refs:HasValue (Results 1 – 8 of 8) sorted by relevance
/aosp14/frameworks/base/tools/aapt2/optimize/ |
H A D | ResourceDeduper_test.cpp | 22 using ::aapt::test::HasValue; 64 EXPECT_THAT(table, HasValue("android:string/dedupe3", en_config)); in TEST() 85 EXPECT_THAT(table, HasValue("android:string/keep", default_config)); in TEST() 86 EXPECT_THAT(table, HasValue("android:string/keep", ldrtl_config)); in TEST() 88 EXPECT_THAT(table, HasValue("android:string/keep", land_config)); in TEST() 109 EXPECT_THAT(table, HasValue("android:string/keep", ldrtl_config)); in TEST() 132 EXPECT_THAT(table, HasValue("android:string/keep", ldrtl_config)); in TEST() 134 EXPECT_THAT(table, HasValue("android:string/keep", land_config)); in TEST() 152 EXPECT_THAT(table, HasValue("android:string/keep", fr_config)); in TEST() 171 EXPECT_THAT(table, HasValue("android:string/keep", mcc_config)); in TEST() [all …]
|
H A D | ResourceFilter_test.cpp | 22 using ::aapt::test::HasValue; 46 EXPECT_THAT(table, HasValue("android:string/notexclude_listed", default_config)); in TEST() 47 EXPECT_THAT(table, HasValue("android:string/notexclude_listed2", default_config)); in TEST() 48 EXPECT_THAT(table, Not(HasValue("android:string/exclude_listed", default_config))); in TEST() 49 EXPECT_THAT(table, Not(HasValue("android:string/exclude_listed2", default_config))); in TEST() 69 EXPECT_THAT(table, HasValue("android:string/notexclude_listed", default_config)); in TEST() 70 EXPECT_THAT(table, HasValue("android:drawable/exclude_listed", default_config)); in TEST() 71 EXPECT_THAT(table, HasValue("android:drawable/notexclude_listed", default_config)); in TEST() 72 EXPECT_THAT(table, Not(HasValue("android:string/exclude_listed", default_config))); in TEST()
|
/aosp14/frameworks/base/tools/aapt2/link/ |
H A D | ResourceExcluder_test.cpp | 22 using ::aapt::test::HasValue; 58 EXPECT_THAT(table, HasValue("android:string/test", default_config)); in TEST() 59 EXPECT_THAT(table, HasValue("android:string/test", fr_config)); in TEST() 76 EXPECT_THAT(table, HasValue("android:string/test", default_config)); in TEST() 77 EXPECT_THAT(table, Not(HasValue("android:string/test", fr_config))); in TEST() 94 EXPECT_THAT(table, HasValue("android:string/test", default_config)); in TEST() 119 EXPECT_THAT(table, HasValue("android:string/test", night_config)); in TEST() 149 EXPECT_THAT(table, HasValue("android:string/test", fr_config)); in TEST() 171 EXPECT_THAT(table, HasValue("android:string/test", fr_config)); in TEST() 193 EXPECT_THAT(table, HasValue("android:string/test", fr_config)); in TEST() [all …]
|
/aosp14/system/core/libprocessgroup/ |
H A D | cgroup_map.cpp | 55 CHECK(HasValue()); in version() 60 CHECK(HasValue()); in name() 65 CHECK(HasValue()); in path() 69 bool CgroupController::HasValue() const { in HasValue() function in CgroupController 74 if (!HasValue()) return false; in IsUsable()
|
H A D | cgroup_map.h | 41 bool HasValue() const;
|
H A D | processgroup.cpp | 66 if (!controller.HasValue()) { in CgroupGetControllerPath() 80 if (!controller.HasValue()) { in CgroupGetMemcgAppsPath() 97 if (!controller.HasValue()) { in CgroupGetControllerFromPath()
|
H A D | task_profiles.cpp | 838 if (controller.HasValue()) { in Load() 868 if (controller.HasValue()) { in Load()
|
/aosp14/frameworks/base/tools/aapt2/test/ |
H A D | Common.h | 223 MATCHER_P(HasValue, name, 229 MATCHER_P2(HasValue, name, config,
|