Home
last modified time | relevance | path

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

/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",