Home
last modified time | relevance | path

Searched refs:testIndex (Results 1 – 25 of 30) sorted by relevance

12

/external/chromium-trace/trace-viewer/src/tracing/
Dtimeline_view_test.js20 var testIndex = 0;
24 for (testIndex = 0; testIndex < num_tests; ++testIndex) {
25 var process = model.getOrCreateProcess(10000 + testIndex);
26 if (testIndex % 2 == 0) {
/external/chromium_org/third_party/skia/experimental/Intersection/
DSimplifyAngle_Test.cpp90 for (size_t testIndex = 0; testIndex < segmentTestCount; ++testIndex) { in testSegments() local
91 const segment* segPtr = segmentTests[testIndex]; in testSegments()
251 for (size_t testIndex = 0; testIndex < oneOffTestCount; ++testIndex) { in oneOffTest() local
252 const segmentWithT* segPtr = oneOffTests[testIndex]; in oneOffTest()
DQuadraticIntersection_Test.cpp259 for (size_t testIndex = 0; testIndex < coincidentTestSetCount - 1; testIndex += 2) { in coincidentTest() local
260 const Quadratic& quad1 = coincidentTestSet[testIndex]; in coincidentTest()
261 const Quadratic& quad2 = coincidentTestSet[testIndex + 1]; in coincidentTest()
DSkAntiEdge.cpp831 for (int testIndex = testFirst; testIndex < testLast; ++testIndex) { in test_3_by_3() local
834 const SkPoint* rect = tests[testIndex]; in test_3_by_3()
837 SkAssertResult(memcmp(results[testIndex], result[0], pixelCount) == 0); in test_3_by_3()
859 for (int testIndex = testFirst; testIndex < testLast; ++testIndex) { in test_arbitrary_3_by_3() local
862 const SkPoint* pts = tests[testIndex]; in test_arbitrary_3_by_3()
863 size_t ptCount = testPts[testIndex]; in test_arbitrary_3_by_3()
866 SkAssertResult(memcmp(results[testIndex], result[0], pixelCount) == 0); in test_arbitrary_3_by_3()
/external/skia/experimental/Intersection/
DSimplifyAngle_Test.cpp90 for (size_t testIndex = 0; testIndex < segmentTestCount; ++testIndex) { in testSegments() local
91 const segment* segPtr = segmentTests[testIndex]; in testSegments()
251 for (size_t testIndex = 0; testIndex < oneOffTestCount; ++testIndex) { in oneOffTest() local
252 const segmentWithT* segPtr = oneOffTests[testIndex]; in oneOffTest()
DQuadraticIntersection_Test.cpp259 for (size_t testIndex = 0; testIndex < coincidentTestSetCount - 1; testIndex += 2) { in coincidentTest() local
260 const Quadratic& quad1 = coincidentTestSet[testIndex]; in coincidentTest()
261 const Quadratic& quad2 = coincidentTestSet[testIndex + 1]; in coincidentTest()
DSkAntiEdge.cpp831 for (int testIndex = testFirst; testIndex < testLast; ++testIndex) { in test_3_by_3() local
834 const SkPoint* rect = tests[testIndex]; in test_3_by_3()
837 SkAssertResult(memcmp(results[testIndex], result[0], pixelCount) == 0); in test_3_by_3()
859 for (int testIndex = testFirst; testIndex < testLast; ++testIndex) { in test_arbitrary_3_by_3() local
862 const SkPoint* pts = tests[testIndex]; in test_arbitrary_3_by_3()
863 size_t ptCount = testPts[testIndex]; in test_arbitrary_3_by_3()
866 SkAssertResult(memcmp(results[testIndex], result[0], pixelCount) == 0); in test_arbitrary_3_by_3()
/external/chromium_org/third_party/skia/tests/
DPathOpsQuadIntersectionTest.cpp336 for (int testIndex = 0; testIndex < coincidentTestSetCount - 1; testIndex += 2) { in coincidentTest() local
337 coincidentTestOne(reporter, testIndex, testIndex + 1); in coincidentTest()
DFontHostTest.cpp93 for (size_t testIndex = 0; testIndex < SK_ARRAY_COUNT(charsToGlyphs_TestData); ++testIndex) { in test_charsToGlyphs() local
94 CharsToGlyphs_TestData& test = charsToGlyphs_TestData[testIndex]; in test_charsToGlyphs()
DPathTest.cpp1665 for (size_t testIndex = 0; testIndex < testCount; ++testIndex) { in test_isRect() local
1667 path.moveTo(tests[testIndex].fPoints[0].fX, tests[testIndex].fPoints[0].fY); in test_isRect()
1668 for (index = 1; index < tests[testIndex].fPointCount; ++index) { in test_isRect()
1669 path.lineTo(tests[testIndex].fPoints[index].fX, tests[testIndex].fPoints[index].fY); in test_isRect()
1671 if (tests[testIndex].fClose) { in test_isRect()
1674 REPORTER_ASSERT(reporter, tests[testIndex].fIsRect == path.isRect(NULL)); in test_isRect()
1675 REPORTER_ASSERT(reporter, tests[testIndex].fIsRect == path.isRect(NULL, NULL)); in test_isRect()
1677 if (tests[testIndex].fIsRect) { in test_isRect()
1679 expected.set(tests[testIndex].fPoints, tests[testIndex].fPointCount); in test_isRect()
1687 REPORTER_ASSERT(reporter, isClosed == tests[testIndex].fClose); in test_isRect()
[all …]
DPathOpsSkpClipTest.cpp528 DEFINE_int32(testIndex, 0, "override local test index (PathOpsSkpClipOneOff only).");
969 const int testIndex = FLAGS_testIndex; in DEF_TEST() local
972 dirNo = skipOver[testIndex].directory; in DEF_TEST()
976 skp = skipOver[testIndex].filename; in DEF_TEST()
DSkpSkGrTest.cpp743 int testIndex = 166; in DEF_TEST() local
744 int dirIndex = skipOverSkGr[testIndex - 166].directory; in DEF_TEST()
749 SkString filename(skipOverSkGr[testIndex - 166].filename); in DEF_TEST()
/external/skia/tests/
DPathOpsQuadIntersectionTest.cpp333 for (int testIndex = 0; testIndex < coincidentTestSetCount - 1; testIndex += 2) { in coincidentTest() local
334 coincidentTestOne(reporter, testIndex, testIndex + 1); in coincidentTest()
DFontHostTest.cpp93 for (size_t testIndex = 0; testIndex < SK_ARRAY_COUNT(charsToGlyphs_TestData); ++testIndex) { in test_charsToGlyphs() local
94 CharsToGlyphs_TestData& test = charsToGlyphs_TestData[testIndex]; in test_charsToGlyphs()
DPathTest.cpp1600 for (size_t testIndex = 0; testIndex < testCount; ++testIndex) { in test_isRect() local
1602 path.moveTo(tests[testIndex].fPoints[0].fX, tests[testIndex].fPoints[0].fY); in test_isRect()
1603 for (index = 1; index < tests[testIndex].fPointCount; ++index) { in test_isRect()
1604 path.lineTo(tests[testIndex].fPoints[index].fX, tests[testIndex].fPoints[index].fY); in test_isRect()
1606 if (tests[testIndex].fClose) { in test_isRect()
1609 REPORTER_ASSERT(reporter, tests[testIndex].fIsRect == path.isRect(NULL)); in test_isRect()
1610 REPORTER_ASSERT(reporter, tests[testIndex].fIsRect == path.isRect(NULL, NULL)); in test_isRect()
1612 if (tests[testIndex].fIsRect) { in test_isRect()
1614 expected.set(tests[testIndex].fPoints, tests[testIndex].fPointCount); in test_isRect()
1622 REPORTER_ASSERT(reporter, isClosed == tests[testIndex].fClose); in test_isRect()
[all …]
DSkpSkGrTest.cpp746 int testIndex = 166; in DEF_TEST() local
747 int dirIndex = skipOverSkGr[testIndex - 166].directory; in DEF_TEST()
752 SkString filename(skipOverSkGr[testIndex - 166].filename); in DEF_TEST()
DPathOpsSkpClipTest.cpp1110 const int testIndex = 43 - 37; in DEF_TEST() local
1111 int dirNo = skipOverSept[testIndex].directory; in DEF_TEST()
1113 SkString filename(skipOverSept[testIndex].filename); in DEF_TEST()
/external/apache-xml/src/main/java/org/apache/xpath/
DNodeSet.java571 private boolean addNodesInDocOrder(int start, int end, int testIndex, in addNodesInDocOrder() argument
580 Node node = nodelist.item(testIndex); in addNodesInDocOrder()
597 testIndex--; in addNodesInDocOrder()
599 if (testIndex > 0) in addNodesInDocOrder()
601 boolean foundPrev = addNodesInDocOrder(0, i, testIndex, nodelist, in addNodesInDocOrder()
606 addNodesInDocOrder(i, size() - 1, testIndex, nodelist, support); in addNodesInDocOrder()
/external/chromium_org/third_party/WebKit/Source/web/
DPopupListBox.cpp675 int testIndex = m_selectedIndex; in adjustSelectedIndex() local
678 while (testIndex >= 0 && testIndex < numItems()) { in adjustSelectedIndex()
679 if (isSelectableItem(testIndex)) in adjustSelectedIndex()
680 bestIndex = testIndex; in adjustSelectedIndex()
681 if (testIndex == targetIndex) in adjustSelectedIndex()
686 testIndex += dir; in adjustSelectedIndex()
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/data/rebaselineserver/
Dmain.js380 var testIndex = selectedTests.indexOf(testName);
382 $('test-index').textContent = testIndex + 1;
385 $('next-test').disabled = testIndex == testCount - 1;
386 $('previous-test').disabled = testIndex == 0;
/external/jsoncpp/src/test_lib_json/
Djsontest.cpp397 Runner::testIndex( const std::string &testName, in testIndex() function in JsonTest::Runner
447 if ( testIndex( argv[index], testNameIndex ) ) in runCommandLine()
Djsontest.h180 bool testIndex( const std::string &testName, unsigned int &index ) const;
/external/chromium_org/ppapi/native_client/tools/browser_tester/browserdata/
Dnacltest.js935 this.launchTest = function(testIndex) { argument
936 var testDecl = tests[testIndex];
/external/chromium_org/third_party/skia/src/pathops/
DSkOpAngle.cpp1041 int testIndex = index >> 1; in setSpans() local
1042 double testT = testTs[testIndex]; in setSpans()
1044 testT = (testT + testTs[testIndex + 1]) / 2; in setSpans()
/external/skia/src/pathops/
DSkOpAngle.cpp1037 int testIndex = index >> 1; in setSpans() local
1038 double testT = testTs[testIndex]; in setSpans()
1040 testT = (testT + testTs[testIndex + 1]) / 2; in setSpans()

12