HomeSort by relevance Sort by last modified time
    Searched refs:nextRow (Results 1 - 16 of 16) sorted by null

  /external/v8/benchmarks/
navier-stokes.js 146 var nextRow = (j + 1) * rowSize;
150 lastX = x[currentRow] = (x0[currentRow] + a*(lastX+x[++currentRow]+x[++lastRow]+x[++nextRow])) * invC;
183 var nextRow = (j + 1) * rowSize;
188 lastX = x[currentRow] = (x0[currentRow] + a * (lastX + x[currentRow] + x[lastRow] + x[nextRow])) * invC;
189 lastY = y[currentRow] = (y0[currentRow] + a * (lastY + y[++currentRow] + y[++lastRow] + y[++nextRow])) * invC;
248 var nextRow = (j + 1) * rowSize;
250 div[++currentRow] = h * (u[++nextValue] - u[++prevValue] + v[++nextRow] - v[++previousRow]);
266 var nextRow = (j + 1) * rowSize;
270 v[currentPos] -= hScale * (p[++nextRow] - p[++prevRow]);
  /packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/
TelephonyBackupAgentTest.java 268 fakeCursor.nextRow = 0;
672 private int nextRow = 0;
682 ContentValues modifiedValues = new ContentValues(mSms[nextRow++]);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
GridLayoutConverter.java 336 int nextRow = 0;
373 nextRow = Math.max(nextRow, row + rowSpan);
394 assert nextRow > implicitRow;
395 implicitRow = nextRow;
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
StackStateAnimator.java 380 ExpandableNotificationRow nextRow =
384 && !nextRow.isChildInGroup()) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridModel.java 505 int nextRow = 1;
516 assert nextRow > row;
518 row = nextRow;
533 nextRow = Math.max(nextRow, view.row + view.rowSpan);
539 assert nextRow > row;
541 row = nextRow;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
vktFragmentOperationsScissorMultiViewportTests.cpp 403 const bool nextRow = (scissorNdx != 0) && (scissorNdx % numCols == 0);
404 if (nextRow)
    [all...]
  /frameworks/base/core/java/android/widget/
GridView.java     [all...]
  /prebuilts/tools/common/bazel/formc-deps/
jgoodies-forms.jar 
  /external/robolectric/v1/lib/main/
h2-1.2.147.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/pmd/pmd/5.1.1/
pmd-5.1.1.jar 

Completed in 792 milliseconds