Home
last modified time | relevance | path

Searched refs:label (Results 1 – 6 of 6) sorted by relevance

/libcore/luni/src/test/java/libcore/java/sql/
DOldResultSetMetaDataTest.java123 String label = rsmd.getColumnLabel(i + 1); in testGetColumnLabel() local
124 assertTrue("expected "+labels[i] + "got "+label,labels[i].contains(label)); in testGetColumnLabel()
131 String label = rsmd.getColumnLabel(0); in testGetColumnLabel() local
138 String label = rsmd.getColumnLabel(5); in testGetColumnLabel() local
158 String label = rsmd.getColumnName(0); in testGetColumnName() local
165 String label = rsmd.getColumnName(5); in testGetColumnName() local
/libcore/ojluni/src/main/java/javax/sql/
DRowSetMetaData.java154 void setColumnLabel(int columnIndex, String label) throws SQLException; in setColumnLabel() argument
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
DMacTest.java836 byte[] label = new byte[] { in test_ConsistentBetweenProviders()
869 mac.update(label); in test_ConsistentBetweenProviders()
875 mac.init(new SecretKeySpec(label, "HmacMD5")); in test_ConsistentBetweenProviders()
882 mac.init(new SecretKeySpec(label, "HmacMD5")); in test_ConsistentBetweenProviders()
/libcore/luni/src/test/java/libcore/javax/crypto/
DCipherTest.java3785 …tatic void addRsaOaepTest(String digest, MGF1ParameterSpec mgf1Spec, byte[] vector, byte[] label) { in addRsaOaepTest() argument
3787 if (label == null) { in addRsaOaepTest()
3790 pSource = new PSource.PSpecified(label); in addRsaOaepTest()
3793 if (mgf1Spec.getDigestAlgorithm().equals(digest) && label == null) { in addRsaOaepTest()
/libcore/benchmarks/src/benchmarks/regression/
DR.java1790 public static final int label = 0; field in R
/libcore/expectations/
Dknownfailures.txt517 description: "Column label has format TABLE.COLUMN expected: COLUMN",