Home
last modified time | relevance | path

Searched refs:currentRow (Results 1 – 15 of 15) sorted by relevance

/external/v8/benchmarks/
Dnavier-stokes.js132 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])) * i…
167 var currentRow = j * rowSize;
168 ++currentRow;
[all …]
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/integration/
DRombergIntegrator.java73 double currentRow[] = new double[m]; in integrate() local
80 currentRow[0] = qtrap.stage(f, min, max, 0); in integrate()
81 double olds = currentRow[0]; in integrate()
86 previousRow = currentRow; in integrate()
87 currentRow = tmpRow; in integrate()
89 currentRow[0] = qtrap.stage(f, min, max, i); in integrate()
93 final double tIJm1 = currentRow[j - 1]; in integrate()
94 currentRow[j] = tIJm1 + (tIJm1 - previousRow[j - 1]) / r; in integrate()
96 final double s = currentRow[i]; in integrate()
/external/eigen/debug/gdb/
Dprinters.py85 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/
DShadowSQLiteCursor.java103 return (byte[]) this.currentRow.get(getColumnNames()[columnIndex]); in getBlob()
109 Object value = this.currentRow.get(getColumnNames()[columnIndex]); in getString()
124 Object o =this.currentRow.get(getColumnNames()[columnIndex]); in getShort()
132 Object o =this.currentRow.get(getColumnNames()[columnIndex]); in getInt()
140 Object o =this.currentRow.get(getColumnNames()[columnIndex]); in getLong()
148 Object o =this.currentRow.get(getColumnNames()[columnIndex]); in getFloat()
157 Object o =this.currentRow.get(getColumnNames()[columnIndex]); in getDouble()
178 currentRow = null; in close()
191 Object o = this.currentRow.get(getColumnNames()[columnIndex]); in isNull()
DShadowAbstractCursor.java21 protected Map<String, Object> currentRow; field in ShadowAbstractCursor
74 currentRow = null; in setPosition()
76 currentRow = rows.get(currentRowNumber); in setPosition()
/external/skia/debugger/QT/
DSkDebuggerGUI.cpp260 for (int row = fListWidget.currentRow() + 1; row < fListWidget.count(); in actionPlay()
325 int currentRow = fListWidget.currentRow(); in actionStepBack() local
326 if (currentRow != 0) { in actionStepBack()
327 fListWidget.setCurrentRow(currentRow - 1); in actionStepBack()
332 int currentRow = fListWidget.currentRow(); in actionStepForward() local
333 QString curRow = QString::number(currentRow); in actionStepForward()
335 if (currentRow < fListWidget.count() - 1) { in actionStepForward()
336 fListWidget.setCurrentRow(currentRow + 1); in actionStepForward()
386 fPausedRow = fListWidget.currentRow(); in pauseDrawing()
391 int currentRow = -1; in updateDrawCommandInfo() local
[all …]
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
Dwpagui.cpp651 if (networkList->currentRow() >= 0) in updateNetworks()
652 was_selected = networkList->currentRow(); in updateNetworks()
1155 if (networkList->currentRow() < 0) { in editListedNetwork()
1220 if (networkList->currentRow() < 0) { in removeListedNetwork()
1280 if (networkList->currentRow() < 0) in updateNetworkDisabledStatus()
1300 if (networkList->currentRow() < 0 || !enabled) in enableListedNetwork()
1312 if (networkList->currentRow() < 0 || !disabled) in disableListedNetwork()
/external/icu/icu4c/source/common/
Ducase.cpp402 currentRow(0), in FullCaseFoldingIterator()
410 const UChar *p=unfold+(currentRow*unfoldRowWidth); in next()
412 ++currentRow; in next()
416 if(currentRow>=unfoldRows) { return U_SENTINEL; } in next()
Ducase.h148 int32_t currentRow; variable
/external/robolectric/lib/main/
Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org ...
/external/zxing/core/
Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...