HomeSort by relevance Sort by last modified time
    Searched defs:row (Results 1 - 25 of 820) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/skia/src/gpu/
GrRectanizer_pow2.cpp 24 Row* row = &fRows[HeightToRowIndex(height)]; local
25 SkASSERT(row->fRowHeight == 0 || row->fRowHeight == height);
27 if (0 == row->fRowHeight) {
31 this->initRow(row, height);
33 if (!row->canAddWidth(width, this->width())) {
37 // that row is now "full", so retarget our Row record for
39 this->initRow(row, height)
    [all...]
  /external/skia/src/gpu/
GrRectanizer_pow2.cpp 24 Row* row = &fRows[HeightToRowIndex(height)]; local
25 SkASSERT(row->fRowHeight == 0 || row->fRowHeight == height);
27 if (0 == row->fRowHeight) {
31 this->initRow(row, height);
33 if (!row->canAddWidth(width, this->width())) {
37 // that row is now "full", so retarget our Row record for
39 this->initRow(row, height)
    [all...]
  /external/wpa_supplicant_8/hs20/server/www/
signup.php 18 $row = $db->query("SELECT realm FROM sessions WHERE id='$id'")->fetch(); variable
19 if ($row == false) {
22 $realm = $row['realm'];
26 $row = $db->query("SELECT value FROM osu_config WHERE realm='$realm' AND field='free_account'")->fetch(); variable
27 if ($row && strlen($row['value']) > 0) {
cert-enroll.php 17 $row = $db->query("SELECT rowid,* FROM sessions WHERE id='$id'")->fetch(); variable
18 if ($row == false) {
22 $uri = $row['redirect_uri'];
23 $rowid = $row['rowid'];
24 $realm = $row['realm'];
redirect.php 15 $row = $db->query("SELECT rowid,* FROM sessions WHERE id='$id'")->fetch(); variable
16 if ($row == false) {
20 $uri = $row['redirect_uri'];
24 $user = $row['user'];
25 $realm = $row['realm'];
add-free.php 17 $row = $db->query("SELECT rowid,* FROM sessions WHERE id='$id'")->fetch(); variable
18 if ($row == false) {
22 $uri = $row['redirect_uri'];
23 $rowid = $row['rowid'];
24 $realm = $row['realm'];
26 $row = $db->query("SELECT value FROM osu_config WHERE realm='$realm' AND field='free_account'")->fetch(); variable
27 if (!$row || strlen($row['value']) == 0) {
31 $user = $row['value'];
33 $row = $db->query("SELECT password FROM users WHERE identity='$user' AND realm='$realm'")->fetch() variable
    [all...]
add-mo.php 28 $row = $db->query("SELECT rowid,* FROM sessions WHERE id='$id'")->fetch(); variable
29 if ($row == false) {
32 $realm = $row['realm'];
42 $uri = $row['redirect_uri'];
43 $rowid = $row['rowid'];
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
mb_utils.cpp 28 int row; local
29 row = MB_SIZE;
32 while (row)
76 row -= 4;
89 int row; local
91 row = B_SIZE;
92 while (row)
129 row -= 4;
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
mv.h 22 short row; member in struct:__anon17683
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_bitmap.c 54 GLint row, col; local
77 for (row = 0; row < height; row++) {
79 bitmap, width, height, GL_COLOR_INDEX, GL_BITMAP, row, 0);
87 span.array->y[count] = py + row;
99 /* get ready for next row */
109 span.array->y[count] = py + row;
121 /* get ready for next row */
126 if (count + width >= SWRAST_MAX_WIDTH || row + 1 == height)
    [all...]
  /external/libvpx/libvpx/vp8/common/
mv.h 22 short row; member in struct:__anon8547
  /external/mesa3d/src/mesa/swrast/
s_bitmap.c 54 GLint row, col; local
77 for (row = 0; row < height; row++) {
79 bitmap, width, height, GL_COLOR_INDEX, GL_BITMAP, row, 0);
87 span.array->y[count] = py + row;
99 /* get ready for next row */
109 span.array->y[count] = py + row;
121 /* get ready for next row */
126 if (count + width >= SWRAST_MAX_WIDTH || row + 1 == height)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
mv.h 22 short row; member in struct:__anon19730
  /external/ceres-solver/internal/ceres/
detect_structure.cc 48 // Iterate over row blocks of the matrix, checking if row_block,
51 const CompressedRow& row = bs.rows[r]; local
54 if (row.cells.front().block_id >= num_eliminate_blocks) {
57 const int e_block_id = row.cells.front().block_id;
60 *row_block_size = row.block.size;
62 *row_block_size != row.block.size) {
63 VLOG(2) << "Dynamic row block size because the block size changed from "
65 << row.block.size;
81 if (row.cells.size() > 1) {
82 const int f_block_id = row.cells[1].block_id
    [all...]
visibility_test.cc 63 // Row 1
66 CompressedRow& row = bs.rows.back(); local
67 row.block.size = 2;
68 row.block.position = 0;
69 row.cells.push_back(Cell(0, 0));
70 row.cells.push_back(Cell(5, 0));
73 // Row 2
76 CompressedRow& row = bs.rows.back(); local
77 row.block.size = 2;
78 row.block.position = 2
86 CompressedRow& row = bs.rows.back(); local
96 CompressedRow& row = bs.rows.back(); local
146 CompressedRow& row = bs.rows.back(); local
155 CompressedRow& row = bs.rows.back(); local
164 CompressedRow& row = bs.rows.back(); local
173 CompressedRow& row = bs.rows.back(); local
    [all...]
block_random_access_dense_matrix_test.cc 53 int row; local
58 m.GetCell(i, j, &row, &col, &row_stride, &col_stride);
61 EXPECT_EQ(row, row_idx);
83 int row; local
88 i, j, &row, &col, &row_stride, &col_stride);
90 row, col, blocks[i], blocks[j]) =
block_random_access_diagonal_matrix_test.cc 57 int row; local
65 &row, &col,
74 EXPECT_EQ(row, 0);
81 row, col, blocks[row_block_id], blocks[col_block_id]) =
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTableSectionElement.cpp 55 // these functions are rather slow, since we need to get the row at
66 RefPtrWillBeRawPtr<HTMLTableRowElement> row = HTMLTableRowElement::create(document()); local
68 appendChild(row, exceptionState);
70 insertBefore(row, children->item(index), exceptionState);
71 return row.release();
81 RefPtrWillBeRawPtr<Element> row = children->item(index); local
82 HTMLElement::removeChild(row.get(), exceptionState);
91 for (const HTMLTableRowElement* row = Traversal<HTMLTableRowElement>::firstChild(*this); row; row = Traversal<HTMLTableRowElement>::nextSibling(*row)
    [all...]
  /external/libhevc/common/
ihevc_weighted_pred.c 117 WORD32 row, col; local
120 for(row = 0; row < ht; row++)
202 WORD32 row, col; local
205 for(row = 0; row < ht; row++)
308 WORD32 row, col; local
311 for(row = 0; row < ht; row++
413 WORD32 row, col; local
500 WORD32 row, col; local
583 WORD32 row, col; local
    [all...]
  /external/libhevc/decoder/
ihevcd_itrans_recon_dc.c 93 WORD32 row, col; local
109 for(row = 0; row < trans_size; row++)
111 pu1_dst[row * dst_strd + col] = CLIP_U8((pu1_pred[row * pred_strd + col] + dc_value));
123 WORD32 row, col; local
140 for(row = 0; row < trans_size; row++
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/view/
TableLayout8.java 55 TableRow row = new TableRow(this); local
66 row.addView(label, new TableRow.LayoutParams(1));
67 row.addView(shortcut, new TableRow.LayoutParams());
69 table.addView(row, new TableLayout.LayoutParams());
TableLayout7.java 64 TableRow row = new TableRow(this); local
75 row.addView(label, new TableRow.LayoutParams(1));
76 row.addView(shortcut, new TableRow.LayoutParams());
78 table.addView(row, new TableLayout.LayoutParams());
  /pdk/apps/TestingCamera2/src/com/android/testingcamera2/
CheckableListAdapter.java 59 CheckBox row = (CheckBox) convertView; local
60 if (row == null) {
63 row = (CheckBox) inflater.inflate(R.layout.checkable_list_item, parent, false);
66 row.setChecked(item.isChecked);
67 row.setText(item.name);
69 row.setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener() {
76 return row;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiSeparatorAttributeNode.java 78 Composite row = toolkit.createComposite(parent); local
84 row.setLayoutData(twd);
85 row.setLayout(new GridLayout(3, false /* equal width */));
87 Label sep = toolkit.createSeparator(row, SWT.HORIZONTAL);
92 Label label = toolkit.createLabel(row, getDescriptor().getXmlLocalName());
95 sep = toolkit.createSeparator(row, SWT.HORIZONTAL);
  /external/chromium_org/remoting/host/
fake_desktop_capturer.cc 92 uint8* row = frame->data() + member in namespace:remoting
99 row[x * kBytesPerPixel] = r;
100 row[x * kBytesPerPixel + 1] = g;
101 row[x * kBytesPerPixel + 2] = b;
102 row[x * kBytesPerPixel + 3] = 0xff;
104 row += frame->stride();

Completed in 627 milliseconds

1 2 3 4 5 6 7 8 91011>>