HomeSort by relevance Sort by last modified time
    Searched refs:testIndex (Results 1 - 25 of 35) sorted by null

1 2

  /external/autotest/frontend/client/src/autotest/tko/
SingleTestSet.java 6 private int testIndex;
9 public SingleTestSet(int testIndex) {
10 this.testIndex = testIndex;
13 public SingleTestSet(int testIndex, JSONObject initialCondition) {
14 this(testIndex);
25 return "test_idx = " + Integer.toString(testIndex);
30 return testIndex;
TkoSpreadsheetUtils.java 17 return new SingleTestSet(cellInfo.testIndex, condition);
SpreadsheetDataProcessor.java 145 cellInfo.testIndex = (int) group.get("test_idx").isNumber().doubleValue();
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
BulletTestCollection.java 45 protected int testIndex = 0;
61 tests[testIndex].render();
62 fpsLabel.setText(tests[testIndex].performance);
70 tests[testIndex].create();
73 cameraController = new CameraInputController(tests[testIndex].camera);
84 hud.addActor(titleLabel = new Label(tests[testIndex].getClass().getSimpleName(), new Label.LabelStyle(font, Color.WHITE)));
89 instructLabel.setText(tests[testIndex].instructions);
99 tests[testIndex].dispose();
109 app.log("TestCollection", "disposing test '" + tests[testIndex].getClass().getName() + "'");
110 tests[testIndex].dispose()
    [all...]
Box2DTestCollection.java 53 private int testIndex = 0;
59 tests[testIndex].render();
66 Box2DTest test = tests[testIndex];
78 tests[testIndex].dispose();
83 tests[testIndex].keyDown(keycode);
90 tests[testIndex].keyTyped(character);
96 tests[testIndex].keyUp(keycode);
102 tests[testIndex].touchDown(x, y, pointer, button);
108 tests[testIndex].touchDragged(x, y, pointer);
114 tests[testIndex].touchUp(x, y, pointer, button);
    [all...]
  /external/skia/tests/
PathOpsQuadIntersectionTest.cpp 392 for (int testIndex = 0; testIndex < coincidentTestSetCount - 1; testIndex += 2) {
393 coincidentTestOne(reporter, testIndex, testIndex + 1);
FontHostTest.cpp 93 for (size_t testIndex = 0; testIndex < SK_ARRAY_COUNT(charsToGlyphs_TestData); ++testIndex) {
94 CharsToGlyphs_TestData& test = charsToGlyphs_TestData[testIndex];
PathOpsSkpClipTest.cpp 533 DEFINE_int32(testIndex, 0, "override local test index (PathOpsSkpClipOneOff only).");
972 const int testIndex = FLAGS_testIndex;
975 dirNo = skipOver[testIndex].directory;
979 skp = skipOver[testIndex].filename;
    [all...]
PathTest.cpp     [all...]
SkpSkGrTest.cpp 747 int testIndex = 166;
748 int dirIndex = skipOverSkGr[testIndex - 166].directory;
753 SkString filename(skipOverSkGr[testIndex - 166].filename);
  /external/testng/src/main/java/org/testng/reporters/
EmailableReporter2.java 135 int testIndex = 0;
148 if ((testIndex % 2) == 1) {
154 writeTableData(buffer.append("<a href=\"#t").append(testIndex)
174 testIndex++;
179 if (testIndex > 1) {
209 int testIndex = 0;
218 writer.print(testIndex);
244 testIndex++;
EmailableReporter.java 84 int testIndex = 1;
93 m_testIndex = testIndex;
104 testIndex++;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
IntRangeManager.java 363 for (int testIndex = startIndex+1; testIndex < len; testIndex++) {
364 IntRange testRange = mRanges.get(testIndex);
368 endIndex = testIndex;
  /external/apache-xml/src/main/java/org/apache/xpath/
NodeSet.java 563 * @param testIndex index.
571 private boolean addNodesInDocOrder(int start, int end, int testIndex,
580 Node node = nodelist.item(testIndex);
597 testIndex--;
599 if (testIndex > 0)
601 boolean foundPrev = addNodesInDocOrder(0, i, testIndex, nodelist,
606 addNodesInDocOrder(i, size() - 1, testIndex, nodelist, support);
    [all...]
  /external/skia/src/gpu/vk/
GrVkCommandBuffer.cpp 310 uint32_t testIndex;
311 SkAssertResult(fActiveRenderPass->colorAttachmentIndex(&testIndex));
312 SkASSERT(testIndex == attachments[i].colorAttachment);
  /external/guava/guava-gwt/test/com/google/common/collect/
MultimapsTest_gwt.java 76 public void testIndex() throws Exception {
78 testCase.testIndex();
  /external/opencv3/modules/calib3d/test/
test_solvepnp_ransac.cpp 174 for (int testIndex = 0; testIndex < totalTestsCount; testIndex++)
  /external/jsoncpp/src/test_lib_json/
jsontest.cpp 306 bool Runner::testIndex(const std::string& testName,
339 if (testIndex(argv[index], testNameIndex)) {
jsontest.h 171 bool testIndex(const std::string& testName, unsigned int& index) const;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/
PhotoCaptureActivity.java 302 int testIndex = requestCode - FOV_REQUEST_CODE;
303 SelectableResolution res = mSupportedResolutions.get(testIndex);
  /external/autotest/frontend/client/src/autotest/common/spreadsheet/
Spreadsheet.java 88 public int testIndex;
582 testIndices.add(cellInfo.testIndex);
  /external/skia/src/pathops/
SkOpAngle.cpp     [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
util_test.py 226 def testIndex(self):
  /external/antlr/antlr-3.4/runtime/Python/unittests/
teststreams.py 20 def testIndex(self):
  /external/antlr/antlr-3.4/runtime/Ruby/test/unit/
test-streams.rb 426 def testIndex(self) | 020 | [x]

Completed in 2158 milliseconds

1 2