Searched refs:HasValue (Results 1 – 8 of 8) sorted by relevance
/system/core/libprocessgroup/ |
D | cgroup_map.cpp | 41 CHECK(HasValue()); in version() 46 CHECK(HasValue()); in name() 51 CHECK(HasValue()); in path() 55 bool CgroupController::HasValue() const { in HasValue() function in CgroupController 60 if (!HasValue()) return false; in IsUsable()
|
D | cgroup_map.h | 36 bool HasValue() const;
|
D | processgroup.cpp | 70 if (!controller.HasValue()) { in CgroupGetControllerPath() 99 if (!controller.HasValue()) { in CgroupGetMemcgAppsPath() 116 if (!controller.HasValue()) { in CgroupGetControllerFromPath()
|
D | task_profiles.cpp | 864 if (controller.HasValue()) { in Load() 894 if (controller.HasValue()) { in Load()
|
/system/libbase/include/android-base/ |
D | result-gmock.h | 74 MATCHER_P(HasValue, value_matcher, "") {
|
/system/apex/apexd/ |
D | apexd_test.cpp | 71 using android::base::testing::HasValue; 427 ASSERT_THAT(exists, HasValue(true)); in TEST_F() 537 ASSERT_THAT(exists, HasValue(true)) in TEST_F() 574 ASSERT_THAT(PathExists(ota_apex_path), HasValue(false)); in TEST_F() 781 ASSERT_THAT(PathExists(ota_apex_path), HasValue(true)); in TEST_F() 787 ASSERT_THAT(PathExists(ota_apex_path), HasValue(true)); in TEST_F() 791 ASSERT_THAT(PathExists(ota_apex_path), HasValue(false)); in TEST_F() 796 ASSERT_THAT(PathExists(ota_apex_path), HasValue(false)); in TEST_F() 816 HasValue(UnorderedElementsAre(ApexFileEq(ByRef(*apex_file))))); in TEST_F() 1777 ASSERT_THAT(PathExists(hashtree_path), HasValue(true)) in TEST_F() [all …]
|
/system/libbase/ |
D | result_test.cpp | 781 EXPECT_TRUE(ExplainMatchResult(HasValue(*result), result, &listener)); in TEST_F() 785 EXPECT_FALSE(ExplainMatchResult(HasValue(*result + 1), result, &listener)); in TEST_F() 789 EXPECT_FALSE(ExplainMatchResult(HasValue(*result), error, &listener)); in TEST_F()
|
/system/libvintf/test/ |
D | vintf_object_tests.cpp | 42 using android::base::testing::HasValue; 3030 HasValue(KernelVersion{5, 10, 43})); in TEST_F() 3032 HasValue(KernelVersion{5, 15, 41})); in TEST_F() 3043 HasValue(KernelVersion{5, 15, 41})); in TEST_F()
|