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

<<21222324252627282930>>

  /external/libvpx/libvpx/vp8/common/arm/armv6/
vp8_variance_halfpixvar16x16_v_armv6.asm 38 add r9, r0, r1 ; set src pointer to next row
41 ldr r6, [r9, #0] ; load 4 src pixels from next row
71 ldr r6, [r9, #4] ; load 4 src pixels from next row
102 ldr r6, [r9, #8] ; load 4 src pixels from next row
133 ldr r6, [r9, #12] ; load 4 src pixels from next row
144 add r0, r0, r1 ; set src_ptr to next row
147 add r2, r2, r3 ; set dst_ptr to next row
  /external/mesa3d/src/gallium/auxiliary/util/
u_rect.c 133 uint16_t *row = (uint16_t *)dst; local
135 *row++ = uc->us;
141 uint32_t *row = (uint32_t *)dst; local
143 *row++ = uc->ui;
153 ubyte *row = dst; local
155 memcpy(row, uc, blocksize);
156 row += blocksize;
  /external/regex-re2/benchlog/
mktable 128 my %row;
129 $row{"name"} = $1;
130 $row{"iter"} = $2;
131 $row{"ns/op"} = $3;
133 $row{"MB/s"} = $1;
135 $sysdat{$row{"name"}} = \%row;
  /external/webp/src/dec/
alpha.c 77 // and apply filter per image-row.
91 int row, int num_rows) {
95 if (row < 0 || num_rows < 0 || row + num_rows > height) {
99 if (row == 0) {
109 // Return a pointer to the current decoded row.
110 return dec->alpha_plane_ + row * width;
  /frameworks/base/core/java/com/android/internal/view/menu/
IconMenuView.java 56 /** Height of each row */
62 /** Maximum number of items per row */
112 * The layout to use for menu items. Each index is the row number (0 is the
113 * top-most). Each value contains the number of items in that row.
218 * @return int[] Where the value of index i contains the number of items for row i
227 * the last row.
256 for (int row = 0; row < numRows; row++) {
257 int numItemsOnRow = layout[row];
    [all...]
  /packages/apps/Email/src/com/android/email/provider/
ContentCache.java 44 * Usage examples; id is a String representation of a row id (_id), as it might be retrieved from
60 * 1. Lock the row in the cache: cache.lock(id);
61 * 2. Delete/update the row(s): db.delete(...);
64 * A specific row in a cache: affectedCache.invalidate(rowId)
65 * 4. Unlock the row in the cache: cache.unlock(id);
67 * To update a single row from a table that uses cached data:
68 * 1. Lock the row in the cache: cache.lock(id);
69 * 2. Update the row: db.update(...);
70 * 3. Unlock the row in the cache, passing in the new values: cache.unlock(id, values);
441 * Get a CacheToken for a row as specified by its id (_id column
551 Object[] row = new Object[projection.length]; local
    [all...]
FolderPickerDialog.java 99 * @param row The item being updated.
101 public void update(FolderSelectorAdapter.FolderRow row) {
103 final boolean add = !row.isPresent();
118 row.setIsPresent(add);
120 mCheckedState.put(row.getFolder(), add);
148 final FolderRow row = (FolderRow) mAdapter.getItem(which); local
152 mCheckedState.put(row.getFolder(), isChecked);
  /packages/apps/Gallery2/src/com/android/photos/shims/
MediaSetLoader.java 110 final Object[] row = new Object[AlbumSetLoader.PROJECTION.length]; local
116 row[AlbumSetLoader.INDEX_ID] = i;
117 row[AlbumSetLoader.INDEX_TITLE] = m.getName();
118 row[AlbumSetLoader.INDEX_COUNT] = m.getMediaItemCount();
119 row[AlbumSetLoader.INDEX_SUPPORTED_OPERATIONS] = m.getSupportedOperations();
122 row[AlbumSetLoader.INDEX_TIMESTAMP] = coverItem.getDateInMs();
125 cursor.addRow(row);
  /build/tools/droiddoc/templates-pdk/assets/
search_autocomplete.js 9 function set_row_selected(row, selected)
11 var c1 = row.cells[0];
12 // var c2 = row.cells[1];
22 function set_row_values(toroot, row, match)
24 var link = row.cells[0].childNodes[0];
27 // row.cells[1].innerHTML = match.type;
77 r.className = "show-row";
92 r.className = "show-row";
96 filtered.rows[ROW_COUNT].className = "hide-row";
  /external/chromium_org/chrome/browser/resources/net_internals/
source_row.js 9 * A SourceRow represents the row corresponding to a single SourceEntry
37 // Create a row.
120 // corresponding class to the SourceEntry's row. Remove classes
231 * Returns source ID of the entry whose row is currently above this one's.
242 * Returns source ID of the entry whose row is currently below this one's.
253 * Moves current object's row before |entry|'s row.
260 * Moves current object's row after |entry|'s row.
  /external/doclava/res/assets/templates/assets/
search_autocomplete.js 9 function set_row_selected(row, selected)
11 var c1 = row.cells[0];
12 // var c2 = row.cells[1];
22 function set_row_values(toroot, row, match)
24 var link = row.cells[0].childNodes[0];
27 // row.cells[1].innerHTML = match.type;
77 r.className = "show-row";
92 r.className = "show-row";
96 filtered.rows[ROW_COUNT].className = "hide-row";
  /external/eigen/Eigen/src/Core/
Diagonal.h 100 inline Scalar& coeffRef(Index row, Index)
103 return m_matrix.const_cast_derived().coeffRef(row+rowOffset(), row+colOffset());
106 inline const Scalar& coeffRef(Index row, Index) const
108 return m_matrix.const_cast_derived().coeffRef(row+rowOffset(), row+colOffset());
111 inline CoeffReturnType coeff(Index row, Index) const
113 return m_matrix.coeff(row+rowOffset(), row+colOffset());
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
progress.php 126 'ACCEPT-CHANGES','ACCEPT-ROW-CHANGES','ADD-BUFFER','ADD-CALC-COLUMN',
139 'DECLARE-NAMESPACE','DELETE-CHAR','DELETE-CURRENT-ROW',
141 'DELETE-SELECTED-ROW','DELETE-SELECTED-ROWS','DESELECT-FOCUSED-ROW','DESELECT-ROWS',
142 'DESELECT-SELECTED-ROW','DETACH-DATA-SOURCE','DISABLE','DISABLE-CONNECTIONS',
148 'EXPORT','EXPORT-PRINCIPAL','FETCH-SELECTED-ROW',
156 'GET-ERROR-ROW ','GET-FILE-NAME ','GET-FILE-OFFSET ','GET-FIRST',
161 'GET-RED-VALUE','GET-RELATION','GET-REPOSITIONED-ROW','GET-RGB-VALUE',
169 'INSERT-BEFORE','INSERT-FILE','INSERT-ROW','INSERT-STRING',
170 'INSERT-TAB','INVOKE','IS-ROW-SELECTED','IS-SELECTED'
    [all...]
  /external/neven/Embedded/common/src/b_TensorEm/
CompactMat.h 59 /* 16 bit words per row including row-header (always even) */
66 * Encoding per row:
67 * (int16) 'offs' offset of row-vector (0 when row is not sparse)
68 * (int16) 'size' effective size of row vector (= widthE when row is not sparse)
71 * (int16) 'normBits' norm bits of row vector
73 * Each row has the effective length of 'wordsPerRowE'
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
TableLayoutRule.java 72 * Add an explicit "Add Row" action to the context menu
91 actions.add(RuleAction.createAction("_addrow", "Add Row", addTab, null, 5, false)); //$NON-NLS-1$
116 parentNode.editXml("Add/Remove Table Row", new INodeHandler() {
121 // a selection, insert the row before the current row, otherwise
173 // Add Row
175 actions.add(RuleAction.createAction(ACTION_ADD_ROW, "Add Table Row", actionCallback,
178 // Remove Row (if something is selected)
180 actions.add(RuleAction.createAction(ACTION_REMOVE_ROW, "Remove Table Row",
  /cts/apps/CtsVerifier/include/colorchecker/
testingimage.h 26 // Constructs a new instance with the inputImage's row and column counts.
40 int getPixelValue(int row, int column, int channel) const;
41 Vec3i getPixelValue(int row, int column) const;
  /external/chromium/chrome/browser/resources/shared/css/
table.css 37 .table-row {
43 .table-row-cell {
47 .table-row-cell > * {
  /external/chromium/chrome/browser/ui/search_engines/
template_url_table_model.cc 175 string16 TemplateURLTableModel::GetText(int row, int col_id) {
176 DCHECK(row >= 0 && row < RowCount());
177 const TemplateURL& url = entries_[row]->template_url();
201 SkBitmap TemplateURLTableModel::GetIcon(int row) {
202 DCHECK(row >= 0 && row < RowCount());
203 return entries_[row]->GetIcon();
232 int TemplateURLTableModel::GetGroupID(int row) {
233 DCHECK(row >= 0 && row < RowCount())
    [all...]
  /external/chromium-trace/trace-viewer/src/tracing/analysis/
analyze_selection.js 60 var row = results.appendTableRow(table);
92 results.appendTableCell(table, row, ts);
93 var linkContainer = results.appendTableCell(table, row, '');
  /external/chromium_org/chrome/browser/android/provider/
chrome_browser_provider.cc 720 history::URLID Run(const history::HistoryAndBookmarkRow& row) {
723 base::Unretained(service()), row, cancelable_consumer(),
734 // This is because it represents a SQLite database row id.
787 int Run(const history::HistoryAndBookmarkRow& row,
792 base::Unretained(service()), row, selection,
887 void BuildSearchRow(history::SearchRow* row) {
898 TemplateURLRef::SearchTermsArgs search_terms_args(row->search_term());
902 row->set_url(GURL(url));
903 row->set_template_url_id(search_engine->id());
922 history::URLID Run(const history::SearchRow& row)
1241 history::HistoryAndBookmarkRow row; local
1323 history::HistoryAndBookmarkRow row; local
1376 history::SearchRow row; local
1448 history::SearchRow row; local
    [all...]
  /external/chromium_org/chrome/browser/history/android/
android_urls_database.h 37 // and fill in the |row| if it not NULL, returns false if the |url_id| is not
39 bool GetAndroidURLRow(URLID url_id, AndroidURLRow* row);
49 // Updates the row of |id| with the given |raw_url| and |url_id|. Returns true
  /external/chromium_org/chrome/browser/resources/
certificate_viewer.css 54 display: table-row;
112 .tree-row[selected] {
117 .tree-item > .tree-row {
  /external/chromium_org/chrome/browser/resources/options/
sync_section.html 9 <div id="sync-overview" class="settings-row" hidden>
28 <div id="sync-status" class="settings-row" hidden>
50 <div id="sync-buttons" class="settings-row">
  /external/chromium_org/chrome/browser/ui/gtk/
content_setting_bubble_gtk.cc 122 int row = 0; local
124 i(popup_items.begin()); i != popup_items.end(); ++i, ++row) {
138 gtk_table_attach(GTK_TABLE(table), event_box, 0, 1, row, row + 1, local
148 gtk_table_attach(GTK_TABLE(table), button, 1, 2, row, row + 1, local
189 int row = 0; local
193 ++i, ++row) {
197 row, row + 1, GTK_FILL, GTK_FILL local
244 gtk_table_attach(GTK_TABLE(table), button, 1, 2, row, row + 1, local
    [all...]
  /external/chromium_org/content/renderer/accessibility/
renderer_accessibility.cc 82 return "row count changed";
84 return "row collapsed";
86 return "row expanded";

Completed in 1532 milliseconds

<<21222324252627282930>>