HomeSort by relevance Sort by last modified time
    Searched refs:column0 (Results 1 - 2 of 2) sorted by null

  /cts/tests/tests/widget/src/android/widget/cts/
TableLayoutTest.java 227 TextView column0 = (TextView) ((TableRow) tableLayout.getChildAt(0)).getChildAt(0); local
230 int oldWidth0 = column0.getWidth();
233 column0.measure(MeasureSpec.UNSPECIFIED, MeasureSpec.EXACTLY);
234 int orignalWidth0 = column0.getMeasuredWidth();
249 assertEquals(oldWidth0, column0.getWidth());
253 assertEquals(orignalWidth0, column0.getWidth());
256 oldWidth0 = column0.getWidth();
267 assertTrue(oldWidth0 < column0.getWidth());
271 assertEquals(orignalWidth0 + extraSpace, column0.getWidth());
274 oldWidth0 = column0.getWidth()
    [all...]
  /external/chromium_org/third_party/libsrtp/srtp/crypto/cipher/
aes.c 1595 uint32_t column0, column1, column2, column3; local
1622 uint32_t column0, column1, column2, column3; local
1723 uint32_t column0, column1, column2, column3; local
1762 uint32_t column0, column1, column2, column3; local
1875 uint32_t column0, column1, column2, column3; local
1880 column0 = T0[state->v8[0]] ^ T1[state->v8[5]] local
1902 uint32_t column0, column1, column2, column3; local
    [all...]

Completed in 113 milliseconds