Home
last modified time | relevance | path

Searched refs:testidx (Results 1 - 5 of 5) sorted by relevance

/third_party/openssl/test/
H A Dsslcorrupttest.c182 static int test_ssl_corrupt(int testidx) in test_ssl_corrupt() argument
195 TEST_info("Starting #%d, %s", testidx, cipher_list[testidx]); in test_ssl_corrupt()
204 || !TEST_true(SSL_CTX_set_cipher_list(cctx, cipher_list[testidx])) in test_ssl_corrupt()
H A Ddtlstest.c71 static int test_dtls_unprocessed(int testidx) in test_dtls_unprocessed() argument
108 if (testidx == 1) in test_dtls_unprocessed()
/third_party/icu/icu4c/source/test/intltest/
H A Dtzfmttst.cpp663 for (int32_t testidx = 0; testidx < testLen; testidx++) { in RunTimeRoundTripTests()
666 if (!expectedRoundTrip[testidx]) { in RunTimeRoundTripTests()
678 sdf->format(testTimes[testidx], text, fpos); in RunTimeRoundTripTests()
683 + ", pattern=" + PATTERNS[patidx] + ", time=" + testTimes[testidx]); in RunTimeRoundTripTests()
688 int32_t timeDiff = (int32_t)(parsedDate - testTimes[testidx]); in RunTimeRoundTripTests()
694 + ", text=" + text + ", time=" + testTimes[testidx] + ", restime=" + parsedDate + ", diff=" + (parsedDate - testTimes[testidx]); in RunTimeRoundTripTests()
696 if (expectedRoundTrip[testidx] in RunTimeRoundTripTests()
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DTimeZoneFormatTest.java467 for (int testidx = 0; testidx < testLen; testidx++) { in TestTimeRoundTrip()
470 String text = sdf.format(new Date(testTimes[testidx])); in TestTimeRoundTrip()
474 long timeDiff = restime - testTimes[testidx]; in TestTimeRoundTrip()
484 .append(", gmt=").append(sdfGMT.format(new Date(testTimes[testidx]))) in TestTimeRoundTrip()
485 .append(", time=").append(testTimes[testidx]) in TestTimeRoundTrip()
488 if (expectedRoundTrip[testidx] in TestTimeRoundTrip()
489 && !isSpecialTimeRoundTripCase(LOCALES[locidx], id, PATTERNS[patidx], testTimes[testidx])) { in TestTimeRoundTrip()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DTimeZoneFormatTest.java470 for (int testidx = 0; testidx < testLen; testidx++) { in TestTimeRoundTrip()
473 String text = sdf.format(new Date(testTimes[testidx])); in TestTimeRoundTrip()
477 long timeDiff = restime - testTimes[testidx]; in TestTimeRoundTrip()
487 .append(", gmt=").append(sdfGMT.format(new Date(testTimes[testidx]))) in TestTimeRoundTrip()
488 .append(", time=").append(testTimes[testidx]) in TestTimeRoundTrip()
491 if (expectedRoundTrip[testidx] in TestTimeRoundTrip()
492 && !isSpecialTimeRoundTripCase(LOCALES[locidx], id, PATTERNS[patidx], testTimes[testidx])) { in TestTimeRoundTrip()

Completed in 7 milliseconds