HomeSort by relevance Sort by last modified time
    Searched refs:rowIndex (Results 1 - 25 of 57) sorted by null

1 2 3

  /external/icu/android_icu4j/src/main/java/android/icu/impl/
PVecToTrieCompactHandler.java 27 public void setRowIndexForErrorValue(int rowIndex) {
31 public void setRowIndexForInitialValue(int rowIndex) {
32 initialValue = rowIndex;
36 public void setRowIndexForRange(int start, int end, int rowIndex) {
37 builder.setRange(start, end + 1, rowIndex, true);
41 public void startRealValues(int rowIndex) {
42 if (rowIndex > 0xffff) {
PropsVectors.java 295 * in row rowIndex.
300 public int[] getRow(int rowIndex) {
305 if (rowIndex < 0 || rowIndex > rows) {
306 throw new IllegalArgumentException("rowIndex out of bound!");
309 System.arraycopy(v, rowIndex * columns + 2, rowToReturn, 0,
316 * in row rowIndex.
322 public int getRowStart(int rowIndex) {
327 if (rowIndex < 0 || rowIndex > rows)
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
PVecToTrieCompactHandler.java 23 public void setRowIndexForErrorValue(int rowIndex) {
27 public void setRowIndexForInitialValue(int rowIndex) {
28 initialValue = rowIndex;
32 public void setRowIndexForRange(int start, int end, int rowIndex) {
33 builder.setRange(start, end + 1, rowIndex, true);
37 public void startRealValues(int rowIndex) {
38 if (rowIndex > 0xffff) {
PropsVectors.java 293 * in row rowIndex.
298 public int[] getRow(int rowIndex) {
303 if (rowIndex < 0 || rowIndex > rows) {
304 throw new IllegalArgumentException("rowIndex out of bound!");
307 System.arraycopy(v, rowIndex * columns + 2, rowToReturn, 0,
314 * in row rowIndex.
320 public int getRowStart(int rowIndex) {
325 if (rowIndex < 0 || rowIndex > rows)
    [all...]
  /external/webrtc/webrtc/tools/loopback_test/
stat_tracker.js 33 // once per getStats with the given report and a rowIndex for the
45 samplingFunctions[varName] = function (report, rowIndex) {
49 dataTable.setCell(rowIndex, columnIndex, sample);
69 var rowIndex = dataTable.addRow();
70 dataTable.setCell(rowIndex, timeColumnIndex, result[0].timestamp);
72 samplingFunctions[v](report, rowIndex);
  /external/guava/guava/src/com/google/common/collect/
DenseImmutableTable.java 68 int rowIndex = rowKeyToIndex.get(rowKey);
70 V existingValue = values[rowIndex][columnIndex];
72 values[rowIndex][columnIndex] = cell.getValue();
73 rowCounts[rowIndex]++;
75 iterationOrderRow[i] = rowIndex;
153 private final int rowIndex;
155 Row(int rowIndex) {
156 super(rowCounts[rowIndex]);
157 this.rowIndex = rowIndex;
    [all...]
ArrayTable.java 319 * get(rowKeyList().get(rowIndex), columnKeyList().get(columnIndex))}, but
322 * @param rowIndex position of the row key in {@link #rowKeyList()}
326 * rowIndex} is greater then or equal to the number of allowed row keys,
330 public V at(int rowIndex, int columnIndex) {
332 checkElementIndex(rowIndex, rowList.size());
334 return array[rowIndex][columnIndex];
340 * put(rowKeyList().get(rowIndex), columnKeyList().get(columnIndex), value)}
343 * @param rowIndex position of the row key in {@link #rowKeyList()}
348 * rowIndex} is greater then or equal to the number of allowed row keys,
352 public V set(int rowIndex, int columnIndex, @Nullable V value)
    [all...]
SparseImmutableTable.java 39 Map<R, Integer> rowIndex = Maps.newHashMap();
42 rowIndex.put(row, rows.size());
57 iterationOrderRow[i] = rowIndex.get(rowKey);
97 int rowIndex = iterationOrderRow[index];
98 Map.Entry<R, Map<C, V>> rowEntry = rowMap.entrySet().asList().get(rowIndex);
107 int rowIndex = iterationOrderRow[index];
108 ImmutableMap<C, V> row = (ImmutableMap<C, V>) rowMap.values().asList().get(rowIndex);
  /external/dng_sdk/source/
dng_gain_map.h 93 real32 & Entry (uint32 rowIndex,
99 rowIndex * fRowStep +
108 const real32 & Entry (uint32 rowIndex,
114 rowIndex * fRowStep +
dng_gain_map.cpp 317 for (int32 rowIndex = 0; rowIndex < fPoints.v; rowIndex++)
326 stream.Put_real32 (Entry (rowIndex,
419 for (int32 rowIndex = 0; rowIndex < mapPoints.v; rowIndex++)
430 map->Entry (rowIndex, colIndex, plane) = x;
441 (unsigned) rowIndex,
  /external/autotest/frontend/client/src/autotest/common/table/
TableRenderer.java 27 for (int rowIndex = startRow; rowIndex < startRow + maxRows && rowIndex < rows.length;
28 rowIndex++) {
29 CellInfo[] row = rows[rowIndex];
DataTable.java 47 public void onRowClicked(int rowIndex, JSONObject row, boolean isRightClick);
209 * @param rowIndex The index of the row, where the first data row is indexed 0.
212 public void removeRow(int rowIndex) {
213 jsonObjects.remove(rowIndex);
214 int realRow = rowIndex + 1; // header row
231 public JSONObject getRow(int rowIndex) {
232 return jsonObjects.get(rowIndex);
293 protected void notifyListenersClicked(int rowIndex, boolean isRightClick) {
294 JSONObject row = getRow(rowIndex);
296 listener.onRowClicked(rowIndex, row, isRightClick)
    [all...]
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
ArrayTable.java 317 * get(rowKeyList().get(rowIndex), columnKeyList().get(columnIndex))}, but
320 * @param rowIndex position of the row key in {@link #rowKeyList()}
324 * rowIndex} is greater then or equal to the number of allowed row keys,
328 public V at(int rowIndex, int columnIndex) {
330 checkElementIndex(rowIndex, rowList.size());
332 return array[rowIndex][columnIndex];
338 * put(rowKeyList().get(rowIndex), columnKeyList().get(columnIndex), value)}
341 * @param rowIndex position of the row key in {@link #rowKeyList()}
346 * rowIndex} is greater then or equal to the number of allowed row keys,
350 public V set(int rowIndex, int columnIndex, @Nullable V value)
    [all...]
  /development/tools/repo_diff/service/repodiff/mappers/
mappers.go 74 func diffRowToDenormalizedCols(d e.AnalyzedDiffRow, rowIndex int) []interface{} {
76 rowIndex,
90 func commitRowToDenormalizedCols(commitRow e.AnalyzedCommitRow, firstSeen e.RepoTimestamp, rowIndex int) []interface{} {
92 rowIndex,
103 func diffRowToPersistCols(d e.AnalyzedDiffRow, uuidBytes string, timestamp e.RepoTimestamp, rowIndex int) []interface{} {
107 rowIndex,
120 func commitRowToPersistCols(c e.AnalyzedCommitRow, uuidBytes string, timestamp e.RepoTimestamp, rowIndex int) []interface{} {
124 rowIndex,
231 var rowIndex int
235 &rowIndex,
    [all...]
  /external/icu/icu4c/source/common/
propsvec.h 103 * @return NULL if rowIndex out of range and for illegal arguments,
107 upvec_getRow(const UPropsVectors *pv, int32_t rowIndex,
117 * The handler's rowIndex is the index of the row in the compacted
124 * where rowIndex is the length of the compacted array,
131 int32_t rowIndex, uint32_t *row, int32_t columns,
169 /* context=UPVecToUTrie2Context, creates the trie and stores the rowIndex values */
173 int32_t rowIndex, uint32_t *row, int32_t columns,
propsvec.cpp 293 upvec_getRow(const UPropsVectors *pv, int32_t rowIndex,
298 if(pv->isCompacted || rowIndex<0 || rowIndex>=pv->rows) {
303 row=pv->v+rowIndex*columns;
500 int32_t rowIndex, uint32_t *row, int32_t columns,
506 utrie2_setRange32(toUTrie2->trie, start, end, (uint32_t)rowIndex, TRUE, pErrorCode);
510 toUTrie2->initialValue=rowIndex;
513 toUTrie2->errorValue=rowIndex;
516 toUTrie2->maxValue=rowIndex;
517 if(rowIndex>0xffff)
    [all...]
  /external/doclava/res/assets/templates/
diff.cs 71 if (tr.rowIndex + 1 < table.rows.length) {
72 var tbody = table.rows[tr.rowIndex + 1].parentNode;
79 if (tr.rowIndex + 1 < table.rows.length
80 && $(table.rows[tr.rowIndex + 1]).hasClass("class-entry")) {
81 var tbody = table.rows[tr.rowIndex + 1].parentNode;
98 var i = tr.rowIndex + 1;
106 var i = tr.rowIndex + 1;
  /external/swiftshader/third_party/LLVM/lib/DebugInfo/
DWARFContext.cpp 158 uint32_t rowIndex = lineTable->lookupAddress(address, hiPC);
159 if (rowIndex == -1U)
163 const DWARFDebugLine::Row &row = lineTable->Rows[rowIndex];
  /external/tensorflow/tensorflow/core/kernels/
eigen_spatial_convolutions-inl.h 226 Index rowIndex, colIndex, otherIndex;
227 computeBaseIndices(0, rowIndex, colIndex, otherIndex);
228 return loadCoeff(row, rowIndex, colIndex, otherIndex);
237 Index rowIndex, colIndex, otherIndex;
238 computeBaseIndices(patchIndex, rowIndex, colIndex, otherIndex);
239 return loadCoeff(row, rowIndex, colIndex, otherIndex);
244 Index rowIndex, colIndex, otherIndex;
245 computeBaseIndices(0, rowIndex, colIndex, otherIndex);
246 return loadPacket(row, rowIndex, colIndex, otherIndex);
253 Index rowIndex, colIndex, otherIndex
    [all...]
eigen_cuboid_convolution.h 293 Index planeIndex, rowIndex, colIndex, otherIndex;
294 computeBaseIndices(0, planeIndex, rowIndex, colIndex, otherIndex);
295 return loadCoeff(row, planeIndex, rowIndex, colIndex, otherIndex);
303 Index planeIndex, rowIndex, colIndex, otherIndex;
304 computeBaseIndices(patchIndex, planeIndex, rowIndex, colIndex, otherIndex);
305 return loadCoeff(row, planeIndex, rowIndex, colIndex, otherIndex);
310 Index planeIndex, rowIndex, colIndex, otherIndex;
311 computeBaseIndices(0, planeIndex, rowIndex, colIndex, otherIndex);
312 return loadPacket(row, planeIndex, rowIndex, colIndex, otherIndex);
319 Index planeIndex, rowIndex, colIndex, otherIndex
    [all...]
eigen_volume_patch.h 284 const Index rowIndex =
288 const Index inputRow = rowIndex * m_row_strides +
302 (patch3DIndex - m_outputPlanes * (colIndex * m_outputRows + rowIndex));
381 const Index rowIndex =
389 rowIndex * m_row_strides + rowOffsets[0] - m_rowPaddingTop,
390 rowIndex * m_row_strides + rowOffsets[1] - m_rowPaddingTop};
401 (patch3DIndex - m_outputPlanes * (colIndex * m_outputRows + rowIndex));
493 const Index rowIndex =
495 const Index inputRow = rowIndex * m_row_strides +
508 patch3DIndex - colIndex * m_outputPlanesRows - rowIndex * m_outputRows
    [all...]
  /external/eigen/Eigen/src/SparseLU/
SparseLU_SupernodalMatrix.h 112 StorageIndex* rowIndex() { return m_rowind; }
114 const StorageIndex* rowIndex() const
205 inline Index index() const { return m_matrix.rowIndex()[m_idrow]; }
287 irow = rowIndex()[iptr];
  /device/generic/goldfish/camera/jpeg-stub/
Compressor.cpp 84 std::vector<uint8_t>& vRows, int rowIndex, int width,
86 int numRows = (height - rowIndex) / 2;
89 int offset = ((rowIndex >> 1) + row) * stride;
  /device/google/cuttlefish_common/guest/hals/camera/
Compressor.cpp 84 std::vector<uint8_t>& vRows, int rowIndex, int width,
86 int numRows = (height - rowIndex) / 2;
89 int offset = ((rowIndex >> 1) + row) * stride;
  /frameworks/av/services/camera/libcameraservice/tests/
NV12Compressor.cpp 122 std::vector<uint8_t>& vRows, int rowIndex, int width, int height, int stride) {
123 int numRows = (height - rowIndex) / 2;
126 int offset = ((rowIndex >> 1) + row) * stride;

Completed in 1423 milliseconds

1 2 3