Home
last modified time | relevance | path

Searched defs:rowIndex (Results 1 – 25 of 26) sorted by relevance

12

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DPVecToTrieCompactHandler.java20 public void setRowIndexForErrorValue(int rowIndex) { in setRowIndexForErrorValue()
23 public void setRowIndexForInitialValue(int rowIndex) { in setRowIndexForInitialValue()
27 public void setRowIndexForRange(int start, int end, int rowIndex) { in setRowIndexForRange()
31 public void startRealValues(int rowIndex) { in startRealValues()
DPropsVectors.java296 public int[] getRow(int rowIndex) { in getRow()
318 public int getRowStart(int rowIndex) { in getRowStart()
337 public int getRowEnd(int rowIndex) { in getRowEnd()
554 public void setRowIndexForRange(int start, int end, int rowIndex); in setRowIndexForRange()
555 public void setRowIndexForInitialValue(int rowIndex); in setRowIndexForInitialValue()
556 public void setRowIndexForErrorValue(int rowIndex); in setRowIndexForErrorValue()
557 public void startRealValues(int rowIndex); in startRealValues()
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DPVecToTrieCompactHandler.java24 public void setRowIndexForErrorValue(int rowIndex) { in setRowIndexForErrorValue()
27 public void setRowIndexForInitialValue(int rowIndex) { in setRowIndexForInitialValue()
31 public void setRowIndexForRange(int start, int end, int rowIndex) { in setRowIndexForRange()
35 public void startRealValues(int rowIndex) { in startRealValues()
DPropsVectors.java298 public int[] getRow(int rowIndex) { in getRow()
320 public int getRowStart(int rowIndex) { in getRowStart()
339 public int getRowEnd(int rowIndex) { in getRowEnd()
556 public void setRowIndexForRange(int start, int end, int rowIndex); in setRowIndexForRange()
557 public void setRowIndexForInitialValue(int rowIndex); in setRowIndexForInitialValue()
558 public void setRowIndexForErrorValue(int rowIndex); in setRowIndexForErrorValue()
559 public void startRealValues(int rowIndex); in startRealValues()
/external/guava/guava/src/com/google/common/collect/
DSparseImmutableTable.java39 Map<R, Integer> rowIndex = Maps.newHashMap(); in SparseImmutableTable() local
97 int rowIndex = iterationOrderRow[index]; in getCell() local
107 int rowIndex = iterationOrderRow[index]; in getValue() local
DDenseImmutableTable.java68 int rowIndex = rowKeyToIndex.get(rowKey); in DenseImmutableTable() local
/external/dng_sdk/source/
Ddng_gain_map.h93 real32 & Entry (uint32 rowIndex, in Entry()
108 const real32 & Entry (uint32 rowIndex, in Entry()
Ddng_gain_map.cpp317 for (int32 rowIndex = 0; rowIndex < fPoints.v; rowIndex++) in PutStream() local
419 for (int32 rowIndex = 0; rowIndex < mapPoints.v; rowIndex++) in GetStream() local
Ddng_jpeg_image.cpp129 uint32 rowIndex = tileIndex / tilesAcross; in Process() local
Ddng_ifd.cpp4026 dng_rect dng_ifd::TileArea (uint32 rowIndex, in TileArea()
Ddng_read_image.cpp2876 uint32 rowIndex = (tileIndex - plane * fTilesDown * fTilesAcross) / fTilesAcross; in Process() local
3275 for (uint32 rowIndex = 0; rowIndex < tilesDown; rowIndex++) in Read() local
Ddng_image_writer.cpp4436 uint32 rowIndex = tileIndex / fTilesAcross; in Process() local
4701 for (uint32 rowIndex = 0; rowIndex < tilesDown; rowIndex++) in WriteImage() local
/external/autotest/frontend/client/src/autotest/common/table/
DDataTable.java47 public void onRowClicked(int rowIndex, JSONObject row, boolean isRightClick); in onRowClicked()
212 public void removeRow(int rowIndex) { in removeRow()
231 public JSONObject getRow(int rowIndex) { in getRow()
293 protected void notifyListenersClicked(int rowIndex, boolean isRightClick) { in notifyListenersClicked()
DTableDecorator.java121 public void onRowClicked(int rowIndex, JSONObject row, boolean isRightClick) {} in onRowClicked()
/external/webrtc/webrtc/tools/loopback_test/
Dstat_tracker.js45 samplingFunctions[varName] = function (report, rowIndex) { argument
/external/chromium-trace/catapult/netlog_viewer/netlog_viewer/
Dtable_printer.js104 getCell_: function(rowIndex, columnIndex) { argument
/external/eigen/Eigen/src/SparseLU/
DSparseLU_SupernodalMatrix.h112 Index* rowIndex() { return m_rowind; } in rowIndex() function
114 const Index* rowIndex() const in rowIndex() function
/external/icu/icu4c/source/common/
Dpropsvec.c291 upvec_getRow(const UPropsVectors *pv, int32_t rowIndex, in upvec_getRow()
498 int32_t rowIndex, uint32_t *row, int32_t columns, in upvec_compactToUTrie2Handler()
/external/autotest/frontend/client/src/autotest/afe/
DTestSelector.java194 public void onRowClicked(int rowIndex, JSONObject row, boolean isRightClick) { in onRowClicked()
/external/chromium-trace/catapult/telemetry/third_party/WebKit/PerformanceTests/resources/
Djquery.tablesorter.min.js3 …(parsersDebug);}return list;};function detectParserForColumn(table,rows,rowIndex,cellIndex){var l=… argument
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/rbbi/
DBuildDictionaryFile.java869 private short[] rowIndex = null; field in BuildDictionaryFile
/external/autotest/frontend/client/src/autotest/tko/
DTableView.java329 public void onRowClicked(int rowIndex, JSONObject row, boolean isRightClick) { in onRowClicked()
/external/autotest/frontend/client/src/autotest/common/spreadsheet/
DSpreadsheet.java107 private int rowIndex = 0; field in Spreadsheet.RenderCommand
/external/skia/src/effects/gradients/
DSkLinearGradient.cpp737 const int rowIndex = (y & 1) << 1; in shade4_clamp() local
/external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/ui/
DTable.java710 public float getRowHeight (int rowIndex) { in getRowHeight()

12