Home
last modified time | relevance | path

Searched refs:testResults (Results 1 – 18 of 18) sorted by relevance

/external/chromium_org/third_party/icu/source/test/cintltst/
Ducsdetst.c382 static const char *testResults[] = { in TestBufferOverflow() local
408 if (testResults[idx] != NULL) { in TestBufferOverflow()
417 … if (testResults[idx] == NULL || strcmp(ucsdet_getName(match, &status), testResults[idx]) != 0) { in TestBufferOverflow()
419 … ucsdet_getName(match, &status), testResults[idx], idx, ucsdet_getConfidence(match, &status)); in TestBufferOverflow()
/external/icu/icu4c/source/test/cintltst/
Ducsdetst.c382 static const char *testResults[] = { in TestBufferOverflow() local
408 if (testResults[idx] != NULL) { in TestBufferOverflow()
417 … if (testResults[idx] == NULL || strcmp(ucsdet_getName(match, &status), testResults[idx]) != 0) { in TestBufferOverflow()
419 … ucsdet_getName(match, &status), testResults[idx], idx, ucsdet_getConfidence(match, &status)); in TestBufferOverflow()
/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/
DScenarioResultsElement.java66 ResultsElement createChild(AbstractResults testResults) { in createChild() argument
67 return new ConfigResultsElement(testResults, this); in createChild()
DComponentResultsElement.java83 ResultsElement createChild(AbstractResults testResults) { in createChild() argument
90 return new ScenarioResultsElement(testResults, this); in createChild()
DPerformanceResultsElement.java38 ResultsElement createChild(AbstractResults testResults) { in createChild() argument
39 return new ComponentResultsElement(testResults, this); in createChild()
DDimResultsElement.java82 ResultsElement createChild(AbstractResults testResults) { in createChild() argument
DConfigResultsElement.java144 ResultsElement createChild(AbstractResults testResults) { in createChild() argument
145 return new BuildResultsElement(testResults, this); in createChild()
DBuildResultsElement.java161 ResultsElement createChild(AbstractResults testResults) { in createChild() argument
DResultsElement.java188 abstract ResultsElement createChild(AbstractResults testResults); in createChild() argument
/external/chromium_org/third_party/icu/source/test/letest/
Dtestdata.cpp631 TestResult testResults[] = variable
/external/icu/icu4c/source/test/letest/
Dtestdata.cpp631 TestResult testResults[] = variable
/external/chromium_org/tools/perf/metrics/
Dtimeline_unittest.py98 def testResults(self): member in ThreadTimesTimelineMetricUnittest
/external/chromium_org/tools/perf/measurements/
Dpage_cycler_unittest.py198 def testResults(self): member in PageCyclerUnitTest
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/properties/
DfeedPublish.uml2.properties60 …ownload.php?r=1&file=/modeling/mdt/uml2-uml/downloads/drops/%%version%%/%%buildID%%/testResults.php
DfeedPublish.emf.properties60 …/downloads/download.php?r=1&file=/tools/emf/downloads/drops/%%version%%/%%buildID%%/testResults.php
DfeedPublish.eclipse.properties60 JUnitTestURL=http://download.eclipse.org/eclipse/downloads/drops/%%buildID%%/testResults.php
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/templateFiles/
Dindex.html.template17 <br> To view the test results and compile logs for this build click <a href="testResults.php">here<…
/external/chromium_org/mojo/python/tests/
Dsystem_unittest.py30 def testResults(self): member in CoreTest