/external/chromium_org/third_party/icu/source/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/icu/icu4c/source/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/WebKit/Source/core/html/ |
HTMLTableRowsCollection.cpp | 101 HTMLTableRowElement* HTMLTableRowsCollection::lastRow(HTMLTableElement& table) 104 if (HTMLTableRowElement* lastRow = Traversal<HTMLTableRowElement>::lastChild(*tfoot)) 105 return lastRow; 112 if (HTMLTableRowElement* lastRow = Traversal<HTMLTableRowElement>::lastChild(*child)) 113 return lastRow; 118 if (HTMLTableRowElement* lastRow = Traversal<HTMLTableRowElement>::lastChild(*thead)) 119 return lastRow;
|
HTMLTableElement.cpp | 179 RefPtrWillBeRawPtr<HTMLTableRowElement> lastRow = nullptr; 182 lastRow = HTMLTableRowsCollection::lastRow(*this); 185 row = HTMLTableRowsCollection::rowAfter(*this, lastRow.get()); 193 lastRow = row; 198 if (lastRow) 199 parent = row ? row->parentNode() : lastRow->parentNode(); 226 row = HTMLTableRowsCollection::lastRow(*this);
|
HTMLTableRowsCollection.h | 47 static HTMLTableRowElement* lastRow(HTMLTableElement&);
|
/external/libpng/contrib/gregbook/ |
rpng-x.c | 691 ulg i, row, lastrow = 0; local 708 for (lastrow = row = 0; row < image_height; ++row) { 772 XPutImage(display, window, gc, ximage, 0, (int)lastrow, 0, 773 (int)lastrow, image_width, 16); 775 lastrow = row + 1; 782 for (lastrow = row = 0; row < image_height; ++row) { 835 XPutImage(display, window, gc, ximage, 0, (int)lastrow, 0, 836 (int)lastrow, image_width, 16); 838 lastrow = row + 1; 849 if (lastrow < image_height) [all...] |
rpng-win.c | 583 ulg i, row, lastrow; local 599 for (lastrow = row = 0; row < image_height; ++row) { 639 rect.top = (LONG)lastrow; 641 rect.bottom = (LONG)lastrow + 16L; /* possibly off by one? */ 644 lastrow = row + 1; 649 if (lastrow < image_height) { 651 rect.top = (LONG)lastrow;
|
rpng2-x.c | 1597 ulg i, row, lastrow = 0; local [all...] |
/packages/apps/DeskClock/src/com/android/alarmclock/ |
DigitalWidgetViewsFactory.java | 86 int lastRow = ((mCitiesList.length + 1) / 2) - 1; 87 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/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderTableRow.h | 151 inline RenderTableRow* RenderTableSection::lastRow() const
|
RenderTableSection.h | 73 RenderTableRow* lastRow() const;
|
RenderTableSection.cpp | 148 last = lastRow(); [all...] |
RenderTableCell.cpp | [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...] |
/external/chromium_org/ui/file_manager/gallery/js/image_editor/ |
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);
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/ |
armCOMM_IDCT_s.h | [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/ |
armCOMM_IDCT_s.h | [all...] |
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/ |
traverse_table.js | [all...] |
/device/google/accessory/demokit/hardware/ |
TLA, Android ADK BOM rev 01.rtf | 255 \cf0 \cell \lastrow\row
|
/device/google/accessory/demokit/hardware/eng/shield/ |
Ashield BOM rev 02.rtf | [all...] |
/external/chromium_org/third_party/iaccessible2/ |
ia2_api_all.idl | 243 long lastRow; ///< 0 based, inclusive [all...] |
/device/google/accessory/demokit/hardware/eng/m256c/ |
mega2560 BOM rev 01.rtf | [all...] |