Searched refs:currentRow (Results 1 - 25 of 25) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/integration/
H A DRombergIntegrator.java73 double currentRow[] = new double[m];
80 currentRow[0] = qtrap.stage(f, min, max, 0);
81 double olds = currentRow[0];
86 previousRow = currentRow;
87 currentRow = tmpRow;
89 currentRow[0] = qtrap.stage(f, min, max, i);
93 final double tIJm1 = currentRow[j - 1];
94 currentRow[j] = tIJm1 + (tIJm1 - previousRow[j - 1]) / r;
96 final double s = currentRow[i];
/external/v8/benchmarks/
H A 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]
[all...]
/external/libjpeg-turbo/doc/html/
H A Ddynsections.js51 var currentRow = $('#row_'+id);
52 var currentRowImages = currentRow.find("img");
55 var rows = currentRow.nextAll("tr");
74 currentRow.find("[id^=arr]").attr('src', 'ftv2mnode.png'); //open row
75 currentRow.find("[id^=img]").attr('src', 'ftv2folderopen.png'); //open row
/external/eigen/debug/gdb/
H A Dprinters.py85 self.currentRow = 0
97 row = self.currentRow
103 self.currentRow = self.currentRow + 1
104 if self.currentRow >= self.rows:
105 self.currentRow = 0
108 if self.currentRow >= self.rows:
114 self.currentRow = self.currentRow + 1
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowSQLiteCursor.java103 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]);
H A DShadowAbstractCursor.java21 protected Map<String, Object> currentRow; field in class:ShadowAbstractCursor
67 * Set currentRowNumber(Int) and currentRow (Map)
74 currentRow = null;
76 currentRow = rows.get(currentRowNumber);
/external/skia/debugger/QT/
H A DSkDebuggerGUI.cpp191 for (int row = fListWidget.currentRow() + 1; row < fListWidget.count();
256 int currentRow = fListWidget.currentRow(); local
257 if (currentRow != 0) {
258 fListWidget.setCurrentRow(currentRow - 1);
263 int currentRow = fListWidget.currentRow(); local
264 QString curRow = QString::number(currentRow);
266 if (currentRow < fListWidget.count() - 1) {
267 fListWidget.setCurrentRow(currentRow
323 int currentRow = -1; local
[all...]
/external/skqp/debugger/QT/
H A DSkDebuggerGUI.cpp191 for (int row = fListWidget.currentRow() + 1; row < fListWidget.count();
256 int currentRow = fListWidget.currentRow(); local
257 if (currentRow != 0) {
258 fListWidget.setCurrentRow(currentRow - 1);
263 int currentRow = fListWidget.currentRow(); local
264 QString curRow = QString::number(currentRow);
266 if (currentRow < fListWidget.count() - 1) {
267 fListWidget.setCurrentRow(currentRow
323 int currentRow = -1; local
[all...]
/external/autotest/frontend/client/src/autotest/tko/
H A DSpreadsheetDataProcessor.java49 private int currentRow = 0; field in class:SpreadsheetDataProcessor.ProcessDataCommand
56 for (int i = 0; i < ROWS_PROCESSED_PER_ITERATION; i++, currentRow++) {
57 if (currentRow == counts.size()) {
61 processRow(counts.get(currentRow).isObject());
/external/skia/tools/mdbviz/
H A Dmainwindow.cpp137 int currentRow = cur->data(0, Qt::UserRole).toInt(); local
138 fModel.setCurOp(currentRow);
/external/skqp/tools/mdbviz/
H A Dmainwindow.cpp137 int currentRow = cur->data(0, Qt::UserRole).toInt(); local
138 fModel.setCurOp(currentRow);
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
H A Dwpagui.cpp651 if (networkList->currentRow() >= 0)
652 was_selected = networkList->currentRow();
1155 if (networkList->currentRow() < 0) {
1220 if (networkList->currentRow() < 0) {
1280 if (networkList->currentRow() < 0)
1300 if (networkList->currentRow() < 0 || !enabled)
1312 if (networkList->currentRow() < 0 || !disabled)
/external/icu/icu4c/source/common/
H A Ducase.cpp397 currentRow(0),
405 const UChar *p=unfold+(currentRow*unfoldRowWidth);
407 ++currentRow;
411 if(currentRow>=unfoldRows) { return U_SENTINEL; }
H A Ducase.h147 int32_t currentRow; member in class:FullCaseFoldingIterator
/external/robolectric/v1/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/oned/ ...
/external/guice/extensions/persist/lib/
H A Dhsqldb.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hsqldb/ org/hsqldb/index/ org/hsqldb/jdbc/ org/ ...
H A Dhibernate3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/AssertionFailure.class AssertionFailure. ...
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 3882 milliseconds