Searched defs:row (Results 1 - 25 of 549) sorted by relevance

1234567891011>>

/external/wpa_supplicant_8/hs20/server/www/
H A Dsignup.php18 $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) {
H A Dcert-enroll.php17 $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'];
H A Dredirect.php15 $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'];
H A Dadd-free.php17 $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 variable
[all...]
H A Dadd-mo.php28 $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'];
/external/libvpx/libvpx/vp8/common/
H A Dmv.h20 short row; member in struct:__anon11833
/external/skia/src/gpu/
H A DGrRectanizer_pow2.cpp23 Row* row = &fRows[HeightToRowIndex(height)]; local
24 SkASSERT(row->fRowHeight == 0 || row->fRowHeight == height);
26 if (0 == row->fRowHeight) {
30 this->initRow(row, height);
32 if (!row->canAddWidth(width, this->width())) {
36 // that row is now "full", so retarget our Row record for
38 this->initRow(row, height);
42 SkASSERT(row->fRowHeight == height);
43 SkASSERT(row
[all...]
/external/eigen/bench/btl/generic_bench/init/
H A Dinit_matrix.hh28 BTL_DONT_INLINE void init_row(Vector & X, int size, int row){ argument
33 X[j]=typename Vector::value_type(init_function(row,j));
45 for (unsigned int row=0; row<A.size() ; row++){
46 init_row<init_function>(A[row],size,row);
53 for (unsigned int row=0; row<A.size() ; row
[all...]
/external/libjpeg-turbo/simd/
H A Djcsample.h17 int row; local
21 for (row = 0; row < num_rows; row++) {
22 ptr = image_data[row] + input_cols;
/external/autotest/frontend/client/src/autotest/afe/
H A DJobTable.java48 protected void preprocessRow(JSONObject row) { argument
49 JSONObject status_counts = row.get("status_counts").isObject();
51 row.put(HOSTS_SUMMARY, new JSONString(statusCountString));
53 JSONArray result_counts = row.get("result_counts").isObject().get("groups").isArray();
60 row.put(RESULTS_SUMMARY, new JSONString(resultCountString));
63 Double priorityValue = row.get("priority").isNumber().getValue();
65 row.put("priority", new JSONString(priorityName));
68 AfeUtils.removeSecondsFromDateField(row, "created_on", CREATED_TEXT);
/external/autotest/frontend/client/src/autotest/common/table/
H A DTableClickWidget.java13 private int row; field in class:TableClickWidget
21 int row, int cell) {
23 this.row = row;
36 return row;
20 TableClickWidget(FocusWidget widget, TableWidgetClickListener listener, int row, int cell) argument
/external/autotest/frontend/client/src/autotest/common/ui/
H A DRightClickTable.java18 int row; field in class:RightClickTable.RowColumn
21 public RowColumn(int row, int column) { argument
22 this.row = row;
52 return new HTMLTable.Cell(position.row, position.column) {
63 int row = DOM.getChildIndex(body, tr);
65 return new RowColumn(row, column);
/external/autotest/frontend/
H A Dmake_superuser.py29 row = cur.fetchone() variable
31 if row is None:
/external/eigen/doc/examples/
H A Dmake_circulant2.cpp13 const typename ArgType::Scalar& operator() (Index row, Index col) const { argument
14 Index index = row - col;
/external/harfbuzz_ng/util/
H A Dhelper-cairo-ansi.cc68 /* Drop first row while empty */
81 /* Drop last row while empty */
85 const uint32_t *row = data + (height - 1) * stride / 4; local
88 if (row[i] != bg_color)
95 height++; /* Add one last blank row for padding. */
/external/libavc/common/
H A Dih264_padding.c70 * The top row of a 2d array is replicated for pad_size times at the top
95 WORD32 row; local
97 for(row = 1; row <= pad_size; row++)
99 memcpy(pu1_src - row * src_strd, pu1_src, wd);
111 * The bottom row of a 2d array is replicated for pad_size times at the bottom
136 WORD32 row; local
138 for(row = 1; row <
175 WORD32 row; local
218 WORD32 row, col; local
271 WORD32 row; local
312 WORD32 row, col; local
[all...]
/external/libavc/common/x86/
H A Dih264_padding_ssse3.c97 WORD32 row; local
103 for(row = 0; row < ht; row++)
164 WORD32 row; local
169 for(row = 0; row < ht; row++)
230 WORD32 row; local
236 for(row
297 WORD32 row; local
[all...]
/external/libhevc/common/x86/
H A Dihevc_padding_ssse3_intr.c96 WORD32 row; local
105 for(row = 0; row < ht; row++)
167 WORD32 row; local
176 for(row = 0; row < ht; row++)
239 WORD32 row; local
246 for(row
309 WORD32 row; local
[all...]
/external/libhevc/decoder/
H A Dihevcd_itrans_recon_dc.c93 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...]
/external/libpng/contrib/libtests/
H A Dreadpng.c13 * reading each file by row. The test does nothing with the read result and
39 png_bytep row = NULL, display = NULL; local
47 if (row != NULL) free(row);
66 row = malloc(rowbytes);
69 if (row == NULL || display == NULL)
70 png_error(png_ptr, "OOM allocating row buffers");
93 /* NOTE: this trashes the row each time; interlace handling won't
97 png_read_row(png_ptr, row, display);
105 free(row);
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_vs_surface_state.c89 float *row = (float *)brw->vs.const_bo->virtual + i * 4; local
91 i, row[0], row[1], row[2], row[3]);
/external/mesa3d/src/mesa/swrast/
H A Ds_bitmap.c54 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
[all...]
/external/skia/experimental/tools/
H A Dgenerate-unicode-test-txt57 row = i - (i & 63) variable
58 if last_row != row:
59 if row:
60 o.write('\n' if row % 1024 else '\n\n')
61 o.write('U+%06x ' % row)
62 last_row = row
/external/skia/src/utils/
H A DSkRGBAToYUV.cpp50 const SkScalar* row = kYUVColorSpaceInvMatrices[colorSpace] + rowStartIdx; local
52 SkColorMatrixFilterRowMajor255::MakeSingleChannelOutput(row));
/external/syslinux/com32/cmenu/libmenu/
H A Dcom32io.c21 void getpos(char *row, char *col, char page) argument
27 *row = REG_DH(outreg);

Completed in 625 milliseconds

1234567891011>>