Home
last modified time | relevance | path

Searched refs:label (Results 1 – 8 of 8) 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/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.txt541 description: "Column label has format TABLE.COLUMN expected: COLUMN",