Searched refs:firstN (Results 1 – 3 of 3) sorted by relevance
63 QueryController.firstN<Row>(10000, rawQueryResultIter(rawResult));76 private static firstN<T>(n: number, iter: IterableIterator<T>): T[] { method in QueryController
524 private static void runBinomialTest(int firstN, int lastN) {525 for (int n = firstN; n <= lastN; n++) {