Searched defs:row (Results 1 – 9 of 9) sorted by relevance
120 private static void assertUtc(String[] row) { in assertUtc()123 assertEquals(Arrays.toString(row), "UTC", row[2]); in assertUtc() local124 assertEquals(Arrays.toString(row), "UTC", row[4]); in assertUtc() local
13 protected int row = -1; field in XmlPullParserException
51 String row[] = (String[]) res.rows.elementAt(0); in testSet_resultString() local64 String row[] = (String[]) res.rows.elementAt(0); in testSet_resultInt() local77 String row[] = (String[]) res.rows.elementAt(0); in testSet_resultDouble() local122 String row[] = (String[]) res.rows.elementAt(0); in testSet_resultByteArray() local160 String row[] = (String[]) res.rows.elementAt(0); in testSet_result_zeroblob() local
199 String row[] = (String[]) res.rows.elementAt(0); in testExecStringCallback() local482 String row[] = (String[]) res.rows.elementAt(0); in testGet_tableString() local565 String row[] = (String[]) res.rows.elementAt(0); in testCreate_function() local626 String row[] = (String[]) res.rows.elementAt(0); in testFunction_type() local
104 int row = 0, col = 0; field in Charset_TestGenerator.CodesGenerator190 int row = 0, col = 0; field in Charset_TestGenerator.Dumper
297 int row = 0, col = 0; field in OldCharset_AbstractTest.CodesGenerator
136 TimeZoneNames row; in TimeZones_getZoneStringsImpl() local185 TimeZoneNames& row(table[i]); in TimeZones_getZoneStringsImpl() local
112 String[] row = zoneStrings[index]; in getDisplayName() local
157 public boolean absolute(int row) throws SQLException; in absolute()