Lines Matching refs:patchCount
403 const PatchCountCheck patchCount = snapshotPatchCount(); in TEST_F() local
430 ASSERT_EQ(0, patchCount.deltaFromSnapshot()); in TEST_F()
436 const PatchCountCheck patchCount = snapshotPatchCount(); in TEST_F() local
443 ASSERT_EQ(1, patchCount.deltaFromSnapshot()); in TEST_F()
609 const PatchCountCheck patchCount = snapshotPatchCount(); in TEST_P() local
612 ASSERT_EQ(mExpectedAudioPatchCount -1 , patchCount.deltaFromSnapshot()); in TEST_P()
616 const PatchCountCheck patchCount = snapshotPatchCount(); in TEST_P() local
622 ASSERT_EQ(mExpectedAudioPatchCount - 1, patchCount.deltaFromSnapshot()); in TEST_P()
626 ASSERT_EQ(mExpectedAudioPatchCount - 2, patchCount.deltaFromSnapshot()); in TEST_P()
628 ASSERT_EQ(mExpectedAudioPatchCount - 1, patchCount.deltaFromSnapshot()); in TEST_P()
630 ASSERT_EQ(0, patchCount.deltaFromSnapshot()); in TEST_P()
634 const PatchCountCheck patchCount = snapshotPatchCount(); in TEST_P() local
639 ASSERT_EQ(mExpectedAudioPatchCount, patchCount.deltaFromSnapshot()); in TEST_P()
643 const PatchCountCheck patchCount = snapshotPatchCount(); in TEST_P() local
648 ASSERT_EQ(mExpectedAudioPatchCount - 1, patchCount.deltaFromSnapshot()); in TEST_P()
652 const PatchCountCheck patchCount = snapshotPatchCount(); in TEST_P() local
657 ASSERT_EQ(mExpectedAudioPatchCount, patchCount.deltaFromSnapshot()); in TEST_P()
662 ASSERT_EQ(mExpectedAudioPatchCount, patchCount.deltaFromSnapshot()); in TEST_P()
666 const PatchCountCheck patchCount = snapshotPatchCount(); in TEST_P() local
671 ASSERT_EQ(1, patchCount.deltaFromSnapshot()); in TEST_P()
677 const PatchCountCheck patchCount = snapshotPatchCount(); in TEST_P() local
683 ASSERT_EQ(mExpectedAudioPatchCount, patchCount.deltaFromSnapshot()); in TEST_P()
685 ASSERT_EQ(mExpectedAudioPatchCount - 1, patchCount.deltaFromSnapshot()); in TEST_P()
688 const PatchCountCheck patchCount = snapshotPatchCount(); in TEST_P() local
694 ASSERT_EQ(-static_cast<int>(mExpectedAudioPatchCount) + 2, patchCount.deltaFromSnapshot()); in TEST_P()
696 ASSERT_EQ(0, patchCount.deltaFromSnapshot()); in TEST_P()
699 const PatchCountCheck patchCount = snapshotPatchCount(); in TEST_P() local
704 ASSERT_EQ(1, patchCount.deltaFromSnapshot()); in TEST_P()
711 const PatchCountCheck patchCount = snapshotPatchCount(); in TEST_P() local
733 ASSERT_EQ(1, patchCount.deltaFromSnapshot()); in TEST_P()