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

1 2

  /cts/tests/tests/widget/src/android/widget/cts/
PositionTesterContextMenuListener.java 30 // Fake constant to store in testType a test type specific to headers and footers
32 private int testType; // as returned by getPackedPositionType
39 testType = ExpandableListView.PACKED_POSITION_TYPE_GROUP;
45 testType = ExpandableListView.PACKED_POSITION_TYPE_CHILD;
50 testType = ADAPTER_TYPE;
55 if (testType == ADAPTER_TYPE) {
74 if (!areEqual("Wrong packed position type", testType, packedPositionType)) {
83 if (testType == ExpandableListView.PACKED_POSITION_TYPE_CHILD) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
AndroidJUnitPropertyTester.java 113 IType testType = null;
115 testType = (((ICompilationUnit) element)).findPrimaryType();
117 testType = (((IClassFile) element)).getType();
119 testType = (IType) element;
121 testType = ((IMember) element).getDeclaringType();
123 if (testType != null && testType.exists()) {
124 return TestSearchEngine.isTestOrTestSuite(testType);
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
InetAddressThreadTest.java 44 private int testType;
62 testType = type;
75 if (someoneDone[testType]) {
94 threadedTestErrorString = (testType == 0 ? "gethostbyname"
104 threadedTestErrorString = (testType == 0 ? "gethostbyname"
113 someoneDone[testType] = true;
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
builders.js 39 Object.keys(master.tests).forEach(function(testType) {
40 if (builders.testTypeUploadsToFlakinessDashboardServer(testType))
41 testTypes[testType] = true;
54 builders.testTypeUploadsToFlakinessDashboardServer = function(testType)
60 return !testType.match(/_only|_ignore|_perf$/) && !testType.match(/^memory test:|install_/) && testType != 'Run tests';
66 builders.getBuilderGroup = function(groupName, testType)
69 currentBuilderGroup = builders.loadBuildersList(groupName, testType);
85 builders._builderFilter = function(groupName, masterName, testType)
    [all...]
overview.js 37 history.reloadRequiringParameters = history.reloadRequiringParameters.filter(function(item) { return item != 'testType'; });
46 historyInstance.crossDashboardState.testType = builders.testTypes[overview._testTypeIndex++];
48 $('content').innerHTML = (overview._testTypeIndex - 1) + '/' + builders.testTypes.length + ' loaded. Loading ' + historyInstance.crossDashboardState.testType + '...';
53 overview._resultsByTestType[historyInstance.crossDashboardState.testType] = g_resultsByBuilder;
60 allTestTypes.forEach(function(testType) {
61 flakyData[testType] = {
67 var resultsByBuilder = resultsByTestType[testType];
70 flakyData[testType].testCount = Math.max(totalTestCount, flakyData[testType].testCount);
80 flakyData[testType].flaky[test] = true
    [all...]
dashboard_base.js 34 builders.groupNamesForTestType(g_history.crossDashboardState.testType)[0];
39 return builders.getBuilderGroup(currentBuilderGroupName(), g_history.crossDashboardState.testType);
51 // calls fetchResults(groupName, testType, builder, callback) or whatever.
history.js 37 testType: 'layout-tests',
96 if (!paramsMap.group && (!paramsMap.testType || paramsMap.testType == 'layout-tests'))
141 history.reloadRequiringParameters = ['showAllRuns', 'group', 'testType'];
144 'testType': 'group'
155 return this.crossDashboardState.testType == 'layout-tests';
159 return this.crossDashboardState.testType == 'gpu_tests';
229 case 'testType':
flakiness_dashboard_unittests.js 85 historyInstance.crossDashboardState.testType = 'ash_unittests';
93 historyInstance.crossDashboardState.testType = 'layout-tests';
350 historyInstance.crossDashboardState.testType = originalTestType;
352 historyInstance.invalidateQueryParameters({'testType': 'ui_tests'});
391 historyInstance.crossDashboardState.testType = 'not layout tests';
  /libcore/support/src/test/java/tests/support/
Support_TestWebData.java 92 testType = type;
106 testType = type;
152 public String testType;
Support_TestWebServer.java 765 + Support_TestWebData.test0Params.testType);
787 psPrint(ps, "Content-type: " + Support_TestWebData.testParams[testNum].testType);
  /frameworks/base/tests/CoreTests/android/core/
TestWebData.java 113 testType = type;
127 public String testType;
  /frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/
AsmGeneratorTest.java 269 assertTrue(testType(Type.getType(desc)));
284 assertTrue(testType(Type.getType(desc)));
291 assertTrue(testType((Type)cst));
306 assertTrue(testType(Type.getType(desc)));
313 private boolean testType(Type type) {
323 r &= testType(t);
325 return r & testType(type.getReturnType());
  /external/chromium_org/third_party/icu/source/test/intltest/
dadrfmt.cpp 311 char testType[256];
326 testSetting.extract(0, testSetting.length(), testType, "");
332 if (!strcmp(testType, "date_format")) {
334 } else if (!strcmp(testType, "date_parse")) {
337 errln("Unknown type: %s", testType);
dadrcal.cpp 452 char testType[256];
467 testSetting.extract(0, testSetting.length(), testType, "");
473 if (!strcmp(testType, "convert_fwd")) {
475 } else if (!strcmp(testType, "convert_rev")) {
477 } else if (!strcmp(testType, "ops")) {
480 errln("Unknown type: %s", testType);
  /cts/tools/cts-xml-generator/src/com/android/cts/xmlgenerator/
CtsXmlGenerator.java 50 String testType = null;
61 testType = getArg(args, ++i, "Missing value for test type");
106 name, runner, instrumentation, targetNameSpace, jarPath, testType, outputPath);
XmlGenerator.java 77 String jarPath, String testType, String outputPath) {
85 mTestType = testType;
129 writer.append(" testType=\"").append(mTestType).append("\"");
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
Wap230WspContentTypeTest.java 265 String testType = "application/wibble";
267 out.write(testType.getBytes("US-ASCII"));
273 assertEquals(testType, mimeType);
280 String testType = "12345678901234567890123456789";
282 out.write(testType.length() + 1);
283 out.write(testType.getBytes("US-ASCII"));
290 assertEquals(testType, mimeType);
445 String testType = "application/wibble";
449 out.write(testType.length() + 1); // Length as UINTVAR
451 out.write(testType.getBytes("US-ASCII"))
    [all...]
  /external/icu4c/test/intltest/
dadrfmt.cpp 330 char testType[256];
345 testSetting.extract(0, testSetting.length(), testType, "");
351 if (!strcmp(testType, "date_format")) {
353 } else if (!strcmp(testType, "date_parse")) {
356 errln("Unknown type: %s", testType);
dadrcal.cpp 452 char testType[256];
467 testSetting.extract(0, testSetting.length(), testType, "");
473 if (!strcmp(testType, "convert_fwd")) {
475 } else if (!strcmp(testType, "convert_rev")) {
477 } else if (!strcmp(testType, "ops")) {
480 errln("Unknown type: %s", testType);
  /external/chromium_org/chrome/test/base/
js2gtest.js 47 var testType = arguments[4];
50 * C++ gtest macro to use for TEST_F depending on |testType|.
71 * |testType| === 'browser' to send an injection message before the page loads,
72 * but is not required or supported for |testType| === 'unit'.
83 // Output some C++ headers based upon the |testType|.
88 if (testType === 'unit') {
153 var isAsyncParam = testType === 'unit' ? '' :
  /cts/tests/tests/nativeopengl/standalone/jni/tests/
EGLCleanup_test.cpp 72 enum TestType {
77 ChainedThread(TestType testType) : mEglDisplay(EGL_NO_DISPLAY),
79 mTestType(testType), mIteration(0), mResult(true) {
118 TestType mTestType;
  /external/clang/test/Misc/
ast-dump-decl.cpp 339 template<typename> class testType { };
340 template class testType<int>;
341 // CHECK: ClassTemplateSpecializationDecl{{.*}} class testType
  /cts/tools/utils/
CollectAllTests.java 100 final TestType testType = TestType.getTestType(androidMakeFile);
137 if (testType.type == TestType.HOST_SIDE_ONLY) {
139 setAttribute(testPackageElem, ATTRIBUTE_JAR_PATH, testType.jarPath);
142 if (testType.type == TestType.VM_HOST_TEST) {
144 setAttribute(testPackageElem, ATTRIBUTE_JAR_PATH, testType.jarPath);
256 private static class TestType {
    [all...]
  /external/chromium_org/tools/perf/page_sets/mse_cases/
startup_test.js 27 testParams.testType = queryParameters["testType"] || "AV";
140 var testTypeElement = document.getElementById("testType");
143 if (option.value == testParams.testType) {
443 if (testParams.testType.indexOf("A") != -1) {
447 if (testParams.testType.indexOf("V") != -1) {
463 var id = testParams.testType;
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
TestPackageDef.java 17 package com.android.cts.tradefed.testtype;
22 import com.android.tradefed.testtype.IRemoteTest;
23 import com.android.tradefed.testtype.InstrumentationTest;
50 "com.android.cts.tradefed.testtype.AccessibilityTestRunner";
52 "com.android.cts.tradefed.testtype.AccessibilityServiceTestRunner";
54 "com.android.cts.tradefed.testtype.DisplayTestRunner";
128 void setTestType(String testType) {
129 mTestType = testType;

Completed in 850 milliseconds

1 2