Home
last modified time | relevance | path

Searched defs:label (Results 1 – 11 of 11) 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()
480 public void testGetFirst(String label, SequencedCollection<String> seq, List<String> ref) { in testGetFirst()
487 public void testGetLast(String label, SequencedCollection<String> seq, List<String> ref) { in testGetLast()
494 public void testEmptyGetFirst(String label, SequencedCollection<String> seq, List<String> ref) { in testEmptyGetFirst()
501 public void testEmptyGetLast(String label, SequencedCollection<String> seq, List<String> ref) { in testEmptyGetLast()
508 public void testAddFirst(String label, SequencedCollection<String> seq, List<String> baseref) { in testAddFirst()
516 … public void testAddFirstRev(String label, SequencedCollection<String> seq, List<String> baseref) { in testAddFirstRev()
524 public void testAddLast(String label, SequencedCollection<String> seq, List<String> baseref) { in testAddLast()
532 … public void testAddLastRev(String label, SequencedCollection<String> seq, List<String> baseref) { in testAddLastRev()
540 …public void testUnpositionedAdd(String label, SequencedCollection<String> seq, List<String> basere… in testUnpositionedAdd()
[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/luni/src/test/java/libcore/java/sql/
DOldResultSetMetaDataTest.java123 String label = rsmd.getColumnLabel(i + 1); in testGetColumnLabel() local
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/metrictests/memory/apps/src/libcore/heapdumper/
DHeapDumpInstrumentation.java36 protected void takeMeasurement(String label) throws IOException { in takeMeasurement()
DPssInstrumentation.java40 protected void takeMeasurement(String label) throws IOException { in takeMeasurement()
DAbstractMetricInstrumentation.java72 protected abstract void takeMeasurement(String label) throws IOException; in takeMeasurement()
/libcore/ojluni/src/main/java/java/lang/runtime/
DSwitchBootstraps.java163 private static void verifyLabel(Object label) { in verifyLabel()
351 …bject convertEnumConstants(MethodHandles.Lookup lookup, Class<?> enumClassTemplate, Object label) { in convertEnumConstants()
392 …private static boolean enumEqCheck(Object value, EnumDesc<?> label, MethodHandles.Lookup lookup, R… in enumEqCheck()
/libcore/ojluni/src/test/java/lang/String/concat/
DImplicitStringConcatAssignLHS.java191 public static void check(int expected, String label) { in check()
/libcore/ojluni/src/main/java/javax/sql/
DRowSetMetaData.java154 void setColumnLabel(int columnIndex, String label) throws SQLException; in setColumnLabel()
/libcore/ojluni/src/test/java/lang/StackWalker/
DStackStreamTest.java231 private static <T> void equalsOrThrow(String label, List<T> list, List<T> expected) { in equalsOrThrow()
/libcore/benchmarks/src/benchmarks/regression/
DR.java1790 public static final int label = 0; field in R