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 639 : Id(Id), ExpectedCount(-1), Count(0) {}
642 // Checks that there were exactly \c ExpectedCount matches.
643 VerifyIdIsBoundTo(llvm::StringRef Id, int ExpectedCount)
644 : Id(Id), ExpectedCount(ExpectedCount), Count(0) {}
650 int ExpectedCount = 1)
651 : Id(Id), ExpectedCount(ExpectedCount), Count(0),
655 if (ExpectedCount != -1)
656 EXPECT_EQ(ExpectedCount, Count)
    [all...]

Completed in 600 milliseconds