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

  /external/icu/icu4c/source/test/intltest/
callimts.h 76 * @param testDuration if positive, the number of days to be tested.
79 void doLimitsTest(Calendar& cal, const int32_t* fieldsToTest, UDate startDate, int32_t testDuration);
callimts.cpp 311 int32_t testDuration) {
368 millis -= testDuration * 1000; // stop time if testDuration<0
371 testDuration > 0 ? i < testDuration
  /cts/tests/AlarmManager/src/android/alarmmanager/cts/
TimeChangeTests.java 136 final long testDuration = SystemClock.elapsedRealtime() - mTestStartElapsed;
137 final long expectedCorrectRtc = mTestStartRtc + testDuration;
  /cts/hostsidetests/sustainedperf/src/android/SustainedPerformance/cts/
SustainedPerformanceHostTest.java 60 private static long testDuration = 1800000; //30 minutes
82 if (Math.abs(System.currentTimeMillis() - startTime) >= testDuration) {
210 Thread.sleep(testDuration);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
CalendarTestFmwk.java 225 * @param testDuration if positive, the number of days to be tested.
229 Date startDate, int testDuration) {
252 millis -= testDuration * 1000; // stop time if testDuration<0
255 testDuration>0 ? i<testDuration
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
CalendarTestFmwk.java 222 * @param testDuration if positive, the number of days to be tested.
226 Date startDate, int testDuration) {
249 millis -= testDuration * 1000; // stop time if testDuration<0
252 testDuration>0 ? i<testDuration
  /cts/tests/tests/animation/src/android/animation/cts/
ValueAnimatorTest.java 94 public void testDuration() throws Throwable {
AnimatorSetTest.java 399 public void testDuration() throws Throwable {
    [all...]
ObjectAnimatorTest.java 93 public void testDuration() throws Throwable {
    [all...]
  /cts/tests/tests/transition/src/android/transition/cts/
TransitionTest.java 437 public void testDuration() throws Throwable {
    [all...]
  /external/protobuf/java/util/src/test/java/com/google/protobuf/util/
JsonFormatTest.java 55 import com.google.protobuf.util.JsonTestProto.TestDuration;
723 public void testDuration() throws Exception {
724 TestDuration message = TestDuration.newBuilder()
    [all...]

Completed in 1950 milliseconds