Searched refs:label (Results 1 - 7 of 7) sorted by relevance

/libcore/metrictests/memory/apps/src/libcore/heapdumper/
H A DHeapDumpInstrumentation.java36 protected void takeMeasurement(String label) throws IOException { argument
37 File dumpFile = resolveRelativeOutputFilename(label + ".hprof");
H A DPssInstrumentation.java40 protected void takeMeasurement(String label) throws IOException { argument
45 File output = resolveRelativeOutputFilename(label + ".pss.txt");
H A DAbstractMetricInstrumentation.java70 * Takes a measurement, including the given label in the filename of the output.
72 protected abstract void takeMeasurement(String label) throws IOException; argument
/libcore/ojluni/src/main/java/javax/sql/
H A DRowSetMetaData.java151 * @param label the column title
154 void setColumnLabel(int columnIndex, String label) throws SQLException; argument
/libcore/luni/src/test/java/libcore/java/sql/
H A DOldResultSetMetaDataTest.java118 // Column label has format TABLE.COLUMN expected: COLUMN
123 String label = rsmd.getColumnLabel(i + 1);
124 assertTrue("expected "+labels[i] + "got "+label,labels[i].contains(label));
131 String label = rsmd.getColumnLabel(0);
138 String label = rsmd.getColumnLabel(5);
145 // Column label has format TABLE.COLUMN expected: COLUMN
158 String label = rsmd.getColumnName(0);
165 String label = rsmd.getColumnName(5);
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
H A DMacTest.java855 byte[] label = new byte[] {
888 mac.update(label);
894 mac.init(new SecretKeySpec(label, "HmacMD5"));
901 mac.init(new SecretKeySpec(label, "HmacMD5"));
/libcore/benchmarks/src/benchmarks/regression/
H A DR.java1790 public static final int label = 0; field in class:R

Completed in 304 milliseconds