Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/util/SequencedCollection/
DBasic.java475 public void testFundamentals(String label, SequencedCollection<String> seq, List<String> ref) { in testFundamentals() argument
480 public void testGetFirst(String label, SequencedCollection<String> seq, List<String> ref) { in testGetFirst() argument
487 public void testGetLast(String label, SequencedCollection<String> seq, List<String> ref) { in testGetLast() argument
494 public void testEmptyGetFirst(String label, SequencedCollection<String> seq, List<String> ref) { in testEmptyGetFirst() argument
501 public void testEmptyGetLast(String label, SequencedCollection<String> seq, List<String> ref) { in testEmptyGetLast() argument
508 public void testAddFirst(String label, SequencedCollection<String> seq, List<String> baseref) { in testAddFirst() argument
516 … public void testAddFirstRev(String label, SequencedCollection<String> seq, List<String> baseref) { in testAddFirstRev() argument
524 public void testAddLast(String label, SequencedCollection<String> seq, List<String> baseref) { in testAddLast() argument
532 … public void testAddLastRev(String label, SequencedCollection<String> seq, List<String> baseref) { in testAddLastRev() argument
540 …public void testUnpositionedAdd(String label, SequencedCollection<String> seq, List<String> basere… in testUnpositionedAdd() argument
[all …]
DBasicMap.java584 …public void testFundamentals(String label, SequencedMap<String, Integer> map, List<Map.Entry<Strin… in testFundamentals() argument
592 …public void testFirstEntry(String label, SequencedMap<String, Integer> map, List<Map.Entry<String,… in testFirstEntry() argument
601 …public void testLastEntry(String label, SequencedMap<String, Integer> map, List<Map.Entry<String, … in testLastEntry() argument
610 …public void testEmptyFirstEntry(String label, SequencedMap<String, Integer> map, List<Map.Entry<St… in testEmptyFirstEntry() argument
617 …public void testEmptyLastEntry(String label, SequencedMap<String, Integer> map, List<Map.Entry<Str… in testEmptyLastEntry() argument
624 …public void testPutFirst(String label, SequencedMap<String, Integer> map, List<Map.Entry<String, I… in testPutFirst() argument
632 …public void testPutFirstRev(String label, SequencedMap<String, Integer> map, List<Map.Entry<String… in testPutFirstRev() argument
640 …public void testPutLast(String label, SequencedMap<String, Integer> map, List<Map.Entry<String, In… in testPutLast() argument
648 …public void testPutLastRev(String label, SequencedMap<String, Integer> map, List<Map.Entry<String,… in testPutLastRev() argument
656 …public void testUnposPut(String label, boolean rev, SequencedMap<String, Integer> map, List<Map.En… in testUnposPut() argument
[all …]
/libcore/metrictests/memory/apps/src/libcore/heapdumper/
DHeapDumpInstrumentation.java36 protected void takeMeasurement(String label) throws IOException { in takeMeasurement() argument
37 File dumpFile = resolveRelativeOutputFilename(label + ".hprof"); in takeMeasurement()
DPssInstrumentation.java40 protected void takeMeasurement(String label) throws IOException { in takeMeasurement() argument
44 File output = resolveRelativeOutputFilename(label + ".pss.txt"); in takeMeasurement()
DAbstractMetricInstrumentation.java72 protected abstract void takeMeasurement(String label) throws IOException; in takeMeasurement() argument
/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/test/java/lang/String/concat/
DImplicitStringConcatAssignLHS.java191 public static void check(int expected, String label) { in check() argument
194 sb.append(label); in check()
/libcore/ojluni/src/test/java/lang/StackWalker/
DStackStreamTest.java231 private static <T> void equalsOrThrow(String label, List<T> list, List<T> expected) { in equalsOrThrow() argument
235 System.err.println("Observed " + label); in equalsOrThrow()
239 System.err.println("Expected " + label); in equalsOrThrow()
243 throw new RuntimeException("Error with " + label); in equalsOrThrow()
/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.java845 byte[] label = new byte[] { in test_ConsistentBetweenProviders()
878 mac.update(label); in test_ConsistentBetweenProviders()
884 mac.init(new SecretKeySpec(label, "HmacMD5")); in test_ConsistentBetweenProviders()
891 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.txt536 description: "Column label has format TABLE.COLUMN expected: COLUMN",