Searched refs:kSkipCompilationSmallDelta (Results 1 – 5 of 5) sorted by relevance
50 kSkipCompilationSmallDelta = 2, enumerator
90 return ProfmanResult::kSkipCompilationSmallDelta; in ProcessProfilesInternal()104 return ProfmanResult::kSkipCompilationSmallDelta; in ProcessProfilesInternal()
646 ASSERT_EQ(ProfmanResult::kSkipCompilationSmallDelta, in TEST_F()672 ASSERT_EQ(ProfmanResult::kSkipCompilationSmallDelta, in TEST_F()694 ASSERT_EQ(ProfmanResult::kSkipCompilationSmallDelta, in TEST_F()1836 EXPECT_EQ(ExecAndReturnCode(argv_str, &error), ProfmanResult::kSkipCompilationSmallDelta) in TEST_F()1879 EXPECT_EQ(ExecAndReturnCode(argv_str, &error), ProfmanResult::kSkipCompilationSmallDelta) in TEST_F()2200 ASSERT_EQ(return_code, ProfmanResult::kSkipCompilationSmallDelta); in TEST_F()
653 if (result.value() != ProfmanResult::kSkipCompilationSmallDelta && in isProfileUsable()658 *_aidl_return = result.value() == ProfmanResult::kSkipCompilationSmallDelta; in isProfileUsable()922 if (result.value() == ProfmanResult::kSkipCompilationSmallDelta || in mergeProfiles()
1356 .WillOnce(Return(ProfmanResult::kSkipCompilationSmallDelta)); in TEST_F()