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

1 2

  /cts/suite/cts/deviceTests/browserbench/assets/octane/
navier-stokes.js 150 var currentRow = j * rowSize;
151 ++currentRow;
153 x[currentRow] = x0[currentRow];
154 ++currentRow;
163 var currentRow = j * rowSize;
165 var lastX = x[currentRow];
166 ++currentRow;
168 lastX = x[currentRow] = (x0[currentRow] + a*(lastX+x[++currentRow]+x[++lastRow]+x[++nextRow])) * invC
    [all...]
  /external/chromium_org/v8/benchmarks/
navier-stokes.js 132 var currentRow = j * rowSize;
133 ++currentRow;
135 x[currentRow] = x0[currentRow];
136 ++currentRow;
145 var currentRow = j * rowSize;
147 var lastX = x[currentRow];
148 ++currentRow;
150 lastX = x[currentRow] = (x0[currentRow] + a*(lastX+x[++currentRow]+x[++lastRow]+x[++nextRow])) * invC
    [all...]
  /external/eigen/debug/gdb/
printers.py 85 self.currentRow = 0
94 row = self.currentRow
100 self.currentRow = self.currentRow + 1
101 if self.currentRow >= self.rows:
102 self.currentRow = 0
105 if self.currentRow >= self.rows:
111 self.currentRow = self.currentRow + 1
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowSQLiteCursor.java 103 return (byte[]) this.currentRow.get(getColumnNames()[columnIndex]);
109 Object value = this.currentRow.get(getColumnNames()[columnIndex]);
124 Object o =this.currentRow.get(getColumnNames()[columnIndex]);
132 Object o =this.currentRow.get(getColumnNames()[columnIndex]);
140 Object o =this.currentRow.get(getColumnNames()[columnIndex]);
148 Object o =this.currentRow.get(getColumnNames()[columnIndex]);
157 Object o =this.currentRow.get(getColumnNames()[columnIndex]);
178 currentRow = null;
191 Object o = this.currentRow.get(getColumnNames()[columnIndex]);
ShadowAbstractCursor.java 21 protected Map<String, Object> currentRow;
67 * Set currentRowNumber(Int) and currentRow (Map)
74 currentRow = null;
76 currentRow = rows.get(currentRowNumber);
  /external/chromium_org/third_party/skia/tools/bug_chomper/res/third_party/
jquery.tablednd.js 222 var currentRow = jQuery.tableDnD.findDropTargetRow(dragObj, y);
223 if (currentRow) {
225 if (movingDown && jQuery.tableDnD.dragObject != currentRow) {
226 jQuery.tableDnD.dragObject.parentNode.insertBefore(jQuery.tableDnD.dragObject, currentRow.nextSibling);
227 } else if (! movingDown && jQuery.tableDnD.dragObject != currentRow) {
228 jQuery.tableDnD.dragObject.parentNode.insertBefore(jQuery.tableDnD.dragObject, currentRow);
  /external/skia/tools/bug_chomper/res/third_party/
jquery.tablednd.js 222 var currentRow = jQuery.tableDnD.findDropTargetRow(dragObj, y);
223 if (currentRow) {
225 if (movingDown && jQuery.tableDnD.dragObject != currentRow) {
226 jQuery.tableDnD.dragObject.parentNode.insertBefore(jQuery.tableDnD.dragObject, currentRow.nextSibling);
227 } else if (! movingDown && jQuery.tableDnD.dragObject != currentRow) {
228 jQuery.tableDnD.dragObject.parentNode.insertBefore(jQuery.tableDnD.dragObject, currentRow);
  /external/chromium_org/third_party/skia/debugger/QT/
SkDebuggerGUI.cpp 445 fCanvasWidget.drawTo(fListWidget.currentRow());
452 fCanvasWidget.drawTo(fListWidget.currentRow());
480 int currentRow = fListWidget.currentRow();
486 fCanvasWidget.drawTo(currentRow);
512 for (int row = fListWidget.currentRow() + 1; row < fListWidget.count();
582 int currentRow = fListWidget.currentRow();
583 if (currentRow != 0) {
584 fListWidget.setCurrentRow(currentRow - 1)
    [all...]
  /external/skia/debugger/QT/
SkDebuggerGUI.cpp 445 fCanvasWidget.drawTo(fListWidget.currentRow());
452 fCanvasWidget.drawTo(fListWidget.currentRow());
480 int currentRow = fListWidget.currentRow();
486 fCanvasWidget.drawTo(currentRow);
512 for (int row = fListWidget.currentRow() + 1; row < fListWidget.count();
582 int currentRow = fListWidget.currentRow();
583 if (currentRow != 0) {
584 fListWidget.setCurrentRow(currentRow - 1)
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
Keyboard.java 764 Row currentRow = null;
776 currentRow = createRowFromXml(res, parser);
777 skipRow = currentRow.mode != 0 && currentRow.mode != mKeyboardMode;
784 key = createKeyFromXml(res, currentRow, x, y, parser);
805 y += currentRow.verticalGap;
806 y += currentRow.defaultHeight;
  /frameworks/base/core/java/android/inputmethodservice/
Keyboard.java 787 Row currentRow = null;
799 currentRow = createRowFromXml(res, parser);
800 rows.add(currentRow);
801 skipRow = currentRow.mode != 0 && currentRow.mode != mKeyboardMode;
808 key = createKeyFromXml(res, currentRow, x, y, parser);
823 currentRow.mKeys.add(key);
836 y += currentRow.verticalGap;
837 y += currentRow.defaultHeight;
    [all...]
  /frameworks/rs/
rsFont.h 173 CacheTextureLine(uint32_t maxHeight, uint32_t maxWidth, uint32_t currentRow, uint32_t currentCol)
174 : mMaxHeight(maxHeight), mMaxWidth(maxWidth), mCurrentRow(currentRow),
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/
rsFont.h 173 CacheTextureLine(uint32_t maxHeight, uint32_t maxWidth, uint32_t currentRow, uint32_t currentCol)
174 : mMaxHeight(maxHeight), mMaxWidth(maxWidth), mCurrentRow(currentRow),
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/
rsFont.h 173 CacheTextureLine(uint32_t maxHeight, uint32_t maxWidth, uint32_t currentRow, uint32_t currentCol)
174 : mMaxHeight(maxHeight), mMaxWidth(maxWidth), mCurrentRow(currentRow),
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/
rsFont.h 173 CacheTextureLine(uint32_t maxHeight, uint32_t maxWidth, uint32_t currentRow, uint32_t currentCol)
174 : mMaxHeight(maxHeight), mMaxWidth(maxWidth), mCurrentRow(currentRow),
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
wpagui.cpp 608 if (networkList->currentRow() >= 0)
609 was_selected = networkList->currentRow();
1065 if (networkList->currentRow() < 0) {
1130 if (networkList->currentRow() < 0) {
1190 if (networkList->currentRow() < 0)
1210 if (networkList->currentRow() < 0 || !enabled)
1222 if (networkList->currentRow() < 0 || !disabled)
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/
BrowseInfo.java 246 final ArrayObjectAdapter currentRow = new ArrayObjectAdapter();
247 mRows.put(headerId, currentRow);
250 new PreferenceXmlReaderListener(headerId, currentRow)).read();
  /external/icu/icu4c/source/common/
ucase.cpp 403 currentRow(0),
411 const UChar *p=unfold+(currentRow*unfoldRowWidth);
413 ++currentRow;
417 if(currentRow>=unfoldRows) { return U_SENTINEL; }
    [all...]
ucase.h 148 int32_t currentRow;
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
traverse_table.js 324 var currentRow = this.shadowTable_[currentCursor[0]];
325 if (currentRow) {
327 this.currentCellCursor = [currentCursor[0], (currentRow.length - 1)];
    [all...]
  /external/robolectric/lib/main/
h2-1.2.147.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /external/zxing/core/
core.jar 

Completed in 2002 milliseconds

1 2