Searched defs:COLUMNS (Results 1 - 4 of 4) sorted by relevance

/external/emma/core/java12/com/vladium/emma/report/
H A DIReportProperties.java54 String COLUMNS = "columns"; // comma-separated list field in interface:IReportProperties
H A DReportProperties.java325 final String columnList = getReportProperty (properties, type, IReportProperties.COLUMNS, false, IReportProperties.DEFAULT_COLUMNS);
333 if (! COLUMNS.get (columnName, out))
392 COLUMNS.get (columnName, out);
434 COLUMNS.get (columnName, out);
558 private static final ObjectIntMap /* col name:String -> metadata:IItemMetadata */ COLUMNS; // set in <clinit> field in class:ReportProperties
572 COLUMNS = columns;
/external/grub/docs/
H A Dkernel.c27 #define COLUMNS 80 macro
163 for (i = 0; i < COLUMNS * LINES * 2; i++)
230 *(video + (xpos + ypos * COLUMNS) * 2) = c & 0xFF;
231 *(video + (xpos + ypos * COLUMNS) * 2 + 1) = ATTRIBUTE;
234 if (xpos >= COLUMNS)
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 35 milliseconds