HomeSort by relevance Sort by last modified time
    Searched refs:ROWS (Results 1 - 8 of 8) 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):
  /packages/apps/Launcher3/
fill_screens.py 11 ROWS = 4
62 for x in range(ROWS):
print_db.py 13 ROWS = 4
54 rows = []
56 rows.append(row)
57 return columns,rows
63 rows = []
65 rows.append(row)
66 return columns,rows
150 global SCREENS, COLUMNS, ROWS, HOTSEAT_SIZE
153 columns,rows = get_favorites(conn)
156 data = [dict(zip(columns,row)) for row in rows]
    [all...]
  /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/src/com/android/exchange/service/
EasContactsSyncHandler.java 125 public static final String[] ROWS =
297 // For each, "touch" all data rows with this group id; this will mark contacts
410 final String row = EasChildren.ROWS[i];
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/adapter/
ContactsSyncParser.java 345 // We've been removing rows from the list as they've been found in the xml
349 // These rows need to be deleted...
458 * Changes are handled row by row, and only changed/new rows are acted upon
472 // TODO Handle deleted individual rows...
643 public static final String[] ROWS =
764 * RowBuilder is a wrapper for the Builder class that is used to create/update rows for a
    [all...]

Completed in 121 milliseconds