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

  /frameworks/base/core/java/android/hardware/camera2/params/
ColorSpaceTransform.java 38 /** The number of rows in this matrix. */
39 private static final int ROWS = 3;
45 private static final int COUNT = ROWS * COLUMNS;
57 private static final int COUNT_INT = ROWS * COLUMNS * RATIONAL_SIZE;
128 * <p>The rows must be within the range [0, 3),
138 } else if (row < 0 || row >= ROWS) {
277 for (int row = 0, i = 0; row < ROWS; row++) {
290 if (row < ROWS - 1) {
  /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 146 #define EIGEN_STATIC_ASSERT_MATRIX_SPECIFIC_SIZE(TYPE, ROWS, COLS) \
147 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/eas/
EasSyncContacts.java 126 public static final String[] ROWS =
299 // For each, "touch" all data rows with this group id; this will mark contacts
432 final String row = EasChildren.ROWS[i];
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/adapter/
ContactsSyncParser.java 350 // We've been removing rows from the list as they've been found in the xml
354 // These rows need to be deleted...
463 * Changes are handled row by row, and only changed/new rows are acted upon
477 // TODO Handle deleted individual rows...
652 public static final String[] ROWS =
773 * RowBuilder is a wrapper for the Builder class that is used to create/update rows for a
    [all...]
  /external/deqp/framework/common/
tcuMatrix.hpp 50 template <typename T, int Rows, int Cols>
54 typedef Vector<T, Rows> Element;
60 ROWS = Rows,
66 explicit Matrix (const T src[Rows*Cols]);
67 Matrix (const Vector<T, Rows>& src);
68 Matrix (const Matrix<T, Rows, Cols>& src);
71 Matrix<T, Rows, Cols>& operator= (const Matrix<T, Rows, Cols>& src);
72 Matrix<T, Rows, Cols>& operator*= (const Matrix<T, Rows, Cols>& src)
    [all...]
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 

Completed in 373 milliseconds