Searched refs:testType (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
H A Ddashboard_base.js34 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.
H A Dbuilders.js39 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...]
H A Doverview.js37 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]
[all...]
H A Dhistory.js37 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':
H A Dflakiness_dashboard_unittests.js85 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';
H A Dloader.js39 '&testtype=' + g_history.crossDashboardState.testType + '&name=';
114 builders.loadBuildersList(currentBuilderGroupName(), this._history.crossDashboardState.testType);
H A Dui.js132 var html = ui.html.select('Test type', 'testType', builders.testTypes);
140 html += ui.html.select('Group', 'group', builders.groupNamesForTestType(g_history.crossDashboardState.testType));
H A Dflakiness_dashboard.js198 'testType': 'builder',
503 return '/steps/' + g_history.crossDashboardState.testType + '/logs/' + testName.split('.')[1]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
H A DInetAddressThreadTest.java44 private int testType; field in class:InetAddressThreadTest.threadsafeTestThread
62 testType = type;
75 if (someoneDone[testType]) {
94 threadedTestErrorString = (testType == 0 ? "gethostbyname"
104 threadedTestErrorString = (testType == 0 ? "gethostbyname"
113 someoneDone[testType] = true;
/external/chromium_org/chrome/test/base/
H A Djs2gtest.js47 var testType = arguments[4]; variable
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' ? '' :
/external/chromium_org/third_party/icu/source/test/intltest/
H A Ddadrfmt.cpp311 char testType[256]; local
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);
H A Ddadrcal.cpp452 char testType[256]; local
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/icu4c/test/intltest/
H A Ddadrfmt.cpp330 char testType[256]; local
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);
H A Ddadrcal.cpp452 char testType[256]; local
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/clang/test/Misc/
H A Dast-dump-decl.cpp339 template<typename> class testType { }; class in namespace:TestTemplateArgument
340 template class testType<int>;
341 // CHECK: ClassTemplateSpecializationDecl{{.*}} class testType
/external/chromium_org/tools/perf/page_sets/mse_cases/
H A Dstartup_test.js27 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;
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
H A DCompiler.java746 int testType = getOp(opPos + 3);
748 // System.out.println("testType: "+testType);
749 switch (testType)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 893 milliseconds