Searched refs:expectedDurationNs (Results 1 – 2 of 2) sorted by relevance
5045 long expectedDurationNs = getScrapDataForType(viewType).mCreateRunningAverageNs; in willCreateInTime() local5046 return expectedDurationNs == 0 || (approxCurrentNs + expectedDurationNs < deadlineNs); in willCreateInTime()5050 long expectedDurationNs = getScrapDataForType(viewType).mBindRunningAverageNs; in willBindInTime() local5051 return expectedDurationNs == 0 || (approxCurrentNs + expectedDurationNs < deadlineNs); in willBindInTime()
61 std::vector<int64_t> expectedDurationNs(expectedDurationNsList); in assertPastBucketValuesSingleKey() local62 ASSERT_EQ(expectedValues.size(), expectedDurationNs.size()); in assertPastBucketValuesSingleKey()75 EXPECT_EQ(expectedDurationNs[i], buckets[i].mConditionTrueNs) in assertPastBucketValuesSingleKey()