Home
last modified time | relevance | path

Searched refs:countDocs (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/ucb/qa/complex/tdoc/
H A DCheckContentProvider.java62 private final int countDocs = testDocuments.length; field in CheckContentProvider
100 xTextDoc = new XTextDocument[countDocs]; in before()
102 for (int i=0; i<countDocs; i++) { in before()
115 for (int i=0; i<countDocs; i++) { in after()
143 XContentIdentifier[] xContentId = new XContentIdentifier[countDocs+5]; in checkTDOCRoot()
144 XContent[] xCont = new XContent[countDocs+5]; in checkTDOCRoot()
146 for (int i=0; i<countDocs+5; i++) { in checkTDOCRoot()
H A DCheckTransientDocumentsContent.java52 private final int countDocs = testDocuments.length; field in CheckTransientDocumentsContent
62 xTextDoc = new XTextDocument[countDocs]; in before()
64 for (int i=0; i<countDocs; i++) { in before()
72 for (int i=0; i<countDocs; i++) { in after()
H A DCheckTransientDocumentsContentProvider.java57 private final int countDocs = testDocuments.length; field in CheckTransientDocumentsContentProvider
67 xTextDoc = new XTextDocument[countDocs]; in before()
69 for (int i=0; i<countDocs; i++) { in before()
77 for (int i=0; i<countDocs; i++) { in after()

Completed in 24 milliseconds