Home
last modified time | relevance | path

Searched refs:testNum (Results 1 – 22 of 22) sorted by relevance

/external/OpenCL-CTS/test_conformance/printf/
Dtest_printf.cpp81 …r, const cl_context context,const unsigned int testId,const unsigned int testNum,bool isLongSuppor…
84 …queue, cl_context context, const unsigned int testId, const unsigned int testNum, cl_device_id dev…
209 …r, const cl_context context,const unsigned int testId,const unsigned int testNum,bool isLongSuppor… in makePrintfProgram() argument
226 allTestCase[testId]->_genParameters[testNum].genericFormat, in makePrintfProgram()
228 allTestCase[testId]->_genParameters[testNum].dataRepresentation, in makePrintfProgram()
239 allTestCase[testId]->_genParameters[testNum].dataType, in makePrintfProgram()
240 allTestCase[testId]->_genParameters[testNum].vectorSize, in makePrintfProgram()
242 allTestCase[testId]->_genParameters[testNum].dataType, in makePrintfProgram()
243 allTestCase[testId]->_genParameters[testNum].vectorSize, in makePrintfProgram()
245 allTestCase[testId]->_genParameters[testNum].dataRepresentation, in makePrintfProgram()
[all …]
/external/OpenCL-CTS/test_common/harness/
DtestHarness.cpp67 test_status resultTestList[], int testNum) in saveResultsToJson() argument
92 for (int i = 0; i < testNum; ++i) in saveResultsToJson()
113 int runTestHarness(int argc, const char *argv[], int testNum, in runTestHarness() argument
117 return runTestHarnessWithCheck(argc, argv, testNum, testList, in runTestHarness()
122 int testNum, test_definition testList[]) in suite_did_not_pass_init() argument
124 std::vector<unsigned char> selectedTestList(testNum, 1); in suite_did_not_pass_init()
125 std::vector<test_status> resultTestList(testNum, status); in suite_did_not_pass_init()
128 resultTestList.data(), testNum); in suite_did_not_pass_init()
133 testNum, testNum); in suite_did_not_pass_init()
151 int runTestHarnessWithCheck(int argc, const char *argv[], int testNum, in runTestHarnessWithCheck() argument
[all …]
DtestHarness.h105 extern int runTestHarness(int argc, const char *argv[], int testNum,
117 extern int runTestHarnessWithCheck(int argc, const char *argv[], int testNum,
126 cl_device_id device, int testNum,
144 test_status resultTestList[], int testNum,
/external/cronet/tot/third_party/icu/source/test/cintltst/
Dspreptst.c763 int32_t i, testNum = 0; in TestStringPrepProfiles() local
779 testNum = 0; in TestStringPrepProfiles()
784 testNum++; in TestStringPrepProfiles()
792 log_err("Error occurred on test[%d] for profile: %s\n", testNum, profileName); in TestStringPrepProfiles()
799 log_err("Error expected on test[%d] for profile: %s\n", testNum, profileName); in TestStringPrepProfiles()
803 … log_err("Results do not match expected on test[%d] for profile: %s\n", testNum, profileName); in TestStringPrepProfiles()
/external/cronet/stable/third_party/icu/source/test/cintltst/
Dspreptst.c763 int32_t i, testNum = 0; in TestStringPrepProfiles() local
779 testNum = 0; in TestStringPrepProfiles()
784 testNum++; in TestStringPrepProfiles()
792 log_err("Error occurred on test[%d] for profile: %s\n", testNum, profileName); in TestStringPrepProfiles()
799 log_err("Error expected on test[%d] for profile: %s\n", testNum, profileName); in TestStringPrepProfiles()
803 … log_err("Results do not match expected on test[%d] for profile: %s\n", testNum, profileName); in TestStringPrepProfiles()
/external/icu/icu4c/source/test/cintltst/
Dspreptst.c763 int32_t i, testNum = 0; in TestStringPrepProfiles() local
779 testNum = 0; in TestStringPrepProfiles()
784 testNum++; in TestStringPrepProfiles()
792 log_err("Error occurred on test[%d] for profile: %s\n", testNum, profileName); in TestStringPrepProfiles()
799 log_err("Error expected on test[%d] for profile: %s\n", testNum, profileName); in TestStringPrepProfiles()
803 … log_err("Results do not match expected on test[%d] for profile: %s\n", testNum, profileName); in TestStringPrepProfiles()
/external/cronet/tot/third_party/icu/source/test/intltest/
Ditspoof.cpp658 for (int32_t testNum=0; testNum < UPRV_LENGTHOF(tests); testNum++) { in testRestrictionLevel() local
660 const Test &test = tests[testNum]; in testRestrictionLevel()
678 testNum, levelIndex, expectedValue, actualValue); in testRestrictionLevel()
719 for (int32_t testNum=0; testNum < UPRV_LENGTHOF(tests); testNum++) { in testMixedNumbers() local
721 snprintf(msgBuf, sizeof(msgBuf), "testNum = %d ", testNum); in testMixedNumbers()
722 Test &test = tests[testNum]; in testMixedNumbers()
Dtztest.cpp2383 for (int testNum = 0; zoneDisplayTestData[testNum].zoneName != nullptr; testNum++) { in TestDisplayNamesMeta() local
2384 Locale locale = Locale::createFromName(zoneDisplayTestData[testNum].localeName); in TestDisplayNamesMeta()
2385 TimeZone *zone = TimeZone::createTimeZone(zoneDisplayTestData[testNum].zoneName); in TestDisplayNamesMeta()
2387 zone->getDisplayName(zoneDisplayTestData[testNum].summerTime, in TestDisplayNamesMeta()
2388 zoneDisplayTestData[testNum].style, in TestDisplayNamesMeta()
2391 if (displayName != zoneDisplayTestData[testNum].expectedDisplayName) { in TestDisplayNamesMeta()
2400 " Got \"%s\"\n Error: %s", zoneDisplayTestData[testNum].zoneName, in TestDisplayNamesMeta()
2401 zoneDisplayTestData[testNum].localeName, in TestDisplayNamesMeta()
2402 zoneDisplayTestData[testNum].style==TimeZone::SHORT ? in TestDisplayNamesMeta()
2404 zoneDisplayTestData[testNum].summerTime, in TestDisplayNamesMeta()
[all …]
/external/cronet/stable/third_party/icu/source/test/intltest/
Ditspoof.cpp658 for (int32_t testNum=0; testNum < UPRV_LENGTHOF(tests); testNum++) { in testRestrictionLevel() local
660 const Test &test = tests[testNum]; in testRestrictionLevel()
678 testNum, levelIndex, expectedValue, actualValue); in testRestrictionLevel()
719 for (int32_t testNum=0; testNum < UPRV_LENGTHOF(tests); testNum++) { in testMixedNumbers() local
721 snprintf(msgBuf, sizeof(msgBuf), "testNum = %d ", testNum); in testMixedNumbers()
722 Test &test = tests[testNum]; in testMixedNumbers()
Dtztest.cpp2383 for (int testNum = 0; zoneDisplayTestData[testNum].zoneName != nullptr; testNum++) { in TestDisplayNamesMeta() local
2384 Locale locale = Locale::createFromName(zoneDisplayTestData[testNum].localeName); in TestDisplayNamesMeta()
2385 TimeZone *zone = TimeZone::createTimeZone(zoneDisplayTestData[testNum].zoneName); in TestDisplayNamesMeta()
2387 zone->getDisplayName(zoneDisplayTestData[testNum].summerTime, in TestDisplayNamesMeta()
2388 zoneDisplayTestData[testNum].style, in TestDisplayNamesMeta()
2391 if (displayName != zoneDisplayTestData[testNum].expectedDisplayName) { in TestDisplayNamesMeta()
2400 " Got \"%s\"\n Error: %s", zoneDisplayTestData[testNum].zoneName, in TestDisplayNamesMeta()
2401 zoneDisplayTestData[testNum].localeName, in TestDisplayNamesMeta()
2402 zoneDisplayTestData[testNum].style==TimeZone::SHORT ? in TestDisplayNamesMeta()
2404 zoneDisplayTestData[testNum].summerTime, in TestDisplayNamesMeta()
[all …]
/external/icu/icu4c/source/test/intltest/
Ditspoof.cpp658 for (int32_t testNum=0; testNum < UPRV_LENGTHOF(tests); testNum++) { in testRestrictionLevel() local
660 const Test &test = tests[testNum]; in testRestrictionLevel()
678 testNum, levelIndex, expectedValue, actualValue); in testRestrictionLevel()
719 for (int32_t testNum=0; testNum < UPRV_LENGTHOF(tests); testNum++) { in testMixedNumbers() local
721 snprintf(msgBuf, sizeof(msgBuf), "testNum = %d ", testNum); in testMixedNumbers()
722 Test &test = tests[testNum]; in testMixedNumbers()
Dmessageformat2test_read_json.cpp73 static void makeTestName(char* buffer, size_t size, std::string fileName, int32_t testNum) { in makeTestName() argument
74 snprintf(buffer, size, "test from file: %s[%u]", fileName.c_str(), ++testNum); in makeTestName()
244 int32_t testNum = 0; in runTestsFromJsonFile() local
269 makeTestName(testName, sizeof(testName), fileName, ++testNum); in runTestsFromJsonFile()
Dtztest.cpp2407 for (int testNum = 0; zoneDisplayTestData[testNum].zoneName != nullptr; testNum++) { in TestDisplayNamesMeta() local
2408 Locale locale = Locale::createFromName(zoneDisplayTestData[testNum].localeName); in TestDisplayNamesMeta()
2409 TimeZone *zone = TimeZone::createTimeZone(zoneDisplayTestData[testNum].zoneName); in TestDisplayNamesMeta()
2411 zone->getDisplayName(zoneDisplayTestData[testNum].summerTime, in TestDisplayNamesMeta()
2412 zoneDisplayTestData[testNum].style, in TestDisplayNamesMeta()
2415 if (displayName != zoneDisplayTestData[testNum].expectedDisplayName) { in TestDisplayNamesMeta()
2424 " Got \"%s\"\n Error: %s", zoneDisplayTestData[testNum].zoneName, in TestDisplayNamesMeta()
2425 zoneDisplayTestData[testNum].localeName, in TestDisplayNamesMeta()
2426 zoneDisplayTestData[testNum].style==TimeZone::SHORT ? in TestDisplayNamesMeta()
2428 zoneDisplayTestData[testNum].summerTime, in TestDisplayNamesMeta()
[all …]
/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/timezone/
DTimeZoneTest.java1864 for (int testNum = 0; testNum < zoneDisplayTestData.length; testNum++) { in TestDisplayNamesMeta()
1865 ULocale locale = new ULocale((String)zoneDisplayTestData[testNum][1]); in TestDisplayNamesMeta()
1866 TimeZone zone = TimeZone.getTimeZone((String)zoneDisplayTestData[testNum][0]); in TestDisplayNamesMeta()
1867 …String displayName = zone.getDisplayName(((Boolean)zoneDisplayTestData[testNum][2]).booleanValue(), in TestDisplayNamesMeta()
1868 ((Integer)zoneDisplayTestData[testNum][3]).intValue()); in TestDisplayNamesMeta()
1869 if (!displayName.equals(zoneDisplayTestData[testNum][4])) { in TestDisplayNamesMeta()
1871 … && (isICUTimeZone || !((Boolean)zoneDisplayTestData[testNum][2]).booleanValue())) { in TestDisplayNamesMeta()
1874 + zoneDisplayTestData[testNum][0] + ",\n" in TestDisplayNamesMeta()
1876 … + ", style = " + (zoneDisplayTestData[testNum][3] == TZSHORT ? "SHORT" : "LONG") in TestDisplayNamesMeta()
1877 + ", Summertime = " + zoneDisplayTestData[testNum][2] + "\n" in TestDisplayNamesMeta()
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
DTimeZoneTest.java1867 for (int testNum = 0; testNum < zoneDisplayTestData.length; testNum++) { in TestDisplayNamesMeta()
1868 ULocale locale = new ULocale((String)zoneDisplayTestData[testNum][1]); in TestDisplayNamesMeta()
1869 TimeZone zone = TimeZone.getTimeZone((String)zoneDisplayTestData[testNum][0]); in TestDisplayNamesMeta()
1870 …String displayName = zone.getDisplayName(((Boolean)zoneDisplayTestData[testNum][2]).booleanValue(), in TestDisplayNamesMeta()
1871 ((Integer)zoneDisplayTestData[testNum][3]).intValue()); in TestDisplayNamesMeta()
1872 if (!displayName.equals(zoneDisplayTestData[testNum][4])) { in TestDisplayNamesMeta()
1874 … && (isICUTimeZone || !((Boolean)zoneDisplayTestData[testNum][2]).booleanValue())) { in TestDisplayNamesMeta()
1877 + zoneDisplayTestData[testNum][0] + ",\n" in TestDisplayNamesMeta()
1879 … + ", style = " + (zoneDisplayTestData[testNum][3] == TZSHORT ? "SHORT" : "LONG") in TestDisplayNamesMeta()
1880 + ", Summertime = " + zoneDisplayTestData[testNum][2] + "\n" in TestDisplayNamesMeta()
[all …]
/external/libaom/test/
Dfilterintra_test.cc124 void DiffPred(int testNum) const { in DiffPred()
130 << "Test number: " << testNum; in DiffPred()
/external/boringssl/src/ssl/test/runner/hpke/
Dhpke_test.go106 for testNum, testVec := range testVectors {
116 …t.Run(fmt.Sprintf("test%d,Mode=%d,KDF=%d,AEAD=%d", testNum, testVec.Mode, testVec.KDF, testVec.AEA…
/external/cronet/stable/third_party/boringssl/src/ssl/test/runner/hpke/
Dhpke_test.go106 for testNum, testVec := range testVectors {
116 …t.Run(fmt.Sprintf("test%d,Mode=%d,KDF=%d,AEAD=%d", testNum, testVec.Mode, testVec.KDF, testVec.AEA…
/external/cronet/tot/third_party/boringssl/src/ssl/test/runner/hpke/
Dhpke_test.go106 for testNum, testVec := range testVectors {
116 …t.Run(fmt.Sprintf("test%d,Mode=%d,KDF=%d,AEAD=%d", testNum, testVec.Mode, testVec.KDF, testVec.AEA…
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DNumberFormatTest.java3939 int testNum = 1; in TestRoundingBehavior() local
3978 errln("Test case #" + testNum + ": ArithmeticException was thrown."); in TestRoundingBehavior()
3982 errln("Test case #" + testNum + in TestRoundingBehavior()
3986 assertEquals("Test case #" + testNum, testCase[5], s); in TestRoundingBehavior()
3990 testNum++; in TestRoundingBehavior()
/external/icu/icu4j/main/common_tests/src/test/java/com/ibm/icu/dev/test/format/
DNumberFormatTest.java3936 int testNum = 1; in TestRoundingBehavior() local
3975 errln("Test case #" + testNum + ": ArithmeticException was thrown."); in TestRoundingBehavior()
3979 errln("Test case #" + testNum + in TestRoundingBehavior()
3983 assertEquals("Test case #" + testNum, testCase[5], s); in TestRoundingBehavior()
3987 testNum++; in TestRoundingBehavior()
/external/libxml2/
Druntest.c1758 unsigned testNum, dataState, size; in htmlTokenizerTest() local
1782 &testNum, startTag, &dataState, &size) >= 4) { in htmlTokenizerTest()