Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dpropsvec.c157 uint32_t *firstRow, *lastRow; in upvec_setValue() local
188 lastRow=_findRow(pv, end); in upvec_setValue()
196 splitLastRow= (UBool)(limit!=(UChar32)lastRow[1] && value!=(lastRow[column]&mask)); in upvec_setValue()
223 lastRow=newVectors+(lastRow-pv->v); in upvec_setValue()
230 count = (int32_t)((pv->v+rows*columns)-(lastRow+columns)); in upvec_setValue()
233 lastRow+(1+splitFirstRow+splitLastRow)*columns, in upvec_setValue()
234 lastRow+columns, in upvec_setValue()
242 count = (int32_t)((lastRow-firstRow)+columns); in upvec_setValue()
244 lastRow+=columns; in upvec_setValue()
254 uprv_memcpy(lastRow+columns, lastRow, columns*4); in upvec_setValue()
[all …]
/external/chromium_org/third_party/icu/source/common/
Dpropsvec.c157 uint32_t *firstRow, *lastRow; in upvec_setValue() local
188 lastRow=_findRow(pv, end); in upvec_setValue()
196 splitLastRow= (UBool)(limit!=(UChar32)lastRow[1] && value!=(lastRow[column]&mask)); in upvec_setValue()
223 lastRow=newVectors+(lastRow-pv->v); in upvec_setValue()
230 count = (int32_t)((pv->v+rows*columns)-(lastRow+columns)); in upvec_setValue()
233 lastRow+(1+splitFirstRow+splitLastRow)*columns, in upvec_setValue()
234 lastRow+columns, in upvec_setValue()
242 count = (int32_t)((lastRow-firstRow)+columns); in upvec_setValue()
244 lastRow+=columns; in upvec_setValue()
254 uprv_memcpy(lastRow+columns, lastRow, columns*4); in upvec_setValue()
[all …]
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLTableRowsCollection.cpp101 HTMLTableRowElement* HTMLTableRowsCollection::lastRow(HTMLTableElement& table) in lastRow() function in blink::HTMLTableRowsCollection
104 if (HTMLTableRowElement* lastRow = Traversal<HTMLTableRowElement>::lastChild(*tfoot)) in lastRow() local
105 return lastRow; in lastRow()
112 if (HTMLTableRowElement* lastRow = Traversal<HTMLTableRowElement>::lastChild(*child)) in lastRow() local
113 return lastRow; in lastRow()
118 if (HTMLTableRowElement* lastRow = Traversal<HTMLTableRowElement>::lastChild(*thead)) in lastRow() local
119 return lastRow; in lastRow()
DHTMLTableElement.cpp179 RefPtrWillBeRawPtr<HTMLTableRowElement> lastRow = nullptr; in insertRow() local
182 lastRow = HTMLTableRowsCollection::lastRow(*this); in insertRow()
185 row = HTMLTableRowsCollection::rowAfter(*this, lastRow.get()); in insertRow()
193 lastRow = row; in insertRow()
198 if (lastRow) in insertRow()
199 parent = row ? row->parentNode() : lastRow->parentNode(); in insertRow()
226 row = HTMLTableRowsCollection::lastRow(*this); in deleteRow()
DHTMLTableRowsCollection.h47 static HTMLTableRowElement* lastRow(HTMLTableElement&);
/external/chromium_org/v8/benchmarks/
Dnavier-stokes.js144 var lastRow = (j - 1) * rowSize;
150 …lastX = x[currentRow] = (x0[currentRow] + a*(lastX+x[++currentRow]+x[++lastRow]+x[++nextRow])) * i…
181 var lastRow = (j - 1) * rowSize;
188 …lastX = x[currentRow] = (x0[currentRow] + a * (lastX + x[currentRow] + x[lastRow] + x[nextRow])) *…
189 …Y = y[currentRow] = (y0[currentRow] + a * (lastY + y[++currentRow] + y[++lastRow] + y[++nextRow]))…
/external/chromium_org/ui/file_manager/gallery/js/image_editor/
Dimage_util.js618 var lastRow = Math.min(firstRow + rowCount, image.height);
621 image, 0, firstRow, image.width, lastRow - firstRow,
623 image.width, lastRow - firstRow);
625 if (lastRow === image.height) {
641 self.copyStrip_(context, image, lastRow, rowCount);
/external/mesa3d/src/mesa/program/
Dprog_statevars.c294 const GLuint lastRow = (GLuint) state[3]; in _mesa_fetch_state() local
300 ASSERT(lastRow >= 0); in _mesa_fetch_state()
301 ASSERT(lastRow < 4); in _mesa_fetch_state()
335 for (i = 0, row = firstRow; row <= lastRow; row++) { in _mesa_fetch_state()
343 for (i = 0, row = firstRow; row <= lastRow; row++) { in _mesa_fetch_state()
1004 const GLuint lastRow = (GLuint) state[3]; in _mesa_program_state_string() local
1012 if (firstRow == lastRow) in _mesa_program_state_string()
1015 sprintf(tmp, ".row[%d..%d]", firstRow, lastRow); in _mesa_program_state_string()
/external/chromium_org/third_party/mesa/src/src/mesa/program/
Dprog_statevars.c294 const GLuint lastRow = (GLuint) state[3]; in _mesa_fetch_state() local
300 ASSERT(lastRow >= 0); in _mesa_fetch_state()
301 ASSERT(lastRow < 4); in _mesa_fetch_state()
335 for (i = 0, row = firstRow; row <= lastRow; row++) { in _mesa_fetch_state()
343 for (i = 0, row = firstRow; row <= lastRow; row++) { in _mesa_fetch_state()
1004 const GLuint lastRow = (GLuint) state[3]; in _mesa_program_state_string() local
1012 if (firstRow == lastRow) in _mesa_program_state_string()
1015 sprintf(tmp, ".row[%d..%d]", firstRow, lastRow); in _mesa_program_state_string()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTableRow.h151 inline RenderTableRow* RenderTableSection::lastRow() const in lastRow() function
DRenderTableSection.h73 RenderTableRow* lastRow() const;
DRenderTableSection.cpp148 last = lastRow(); in addChild()
1142 …const BorderValue& rb = side == BorderBefore ? firstRow()->style()->borderBefore() : lastRow()->st… in calcBlockDirectionOuterBorder()
1519 for (RenderTableRow* row = lastRow(); row; row = row->previousRow()) { in nodeAtPoint()
DRenderTableCell.cpp732 prevRow = prevCell->section()->lastRow(); in computeCollapsedBeforeBorder()
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
Dtraverse_table.js1254 var lastRow = this.shadowTable_[numRows - 1];
1255 var lastIndex = [(numRows - 1), (lastRow.length - 1)];
/external/chromium_org/third_party/iaccessible2/
Dia2_api_all.idl243 long lastRow; ///< 0 based, inclusive
4255 A struct of (type(insert, delete, update), firstRow, lastRow, firstColumn, lastColumn).
4632 A struct of (type(insert, delete, update), firstRow, lastRow, firstColumn, lastColumn).