Searched defs:resultMap (Results 1 - 5 of 5) sorted by relevance

/external/testng/src/main/java/org/testng/reporters/
H A DXMLSuiteResultWriter.java79 private void addAllTestResults(Set<ITestResult> testResults, IResultMap resultMap) { argument
80 if (resultMap != null) {
83 allResults.addAll(resultMap.getAllResults());
/external/clang/tools/arcmt-test/
H A Darcmt-test.cpp227 std::map<StringRef, StringRef> resultMap; local
237 resultMap[sys::path::stem(fname)] = fname;
268 It = resultMap.find(sys::path::filename(inputOrigFname));
269 if (It == resultMap.end()) {
290 resultMap.erase(It);
293 if (!resultMap.empty()) {
295 I = resultMap.begin(), E = resultMap.end(); I != E; ++I)
/external/deqp/executor/tools/
H A DxeBatchResultToXml.cpp283 static void writeTestCaseListNode (const xe::TestNode* testNode, const ShortTestResultMap& resultMap, xe::xml::Writer& dst) argument
299 writeTestCaseListNode(group->getChild(childNdx), resultMap, dst);
308 ShortTestResultMap::const_iterator resultPos = resultMap.find(testCase);
309 const xe::TestCaseResultHeader* result = resultPos != resultMap.end() ? resultPos->second : DE_NULL;
322 static void writeTestCaseList (const xe::TestRoot& root, const ShortTestResultMap& resultMap, xe::xml::Writer& dst) argument
329 writeTestCaseListNode(root.getChild(childNdx), resultMap, dst);
338 ShortTestResultMap resultMap; local
361 resultMap.insert(std::make_pair(testCase, &(*result)));
375 writeTestCaseList(testRoot, resultMap, xmlWriter);
H A DxeTestLogCompare.cpp122 map<string, int> resultMap; member in struct:ShortBatchResult
169 m_result.resultMap[header.casePath] = caseNdx;
243 map<string, int>::const_iterator resultPos = batchResult.resultMap.find(casePath);
245 if (resultPos != batchResult.resultMap.end())
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 211 milliseconds