/external/icu/icu4c/source/common/ |
D | propsvec.c | 157 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/ |
D | propsvec.c | 157 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/ |
D | HTMLTableRowsCollection.cpp | 101 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()
|
D | HTMLTableElement.cpp | 179 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()
|
D | HTMLTableRowsCollection.h | 47 static HTMLTableRowElement* lastRow(HTMLTableElement&);
|
/external/chromium_org/v8/benchmarks/ |
D | navier-stokes.js | 144 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/ |
D | image_util.js | 618 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/ |
D | prog_statevars.c | 294 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/ |
D | prog_statevars.c | 294 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/ |
D | RenderTableRow.h | 151 inline RenderTableRow* RenderTableSection::lastRow() const in lastRow() function
|
D | RenderTableSection.h | 73 RenderTableRow* lastRow() const;
|
D | RenderTableSection.cpp | 148 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()
|
D | RenderTableCell.cpp | 732 prevRow = prevCell->section()->lastRow(); in computeCollapsedBeforeBorder()
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/ |
D | traverse_table.js | 1254 var lastRow = this.shadowTable_[numRows - 1]; 1255 var lastIndex = [(numRows - 1), (lastRow.length - 1)];
|
/external/chromium_org/third_party/iaccessible2/ |
D | ia2_api_all.idl | 243 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).
|