HomeSort by relevance Sort by last modified time
    Searched refs:columns (Results 51 - 75 of 578) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
RealMatrixImpl.java 74 * @param columnDimension the number of columns in the new matrix
471 final int columns = getColumnDimension(); local
472 visitor.start(rows, columns, 0, rows - 1, 0, columns - 1);
475 for (int j = 0; j < columns; ++j) {
487 final int columns = getColumnDimension(); local
488 visitor.start(rows, columns, 0, rows - 1, 0, columns - 1);
491 for (int j = 0; j < columns; ++j) {
539 final int columns = getColumnDimension() local
555 final int columns = getColumnDimension(); local
    [all...]
BlockFieldMatrix.java 35 * and columns major direction, one block at a time. This greatly increases performances
83 /** Number of columns of the matrix. */
84 private final int columns; field in class:BlockFieldMatrix
89 /** Number of block columns of the matrix. */
97 * @param columns the number of columns in the new matrix
101 public BlockFieldMatrix(final Field<T> field, final int rows, final int columns)
104 super(field, rows, columns);
106 this.columns = columns;
154 super(extractField(blockData), rows, columns); local
215 final int columns = rawData[0].length; local
    [all...]
BlockRealMatrix.java 34 * and columns major direction, one block at a time. This greatly increases performances
81 /** Number of columns of the matrix. */
82 private final int columns; field in class:BlockRealMatrix
87 /** Number of block columns of the matrix. */
94 * @param columns the number of columns in the new matrix
98 public BlockRealMatrix(final int rows, final int columns)
101 super(rows, columns);
103 this.columns = columns;
210 final int columns = rawData[0].length; local
    [all...]
Array2DRowFieldMatrix.java 60 * @param columnDimension the number of columns in the new matrix
455 final int columns = getColumnDimension(); local
456 visitor.start(rows, columns, 0, rows - 1, 0, columns - 1);
459 for (int j = 0; j < columns; ++j) {
471 final int columns = getColumnDimension(); local
472 visitor.start(rows, columns, 0, rows - 1, 0, columns - 1);
475 for (int j = 0; j < columns; ++j) {
523 final int columns = getColumnDimension() local
539 final int columns = getColumnDimension(); local
    [all...]
  /external/autotest/site_utils/rpm_control_system/
dli.py 75 columns=temp.findAll('td')
76 plugnumber=columns[0].string
77 hostname=columns[1].string
78 state=columns[2].find('font').string
  /external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/transport/
AbsTransport.java 96 * @param columns
97 * columns of text
105 public abstract void setDimensions(int columns, int rows, int width, int height);
  /libcore/luni/src/test/java/tests/support/
MockCallback.java 24 public void columns(String cols[]) { method in class:MockCallback
  /external/toybox/toys/posix/
ls.c 29 -1 list one file per line -C columns (sorted vertically)
33 -x columns (horizontal sort)
231 unsigned columns, unsigned *xpos)
238 *xpos = ul % columns;
245 height = (dtlen+columns-1)/columns;
249 if (height*columns - dtlen >= height) {
250 *xpos = columns;
257 transition = widecols * columns;
259 *xpos = ul % columns;
291 *colsizes = (unsigned *)(toybuf+260), columns = (sizeof(toybuf)-260)\/4; local
    [all...]
  /external/opencv3/modules/ts/misc/
table_formatter.py 38 self.columns = {}
46 self.rows.append(tblRow(len(self.columns), properties))
59 if name in self.columns:
60 index = self.columns[name].index
62 index = len(self.columns)
65 self.columns[name] = caption
70 self.columns[name] = col
75 return self.columns.get(name, None)
77 vals = [v for v in self.columns.values() if v.index == name]
97 columns = self.columns.values(
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_tile.c 60 unsigned columns = MIN2(tile_width, width - col); local
61 memcpy(dst2, src2, columns * sizeof(uint8_t));
91 unsigned columns = MIN2(tile_width, width - col); local
92 memcpy(dst2, src2, columns * sizeof(uint16_t));
122 unsigned columns = MIN2(tile_width, width - col); local
123 memcpy(dst2, src2, columns * sizeof(uint16_t));
153 unsigned columns = MIN2(tile_width, width - col); local
154 memcpy(dst2, src2, columns * sizeof(uint32_t));
184 unsigned columns = MIN2(tile_width, width - col); local
185 memcpy(dst2, src2, columns * sizeof(uint64_t))
276 unsigned columns = MIN2(tile_width, width - col); local
309 unsigned columns = MIN2(tile_width, width - col); local
342 unsigned columns = MIN2(tile_width, width - col); local
375 unsigned columns = MIN2(tile_width, width - col); local
408 unsigned columns = MIN2(tile_width, width - col); local
    [all...]
  /external/webrtc/tools/python_charts/webrtc/
data_helper_test.py 92 columns = helper.GetOrdering(description)
93 self.assertEqual(3, len(columns))
95 self.assertEqual('frame_number', columns[0])
96 self.assertEqual('ssim_0', columns[1])
97 self.assertEqual('ssim_1', columns[2])
104 self.assertEqual(3, len(description)) # 3 columns
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/table/
Table.java 31 private final List<Column> columns; field in class:Table
36 * Create a new table without any columns yet.
39 this.columns = new ArrayList<Table.Column>();
59 columns.add(new Column(columns.size(), header, style, renderer,
103 for (final Column c : columns) {
112 for (final Column c : columns) {
124 for (final Column c : columns) {
  /packages/apps/Launcher2/
print_db.py 10 COLUMNS = 4
44 columns = [d[0] for d in c.description]
48 return columns,rows
123 columns,rows = get_favorites(conn)
124 data = [dict(zip(columns,row)) for row in rows]
145 for col in columns:
147 for i in range(0,len(columns)):
148 col = columns[i]
190 for k in range(0,COLUMNS):
  /packages/apps/Messaging/tests/src/com/android/messaging/
FakeContentProvider.java 42 private final String[] columns; field in class:FakeContentProvider.ContentOverride
46 final String[] columns, final Object[][] data) {
50 this.columns = columns;
89 final String[] columns, final Object[][] data) {
90 mOverrides.add(new ContentOverride(uri.toString(), where, args, columns, data));
119 return new FakeCursor(projection, content.columns, content.data);
  /external/autotest/frontend/client/src/autotest/common/table/
DynamicTable.java 66 public DynamicTable(String[][] columns, DataSource dataSource) {
67 super(columns);
82 sortIndicators = new SortIndicator[columns.length];
83 for(int i = 0; i < columns.length; i++) {
89 String name = columns[i][COL_TITLE];
105 if (columns[indicator.column][COL_NAME].equals(firstSpec.getField())) {
281 String[] data = new String[columns.length];
282 for (int i = 0; i < columns.length; i++) {
310 // ignore sorting on widget columns
313 String columnName = columns[cell][COL_NAME]
    [all...]
  /packages/apps/Launcher3/
print_db.py 13 COLUMNS = 4
55 columns = [d[0] for d in c.description]
59 return columns,rows
64 columns = [d[0] for d in c.description]
68 return columns,rows
152 global SCREENS, COLUMNS, ROWS, HOTSEAT_SIZE
155 columns,rows = get_favorites(conn)
158 data = [dict(zip(columns,row)) for row in rows]
161 # Calculate the proper number of screens, columns, and rows in this db
173 COLUMNS = max(COLUMNS, d["cellX"] + d["spanX"]
    [all...]
  /external/autotest/frontend/tko/
csv_encoder_unittest.py 10 def _make_request(self, method, columns=None):
12 if columns:
13 request['columns'] = columns
  /external/bison/examples/calc++/
location.hh 95 /// Extend the current location to the COUNT next columns.
96 void columns (unsigned int count = 1) function in class:yy::location
128 res.columns (width);
135 res.columns (width);
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowSQLiteDatabase.java 95 Iterator<Object> columns = sqlInsertString.columnValues.iterator(); local
98 while (columns.hasNext()) {
99 insert.setObject(i++, columns.next());
114 public Cursor query(boolean distinct, String table, String[] columns,
124 columns, where, groupBy, having, orderBy, limit);
140 public Cursor query(String table, String[] columns, String selection,
143 return query(false, table, columns, selection, selectionArgs, groupBy, having, orderBy, null);
147 public Cursor query(String table, String[] columns, String selection,
150 return query(false, table, columns, selection, selectionArgs, groupBy, having, orderBy, limit);
159 Iterator<Object> columns = sqlUpdateString.columnValues.iterator() local
    [all...]
  /frameworks/base/core/java/android/database/
CursorJoiner.java 22 * Does a join on two cursors using the specified columns. The cursors must already
23 * be sorted on each of the specified columns in ascending order. This joiner only
69 * column name arrays must have the same number of columns.
80 "you must have the same number of columns on the left and right, "
104 * @param cursor the cursor that contains the columns
109 int[] columns = new int[columnNames.length]; local
111 columns[i] = cursor.getColumnIndexOrThrow(columnNames[i]);
113 return columns;
  /packages/apps/Contacts/tests/src/com/android/contacts/tests/
QueryService.java 111 return null; // all columns
113 final String[] columns = projectionString.split(","); local
114 if (columns.length == 0) {
115 return null; // all columns
117 return columns;
  /external/autotest/server/site_tests/platform_ExternalUSBBootStress/
platform_ExternalUSBBootStress.py 32 columns = item.split(' ')
33 if len(columns) == 6 or len(' '.join(columns[6:]).strip()) == 0:
38 name = ' '.join(columns[6:]).strip()
  /external/autotest/server/site_tests/platform_ExternalUSBStress/
platform_ExternalUSBStress.py 50 columns = item.split(' ')
51 if len(columns) == 6 or len(' '.join(columns[6:]).strip()) == 0:
56 name = ' '.join(columns[6:]).strip()
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
posix_platform_backend.py 47 def GetPsOutput(self, columns, pid=None):
52 columns: A list of require columns, e.g., ['pid', 'pss'].
56 return ps_util.GetPsOutputWithPlatformBackend(self, columns, pid)
58 def _GetTopOutput(self, pid, columns):
63 columns: A list of require columns, e.g., ['idlew', 'vsize'].
67 ','.join(columns)])
  /external/guava/guava/src/com/google/common/collect/
SparseImmutableTable.java 45 Map<C, Map<R, V>> columns = Maps.newLinkedHashMap(); local
47 columns.put(col, new LinkedHashMap<R, V>());
65 columns.get(columnKey).put(rowKey, value);
76 for (Map.Entry<C, Map<R, V>> col : columns.entrySet()) {

Completed in 2950 milliseconds

1 23 4 5 6 7 8 91011>>