Searched refs:row (Results 1 - 25 of 1120) sorted by relevance

1234567891011>>

/external/wpa_supplicant_8/hs20/server/www/
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 Dusers.php22 $row = $db->query("SELECT dump FROM eventlog WHERE rowid=$id")->fetch(); variable
23 $dump = $row['dump'];
41 $row = $db->query("SELECT $mo FROM users WHERE rowid=$id")->fetch(); variable
44 echo $row[$mo];
49 $row = $db->query("SELECT cert_pem FROM users WHERE rowid=$id")->fetch(); variable
51 echo $row['cert_pem'];
128 $row = $db->query("SELECT rowid,* FROM users WHERE rowid=$id")->fetch(); variable
130 echo "<H3>" . $row['identity'] . "@" . $row['realm'] . "</H3>\n";
133 if (strlen($row['devinf
[all...]
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 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 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/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/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/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/libhevc/common/
H A Dihevc_padding.c95 WORD32 row; local
97 for(row = 1; row <= pad_size; row++)
99 memcpy(pu1_src - row * src_strd, pu1_src, wd);
100 memcpy(pu1_src + (ht + row - 1) * src_strd,
149 WORD32 row; local
157 for(row = 0; row < ht; row
216 WORD32 row; local
273 WORD32 row; local
327 WORD32 row; local
382 WORD32 row; local
438 WORD32 row; local
503 WORD32 row; local
559 WORD32 row; local
[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;
H A Djsimd_altivec.h40 #define TRANSPOSE(row, col) \
48 row04l = vec_mergeh(row##0, row##4); /* row04l=(00 40 01 41 02 42 03 43) */ \
49 row04h = vec_mergel(row##0, row##4); /* row04h=(04 44 05 45 06 46 07 47) */ \
50 row15l = vec_mergeh(row##1, row##5); /* row15l=(10 50 11 51 12 52 13 53) */ \
51 row15h = vec_mergel(row##1, row##5); /* row15h=(14 54 15 55 16 56 17 57) */ \
52 row26l = vec_mergeh(row##
[all...]
/external/autotest/frontend/migrations/
H A D022_implement_sync_count.py22 job_hqe_count = dict((row[0], row[2]) for row in rows)
23 synch_jobs = set(row[0] for row in rows if row[1] == 2)
/external/eigen/doc/snippets/
H A DMatrixBase_row.cpp2 m.row(1) = Vector3d(4,5,6);
H A DMatrixBase_setOnes.cpp2 m.row(1).setOnes();
H A DMatrixBase_setZero.cpp2 m.row(1).setZero();
/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/apache-commons-math/src/main/java/org/apache/commons/math/linear/
H A DQRDecompositionImpl.java100 for (int row = minor; row < m; row++) {
101 final double c = qrtMinor[row];
134 for (int row = minor; row < m; row++) {
135 alpha -= qrtCol[row] * qrtMinor[row];
140 for (int row
[all...]
/external/libhevc/common/arm/
H A Dihevc_intra_pred_luma_mode_3_to_9.s179 sub r1, r1, #9 @ref_main_idx + 2nt - (8 + 1)(two_nt - idx - row ) for 8 & 8 - 1row
196 vmov.i8 d27, #7 @row 0 to 7
198 vsub.s8 d8, d8, d2 @ref_main_idx (sub row)
199 vsub.s8 d8, d26, d8 @ref_main_idx (row 0)
201 vsub.s8 d9, d8, d2 @ref_main_idx + 1 (row 0)
202 vtbl.8 d12, {d0,d1}, d8 @load from ref_main_idx (row 0)
205 vtbl.8 d13, {d0,d1}, d9 @load from ref_main_idx + 1 (row 0)
206 vsub.s8 d4, d8, d2 @ref_main_idx (row 1)
207 vsub.s8 d5, d9, d2 @ref_main_idx + 1 (row
[all...]
/external/chromium-trace/catapult/common/lab/
H A Dhardware.py60 row = {
76 row[key] = value
79 row = {key.replace('_', ' '): value for key, value in row.iteritems()}
80 if 'osfamily' in row:
81 row['os family'] = row.pop('osfamily')
82 if 'product name' not in row and slave_name.startswith('slave'):
83 row['product name'] = 'Google Compute Engine'
86 writer.writerow(row)
[all...]
/external/libxml2/doc/
H A Dqueries.py31 row = c.fetchone()
32 total = int(row[0])
34 row = c.fetchone()
35 uniq = int(row[0])
42 row = c.fetchone()
43 f.write(" <query count='%d'>%s</query>\n" % (int(row[2]), row[1]))
65 row = c.fetchone()
66 id = row[0]
67 cnt = int(row[
[all...]
/external/v8/tools/
H A Dprocess-heap-prof.py64 for row in logreader:
65 if row[0] == 'heap-sample-begin' and row[1] == 'Heap':
66 sample_time = float(row[3])/1000.0
72 elif row[0] == 'heap-sample-end' and row[1] == 'Heap':
75 elif row[0] == itemname and sampling:
76 print(row[1]),
78 print('%d' % (int(row[2]))),
80 print('%d' % (int(row[
[all...]
/external/webrtc/webrtc/system_wrappers/include/
H A Daligned_array.h19 // Wrapper class for aligned arrays. Every row (and the first dimension) are
50 T* Row(size_t row) { argument
51 RTC_CHECK_LE(row, rows_);
52 return head_row_[row];
55 const T* Row(size_t row) const {
56 RTC_CHECK_LE(row, rows_);
57 return head_row_[row];
60 T& At(size_t row, size_t col) { argument
62 return Row(row)[col];
65 const T& At(size_t row, size_ argument
[all...]
/external/eigen/test/
H A Dschur_real.cpp22 for(int row = 2; row < size; ++row) {
23 for(int col = 0; col < row - 1; ++col) {
24 VERIFY(T(row,col) == Scalar(0));
30 for(int row = 1; row < size; ++row) {
31 if (T(row,row
[all...]
/external/pdfium/xfa/fxbarcode/datamatrix/
H A DBC_DefaultPlacement.cpp49 bool CBC_DefaultPlacement::getBit(int32_t col, int32_t row) { argument
50 return m_bits[row * m_numcols + col] == 1;
52 void CBC_DefaultPlacement::setBit(int32_t col, int32_t row, bool bit) { argument
53 m_bits[row * m_numcols + col] = bit ? (uint8_t)1 : (uint8_t)0;
55 bool CBC_DefaultPlacement::hasBit(int32_t col, int32_t row) { argument
56 return m_bits[row * m_numcols + col] != 2;
60 int32_t row = 4; local
63 if ((row == m_numrows) && (col == 0)) {
66 if ((row == m_numrows - 2) && (col == 0) && ((m_numcols % 4) != 0)) {
69 if ((row
99 module(int32_t row, int32_t col, int32_t pos, int32_t bit) argument
115 utah(int32_t row, int32_t col, int32_t pos) argument
[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

Completed in 627 milliseconds

1234567891011>>