Home
last modified time | relevance | path

Searched defs:col (Results 1 – 5 of 5) sorted by relevance

/cts/tests/tests/widget/src/android/widget/cts/
DGridLayoutTest.java192 int col = j + 1; in populate() local
206 int col = j + 1; in populate() local
219 private void testAlignment(int row, int col, Alignment a, View v0, View v1, String group) { in testAlignment()
236 int col = j + 1; in test() local
251 int col = j + 1; in test() local
/cts/tests/tests/database/src/android/database/cts/
DCursorWindowTest.java50 ArrayList<Integer> col = list.get(i); in testWriteCursorToWindow() local
64 ArrayList<Integer> col = list.get(i); in testWriteCursorToWindow() local
415 ArrayList<Integer> col = new ArrayList<Integer>(); in createTestList() local
DAbstractCursorTest.java385 ArrayList<Integer> col = new ArrayList<Integer>(); in createTestList() local
/cts/tools/cts-xml-generator/src/com/android/cts/xmlgenerator/
DXmlGenerator.java224 private <E extends Comparable<E>> Collection<E> sortCollection(Collection<E> col) { in sortCollection()
/cts/suite/cts/deviceTests/browserbench/assets/octane/js/
Djquery.js5649 col: [ 2, "<table><tbody></tbody><colgroup>", "</colgroup></table>" ], property