Home
last modified time | relevance | path

Searched refs:col2 (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/tests/macrobench/
Dmain.cpp89 const char* col2 = info.description.c_str(); in listTests() local
94 char* found = (char*)memrchr(col2, ' ', 50); in listTests()
96 toPrint = found - col2; in listTests()
101 printf("%-20s %.*s\n", col1, toPrint, col2); in listTests()
103 col2 += toPrint; in listTests()
105 while (*col2 == ' ') { in listTests()
106 col2++; in listTests()
/frameworks/base/tests/BiDiTests/src/com/android/bidi/
DBiDiTestGridLayoutCodeRtl.java80 Spec col2 = spec(1, START); in create() local
106 layout.addView(c, new GridLayout.LayoutParams(row3, col2)); in create()
117 layout.addView(c, new GridLayout.LayoutParams(row4, col2)); in create()
DBiDiTestGridLayoutCodeLtr.java80 Spec col2 = spec(1, START); in create() local
106 layout.addView(c, new GridLayout.LayoutParams(row3, col2)); in create()
117 layout.addView(c, new GridLayout.LayoutParams(row4, col2)); in create()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/log/table/
DTableLogBufferTest.kt1018 val col2 = "column2" in <lambda>() constant
1022 underTest.logChange("", col2, false) in <lambda>()
1024 underTest.logChange("", col2, true) in <lambda>()