HomeSort by relevance Sort by last modified time
    Searched refs:row (Results 26 - 50 of 2035) sorted by null

12 3 4 5 6 7 8 91011>>

  /cts/tools/dasm/src/java_cup/
parse_reduce_table.java 6 * It has one row for each state in the parse machines, and a column for
63 for (int row = 0; row < num_states(); row++)
65 result += "From state #" + row + "\n";
67 for (int col = 0; col < under_state[row].size(); col++)
70 goto_st = under_state[row].under_non_term[col];
  /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) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
MatrixUtils.java 43 * Find a pivot and swap the row of squareMatrix0 and squareMatrix1
45 private static void findPivotAndSwapRow(final int row, final float[][] squareMatrix0,
47 int ip = row;
48 float pivot = Math.abs(squareMatrix0[row][row]);
49 for (int i = row + 1; i < size; ++i) {
50 if (pivot < Math.abs(squareMatrix0[i][row])) {
52 pivot = Math.abs(squareMatrix0[i][row]);
55 if (ip != row) {
58 squareMatrix0[ip][j] = squareMatrix0[row][j]
152 final int row = a.length; local
    [all...]
  /external/libhevc/common/arm/
ihevc_intra_pred_chroma_mode_3_to_9.s 170 sub r1, r1, #26 @ref_main_idx + 2nt - (8 + 1)(two_nt - idx - row ) for 8 & 8 - 1row
191 vmov.i8 d9, #22 @row 0 to 7
193 vsub.s8 d8, d8, d27 @ref_main_idx (sub row)
194 vsub.s8 d8, d26, d8 @ref_main_idx (row 0)
196 vsub.s8 d9, d8, d29 @ref_main_idx + 1 (row 0)
197 vtbl.8 d12, {d0,d1,d2,d3}, d8 @load from ref_main_idx (row 0)
200 vtbl.8 d13, {d0,d1,d2,d3}, d9 @load from ref_main_idx + 1 (row 0)
201 vsub.s8 d4, d8, d29 @ref_main_idx (row 1)
202 vsub.s8 d5, d9, d29 @ref_main_idx + 1 (row 1
    [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...]
  /external/chromium_org/chrome/browser/resources/
profile_signin_confirmation.css 5 #button-row {
14 #button-row button {
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
mv.h 22 short row; member in struct:__anon16700
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_mv.h 23 int16_t row; member in struct:mv
33 int32_t row; member in struct:mv32
40 mv->row = clamp(mv->row, min_row, max_row);
  /external/eigen/doc/snippets/
Tutorial_commainit_01b.cpp 2 m.row(0) << 1, 2, 3;
  /external/libhevc/common/
ihevc_inter_pred_filters.c 116 WORD32 row, col; local
118 for(row = 0; row < ht; row++)
178 WORD32 row, col, i; local
181 for(row = 0; row < ht; row++)
251 WORD32 row, col, i; local
254 for(row = 0; row < ht; row++
324 WORD32 row, col; local
390 WORD32 row, col, i; local
461 WORD32 row, col, i; local
531 WORD32 row, col, i; local
606 WORD32 row, col, i; local
678 WORD32 row, col; local
743 WORD32 row, col, i; local
825 WORD32 row, col, i; local
900 WORD32 row, col; local
966 WORD32 row, col, i; local
1042 WORD32 row, col, i; local
1113 WORD32 row, col, i; local
1190 WORD32 row, col, i; local
    [all...]
  /external/libhevc/common/x86/
ihevc_padding_ssse3_intr.c 96 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 = 0; row < ht; row++
309 WORD32 row; local
    [all...]
  /external/libvpx/libvpx/vp8/common/
mv.h 22 short row; member in struct:__anon28651
  /external/libvpx/libvpx/vp9/common/
vp9_mv.h 23 int16_t row; member in struct:mv
33 int32_t row; member in struct:mv32
40 mv->row = clamp(mv->row, min_row, max_row);
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
OnItemClickedListener.java 25 public void onItemClicked(Object item, Row row);
OnItemSelectedListener.java 17 * Interface for receiving notification when a row or item becomes selected.
23 * Called when the a row or a new item becomes selected. The concept of current selection
24 * is different than focus. Row or item can be selected even they don't have focus.
26 * item or selected row when user selects rows outside row UI (e.g. headers left of
30 * selection changes between rows, regardless if row view has focus or not.
32 * For a {@link ListRow} case, parameter item can be null if the list row is empty.
35 * In the case of a grid, the row parameter is always null.
38 * Row has focus: event is fired when focus changes between child of the row
    [all...]
  /hardware/intel/common/libva/test/
loadsurface.h 29 int row=0, col=0; local
31 for (row=0; row<dst_imgh; row++) {
33 *(dst_img + row * dst_imgw + col) = *(src_img + (row * src_imgh/dst_imgh) * src_imgw + col * src_imgw/dst_imgw);
59 int row, col; local
95 for (row=0; row<height; row++)
153 int row, alpha; local
301 int Y_pitch=0, U_pitch=0, V_pitch=0, row; local
399 int Y_pitch=0, U_pitch=0, V_pitch=0, row; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
mv.h 22 short row; member in struct:__anon39741
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_mv.h 23 int16_t row; member in struct:mv
33 int32_t row; member in struct:mv32
40 mv->row = clamp(mv->row, min_row, max_row);
  /external/ceres-solver/internal/ceres/
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...]
  /external/chromium_org/chrome/browser/history/android/
android_urls_sql_handler.cc 28 bool AndroidURLsSQLHandler::Update(const HistoryAndBookmarkRow& row,
30 DCHECK(row.is_value_set_explicitly(HistoryAndBookmarkRow::URL_ID));
31 DCHECK(row.is_value_set_explicitly(HistoryAndBookmarkRow::RAW_URL));
39 return history_db_->UpdateAndroidURLRow(android_url_row.id, row.raw_url(),
40 row.url_id());
43 bool AndroidURLsSQLHandler::Insert(HistoryAndBookmarkRow* row) {
44 AndroidURLID new_id = history_db_->AddAndroidURLRow(row->raw_url(),
45 row->url_id());
46 row->set_id(new_id);
  /external/chromium_org/third_party/skia/bench/
TableBench.cpp 44 for (int row = 0; row < kNumRows; ++row) {
47 row * kCellHeight,
49 (row+1) * kCellHeight);
53 row * kCellHeight + (kCellHeight-SK_Scalar1),
55 (row+1) * kCellHeight);
59 row * kCellHeight,
61 (row+1) * kCellHeight);
  /external/skia/bench/
TableBench.cpp 44 for (int row = 0; row < kNumRows; ++row) {
47 row * kCellHeight,
49 (row+1) * kCellHeight);
53 row * kCellHeight + (kCellHeight-SK_Scalar1),
55 (row+1) * kCellHeight);
59 row * kCellHeight,
61 (row+1) * kCellHeight);
  /external/eigen/unsupported/Eigen/src/Skyline/
SkylineInplaceLU.h 127 for (Index row = 0; row < rows; row++) {
128 const double pivot = m_lu.coeffDiag(row);
131 const Index& col = row;
138 for (Index rrow = row + 1; rrow < m_lu.rows(); rrow++) {
139 typename MatrixType::InnerUpperIterator uItPivot(m_lu, row);
143 uItPivot += (rrow - row - 1);
157 for (Index rrow = row + 1; rrow < m_lu.rows(); rrow++) {
158 typename MatrixType::InnerUpperIterator uItPivot(m_lu, row);
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/effects/
GrTextureStripAtlas.cpp 101 // We already have the data in a row, so we can just return that row
102 AtlasRow* row = fKeyTable[index]; local
103 if (0 == row->fLocks) {
104 this->removeFromLRU(row);
106 ++row->fLocks;
110 // required for storing row numbers and just compute it with some pointer arithmetic
111 rowNumber = static_cast<int>(row - fRows);
116 // We don't have this data cached, so pick the least recently used row to copy into
117 AtlasRow* row = this->getLRU() local
188 AtlasRow* row = fLRUFront; local
    [all...]
  /external/skia/src/gpu/effects/
GrTextureStripAtlas.cpp 101 // We already have the data in a row, so we can just return that row
102 AtlasRow* row = fKeyTable[index]; local
103 if (0 == row->fLocks) {
104 this->removeFromLRU(row);
106 ++row->fLocks;
110 // required for storing row numbers and just compute it with some pointer arithmetic
111 rowNumber = static_cast<int>(row - fRows);
116 // We don't have this data cached, so pick the least recently used row to copy into
117 AtlasRow* row = this->getLRU() local
188 AtlasRow* row = fLRUFront; local
    [all...]

Completed in 680 milliseconds

12 3 4 5 6 7 8 91011>>