HomeSort by relevance Sort by last modified time
    Searched refs:ExpectedCount (Results 1 - 2 of 2) sorted by null

  /frameworks/wilhelm/tests/automated/
BufferQueue_test.cpp 262 void CheckBufferCount(SLuint32 ExpectedCount, SLuint32 ExpectedPlayIndex) {
266 ASSERT_EQ(ExpectedCount, bufferqueueState.count);
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp 726 : Id(Id), ExpectedCount(-1), Count(0) {}
729 // Checks that there were exactly \c ExpectedCount matches.
730 VerifyIdIsBoundTo(llvm::StringRef Id, int ExpectedCount)
731 : Id(Id), ExpectedCount(ExpectedCount), Count(0) {}
737 int ExpectedCount = 1)
738 : Id(Id), ExpectedCount(ExpectedCount), Count(0),
742 if (ExpectedCount != -1)
743 EXPECT_EQ(ExpectedCount, Count)
    [all...]

Completed in 2452 milliseconds