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

  /packages/apps/Launcher2/
fill_screens.py 11 ROWS = 4
62 for x in range(ROWS):
print_db.py 11 ROWS = 4
45 rows = []
47 rows.append(row)
48 return columns,rows
123 columns,rows = get_favorites(conn)
124 data = [dict(zip(columns,row)) for row in rows]
154 for row in rows:
188 for j in range(0,ROWS):
  /external/eigen/Eigen/src/Core/util/
StaticAssert.h 145 #define EIGEN_STATIC_ASSERT_MATRIX_SPECIFIC_SIZE(TYPE, ROWS, COLS) \
146 EIGEN_STATIC_ASSERT(TYPE::RowsAtCompileTime==ROWS && TYPE::ColsAtCompileTime==COLS, \
  /frameworks/native/services/sensorservice/
mat.h 134 enum { ROWS = R, COLS = C };
265 enum { ROWS = R, COLS = 1 };
353 /* swap rows. */
  /packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
ContactsSyncAdapter.java 302 public static final String[] ROWS =
696 // We've been removing rows from the list as they've been found in the xml
700 // These rows need to be deleted...
    [all...]

Completed in 301 milliseconds