Home
last modified time | relevance | path

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

12

/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
DBulletTestCollection.java45 protected int testIndex = 0; field in BulletTestCollection
61 tests[testIndex].render(); in render()
62 fpsLabel.setText(tests[testIndex].performance); in render()
70 tests[testIndex].create(); in create()
73 cameraController = new CameraInputController(tests[testIndex].camera); in create()
84 …hud.addActor(titleLabel = new Label(tests[testIndex].getClass().getSimpleName(), new Label.LabelSt… in create()
89 instructLabel.setText(tests[testIndex].instructions); in create()
99 tests[testIndex].dispose(); in dispose()
109 app.log("TestCollection", "disposing test '" + tests[testIndex].getClass().getName() + "'"); in loadnext()
110 tests[testIndex].dispose(); in loadnext()
[all …]
DBox2DTestCollection.java53 private int testIndex = 0; field in Box2DTestCollection
59 tests[testIndex].render(); in render()
66 Box2DTest test = tests[testIndex]; in create()
78 tests[testIndex].dispose(); in dispose()
83 tests[testIndex].keyDown(keycode); in keyDown()
90 tests[testIndex].keyTyped(character); in keyTyped()
96 tests[testIndex].keyUp(keycode); in keyUp()
102 tests[testIndex].touchDown(x, y, pointer, button); in touchDown()
108 tests[testIndex].touchDragged(x, y, pointer); in touchDragged()
114 tests[testIndex].touchUp(x, y, pointer, button); in touchUp()
[all …]
/external/autotest/frontend/client/src/autotest/tko/
DSingleTestSet.java6 private int testIndex; field in SingleTestSet
9 public SingleTestSet(int testIndex) { in SingleTestSet() argument
10 this.testIndex = testIndex; in SingleTestSet()
13 public SingleTestSet(int testIndex, JSONObject initialCondition) { in SingleTestSet() argument
14 this(testIndex); in SingleTestSet()
25 return "test_idx = " + Integer.toString(testIndex); in getPartialSqlCondition()
30 return testIndex; in getTestIndex()
DTkoSpreadsheetUtils.java17 return new SingleTestSet(cellInfo.testIndex, condition); in getTestSet()
DSpreadsheetDataProcessor.java145 cellInfo.testIndex = (int) group.get("test_idx").isNumber().doubleValue(); in processRow()
/external/skia/tests/
DPathOpsQuadIntersectionTest.cpp392 for (int testIndex = 0; testIndex < coincidentTestSetCount - 1; testIndex += 2) { in coincidentTest() local
393 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.cpp1888 for (size_t testIndex = 0; testIndex < testCount; ++testIndex) { in test_isRect() local
1890 path.moveTo(tests[testIndex].fPoints[0].fX, tests[testIndex].fPoints[0].fY); in test_isRect()
1891 for (index = 1; index < tests[testIndex].fPointCount; ++index) { in test_isRect()
1892 path.lineTo(tests[testIndex].fPoints[index].fX, tests[testIndex].fPoints[index].fY); in test_isRect()
1894 if (tests[testIndex].fClose) { in test_isRect()
1897 REPORTER_ASSERT(reporter, tests[testIndex].fIsRect == path.isRect(nullptr)); in test_isRect()
1899 if (tests[testIndex].fIsRect) { in test_isRect()
1904 expected.set(tests[testIndex].fPoints, tests[testIndex].fPointCount); in test_isRect()
1908 REPORTER_ASSERT(reporter, isClosed == tests[testIndex].fClose); in test_isRect()
2048 for (size_t testIndex = 0; testIndex < testCount; ++testIndex) { in test_isNestedFillRects() local
[all …]
DPathOpsSkpClipTest.cpp533 DEFINE_int32(testIndex, 0, "override local test index (PathOpsSkpClipOneOff only).");
972 const int testIndex = FLAGS_testIndex; in DEF_TEST() local
975 dirNo = skipOver[testIndex].directory; in DEF_TEST()
979 skp = skipOver[testIndex].filename; in DEF_TEST()
DSkpSkGrTest.cpp747 int testIndex = 166; in DEF_TEST() local
748 int dirIndex = skipOverSkGr[testIndex - 166].directory; in DEF_TEST()
753 SkString filename(skipOverSkGr[testIndex - 166].filename); in DEF_TEST()
/external/testng/src/main/java/org/testng/reporters/
DEmailableReporter2.java135 int testIndex = 0; in writeSuiteSummary() local
148 if ((testIndex % 2) == 1) { in writeSuiteSummary()
154 writeTableData(buffer.append("<a href=\"#t").append(testIndex) in writeSuiteSummary()
174 testIndex++; in writeSuiteSummary()
179 if (testIndex > 1) { in writeSuiteSummary()
209 int testIndex = 0; in writeScenarioSummary() local
218 writer.print(testIndex); in writeScenarioSummary()
244 testIndex++; in writeScenarioSummary()
DEmailableReporter.java84 int testIndex = 1; in generateMethodSummaryReport() local
93 m_testIndex = testIndex; in generateMethodSummaryReport()
104 testIndex++; in generateMethodSummaryReport()
/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/skia/src/gpu/vk/
DGrVkCommandBuffer.cpp310 uint32_t testIndex; in clearAttachments() local
311 SkAssertResult(fActiveRenderPass->colorAttachmentIndex(&testIndex)); in clearAttachments()
312 SkASSERT(testIndex == attachments[i].colorAttachment); in clearAttachments()
/external/opencv3/modules/calib3d/test/
Dtest_solvepnp_ransac.cpp174 for (int testIndex = 0; testIndex < totalTestsCount; testIndex++) in run() local
/external/guava/guava-gwt/test/com/google/common/collect/
DMultimapsTest_gwt.java76 public void testIndex() throws Exception { in testIndex() method in MultimapsTest_gwt
78 testCase.testIndex(); in testIndex()
/external/jsoncpp/src/test_lib_json/
Djsontest.cpp306 bool Runner::testIndex(const std::string& testName, in testIndex() function in JsonTest::Runner
339 if (testIndex(argv[index], testNameIndex)) { in runCommandLine()
Djsontest.h171 bool testIndex(const std::string& testName, unsigned int& index) const;
/external/autotest/frontend/client/src/autotest/common/spreadsheet/
DSpreadsheet.java88 public int testIndex; field in Spreadsheet.CellInfo
582 testIndices.add(cellInfo.testIndex); in getAllTestIndices()
/external/skia/src/pathops/
DSkOpAngle.cpp951 int testIndex = index >> 1; in setSpans() local
952 double testT = testTs[testIndex]; in setSpans()
954 testT = (testT + testTs[testIndex + 1]) / 2; in setSpans()
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
Dutil_test.py226 def testIndex(self): member in ParseAcceptHeaderTest
/external/antlr/antlr-3.4/runtime/Ruby/test/unit/
Dtest-streams.rb426 def testIndex(self) | 020 | [x]
/external/antlr/antlr-3.4/runtime/Python/unittests/
Dteststreams.py20 def testIndex(self): member in TestStringStream
/external/guava/guava-tests/test/com/google/common/collect/
DFluentIterableTest.java608 public void testIndex() { in testIndex() method in FluentIterableTest
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
DMultimapsTest.java614 public void testIndex() { in testIndex() method in MultimapsTest

12