Home
last modified time | relevance | path

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

/libcore/luni/src/main/native/
Dlibcore_icu_AlphabeticIndex.cpp132 const UnicodeString& label(ai->getBucketLabel()); in AlphabeticIndex_getBucketLabel() local
133 return env->NewString(label.getBuffer(), label.length()); in AlphabeticIndex_getBucketLabel()
182 const UnicodeString& label(bucket->getLabel()); in ImmutableIndex_getBucketLabel() local
183 return env->NewString(label.getBuffer(), label.length()); in ImmutableIndex_getBucketLabel()
/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/luni/src/test/java/libcore/icu/
DAlphabeticIndexTest.java28 String label = ii.getBucketLabel(index); in assertHasLabel() local
29 assertEquals(expectedLabel, label); in assertHasLabel()
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
DMacTest.java825 byte[] label = new byte[] { in test_ConsistentBetweenProviders()
851 mac.update(label); in test_ConsistentBetweenProviders()
857 mac.init(new SecretKeySpec(label, "HmacMD5")); in test_ConsistentBetweenProviders()
864 mac.init(new SecretKeySpec(label, "HmacMD5")); in test_ConsistentBetweenProviders()
/libcore/benchmarks/src/benchmarks/regression/
DR.java1790 public static final int label = 0; field in R
/libcore/expectations/
Dknownfailures.txt531 description: "Column label has format TABLE.COLUMN expected: COLUMN",