Searched defs:testName (Results 76 - 100 of 122) sorted by relevance

12345

/external/icu/icu4c/source/test/cintltst/
H A Didnatest.c73 testAPI(const UChar* src, const UChar* expected, const char* testName, argument
106 log_err( "%s null terminated source failed. Requires destCapacity > 300\n",testName);
111 log_err_status(status, "Did not get the expected error for %s null terminated source failed. Expected: %s Got: %s\n",testName, u_errorName(expectedStatus), u_errorName(status));
125 log_err("Did not get the expected result for %s null terminated source with both options set.\n",testName);
129 log_err( "%s null terminated source failed. Requires destCapacity > 300\n",testName);
134 log_err( "Did not get the expected error for %s null terminated source with options set. Expected: %s Got: %s\n",testName, u_errorName(expectedStatus), u_errorName(status));
149 log_err("Did not get the expected result for %s with source length.\n",testName);
152 log_err( "%s with source length failed. Requires destCapacity > 300\n",testName);
157 log_err( "Did not get the expected error for %s with source length. Expected: %s Got: %s\n",testName, u_errorName(expectedStatus), u_errorName(status));
171 log_err("Did not get the expected result for %s with source length and both options set.\n",testName);
433 const char* testName = "uidna_toASCII"; local
447 const char* testName = "uidna_toUnicode"; local
464 const char* testName="uidna_IDNToUnicode"; local
493 const char* testName="udina_IDNToASCII"; local
518 testCompareWithSrc(const UChar* s1, int32_t s1Len, const UChar* s2, int32_t s2Len, const char* testName, CompareFunc func, UBool isEqual) argument
569 const char* testName ="uidna_compare"; local
[all...]
H A Dtrie2test.c98 testTrieEnum(const char *testName, argument
111 testTrieGetters(const char *testName, argument
140 typeName, testName, (long)start, (long)value2, (long)value);
151 typeName, testName, (long)start, (long)value2, (long)value);
161 typeName, testName, (long)start, (long)value2, (long)value);
167 typeName, testName, (long)start, (long)value2, (long)value);
188 typeName, testName, (long)start, (long)value2, (long)value);
201 typeName, testName, (long)start, (long)value2, (long)errorValue);
207 if(0!=strncmp(testName, "dummy", 5) && 0!=strncmp(testName, "trie
270 testTrieUTF16(const char *testName, const UTrie2 *trie, UTrie2ValueBits valueBits, const CheckRange checkRanges[], int32_t countCheckRanges) argument
350 testTrieUTF8(const char *testName, const UTrie2 *trie, UTrie2ValueBits valueBits, const CheckRange checkRanges[], int32_t countCheckRanges) argument
517 testFrozenTrie(const char *testName, UTrie2 *trie, UTrie2ValueBits valueBits, const CheckRange checkRanges[], int32_t countCheckRanges) argument
566 testNewTrie(const char *testName, const UTrie2 *trie, const CheckRange checkRanges[], int32_t countCheckRanges) argument
574 testTrieSerialize(const char *testName, UTrie2 *trie, UTrie2ValueBits valueBits, UBool withSwap, const CheckRange checkRanges[], int32_t countCheckRanges) argument
783 testTrieSerializeAllValueBits(const char *testName, UTrie2 *trie, UBool withClone, const CheckRange checkRanges[], int32_t countCheckRanges) argument
829 makeTrieWithRanges(const char *testName, UBool withClone, const SetRange setRanges[], int32_t countSetRanges, const CheckRange checkRanges[], int32_t countCheckRanges) argument
889 testTrieRanges(const char *testName, UBool withClone, const SetRange setRanges[], int32_t countSetRanges, const CheckRange checkRanges[], int32_t countCheckRanges) argument
1091 static const char *const testName="enum-for-lead"; local
1143 const char *testName; local
1187 static const char *const testName="free-blocks"; local
1240 static const char *const testName="grow-data"; local
1316 makeNewTrie1WithRanges(const char *testName, const SetRange setRanges[], int32_t countSetRanges, const CheckRange checkRanges[], int32_t countCheckRanges) argument
1361 testTrie2FromTrie1(const char *testName, const SetRange setRanges[], int32_t countSetRanges, const CheckRange checkRanges[], int32_t countCheckRanges) argument
[all...]
H A Dccapitst.c2141 const char *testName,
2191 testName, chunkSize, target, targetLimit);
2216 testName, chunkSize, u_errorName(errorCode), u_errorName(expectCode));
2219 testName, chunkSize, targetLength, expectTargetLength);
2222 testName, chunkSize);
2230 const char *testName,
2235 1, testName, expectCode);
2239 3, testName, expectCode);
2243 7, testName, expectCode);
2591 char testName[3 local
2137 convertExStreaming(UConverter *srcCnv, UConverter *targetCnv, const char *src, int32_t srcLength, const char *expectTarget, int32_t expectTargetLength, int32_t chunkSize, const char *testName, UErrorCode expectCode) argument
2227 convertExMultiStreaming(UConverter *srcCnv, UConverter *targetCnv, const char *src, int32_t srcLength, const char *expectTarget, int32_t expectTargetLength, const char *testName, UErrorCode expectCode) argument
[all...]
H A Dcloctst.c884 UChar *testName = 0; local
970 testName=(UChar*)malloc(sizeof(UChar) * (maxresultsize+1));
971 uloc_getDisplayName(testLocale, displayLocale, testName, maxresultsize + 1, &status);
975 testName=&_NUL;
1017 if(0 != u_strcmp(testName, expectedName)) {
1018 log_data_err(" Display Name mismatch: got %s expected %s displayLocale=%s (Are you missing data?)\n", austrdup(testName), austrdup(expectedName), displayLocale);
1021 if(testName!=&_NUL) {
1022 free(testName);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
H A DUnicodeSetStringSpanTest.java572 final String testName, int index) {
604 testName, index, setNames[i], typeName[0], limitsCount, limits.length));
611 errln(String.format("FAIL: %s[0x%x].%s.%s span count=%d != %d", testName, index, setNames[i],
616 errln(String.format("FAIL: %s[0x%x].%s.%s span count=%d limits[%d]=%d != %d", testName,
639 testName, index, setNames[SLOW], prev, limit));
644 testName, index, setNames[FAST], prev, limit));
650 testName, index, setNames[SLOW], prev, limit));
655 testName, index, setNames[FAST], prev, limit));
667 final String testName, int index) {
670 verifySpan(sets, s, whichSpans, expectLimits, expectCount, testName, inde
570 verifySpan(final UnicodeSetWithStrings sets[], final String s, int whichSpans, int expectLimits[], int expectCount, final String testName, int index) argument
666 verifySpan(final UnicodeSetWithStrings sets[], final String s, int whichSpans, final String testName, int index) argument
677 verifySpanBothUTFs(final UnicodeSetWithStrings sets[], final String s16, int whichSpans, final String testName, int index) argument
712 verifySpanContents(final UnicodeSetWithStrings sets[], int whichSpans, final String testName) argument
773 verifySpanUTF16String(final UnicodeSetWithStrings sets[], int whichSpans, final String testName) argument
[all...]
/external/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
H A DPerfTest.java87 protected String testName; field in class:PerfTest
460 testName = null;
524 if (options[TEST_NAME].doesOccur) testName = options[TEST_NAME].value;
/external/testng/src/main/java/org/testng/reporters/
H A DEmailableReporter2.java221 String testName = Utils.escapeHtml(testResult.getTestName());
223 scenarioIndex += writeScenarioSummary(testName
227 scenarioIndex += writeScenarioSummary(testName
230 scenarioIndex += writeScenarioSummary(testName
234 scenarioIndex += writeScenarioSummary(testName
238 scenarioIndex += writeScenarioSummary(testName
602 private final String testName; field in class:EmailableReporter2.TestResult
616 testName = context.getName();
704 return testName;
/external/deqp/external/vulkancts/modules/vulkan/draw/
H A DvktDrawInstancedTests.cpp758 std::string testName = de::toString(param); local
760 addChild(new InstancedDrawCase(m_testCtx, de::toLower(testName), "Instanced drawing test", param));
/external/deqp/external/vulkancts/modules/vulkan/geometry/
H A DvktGeometryTestsUtil.cpp681 bool compareWithFileImage (Context& context, const tcu::ConstPixelBufferAccess& resultImage, std::string testName) argument
684 std::string fileName="vulkan/data/geometry/"+testName+".png";
/external/deqp/external/vulkancts/modules/vulkan/image/
H A DvktImageTranscodingSupportTests.cpp1146 const std::string testName = getFormatShortString(featuredFormat); local
1160 imageOperationGroup->addChild(new ImageTranscodingCase(testCtx, testName, "", parameters));
/external/deqp/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryBindingTests.cpp983 std::ostringstream testName; local
985 testName << "buffer_" << bufferSize;
986 regular_suballocated->addChild(new MemoryBindingTest<MemoryBindingInstance<VkBuffer, DE_FALSE> >(testCtx, testName.str(), " ", params));
987 regular_dedicated->addChild(new MemoryBindingTest<MemoryBindingInstance<VkBuffer, DE_TRUE> >(testCtx, testName.str(), " ", params));
988 aliasing_suballocated->addChild(new MemoryBindingTest<AliasedMemoryBindingInstance<VkBuffer, DE_FALSE> >(testCtx, testName.str(), " ", params));
999 std::ostringstream testName; local
1001 testName << "image_" << width << '_' << height;
1002 regular_suballocated->addChild(new MemoryBindingTest<MemoryBindingInstance<VkImage, DE_FALSE> >(testCtx, testName.str(), " ", regularparams));
1003 regular_dedicated->addChild(new MemoryBindingTest<MemoryBindingInstance<VkImage, DE_TRUE> >(testCtx, testName.str(), "", regularparams));
1004 aliasing_suballocated->addChild(new MemoryBindingTest<AliasedMemoryBindingInstance<VkImage, DE_FALSE> >(testCtx, testName
[all...]
/external/deqp/external/vulkancts/modules/vulkan/query_pool/
H A DvktQueryPoolOcclusionTests.cpp1188 std::ostringstream testName; local
1191 testName << resultsModeStr[resultsModeIdx] << "_results"
1207 addChild(new QueryPoolOcclusionTest<OcclusionQueryTestInstance>(m_testCtx, testName.str().c_str(), testDescr.str().c_str(), testVector));
1262 std::ostringstream testName; local
1265 testName << resultsModeStr[resultsModeIdx]
1274 addChild(new QueryPoolOcclusionTest<OcclusionQueryTestInstance>(m_testCtx, testName.str().c_str(), testDescr.str().c_str(), testVector));
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderLoopTests.cpp1327 std::string testName = std::string("basic_") + precisionName + "_" + dataTypeName + "_" + shaderTypeName; local
1329 de::MovePtr<ShaderLoopCase> testCase(createGenericLoopCase(m_testCtx, testName.c_str(), testDesc.c_str(), isVertexCase, (LoopType)loopType, (LoopCountType)loopCountType, (glu::Precision)precision, loopDataType));
/external/icu/icu4c/source/test/intltest/
H A Dtestidna.cpp454 void TestIDNA::testAPI(const UChar* src, const UChar* expected, const char* testName, argument
483 errln("Did not get the expected result for "+UnicodeString(testName) +" null terminated source. Expected : "
489 errln( "%s null terminated source failed. Requires destCapacity > 300\n",testName);
495 UnicodeString(testName)+
513 //errln("Did not get the expected result for %s null terminated source with both options set.\n",testName);
514 errln("Did not get the expected result for "+UnicodeString(testName) +
523 errln( "%s null terminated source failed. Requires destCapacity > 300\n",testName);
529 UnicodeString(testName)+
548 errln("Did not get the expected result for %s with source length.\n",testName);
551 errln( "%s with source length failed. Requires destCapacity > 300\n",testName);
650 testCompare(const UChar* s1, int32_t s1Len, const UChar* s2, int32_t s2Len, const char* testName, CompareFunc func, UBool isEqual) argument
696 testToASCII(const char* testName, TestFunc func) argument
708 testToUnicode(const char* testName, TestFunc func) argument
720 testIDNToUnicode(const char* testName, TestFunc func) argument
746 testIDNToASCII(const char* testName, TestFunc func) argument
772 testCompare(const char* testName, CompareFunc func) argument
997 testChaining(const UChar* src,int32_t numIterations,const char* testName, UBool useSTD3ASCIIRules, UBool caseInsensitive, TestFunc func) argument
1169 testRootLabelSeparator(const char* testName, CompareFunc func, const char* IDNToASCIIName, TestFunc IDNToASCII, const char* IDNToUnicodeName, TestFunc IDNToUnicode) argument
[all...]
H A Dloctest.cpp751 UnicodeString testName; local
757 testLocale.getDisplayName(displayLocale, testName);
793 if (testName != expectedName)
794 dataerrln("Display name (" + UnicodeString(displayLocale.getName()) + ") of (" + UnicodeString(testLocale.getName()) + ") got " + testName + " expected " + expectedName);
H A Dusettest.cpp3114 const char *testName, int32_t index) {
3150 testName, (long)index, setNames[i], typeName, (long)limitsCount, (long)UPRV_LENGTHOF(limits));
3156 testName, (long)index, setNames[i], typeName, (long)limitsCount, (long)expectCount);
3161 testName, (long)index, setNames[i], typeName, (long)limitsCount,
3184 testName, (long)index, setNames[SLOW], (long)prev, (long)limit);
3189 testName, (long)index, setNames[FAST], (long)prev, (long)limit);
3195 testName, (long)index, setNames[SLOW], (long)prev, (long)limit);
3200 testName, (long)index, setNames[FAST], (long)prev, (long)limit);
3214 const char *testName, int32_t index) {
3217 testSpan(sets, s, length, isUTF16, whichSpans, expectLimits, expectCount, testName, inde
3110 testSpan(const UnicodeSetWithStrings *sets[4], const void *s, int32_t length, UBool isUTF16, uint32_t whichSpans, int32_t expectLimits[], int32_t &expectCount, const char *testName, int32_t index) argument
3211 testSpan(const UnicodeSetWithStrings *sets[4], const void *s, int32_t length, UBool isUTF16, uint32_t whichSpans, const char *testName, int32_t index) argument
3250 testSpanBothUTFs(const UnicodeSetWithStrings *sets[4], const UChar *s16, int32_t length16, uint32_t whichSpans, const char *testName, int32_t index) argument
3326 testSpanContents(const UnicodeSetWithStrings *sets[4], uint32_t whichSpans, const char *testName) argument
3361 testSpanUTF16String(const UnicodeSetWithStrings *sets[4], uint32_t whichSpans, const char *testName) argument
3382 testSpanUTF8String(const UnicodeSetWithStrings *sets[4], uint32_t whichSpans, const char *testName) argument
3674 char testName[1024]; local
[all...]
/external/icu/icu4c/source/test/perf/howExpensiveIs/
H A DhowExpensiveIs.cpp45 const char *testName = NULL; variable
51 if(testName==NULL) return 1;
52 int len = strlen(testName);
53 if(testName[len-1]=='*') {
54 return strncmp(testName,aName,len-1);
56 return strcmp(testName,aName);
85 testName = optarg;
126 if(listmode && testName!=NULL) {
200 if(testName!=NULL && testMatch(tn)) return; // skipped.
/external/jsoncpp/src/test_lib_json/
H A Djsontest.cpp245 std::string name = test->testName();
252 result.setTestName(test->testName());
253 printf("Testing %s: ", test->testName());
306 bool Runner::testIndex(const std::string& testName, argument
310 if (testNameAt(index) == testName) {
/external/skia/tests/
H A DClipStackTest.cpp1225 static void test_aa_query(skiatest::Reporter* reporter, const SkString& testName, argument
1243 REPORTER_ASSERT(reporter, reduced.maskElements().isEmpty(), testName.c_str());
1246 testName.c_str());
1253 testName.c_str());
1254 REPORTER_ASSERT(reporter, reduced.maskElements().isEmpty(), testName.c_str());
1257 testName.c_str());
1264 REPORTER_ASSERT(reporter, reduced.maskElements().isEmpty(), testName.c_str());
1265 REPORTER_ASSERT(reporter, reduced.hasScissor(), testName.c_str());
1266 REPORTER_ASSERT(reporter, expectedScissor == reduced.scissor(), testName.c_str());
1269 testName
[all...]
/external/skqp/tests/
H A DClipStackTest.cpp1225 static void test_aa_query(skiatest::Reporter* reporter, const SkString& testName, argument
1243 REPORTER_ASSERT(reporter, reduced.maskElements().isEmpty(), testName.c_str());
1246 testName.c_str());
1253 testName.c_str());
1254 REPORTER_ASSERT(reporter, reduced.maskElements().isEmpty(), testName.c_str());
1257 testName.c_str());
1264 REPORTER_ASSERT(reporter, reduced.maskElements().isEmpty(), testName.c_str());
1265 REPORTER_ASSERT(reporter, reduced.hasScissor(), testName.c_str());
1266 REPORTER_ASSERT(reporter, expectedScissor == reduced.scissor(), testName.c_str());
1269 testName
[all...]
/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiImageClearingTests.cpp1634 const char* testName; member in struct:vkt::api::__anon4258::ImageLayerParams
1642 "single_layer" // testName
1648 "multiple_layers" // testName
1654 "remaining_array_layers" // testName
1691 de::MovePtr<TestCaseGroup> imageLayersGroup(new TestCaseGroup(testCtx, imageLayerParamsToTest[imageLayerParamsIndex].testName, ""));
1730 de::MovePtr<TestCaseGroup> imageLayersGroup(new TestCaseGroup(testCtx, imageLayerParamsToTest[imageLayerParamsIndex].testName, ""));
1767 de::MovePtr<TestCaseGroup> colorAttachmentClearLayersGroup(new TestCaseGroup(testCtx, imageLayerParamsToTest[imageLayerParamsIndex].testName, ""));
1768 de::MovePtr<TestCaseGroup> partialColorAttachmentClearLayersGroup(new TestCaseGroup(testCtx, imageLayerParamsToTest[imageLayerParamsIndex].testName, ""));
1805 de::MovePtr<TestCaseGroup> depthStencilLayersGroup(new TestCaseGroup(testCtx, imageLayerParamsToTest[imageLayerParamsIndex].testName, ""));
1806 de::MovePtr<TestCaseGroup> partialDepthStencilLayersGroup(new TestCaseGroup(testCtx, imageLayerParamsToTest[imageLayerParamsIndex].testName, ""));
[all...]
/external/deqp/external/openglcts/modules/gles31/
H A Des31cLayoutBindingTests.cpp3377 String testName = createTestName(*stagesIter, *testArgsIter); local
3381 addChild(new SamplerLayoutBindingCase(m_context, testName.c_str(),
3386 addChild(new ImageLayoutBindingCase(m_context, testName.c_str(),
3391 addChild(new AtomicCounterLayoutBindingCase(m_context, testName.c_str(),
3396 addChild(new UniformBlocksLayoutBindingCase(m_context, testName.c_str(),
3402 m_context, testName.c_str(), "test shader storage buffer layout binding functionality", *stagesIter,
/external/skia/src/pathops/
H A DSkPathOpsDebug.cpp563 const char* testName) {
565 show_function_header(testName);
2942 const char* testName) {
2944 DumpOp(file, one, two, op, testName);
2948 const char* testName) {
2949 const char* name = testName ? testName : "op";
2966 void SkPathOpsDebug::DumpSimplify(const SkPath& path, const char* testName) { argument
2968 DumpSimplify(file, path, testName);
2971 void SkPathOpsDebug::DumpSimplify(FILE* file, const SkPath& path, const char* testName) { argument
562 ShowPath(const SkPath& a, const SkPath& b, SkPathOp shapeOp, const char* testName) argument
2941 DumpOp(const SkPath& one, const SkPath& two, SkPathOp op, const char* testName) argument
2947 DumpOp(FILE* file, const SkPath& one, const SkPath& two, SkPathOp op, const char* testName) argument
[all...]
/external/skqp/src/pathops/
H A DSkPathOpsDebug.cpp563 const char* testName) {
565 show_function_header(testName);
2942 const char* testName) {
2944 DumpOp(file, one, two, op, testName);
2948 const char* testName) {
2949 const char* name = testName ? testName : "op";
2966 void SkPathOpsDebug::DumpSimplify(const SkPath& path, const char* testName) { argument
2968 DumpSimplify(file, path, testName);
2971 void SkPathOpsDebug::DumpSimplify(FILE* file, const SkPath& path, const char* testName) { argument
562 ShowPath(const SkPath& a, const SkPath& b, SkPathOp shapeOp, const char* testName) argument
2941 DumpOp(const SkPath& one, const SkPath& two, SkPathOp op, const char* testName) argument
2947 DumpOp(FILE* file, const SkPath& one, const SkPath& two, SkPathOp op, const char* testName) argument
[all...]
/external/guice/lib/build/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...

Completed in 808 milliseconds

12345