Searched refs:datas (Results 1 - 1 of 1) sorted by relevance

/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
H A DTestCertUtils.java702 private static final String datas[][] = { field in class:TestCertUtils.UniGen
727 startRow = startRow % datas.length;
728 for (int i = startRow; i < datas.length; i++) {
729 if (datas[i][col] != null) {
730 return datas[i][col];
734 for (int i = 0; i < datas.length; i++) {
735 if (datas[i][col] != null) {
736 return datas[i][col];
804 if (inc(counts, datas.length)) {
805 // if this happened, then just add some data into 'datas'
[all...]

Completed in 50 milliseconds