Searched refs:docNames (Results 1 – 3 of 3) sorted by relevance
48 String[] docNames = docs.getElementNames() ; in _getFormDocuments() local49 if (docNames != null) { in _getFormDocuments()50 log.println("Totally " + docNames.length + " documents :") ; in _getFormDocuments()51 for (int i = 0; i < docNames.length; i++) in _getFormDocuments()52 log.println(" " + docNames[i]) ; in _getFormDocuments()55 tRes.tested("getFormDocuments()", docNames != null) ; in _getFormDocuments()
54 String[] docNames = docs.getElementNames() ; in _getQueryDefinitions() local55 if (docNames != null) { in _getQueryDefinitions()56 log.println("Totally " + docNames.length + " queries :") ; in _getQueryDefinitions()57 for (int i = 0; i < docNames.length; i++) in _getQueryDefinitions()58 log.println(" " + docNames[i]) ; in _getQueryDefinitions()61 tRes.tested("getQueryDefinitions()", docNames != null) ; in _getQueryDefinitions()
48 String[] docNames = docs.getElementNames() ; in _getReportDocuments() local49 if (docNames != null) { in _getReportDocuments()50 log.println("Totally " + docNames.length + " documents :") ; in _getReportDocuments()51 for (int i = 0; i < docNames.length; i++) in _getReportDocuments()52 log.println(" " + docNames[i]) ; in _getReportDocuments()55 tRes.tested("getReportDocuments()", docNames != null) ; in _getReportDocuments()
Completed in 13 milliseconds