Lines Matching refs:ASSERT_LE
81 ASSERT_LE(concurrentTime.active[i], policySum); in TestConcurrentTimesConsistent()
94 ASSERT_LE(activeSum, policySum); in TestConcurrentTimesConsistent()
110 ASSERT_LE(concurrentSum - tisSum, NSEC_PER_SEC); in TestUidTimesConsistent()
112 ASSERT_LE(tisSum - concurrentSum, NSEC_PER_SEC); in TestUidTimesConsistent()
157 ASSERT_LE(before[i][j], after[i][j]); in TestCheckUpdate()
162 ASSERT_LE(sumBefore, sumAfter); in TestCheckUpdate()
163 ASSERT_LE(sumAfter - sumBefore, NSEC_PER_SEC); in TestCheckUpdate()
220 ASSERT_LE(allUidTimes[freqIdx], totalTimes[freqIdx]); in TEST()
242 ASSERT_LE((*times2)[i][j] - times1[i][j], NSEC_PER_SEC); in TEST()
313 ASSERT_LE(times2->active[i] - times1.active[i], NSEC_PER_SEC); in TEST()
317 ASSERT_LE(times2->policy[i][j] - times1.policy[i][j], NSEC_PER_SEC); in TEST()
326 ASSERT_LE(before, after); in TestCheckDelta()
328 ASSERT_LE(after - before, NSEC_PER_SEC * 2 * get_nprocs_conf()); in TestCheckDelta()
406 ASSERT_LE(time, NSEC_PER_YEAR); in TEST()
427 ASSERT_LE(time, NSEC_PER_YEAR); in TEST()
432 ASSERT_LE(time, NSEC_PER_YEAR); in TEST()
637 ASSERT_LE(totalCpuTime, testDurationNs); in TEST()