Searched refs:kErrorBadProfiles (Results 1 – 3 of 3) sorted by relevance
40 return ProfmanResult::kErrorBadProfiles; in ProcessProfilesInternal()45 return ProfmanResult::kErrorBadProfiles; in ProcessProfilesInternal()68 return ProfmanResult::kErrorBadProfiles; in ProcessProfilesInternal()73 return ProfmanResult::kErrorBadProfiles; in ProcessProfilesInternal()
729 ASSERT_EQ(ProfmanResult::kErrorBadProfiles, ProcessProfiles(profile_fds, reference_profile_fd)); in TEST_F()760 ASSERT_EQ(ProfmanResult::kErrorBadProfiles, ProcessProfiles(profile_fds, reference_profile_fd)); in TEST_F()2293 ASSERT_EQ(ProcessProfiles(profile_fds, reference_profile_fd), ProfmanResult::kErrorBadProfiles); in TEST_F()2299 ProfmanResult::kErrorBadProfiles); in TEST_F()2347 ProfmanResult::kErrorBadProfiles); in TEST_F()
55 kErrorBadProfiles = 3, enumerator