HomeSort by relevance Sort by last modified time
    Searched defs:expectedCount (Results 1 - 25 of 46) sorted by null

1 2

  /external/easymock/src/org/easymock/internal/
Range.java 74 public String expectedCount() {
  /cts/tests/tests/rscpp/librscpptest/
rs_jni_type.cpp 135 size_t expectedCount = 8 + 4 + 2 + 1;
136 passed &= (t->getCount() == expectedCount);
141 expectedCount = 8*8 + 4*4 + 2*2 + 1;
142 passed &= (t->getCount() == expectedCount);
147 expectedCount = 8*4 + 4*2 + 2*1 + 1;
148 passed &= (t->getCount() == expectedCount);
153 passed &= (t->getCount() == expectedCount);
158 expectedCount = 7 + 3 + 1;
159 passed &= (t->getCount() == expectedCount);
164 expectedCount = 7*3 + 3*1 + 1
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
FrameCountTest.java 66 int expectedCount = getFramesCount(threadID);
67 logWriter.println("\texpected count = " + expectedCount);
79 if (frameCount != expectedCount) {
81 + ", expected value " + expectedCount);
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
nodelistindexgetlength.java 64 int expectedCount = 0;
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/EventModifiers/
CountModifierTest.java 241 int expectedCount = CountModifierDebuggee.EVENT_COUNT;
243 assertEquals("Invalid event count", expectedCount, actualCount);
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
ThreadTest.java 35 long expectedCount = 0;
39 if (expectedCount == 0) {
40 expectedCount = thread.count;
42 if (expectedCount != thread.count) {
  /frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
ListChangeRegistryTest.java 82 final int expectedCount = 3;
93 assertEquals(expectedCount, count);
115 mListChangeRegistry.notifyChanged(null, expectedStart, expectedCount);
121 final int expectedCount = 3;
137 assertEquals(expectedCount, count);
154 mListChangeRegistry.notifyInserted(null, expectedStart, expectedCount);
161 final int expectedCount = 3;
183 assertEquals(expectedCount, count);
195 mListChangeRegistry.notifyMoved(null, expectedFrom, expectedTo, expectedCount);
201 final int expectedCount = 3
    [all...]
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
ExecutionListTest.java 112 final int expectedCount = i;
116 integer.compareAndSet(expectedCount, expectedCount + 1);
  /frameworks/base/core/tests/coretests/src/com/android/internal/util/
CallbackRegistryTest.java 215 int expectedCount = Math.min(i + 1, deepNotifyCount.length - i);
216 assertEquals(expectedCount, deepNotifyCount[i]);
  /frameworks/data-binding/compiler/src/test/java/android/databinding/
CallbackRegistryTest.java 219 int expectedCount = Math.min(i + 1, deepNotifyCount.length - i);
220 assertEquals(expectedCount, deepNotifyCount[i]);
  /external/deqp/modules/gles31/functional/
es31fIndirectComputeDispatchTests.cpp 315 const deUint32 expectedCount = computeInvocationCount(m_workGroupSize, cmd.numWorkGroups);
318 if (numPassed != expectedCount)
321 << ": got numPassed = " << numPassed << ", expected " << expectedCount
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
TypeTest.java 103 int expectedCount = 8 + 4 + 2 + 1;
104 assertTrue(t.getCount() == expectedCount);
107 expectedCount = 8*8 + 4*4 + 2*2 + 1;
108 assertTrue(t.getCount() == expectedCount);
111 expectedCount = 8*4 + 4*2 + 2*1 + 1;
112 assertTrue(t.getCount() == expectedCount);
115 assertTrue(t.getCount() == expectedCount);
118 expectedCount = 7 + 3 + 1;
119 assertTrue(t.getCount() == expectedCount);
122 expectedCount = 7*3 + 3*1 + 1
    [all...]
  /cts/tests/tests/keystore/src/android/keystore/cts/
TestUtils.java 272 Integer expectedCount = expectedFreq.get(actualEntry.getKey());
273 int diff = actualCount - ((expectedCount != null) ? expectedCount : 0);
281 int expectedCount = expectedEntry.getValue();
283 int diff = expectedCount - ((actualCount != null) ? actualCount : 0);
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
RBBITestMonkey.java     [all...]
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
RadialPickerLayout.java 353 int expectedCount = 8;
360 if (count == expectedCount) {
363 expectedCount = 7;
365 expectedCount = 14;
367 expectedCount = 4;
    [all...]
  /frameworks/base/core/java/android/widget/
RadialTimePickerView.java 223 int expectedCount = 8;
230 if (count == expectedCount) {
233 expectedCount = 7;
235 expectedCount = 14;
237 expectedCount = 4;
    [all...]
  /external/icu/icu4c/source/test/intltest/
rbbitst.cpp 358 static void printStringBreaks(UText *tstr, int expected[], int expectedCount) {
365 if (nextExpectedIndex < expectedCount && j >= expected[nextExpectedIndex] ) {
396 static void printStringBreaks(const UnicodeString &ustr, int expected[], int expectedCount) {
404 printStringBreaks(tstr, expected, expectedCount);
3731 int expectedcount = 0; local
3905 int expectedcount = 0; local
    [all...]
  /prebuilts/tools/common/easymock-tools/
easymock-3.1.jar 
  /prebuilts/tools/common/m2/repository/org/easymock/easymock/3.1/
easymock-3.1.jar 
  /prebuilts/devtools/tools/lib/
easymock-3.3.jar 
  /prebuilts/tools/common/m2/repository/org/easymock/easymock/3.3/
easymock-3.3.jar 
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
  /packages/services/Telecomm/libs/
guava.jar 
  /prebuilts/sdk/tools/lib/
guava-10.0.1.jar 

Completed in 780 milliseconds

1 2