HomeSort by relevance Sort by last modified time
    Searched full:dcol (Results 1 - 5 of 5) sorted by null

  /cts/tests/tests/database/src/android/database/cts/
DatabaseCursorTest.java 137 int dCol = testCursor.getColumnIndexOrThrow("d");
142 assertEquals((double) d, testCursor.getDouble(dCol));
  /frameworks/base/core/tests/coretests/src/android/database/
DatabaseCursorTest.java 120 int dCol = c.getColumnIndexOrThrow("d");
125 assertEquals((double)d, c.getDouble(dCol));
  /external/skqp/third_party/etc1/
etc1.cpp 63 | base col1 | dcol 2 | base col1 | dcol 2 |
69 | base col 1 | dcol 2 | table | table |diff|flip|
  /frameworks/native/opengl/libs/ETC1/
etc1.cpp 55 | base col1 | dcol 2 | base col1 | dcol 2 |
61 | base col 1 | dcol 2 | table | table |diff|flip|
  /external/opencv/cv/src/
cvcalibinit.cpp 632 int dcol = col_max - col_min + 1; local
635 if ((w > h && dcol < drow) ||
636 (w < h && drow < dcol))
642 PRINTF("Size: %dx%d Pattern: %dx%d\n", dcol, drow, w, h);
645 if (dcol < w || drow < h) // found enough inner quads?
652 if (dcol == w+1) // too many, trim
742 if (dcol == w && drow == h) // found correct inner quads
    [all...]

Completed in 2355 milliseconds