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

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTableRowsCollection.h 44 static HTMLTableRowElement* lastRow(HTMLTableElement*);
HTMLTableElement.cpp 197 RefPtr<HTMLTableRowElement> lastRow = 0;
200 lastRow = HTMLTableRowsCollection::lastRow(this);
203 row = HTMLTableRowsCollection::rowAfter(this, lastRow.get());
211 lastRow = row;
216 if (lastRow)
217 parent = row ? row->parentNode() : lastRow->parentNode();
238 row = HTMLTableRowsCollection::lastRow(this);
HTMLTableRowsCollection.cpp 117 HTMLTableRowElement* HTMLTableRowsCollection::lastRow(HTMLTableElement* table)
  /external/chromium_org/third_party/icu/source/common/
propsvec.c 156 uint32_t *firstRow, *lastRow;
187 lastRow=_findRow(pv, end);
195 splitLastRow= (UBool)(limit!=(UChar32)lastRow[1] && value!=(lastRow[column]&mask));
222 lastRow=newVectors+(lastRow-pv->v);
229 count = (int32_t)((pv->v+rows*columns)-(lastRow+columns));
232 lastRow+(1+splitFirstRow+splitLastRow)*columns,
233 lastRow+columns,
240 /* copy all affected rows up one and move the lastRow pointer *
    [all...]
  /external/icu4c/common/
propsvec.c 157 uint32_t *firstRow, *lastRow;
188 lastRow=_findRow(pv, end);
196 splitLastRow= (UBool)(limit!=(UChar32)lastRow[1] && value!=(lastRow[column]&mask));
223 lastRow=newVectors+(lastRow-pv->v);
230 count = (int32_t)((pv->v+rows*columns)-(lastRow+columns));
233 lastRow+(1+splitFirstRow+splitLastRow)*columns,
234 lastRow+columns,
241 /* copy all affected rows up one and move the lastRow pointer *
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
prog_statevars.c 294 const GLuint lastRow = (GLuint) state[3];
300 ASSERT(lastRow >= 0);
301 ASSERT(lastRow < 4);
335 for (i = 0, row = firstRow; row <= lastRow; row++) {
343 for (i = 0, row = firstRow; row <= lastRow; row++) {
1004 const GLuint lastRow = (GLuint) state[3];
    [all...]
  /external/mesa3d/src/mesa/program/
prog_statevars.c 294 const GLuint lastRow = (GLuint) state[3];
300 ASSERT(lastRow >= 0);
301 ASSERT(lastRow < 4);
335 for (i = 0, row = firstRow; row <= lastRow; row++) {
343 for (i = 0, row = firstRow; row <= lastRow; row++) {
1004 const GLuint lastRow = (GLuint) state[3];
    [all...]
  /packages/apps/DeskClock/src/com/android/alarmclock/
DigitalWidgetViewsFactory.java 84 int lastRow = ((mCitiesList.length + 1) / 2) - 1;
85 if (position == lastRow) {
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
navier-stokes.js 162 var lastRow = (j - 1) * rowSize;
168 lastX = x[currentRow] = (x0[currentRow] + a*(lastX+x[++currentRow]+x[++lastRow]+x[++nextRow])) * invC;
199 var lastRow = (j - 1) * rowSize;
206 lastX = x[currentRow] = (x0[currentRow] + a * (lastX + x[currentRow] + x[lastRow] + x[nextRow])) * invC;
207 lastY = y[currentRow] = (y0[currentRow] + a * (lastY + y[++currentRow] + y[++lastRow] + y[++nextRow])) * invC;
  /external/chromium_org/v8/benchmarks/
navier-stokes.js 144 var lastRow = (j - 1) * rowSize;
150 lastX = x[currentRow] = (x0[currentRow] + a*(lastX+x[++currentRow]+x[++lastRow]+x[++nextRow])) * invC;
181 var lastRow = (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;
  /external/v8/benchmarks/
navier-stokes.js 144 var lastRow = (j - 1) * rowSize;
150 lastX = x[currentRow] = (x0[currentRow] + a*(lastX+x[++currentRow]+x[++lastRow]+x[++nextRow])) * invC;
181 var lastRow = (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;
  /external/chromium_org/chrome/browser/resources/file_manager/js/image_editor/
image_util.js 624 var lastRow = Math.min(firstRow + rowCount, image.height);
627 image, 0, firstRow, image.width, lastRow - firstRow,
629 image.width, lastRow - firstRow);
631 if (lastRow == image.height) {
647 self.copyStrip_(context, image, lastRow, rowCount);
  /external/chromium_org/third_party/iaccessible2/
ia2_api_all.idl 188 long lastRow; ///< 0 based, inclusive
    [all...]
  /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 
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/devtools/tools/lib/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
jcommon-1.0.12.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 309 milliseconds