HomeSort by relevance Sort by last modified time
    Searched full:testduration (Results 1 - 7 of 7) sorted by null

  /external/chromium/third_party/icu/source/test/intltest/
callimts.h 73 * @param testDuration if positive, the number of days to be tested.
76 void doLimitsTest(Calendar& cal, const int32_t* fieldsToTest, UDate startDate, int32_t testDuration);
callimts.cpp 272 int32_t testDuration) {
329 millis -= testDuration * 1000; // stop time if testDuration<0
332 testDuration > 0 ? i < testDuration
  /external/icu4c/test/intltest/
callimts.h 73 * @param testDuration if positive, the number of days to be tested.
76 void doLimitsTest(Calendar& cal, const int32_t* fieldsToTest, UDate startDate, int32_t testDuration);
callimts.cpp 274 int32_t testDuration) {
331 millis -= testDuration * 1000; // stop time if testDuration<0
334 testDuration > 0 ? i < testDuration
  /external/quake/quake/src/WinQuake/
vid_dos.cpp 481 double testduration; local
490 testduration = Q_atof (Cmd_Argv(2));
491 if (testduration == 0)
492 testduration = 5.0;
493 vid_testendtime = realtime + testduration;
vid_win.cpp 1979 double testduration; local
2045 double testduration; local
    [all...]
  /external/quake/quake/src/QW/client/
vid_win.c 2020 double testduration; local
2084 double testduration; local
    [all...]

Completed in 186 milliseconds