HomeSort by relevance Sort by last modified time
    Searched refs:resultXml (Results 1 - 4 of 4) sorted by null

  /cts/tools/utils/
rerun.py 50 def getFailedCases(resultXml):
52 doc = minidom.parse(resultXml)
69 resultXml = os.path.abspath(argv[2])
75 failedCases = getFailedCases(resultXml)
  /external/xmlrpcpp/src/
XmlRpcServerConnection.h 70 void generateResponse(std::string const& resultXml);
XmlRpcServerConnection.cpp 322 XmlRpcServerConnection::generateResponse(std::string const& resultXml)
330 std::string body = RESPONSE_1 + resultXml + RESPONSE_2;
  /tools/tradefederation/core/prod-tests/src/com/android/performance/tests/
GLBenchmarkTest.java 210 * @param resultXml GLBenchmark result XML {@link File}
213 private Map<String, String> parseResultXml(File resultXml) {
219 doc = dBuilder.parse(resultXml);

Completed in 73 milliseconds