HomeSort by relevance Sort by last modified time
    Searched refs:row (Results 1176 - 1200 of 1524) sorted by null

<<41424344454647484950>>

  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
HeapSnapshotView.js 95 WebInspector.installDragHandle(this.retainmentViewHeader, this._startRetainersHeaderDragging.bind(this), this._retainersHeaderDragging.bind(this), this._endRetainersHeaderDragging.bind(this), "row-resize");
592 var row = target.enclosingNodeOrSelfWithNodeName("tr");
593 if (!row)
595 span.node = row._dataGridNode;
648 var row = document.createElement("tr");
652 row.appendChild(refCell);
656 row.appendChild(objCell);
657 contentElement.appendChild(row);
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_intra_prediction.c 548 u32 row, col; local
562 row = mbNum / width;
563 col = mbNum - row * width;
566 ptr = image->data + row * 16 * width + col * 16;
569 * sense when current mb is the right-most mb in a row. Same applies to
573 if (row)
588 ptr = image->data + picSize * 256 + row * 8 * width + col * 8;
590 if (row)
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
dtptngen.cpp 195 {0, UDATPG_FIELD_COUNT, 0, 0, 0} , // last row of dtTypes[]
1020 const dtTypeElem *row = &dtTypes[canonicalIndex]; local
1578 const dtTypeElem *row = &dtTypes[canonicalIndex]; local
    [all...]
zstrfmt.cpp 566 for (int32_t row = 0; row < rowCount; row++) {
567 if (strings[row][0].isEmpty()) {
572 if (!strings[row][col].isEmpty()) {
598 names[typeIdx].setTo(strings[row][col]);
602 ZoneStringInfo *zsinf = new ZoneStringInfo(strings[row][0],
603 strings[row][col],
607 fZoneStringsTrie.put(strings[row][col], zsinf, fStringPool, status);
618 UChar *utzid = const_cast<UChar *>(fStringPool.get(strings[row][0], status))
    [all...]
  /external/chromium_org/third_party/libpng/
pngwutil.c     [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/
program_parse.tab.c 288 ROW = 321,
396 #define ROW 321
5656 int row; local
5712 int row; local
    [all...]
  /external/libpng/
pngwutil.c     [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngwutil.c     [all...]
  /external/chromium_org/chrome/browser/predictors/
resource_prefetch_predictor.cc 940 const ResourceRow& row = old_resources[i]; local
1186 const ResourcePrefetcher::Request& row = *(predicted[i]); local
    [all...]
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_typed_url_unittest.cc 669 details.row = added_entry;
708 details.row = updated_entry;
747 details.row = updated_entry;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTableCell.cpp 200 // FIXME: Changing an intrinsic padding shouldn't trigger a relayout as it only shifts the cell inside the row but
216 row()->setChildNeedsLayout(MarkOnlyThis);
234 // for layout (the padding required to push the contents of the cell down to the row's baseline) is included in our new height and baseline and makes both
236 // table and row layout can use the correct baseline and height for this cell.
371 // the first in-flow line box in the cell, or the first in-flow table-row in the cell, whichever comes first. If there
372 // is no such line box or table-row, the baseline is the bottom of content edge of the cell box.
382 ASSERT(!row() || row()->rowIndexWasSet());
390 // Our intrinsic padding pushes us down to align with the baseline of other cells on the row. If our vertical-align
413 // (4) If border styles differ only in color, then a style set on a cell wins over one on a row,
    [all...]
  /external/chromium_org/third_party/icu/source/common/
ucnvmbcs.c 153 * The data structure begins with a state table consisting of a row
154 * per state, with 256 entries (columns) per row for each possible input
497 const int32_t *row; local
502 row=mbcsTable->stateTable[state];
516 int32_t entry=row[b];
594 const int32_t *row; local
597 row=stateTable[state];
602 entry=row[min];
623 entry=row[max];
640 entry=row[min]
2257 const int32_t *row=stateTable[state]; local
2300 const int32_t *row=stateTable[state]; local
    [all...]
  /external/icu4c/common/
ucnvmbcs.c 155 * The data structure begins with a state table consisting of a row
156 * per state, with 256 entries (columns) per row for each possible input
500 const int32_t *row; local
505 row=mbcsTable->stateTable[state];
519 int32_t entry=row[b];
597 const int32_t *row; local
600 row=stateTable[state];
605 entry=row[min];
626 entry=row[max];
643 entry=row[min]
2259 const int32_t *row=stateTable[state]; local
2302 const int32_t *row=stateTable[state]; local
    [all...]
  /external/icu4c/i18n/
dtptngen.cpp 199 {0, UDATPG_FIELD_COUNT, 0, 0, 0} , // last row of dtTypes[]
1046 const dtTypeElem *row = &dtTypes[canonicalIndex]; local
1606 const dtTypeElem *row = &dtTypes[canonicalIndex]; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_onyx_if.c 505 int row, col; local
511 for (row = 0; row < cpi->common.mi_rows; row++) {
525 int row, col; local
529 for (row = 0; row < cm->mi_rows; row++) {
1935 unsigned int row, col; local
    [all...]
  /cts/suite/pts/deviceTests/browserbench/assets/octane/css/
bootstrap.css 184 .row {
188 .row:before,
189 .row:after {
193 .row:after {
277 .row-fluid {
281 .row-fluid:before,
282 .row-fluid:after {
286 .row-fluid:after {
289 .row-fluid [class*="span"] {
301 .row-fluid [class*="span"]:first-child
    [all...]
  /frameworks/base/core/java/android/widget/
GridView.java 612 // first row or the first row is scrolled off the top of the drawable area
655 // last row or the last row is scrolled off the bottom of the drawable area
739 * @param rowStart The start of the row that will contain the selection
757 * @param rowStart The start of the row that will contain the selection
770 * Move all views upwards so the selected row does not interesect the bottom
773 * @param childInSelectedRow A child in the row that contains the selection
799 * Move all views upwards so the selected row does not interesect the top
802 * @param childInSelectedRow A child in the row that contains the selectio
2281 final int row; local
    [all...]
  /frameworks/native/opengl/tests/hwc/
hwcCommit.cpp 637 // has limits on the number of objects it can handle on any single row.
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/adapter/
ContactsSyncParser.java 70 private static final String COMMON_TYPE_ROW = Phone.TYPE; // Could have been any typed row
458 * Changes are handled row by row, and only changed/new rows are acted upon
627 * Generate the uri for the data row associated with this NamedContentValues object
629 * @return a uri that can be used to refer to this row
766 * represent the current values of that row, that can be compared against current values to
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
cloctst.c 387 int row = 0; local
438 for(row=0;testData[row][0] != NULL;row++) {
439 loc = testData[row][NAME];
440 log_verbose("Test #%d: %s\n", row, loc);
485 row, testTitles[n], loc, u_errorName(err));
488 row, testTitles[n], loc, buf, len);
492 row, testTitles[n], loc, buf, len, strlen(buf)+1);
499 row, testTitles[n], loc, buf, buf[len+1])
    [all...]
  /external/icu4c/test/cintltst/
cloctst.c 388 int row = 0; local
440 for(row=0;testData[row][0] != NULL;row++) {
441 loc = testData[row][NAME];
442 log_verbose("Test #%d: %s\n", row, loc);
487 row, testTitles[n], loc, u_errorName(err));
490 row, testTitles[n], loc, buf, len);
494 row, testTitles[n], loc, buf, len, strlen(buf)+1);
501 row, testTitles[n], loc, buf, buf[len+1])
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
MediaStore_Images_MediaTest.java 64 for (Uri row : mRowsAdded) {
65 mContentResolver.delete(row, null, null);
  /external/chromium/chrome/browser/resources/bookmark_manager/css/
bmm.css 174 html[os=mac] .tree-row[selected] > .tree-label {

Completed in 1915 milliseconds

<<41424344454647484950>>