HomeSort by relevance Sort by last modified time
    Searched full:row (Results 726 - 750 of 4359) sorted by null

<<21222324252627282930>>

  /libcore/luni/src/main/java/java/sql/
ResultSet.java 31 * {@code ResultSet}s have a cursor which points to the current data table row.
33 * ahead of the first row. To move the cursor to the first and consecutive rows,
54 * data from columns in the current row, such as {@code getDate} and {@code
72 * either to modify the data of an existing row or to insert new data rows into
74 * cursor to the row which needs modification and then using the update methods
76 * method. For insertion of new rows, the cursor is first moved to a special row
77 * called the <i>Insert Row</i>, data is added using the update methods,
147 * Moves the cursor to a specified row number in the {@code ResultSet}.
149 * @param row
150 * the index of the row starting at index 1. Index {@code -1
    [all...]
  /frameworks/base/core/java/android/database/sqlite/
SQLiteQueryBuilder.java 178 * @param distinct true if you want each row to be unique, false otherwise.
189 * @param having A filter declare which row groups to include in the cursor,
190 * if row grouping is being used, formatted as an SQL HAVING
192 * all row groups to be included, and is required when row
279 * @param having A filter declare which row groups to include in
280 * the cursor, if row grouping is being used, formatted as an
282 * null will cause all row groups to be included, and is
283 * required when row grouping is not being used.
316 * @param having A filter declare which row groups to include i
    [all...]
  /external/libyuv/files/source/
convert.cc 22 #include "libyuv/row.h"
395 // M420 is row biplanar 420: 2 rows of Y and 1 row of UV.
397 // src_stride_m420 is row planar. Normally this will be the width in pixels.
448 // Copy a row of UV.
592 // READSAFE_ODDHEIGHT - last row of odd height done with C.
593 // This policy assumes that the caller handles the last row of an odd height
844 SIMD_ALIGNED(uint8 row[kMaxStride * 2]);
907 V210ToUYVYRow(src_v210, row, width);
908 V210ToUYVYRow(src_v210 + src_stride_v210, row + kMaxStride, width)
    [all...]
  /external/chromium_org/chrome/browser/history/
url_index_private_data.cc 85 // row from the history database.
285 const URLRow& row,
288 // The row may or may not already be in our index. If it is not already
293 URLID row_id = row.id();
296 // This new row should be indexed if it qualifies.
297 URLRow new_row(row);
301 } else if (RowQualifiesAsSignificant(row, base::Time())) {
302 // This indexed row still qualifies and will be re-indexed.
306 bool title_updated = row_to_update.title() != row.title();
307 if (row_to_update.visit_count() != row.visit_count() |
    [all...]
  /external/chromium_org/tools/telemetry/third_party/png/
png.py 105 three formats called "flat row flat pixel", "boxed row flat pixel", and
106 "boxed row boxed pixel". Basically the concern is whether each pixel
107 and each row comes in its own little tuple (box), or not.
112 Boxed row flat pixel::
117 Each row appears as its own list, but the pixels are flattened so that
122 other sequence type; in practice each row is an array (from the array
126 Flat row flat pixel::
134 Boxed row boxed pixel::
139 Each row appears in its own list, but each pixel also appears in its ow
    [all...]
  /cts/tools/dasm/src/java_cup/
parse_reduce_row.java 4 /** This class represents one row (corresponding to one machine state) of the
28 /** Number of columns (non terminals) in every row. */
31 /** Number of columns (non terminals) in every row. */
38 /** Actual entries for the row. */
  /development/samples/ApiDemos/res/anim/
layout_grid_inverse_fade.xml 19 android:directionPriority="row"
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
UnicodeChart.java 67 for (int row = 0; row < 16; row++) {
69 pos[index++] = row * YMUL + YBASE;
  /development/samples/devbytes/animation/ListViewCellInsertion/res/values/
strings.xml 19 <string name="add_row">Add Row</string>
  /external/ceres-solver/include/ceres/
crs_matrix.h 39 // A compressed row sparse matrix used primarily for communicating the
47 // A compressed row matrix stores its contents in three arrays,
51 // values array. For each row i:
54 // non-zero columns of row i.
  /external/ceres-solver/internal/ceres/
incomplete_lq_factorization.h 53 // matrix. Each row of L has a maximum of l_level_of_fill entries, and
55 // entry. Each row of Q has a maximum of q_level_of_fill entries and
73 // In the row vector dense_row(0:num_cols), drop values smaller than
75 // choose at most level_of_fill values and then add the resulting row
  /external/chromium/chrome/browser/
language_order_table_model.cc 42 string16 LanguageOrderTableModel::GetText(int row, int column_id) {
43 DCHECK(row >= 0 && row < RowCount());
45 return l10n_util::GetDisplayNameForLocale(languages_.at(row),
  /external/chromium/chrome/browser/resources/gpu_internals/
info_view.css 14 #info-view .row-title {
  /external/chromium/chrome/browser/sync/resources/
gaia_login.css 130 .access-code-row {
134 .access-code-row > td {
139 #access-code-label-row > td {
168 #password-row {
  /external/chromium_org/chrome/browser/resources/instant/
instant.css 30 .row {
  /external/chromium_org/chrome/browser/resources/print_preview/
print_preview_page.html 8 .row {
9 display: table-row;
103 <div class="row">
111 <div class="row">
  /external/chromium_org/chrome/browser/resources/quota_internals/
main.css 22 .tree-item:not([may-have-children]) > .tree-row > .tree-label {
  /external/chromium_org/chrome/browser/resources/task_manager/
task_manager.css 70 /* Bullets on the left of row. */
71 .table-row > .table-row-cell:first-child::before {
81 .table-row-cell {
  /external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_links/
popup.js 18 var row = document.createElement('tr');
31 row.appendChild(col0);
32 row.appendChild(col1);
33 linksTable.appendChild(row);
  /external/chromium_org/content/browser/resources/accessibility/
accessibility.html 20 <div id="global" class="row">Global accessibility mode:
  /external/chromium_org/third_party/WebKit/ManualTests/iframe_notifications/
iframe-reparenting-close-window-iframe.html 20 setInterval(testAfterClose, 1000); // Do it several times in a row, it'll crash after 1-3 times
  /external/chromium_org/third_party/WebKit/ManualTests/inspector/
display-sql-null.html 19 <p>If the contents of the table appear (a single row with the value
  /external/chromium_org/third_party/libwebp/utils/
rescaler.h 49 // Import a row of data and save its contribution in the rescaler.
54 // Import multiple rows over all channels, until at least one row is ready to
65 // Export one row from rescaler. Returns the pointer where output was written,
66 // or NULL if no row was pending.
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
convolve.c 155 GLsizei rowBufSize, GLvoid *row,
167 GLvoid *row, GLvoid *column, GLvoid *span)
169 _mesa_GetnSeparableFilterARB(target, format, type, INT_MAX, row,
175 _mesa_SeparableFilter2D(GLenum target, GLenum internalFormat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *row, const GLvoid *column)
image.h 46 GLint img, GLint row, GLint column );
54 GLint img, GLint row, GLint column );
68 GLint row, GLint column );
75 GLint img, GLint row, GLint column );

Completed in 1348 milliseconds

<<21222324252627282930>>