HomeSort by relevance Sort by last modified time
    Searched refs:ROWS (Results 1 - 4 of 4) 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):
  /frameworks/base/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 386 milliseconds