Home
last modified time | relevance | path

Searched refs:kErrorBadProfiles (Results 1 – 3 of 3) sorted by relevance

/art/profman/
Dprofile_assistant.cc40 return ProfmanResult::kErrorBadProfiles; in ProcessProfilesInternal()
45 return ProfmanResult::kErrorBadProfiles; in ProcessProfilesInternal()
68 return ProfmanResult::kErrorBadProfiles; in ProcessProfilesInternal()
73 return ProfmanResult::kErrorBadProfiles; in ProcessProfilesInternal()
Dprofile_assistant_test.cc729 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()
/art/profman/include/profman/
Dprofman_result.h55 kErrorBadProfiles = 3, enumerator