/test/vti/dashboard/testdata/ |
test-plan-report-data.json | 6 "testTimes": [1515562811, 1515562811] 11 "testTimes": [1515562811, 1515562811]
|
/external/ltp/testcases/open_posix_testsuite/functional/timers/clocks/ |
invaliddates.c | 24 static int testtimes[NUMTESTS][2] = { variable 46 tpset.tv_sec = testtimes[i][0]; 47 tpset.tv_nsec = testtimes[i][1]; 49 printf("Test: %ds %dns\n", testtimes[i][0], testtimes[i][1]);
|
/test/vti/dashboard/ |
README.md | 153 the "testName"'s value under "testRunList" and the "testTimes" should have the "startTimestamp"'s value 163 "startTimestamp":1515562811, <- "testTimes" should be copied from here 168 "startTimestamp":1515562811, <- "testTimes" should be copied from here 178 "testTimes": [1515562811, 1515562811] 183 "testTimes": [1515562811, 1515562811] 187 "testModules" and "testTimes"'s elements order is also matter.
|
/external/guava/guava-gwt/test/com/google/common/primitives/ |
UnsignedLongTest_gwt.java | 81 public void testTimes() throws Exception { 83 testCase.testTimes();
|
/external/icu/icu4c/source/test/intltest/ |
tzfmttst.cpp | 545 UDate testTimes[4]; 620 testTimes[0] = t; 629 testTimes[0] = t + delta - 1; 631 testTimes[1] = t + delta; 635 testTimes[2] = t - 1; 639 testTimes[3] = t; 643 testTimes[0] = t - 1; 645 testTimes[1] = t; 665 sdf->format(testTimes[testidx], text, fpos); 670 + ", pattern=" + PATTERNS[patidx] + ", time=" + testTimes[testidx]) [all...] |
tzrulets.cpp | [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
TimeZoneFormatTest.java | 378 long[] testTimes = new long[4]; 440 testTimes[0] = t; 449 testTimes[0] = t + delta - 1; 451 testTimes[1] = t + delta; 455 testTimes[2] = t - 1; 459 testTimes[3] = t; 463 testTimes[0] = t - 1; 465 testTimes[1] = t; 473 String text = sdf.format(new Date(testTimes[testidx])); 477 long timeDiff = restime - testTimes[testidx] [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
TimeZoneFormatTest.java | 375 long[] testTimes = new long[4]; 437 testTimes[0] = t; 446 testTimes[0] = t + delta - 1; 448 testTimes[1] = t + delta; 452 testTimes[2] = t - 1; 456 testTimes[3] = t; 460 testTimes[0] = t - 1; 462 testTimes[1] = t; 470 String text = sdf.format(new Date(testTimes[testidx])); 474 long timeDiff = restime - testTimes[testidx] [all...] |
/external/guava/guava-gwt/test-super/com/google/common/primitives/super/com/google/common/primitives/ |
UnsignedLongTest.java | 163 public void testTimes() {
|
/external/webrtc/third_party/gtest-parallel/ |
gtest-parallel | 190 class TestTimes(object): 284 times = TestTimes(save_file)
|
/test/vti/dashboard/src/main/java/com/android/vts/api/ |
TestDataForDevServlet.java | 169 private List<Long> testTimes; 313 long time = testPlan.testTimes.get(idx);
|
/external/guava/guava-tests/test/com/google/common/primitives/ |
UnsignedIntegerTest.java | 172 public void testTimes() {
|
UnsignedLongTest.java | 177 public void testTimes() {
|
/test/vti/dashboard/src/main/java/com/android/vts/util/ |
DatastoreHelper.java | 408 List<Long> testTimes = report.getTestModuleStartTimestampList(); 409 if (testModules.size() != testTimes.size() || !report.hasTestPlanName()) { 419 long time = testTimes.get(i);
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/ |
TimeZoneRuleTest.java | 580 long[] testTimes = new long[] { 592 for (int n = 0; n < testTimes.length; n++) { 593 long time = testTimes[n]; 708 long[] testTimes = new long[] { [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/ |
TimeZoneRuleTest.java | 577 long[] testTimes = new long[] { 589 for (int n = 0; n < testTimes.length; n++) { 590 long time = testTimes[n]; 705 long[] testTimes = new long[] { 713 for (int n = 0; n < testTimes.length; n++) { 714 long time = testTimes[n]; [all...] |