Searched defs:row (Results 101 - 125 of 652) sorted by relevance

1234567891011>>

/external/pdfium/core/src/fxcodec/libjpeg/
H A Dfpdfapi_jddctmgr.c178 * coefficients scaled by scalefactor[row]*scalefactor[col], where
212 * coefficients scaled by scalefactor[row]*scalefactor[col], where
217 int row, col; local
224 for (row = 0; row < DCTSIZE; row++) {
228 aanscalefactor[row] * aanscalefactor[col]);
H A Dfpdfapi_jutils.c127 register int row; local
132 for (row = num_rows; row > 0; row--) {
148 /* Copy a row of coefficient blocks from one place to another. */
/external/pixman/demos/
H A Dconical-test.c80 int row = i / GRADIENTS_PER_ROW; local
89 0, 0, 0, 0, column * SIZE, row * SIZE,
/external/qemu/distrib/jpeg-6b/
H A Djutils.c132 register int row; local
137 for (row = num_rows; row > 0; row--) {
153 /* Copy a row of coefficient blocks from one place to another. */
H A Drdcolmap.c174 unsigned int w, h, maxval, row, col; local
194 for (row = 0; row < h; row++) {
205 for (row = 0; row < h; row++) {
H A Dwrrle.c131 /* Set the output buffer to the first row */
179 int row, col; local
223 for (row = cinfo->output_height-1; row >= 0; row--) {
226 (JDIMENSION) row, (JDIMENSION) 1, FALSE);
236 for (row = cinfo->output_height-1; row >= 0; row--) {
240 (JDIMENSION) row, (JDIMENSIO
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/maccommon/
H A DSDL_macmouse.c56 int row, bytes; local
74 for ( row=0; row<h; ++row ) {
75 SDL_memcpy(&cursor->curs.data[row], data, bytes);
78 for ( row=0; row<h; ++row ) {
79 SDL_memcpy(&cursor->curs.mask[row], mask, bytes);
/external/qemu/distrib/sdl-1.2.15/test/
H A Dtestcursor.c109 int i, row, col; local
115 for ( row=0; row<32; ++row ) {
124 switch (arrow[4+row][col]) {
137 sscanf(arrow[4+row], "%d,%d", &hot_x, &hot_y);
/external/qemu/ui/
H A Dvnchextile.h16 uint8_t *row = vs->server.ds->data + y * ds_get_linesize(vs->ds) + x * ds_get_bytes_per_pixel(vs->ds); local
17 pixel_t *irow = (pixel_t *)row;
88 irow = (pixel_t *)row;
114 irow = (pixel_t *)row;
200 vs->write_pixels(vs, row, w * ds_get_bytes_per_pixel(vs->ds));
201 row += ds_get_linesize(vs->ds);
/external/webp/src/dec/
H A Dalpha.c85 // starting from row number 'row'. It assumes that rows up to (row - 1) have
88 static int ALPHDecode(VP8Decoder* const dec, int row, int num_rows) { argument
95 const size_t offset = row * width;
102 if (!VP8LDecodeAlphaImageStream(alph_dec, row + num_rows)) {
108 unfilter_func(width, height, width, row, num_rows, output);
111 if (row + num_rows == dec->pic_hdr_.height_) {
121 int row, int num_rows) {
125 if (row <
120 VP8DecompressAlphaRows(VP8Decoder* const dec, int row, int num_rows) argument
[all...]
/external/wpa_supplicant_8/hs20/server/www/
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...]
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/
H A DRunnerController.java203 boolean selected, boolean expanded, boolean leaf, int row,
202 getTreeCellRendererComponent(JTree tree, Object value, boolean selected, boolean expanded, boolean leaf, int row, boolean hasFocus) argument
/external/ceres-solver/internal/ceres/
H A Dblock_jacobian_writer.cc165 // Construct the cells in each row.
172 CompressedRow* row = &bs->rows[i]; local
174 row->block.size = residual_block->NumResiduals();
175 row->block.position = row_block_position;
176 row_block_position += row->block.size;
178 // Size the row by the number of active parameters in this residual.
186 row->cells.resize(num_active_parameter_blocks);
188 // Add layout information for the active parameters in this row.
193 Cell& cell = row->cells[k];
203 sort(row
[all...]
H A Dlinear_least_squares_problems.cc312 CompressedRow& row = bs->rows.back(); local
313 row.block.size = 1;
314 row.block.position = 0;
315 row.cells.push_back(Cell(0, 0));
316 row.cells.push_back(Cell(2, 1));
325 CompressedRow& row = bs->rows.back(); local
326 row.block.size = 1;
327 row.block.position = 1;
328 row.cells.push_back(Cell(0, 2));
329 row
338 CompressedRow& row = bs->rows.back(); local
351 CompressedRow& row = bs->rows.back(); local
364 CompressedRow& row = bs->rows.back(); local
378 CompressedRow& row = bs->rows.back(); local
444 CompressedRow& row = bs->rows.back(); local
454 CompressedRow& row = bs->rows.back(); local
464 CompressedRow& row = bs->rows.back(); local
474 CompressedRow& row = bs->rows.back(); local
484 CompressedRow& row = bs->rows.back(); local
[all...]
H A Dpartitioned_matrix_view_impl.h57 // Compute the number of row blocks in E. The number of row blocks
58 // in E maybe less than the number of row blocks in the input matrix
59 // as some of the row blocks at the bottom may not have any
102 // Iterate over the first num_row_blocks_e_ row blocks, and multiply
103 // by the first cell in each row block.
125 // Iterate over row blocks, and if the row block is in E, then
127 // E. If the row block is not in E (i.e its in the bottom
128 // num_row_blocks - num_row_blocks_e row block
254 CompressedRow& row = block_diagonal_structure->rows.back(); local
[all...]
H A Dschur_complement_solver.cc206 // Add to the chunk until the first block in the row is
207 // different than the one in the first row for the chunk.
209 const CompressedRow& row = bs->rows[r]; local
210 if (row.cells.front().block_id != e_block_id) {
214 // Iterate over the blocks in the row, ignoring the first
216 for (int c = 1; c < row.cells.size(); ++c) {
217 const Cell& cell = row.cells[c];
234 const CompressedRow& row = bs->rows[r]; local
235 CHECK_GE(row.cells.front().block_id, num_eliminate_blocks);
236 for (int i = 0; i < row
[all...]
H A Dschur_eliminator_test.cc108 int row = 0; local
112 P.block(row, row, block_size, block_size) =
114 .block(row, row, block_size, block_size)
117 row += block_size;
/external/chromium_org/chrome/browser/extensions/api/music_manager_private/
H A Ddevice_id_win.cc56 void ProcessInterfaceRow(const PMIB_IF_ROW2 row) { argument
57 if (row->Type == IF_TYPE_TUNNEL ||
58 !row->InterfaceAndOperStatusFlags.HardwareInterface) {
62 ProcessPhysicalAddress(row->InterfaceIndex,
63 row->PhysicalAddress,
64 row->PhysicalAddressLength);
/external/chromium_org/chrome/browser/history/android/
H A Dandroid_cache_database.cc129 const SearchTermRow& row) {
135 statement.BindString16(0, row.term);
136 statement.BindInt64(1, ToDatabaseTime(row.last_visit_time));
143 SearchTermRow* row) {
157 if (row) {
158 row->id = statement.ColumnInt64(0);
159 row->term = statement.ColumnString16(1);
160 row->last_visit_time = FromDatabaseTime(statement.ColumnInt64(2));
128 UpdateSearchTerm(SearchTermID id, const SearchTermRow& row) argument
142 GetSearchTerm(const base::string16& term, SearchTermRow* row) argument
H A Dandroid_history_provider_service_unittest.cc149 HistoryAndBookmarkRow row; local
150 row.set_raw_url("http://www.google.com");
151 row.set_url(GURL("http://www.google.com"));
155 // Insert a row and verify it succeeded.
157 row,
167 // Query the inserted row.
193 // Update the row.
206 // Delete the row.
226 // Insert a row and verify it succeeded.
237 // Query the inserted row
[all...]
H A Dsqlite_cursor_unittest.cc156 HistoryAndBookmarkRow row; local
157 row.set_raw_url("http://www.google.com/");
158 row.set_url(GURL("http://www.google.com/"));
163 row.set_favicon(data_bytes);
164 row.set_last_visit_time(Time::Now());
165 row.set_visit_count(2);
166 row.set_title(base::UTF8ToUTF16("cnn"));
169 // Insert a row and verify it succeeded.
171 row,
184 // Query the inserted row
[all...]
/external/chromium_org/chrome/browser/predictors/
H A Dautocomplete_action_predictor_table.cc24 const predictors::AutocompleteActionPredictorTable::Row& row,
26 DCHECK(base::IsValidGUID(row.id));
27 statement->BindString(0, row.id);
28 statement->BindString16(1, row.user_text.substr(0, kMaxDataLength));
29 statement->BindString(2, row.url.spec().substr(0, kMaxDataLength));
30 statement->BindInt(3, row.number_of_hits);
31 statement->BindInt(4, row.number_of_misses);
36 predictors::AutocompleteActionPredictorTable::Row* row) {
40 row->id = statement->ColumnString(0);
41 row
23 BindRowToStatement( const predictors::AutocompleteActionPredictorTable::Row& row, sql::Statement* statement) argument
34 StepAndInitializeRow( sql::Statement* statement, predictors::AutocompleteActionPredictorTable::Row* row) argument
69 Row(const Row& row) argument
78 GetRow(const Row::Id& id, Row* row) argument
111 AddRow( const AutocompleteActionPredictorTable::Row& row) argument
120 UpdateRow( const AutocompleteActionPredictorTable::Row& row) argument
[all...]
H A Dautocomplete_action_predictor_table_unittest.cc132 AutocompleteActionPredictorTable::Row row; local
133 db_->autocomplete_table()->GetRow(test_db_[0].id, &row);
134 EXPECT_TRUE(RowsAreEqual(test_db_[0], row))
136 << "Got: Row with id " << row.id;
194 AutocompleteActionPredictorTable::Row row; local
195 db_->autocomplete_table()->GetRow(test_db_[1].id, &row);
196 EXPECT_TRUE(RowsAreEqual(test_db_[1], row));
/external/chromium_org/chrome/browser/safe_browsing/incident_reporting/
H A Dlast_download_finder.cc53 const history::DownloadRow& row = downloads[i]; local
55 if (row.state != content::DownloadItem::COMPLETE)
57 if (!most_recent_row || IsMoreInterestingThan(row, *most_recent_row))
58 most_recent_row = &row;
/external/chromium_org/chrome/browser/ui/webui/
H A Dgcm_internals_ui.cc35 base::ListValue* row = new base::ListValue(); local
36 checkin_info->Append(row);
38 row->AppendDouble(it->time.ToJsTime());
39 row->AppendString(it->event);
40 row->AppendString(it->details);
49 base::ListValue* row = new base::ListValue(); local
50 connection_info->Append(row);
52 row->AppendDouble(it->time.ToJsTime());
53 row->AppendString(it->event);
54 row
64 base::ListValue* row = new base::ListValue(); local
80 base::ListValue* row = new base::ListValue(); local
97 base::ListValue* row = new base::ListValue(); local
[all...]

Completed in 276 milliseconds

1234567891011>>