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

  /frameworks/wilhelm/tests/automated/
BufferQueue_test.cpp 262 void CheckBufferCount(SLuint32 ExpectedCount, SLuint32 ExpectedPlayIndex) {
266 ASSERT_EQ(ExpectedCount, bufferqueueState.count);
  /external/llvm/lib/CodeGen/
MachineScheduler.cpp     [all...]
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp 625 : Id(Id), ExpectedCount(-1), Count(0) {}
628 // Checks that there were exactly \c ExpectedCount matches.
629 VerifyIdIsBoundTo(llvm::StringRef Id, int ExpectedCount)
630 : Id(Id), ExpectedCount(ExpectedCount), Count(0) {}
636 int ExpectedCount = 1)
637 : Id(Id), ExpectedCount(ExpectedCount), Count(0),
641 if (ExpectedCount != -1)
642 EXPECT_EQ(ExpectedCount, Count)
    [all...]

Completed in 169 milliseconds