Home
last modified time | relevance | path

Searched defs:expectedCount (Results 1 – 25 of 42) sorted by relevance

12

/external/javaparser/javaparser-core-testing-bdd/src/test/java/com/github/javaparser/steps/
DCommentParsingSteps.java113 public void thenTheTotalNumberOfCommentsIs(int expectedCount) { in thenTheTotalNumberOfCommentsIs()
218 public void thenTheCompilationUnitHasContainedComments(int expectedCount) { in thenTheCompilationUnitHasContainedComments()
223 public void thenTheCompilationUnitHasExpectedCountOrphanComments(int expectedCount) { in thenTheCompilationUnitHasExpectedCountOrphanComments()
264 public void thenClassHasTotalContainedComments(int position, int expectedCount) { in thenClassHasTotalContainedComments()
271 public void thenClassHasOrphanComments(int position, int expectedCount) { in thenClassHasOrphanComments()
292 …nMethodInClassHasTotalContainedComments(int methodPosition, int classPosition, int expectedCount) { in thenMethodInClassHasTotalContainedComments()
309 …void thenMethodInClassHasOrphanComments(int methodPosition, int classPosition, int expectedCount) { in thenMethodInClassHasOrphanComments()
317 …nMethodInClassHasTotalContainedComments(int methodPosition, int classPosition, int expectedCount) { in thenBlockStatementInMethodInClassHasTotalContainedComments()
326 …atementInMethodInClassHasOrphanComments(int methodPosition, int classPosition, int expectedCount) { in thenBlockStatementInMethodInClassHasOrphanComments()
354 …ic void thenFieldInClassContainsComments(int fieldPosition, int classPosition, int expectedCount) { in thenFieldInClassContainsComments()
DVisitorSteps.java168 public void thenTheTotalNumberOfNodesVisitedIs(int expectedCount) { in thenTheTotalNumberOfNodesVisitedIs()
DManipulationSteps.java255 …blic void thenMethodInClassHasArguments(int methodPosition, int classPosition, int expectedCount) { in thenMethodInClassHasArguments()
/external/guava/android/guava-tests/test/com/google/common/base/
DUtf8Test.java306 private static void testBytes(int numBytes, long expectedCount) { in testBytes()
321 private static void testBytes(int numBytes, long expectedCount, long start, long lim) { in testBytes()
/external/guava/guava-tests/test/com/google/common/base/
DUtf8Test.java306 private static void testBytes(int numBytes, long expectedCount) { in testBytes()
321 private static void testBytes(int numBytes, long expectedCount, long start, long lim) { in testBytes()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
DThreadTest.java43 long expectedCount = 0; in TestThreads() local
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
DThreadTest.java40 long expectedCount = 0; in TestThreads() local
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
DFrameCountTest.java67 int expectedCount = getFramesCount(threadID); in testFrameCount001() local
/external/easymock/src/org/easymock/internal/
DRange.java74 public String expectedCount() { in expectedCount() method in Range
/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
DExecutionListTest.java120 final int expectedCount = i; in testOrdering() local
DListenerCallQueueTest.java186 Multiset<Object> counters, Object expectedListener, int expectedCount) { in incrementingEvent()
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DExecutionListTest.java120 final int expectedCount = i; in testOrdering() local
DListenerCallQueueTest.java186 Multiset<Object> counters, Object expectedListener, int expectedCount) { in incrementingEvent()
/external/grpc-grpc-java/alts/src/main/java/io/grpc/alts/internal/
DProtectedPromise.java39 private int expectedCount; field in ProtectedPromise
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/EventModifiers/
DCountModifierTest.java225 int expectedCount = CountModifierDebuggee.EVENT_COUNT; in testEventWithCountModifier() local
/external/angle/src/tests/gl_tests/
DD3D11FormatTablesTest.cpp143 GLuint expectedCount = (!sampleSuccess || qualityCount == 0) ? 0 : 1; in TEST_P() local
/external/skia/tests/
DSkUTFTest.cpp62 int expectedCount; in DEF_TEST() member
/external/skia/src/core/
DSkImageFilter_Base.h455 #define SK_IMAGEFILTER_UNFLATTEN_COMMON(localVar, expectedCount) \ argument
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/test/java/com/google/android/exoplayer2/offline/
DDownloadManagerTest.java824 private void assertDownloaderCount(int expectedCount) { in assertDownloaderCount()
830 private void assertCurrentDownloadCount(int expectedCount) { in assertCurrentDownloadCount()
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/test/java/com/google/android/exoplayer2/offline/
DDownloadManagerTest.java824 private void assertDownloaderCount(int expectedCount) { in assertDownloaderCount()
830 private void assertCurrentDownloadCount(int expectedCount) { in assertCurrentDownloadCount()
/external/skia/src/gpu/geometry/
DGrQuadBuffer.h315 void GrQuadBuffer<T>::validate(const char* entry, int expectedCount) const { in validate()
/external/protobuf/java/core/src/test/java/com/google/protobuf/
DMapForProto2LiteTest.java580 private void assertMapCounts(int expectedCount, TestMapOrBuilder testMapOrBuilder) { in assertMapCounts()
DMapLiteTest.java634 private void assertMapCounts(int expectedCount, TestMapOrBuilder testMapOrBuilder) { in assertMapCounts()
/external/icu/icu4c/source/test/intltest/
Dunits_test.cpp564 int32_t expectedCount; in testComplexUnitsConverter() member
716 int32_t expectedCount; in testComplexUnitsConverterSorting() member
/external/deqp/modules/gles31/functional/
Des31fIndirectComputeDispatchTests.cpp315 const deUint32 expectedCount = computeInvocationCount(m_workGroupSize, cmd.numWorkGroups); in verifyResultBuffer() local

12