Searched refs:configName (Results 1 - 25 of 28) sorted by relevance

12

/external/skia/tools/
H A DPictureResultsWriter.h32 virtual void tileConfig(SkString configName) = 0;
62 virtual void tileConfig(SkString configName) { argument
64 fWriters[i]->tileConfig(configName);
115 virtual void tileConfig(SkString configName) { argument
116 currentLine = configName;
191 virtual void tileConfig(SkString configName) { argument
193 fCurrentTileSet = SkFindNamedNode(fCurrentBench, configName.c_str());
H A DPictureRenderer.h219 void setDrawFilters(DrawFilterFlags const * const filters, const SkString& configName) { argument
221 fDrawFiltersConfig = configName;
/external/chromium_org/third_party/skia/tools/timer/
H A DTimerData.h67 const char* configName,
H A DTimerData.cpp40 const char *configName,
120 str.printf(" %4s:", configName);
38 getResult(const char* doubleFormat, Result result, const char *configName, uint32_t timerFlags, int itersPerTiming) argument
/external/skia/tools/timer/
H A DTimerData.h67 const char* configName,
H A DTimerData.cpp40 const char *configName,
120 str.printf(" %4s:", configName);
38 getResult(const char* doubleFormat, Result result, const char *configName, uint32_t timerFlags, int itersPerTiming) argument
/external/deqp/executor/tools/
H A DxeMergeTestLogs.cpp80 if (!info.configName.empty()) combinedInfo.configName = info.configName;
90 if (combinedInfo.configName.empty()) combinedInfo.configName = info.configName;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
H A DFingerPrint.java109 String configName = configNames[c];
110 List scenarios = performanceResults.getComponentSummaryScenarios(this.component, configName);
120 ConfigResults configResults = scenarioResults.getConfigResults(configName);
137 configName + "/" + scenarioResults.getFileName() + ".html",
148 String fileName = filePrefix + '.' + configName ;
168 this.stream.print(configName);
H A DScenarioData.java169 final String configName = configNames[i];
177 if (printStream != null) printStream.print(" + "+configName);
178 final File outputDir = new File(this.rootDir, configName);
194 printSummary(configName, configBox, componentResults, outputDir, subMonitor);
198 // printSummary(configName, configBox, componentResults, outputDir, monitor);
199 printDetails(configName, configBoxes[i], componentResults, outputDir);
214 void printSummary(String configName, String configBox, ComponentResults componentResults, File outputDir, SubMonitor subMonitor) { argument
219 ConfigResults configResults = scenarioResults.getConfigResults(configName);
403 private void printDetails(String configName, String configBox, ComponentResults componentResults, File outputDir) { argument
407 ConfigResults configResults = scenarioResults.getConfigResults(configName);
[all...]
/external/deqp/executor/
H A DxeBatchResult.hpp48 std::string configName; member in class:xe::SessionInfo
H A DxeTestLogParser.cpp100 else if (deStringEqual(attribute, "configName"))
101 m_sessionInfo.configName = value;
H A DxeTestLogWriter.cpp78 if (!info.configName.empty())
79 stream << "#sessionInfo configName " << ContainerValue(info.configName) << "\n";
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
H A DConfigTab.java77 String configBox, configName; field in class:ConfigTab
94 this.configName = name;
170 componentsView.select(ConfigTab.this.results, ConfigTab.this.configName, (String) ConfigTab.this.firstLine.get(cellPosition.x), tabTable.getItem(cellPosition.y).getText());
319 List differences = this.results.getConfigNumbers(this.configName, fingerprints);
451 configResultsElement = (ConfigResultsElement) scenarioResultsElement.getResultsElement(this.configName);
503 ConfigResultsElement configResultsElement = (ConfigResultsElement) scenarioResultsElement.getResultsElement(this.configName);
H A DComponentsView.java410 public void select(ComponentResultsElement componentResults, String configName, String scenarioName, String buildName) { argument
424 ConfigResultsElement configResultsElement = (ConfigResultsElement) scenarioResultsElement.getResultsElement(configName);
H A DComponentResultsView.java447 if (!configResultsElement.getName().equals(configTab.configName)) {
450 if (this.tabs[i].configName.equals(configResultsElement.getName())) {
/external/chromium_org/third_party/skia/gm/
H A Dgmmain.cpp210 * Assemble shortNamePlusConfig from (surprise!) shortName and configName.
213 * For example, shortName "selftest1" and configName "8888" could be assembled into
216 SkString make_shortname_plus_config(const char *shortName, const char *configName) { argument
218 if (0 == strlen(configName)) {
221 name.appendf("%s%c%s", configName, SkPATH_SEPARATOR, shortName);
223 name.appendf("%s_%s", shortName, configName);
233 const char *configName,
236 SkString filename = make_shortname_plus_config(shortName, configName);
248 const char *configName,
262 return make_filename(path, shortName, configName, renderModeDescripto
231 make_filename(const char *path, const char *shortName, const char *configName, const char *renderModeDescriptor, const char *suffix) argument
246 make_bitmap_filename(const char *path, const char *shortName, const char *configName, const char *renderModeDescriptor, const GmResultDigest &bitmapDigest) argument
805 compare_to_expectations(Expectations expectations, const BitmapAndDigest& actualBitmapAndDigest, const char *shortName, const char *configName, const char *renderModeDescriptor, bool addToJsonSummary) argument
925 compare_test_results_to_stored_expectations( GM* gm, const ConfigData& gRec, const char* configName, const BitmapAndDigest* actualBitmapAndDigest) argument
990 compare_test_results_to_reference_bitmap( const char *shortName, const char *configName, const char *renderModeDescriptor, SkBitmap& actualBitmap, const SkBitmap* referenceBitmap) argument
[all...]
/external/skia/gm/
H A Dgmmain.cpp209 * Assemble shortNamePlusConfig from (surprise!) shortName and configName.
212 * For example, shortName "selftest1" and configName "8888" could be assembled into
215 SkString make_shortname_plus_config(const char *shortName, const char *configName) { argument
217 if (0 == strlen(configName)) {
220 name.appendf("%s%c%s", configName, SkPATH_SEPARATOR, shortName);
222 name.appendf("%s_%s", shortName, configName);
232 const char *configName,
235 SkString filename = make_shortname_plus_config(shortName, configName);
247 const char *configName,
261 return make_filename(path, shortName, configName, renderModeDescripto
230 make_filename(const char *path, const char *shortName, const char *configName, const char *renderModeDescriptor, const char *suffix) argument
245 make_bitmap_filename(const char *path, const char *shortName, const char *configName, const char *renderModeDescriptor, const GmResultDigest &bitmapDigest) argument
804 compare_to_expectations(Expectations expectations, const BitmapAndDigest& actualBitmapAndDigest, const char *shortName, const char *configName, const char *renderModeDescriptor, bool addToJsonSummary) argument
924 compare_test_results_to_stored_expectations( GM* gm, const ConfigData& gRec, const char* configName, const BitmapAndDigest* actualBitmapAndDigest) argument
989 compare_test_results_to_reference_bitmap( const char *shortName, const char *configName, const char *renderModeDescriptor, SkBitmap& actualBitmap, const SkBitmap* referenceBitmap) argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/model/
H A DComponentResultsElement.java96 * @param configName The name of the configuration to get numbers
100 public List getConfigNumbers(String configName, boolean fingerprints) { argument
102 return ((ComponentResults)this.results).getConfigNumbers(configName, fingerprints, new ArrayList());
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
H A DComponentResults.java88 * @param configName The name of the configuration to get numbers
101 public List getConfigNumbers(String configName, boolean fingerprints, List differences) { argument
132 ConfigResults configResults = scenarioResults.getConfigResults(configName);
167 // appendDifferences(lastBuildName, configName, previousMilestoneName, differences, fingerprints);
168 // appendDifferences(lastBuildName, configName, previousBuildName, differences, fingerprints);
/external/chromium_org/third_party/skia/tools/
H A DPictureRenderer.h223 void setDrawFilters(DrawFilterFlags const * const filters, const SkString& configName) { argument
225 fDrawFiltersConfig = configName;
/external/deqp/scripts/
H A Dmake_release.py299 def getReleaseFileName (configName, releaseName):
301 return "dEQP-%s-%04d-%02d-%02d-%s" % (releaseName, today.year, today.month, today.day, configName)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.security_1.0.200.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.test.performance_3.6.0.v20091014.jarMETA-INF/MANIFEST.MF plugin.properties about.html scripts/cs.sh scripts/derby. ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
H A Dperformanceui.jarMETA-INF/MANIFEST.MF .project about.html plugin.xml build.properties images/FAIL ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
H A Dpdebuild.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/build/ ...

Completed in 7255 milliseconds

12