HomeSort by relevance Sort by last modified time
    Searched refs:row (Results 401 - 425 of 1550) sorted by null

<<11121314151617181920>>

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_conceal.c 55 static u32 ConcealMb(mbStorage_t *pMb, image_t *currImage, u32 row, u32 col,
89 decoded macroblock and concealing the row containing the macroblock
90 in question. After that all macroblocks above the row in question
129 u32 row, col; local
158 i = row = col = 0;
166 row++;
189 /* start from the row containing the first correct macroblock, conceal the
190 * row in question, all rows above that row and then continue downwards */
191 mb = pStorage->mb + row * width
    [all...]
  /external/eigen/Eigen/src/SparseCore/
SparseMatrixBase.h 79 * a row-vector (if there is only one row). */
270 for (Index row=0; row<nm.outerSize(); ++row)
273 for (typename NestedCleaned::InnerIterator it(nm.derived(), row); it; ++it)
289 Index row = 0; local
292 for ( ; row<it.index(); ++row)
295 ++row;
    [all...]
  /packages/apps/Settings/src/com/android/settings/
NotificationStation.java 316 final View row = convertView != null ? convertView : createRow(parent); local
317 row.setTag(info);
321 ((ImageView) row.findViewById(android.R.id.icon)).setImageDrawable(info.icon);
324 ((ImageView) row.findViewById(R.id.pkgicon)).setImageDrawable(info.pkgicon);
327 ((DateTimeView) row.findViewById(R.id.timestamp)).setTime(info.timestamp);
330 ((TextView) row.findViewById(android.R.id.title)).setText(info.title);
333 ((TextView) row.findViewById(R.id.pkgname)).setText(info.pkgname);
336 // ((TextView) row.findViewById(R.id.extra)).setText(
339 row.findViewById(R.id.extra).setVisibility(View.GONE);
341 row.setAlpha(info.active ? 1.0f : 0.5f)
381 final View row = mInflater.inflate(R.layout.notification_log_row, parent, false); local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
keybindingDialog.py 55 self.buttonOK.grid(row=0,column=0,padx=5,pady=5)
58 self.buttonCancel.grid(row=0,column=1,padx=5,pady=5)
63 self.frameKeySeqAdvanced.grid(row=0,column=0,sticky=NSEW,padx=5,pady=5)
64 self.frameKeySeqBasic.grid(row=0,column=0,sticky=NSEW,padx=5,pady=5)
66 self.frameHelpAdvanced.grid(row=1,column=0,sticky=NSEW,padx=5)
67 self.frameControlsBasic.grid(row=1,column=0,sticky=NSEW,padx=5)
71 self.buttonLevel.grid(row=2,column=0,stick=EW,padx=5,pady=5)
85 check.grid(row=0,column=column,padx=2,sticky=W)
96 labelFnAdvice.grid(row=1,column=0,columnspan=4,padx=2,sticky=W)
100 self.listKeysFinal.grid(row=0,column=4,rowspan=4,sticky=NS
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
keybindingDialog.py 55 self.buttonOK.grid(row=0,column=0,padx=5,pady=5)
58 self.buttonCancel.grid(row=0,column=1,padx=5,pady=5)
63 self.frameKeySeqAdvanced.grid(row=0,column=0,sticky=NSEW,padx=5,pady=5)
64 self.frameKeySeqBasic.grid(row=0,column=0,sticky=NSEW,padx=5,pady=5)
66 self.frameHelpAdvanced.grid(row=1,column=0,sticky=NSEW,padx=5)
67 self.frameControlsBasic.grid(row=1,column=0,sticky=NSEW,padx=5)
71 self.buttonLevel.grid(row=2,column=0,stick=EW,padx=5,pady=5)
85 check.grid(row=0,column=column,padx=2,sticky=W)
96 labelFnAdvice.grid(row=1,column=0,columnspan=4,padx=2,sticky=W)
100 self.listKeysFinal.grid(row=0,column=4,rowspan=4,sticky=NS
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/provider/
ExchangeDirectoryProvider.java 121 private Object[] row; field in class:ExchangeDirectoryProvider.GalContactRow
127 row = new Object[projection.size];
147 return row;
153 row[integer] = value;
220 Object[] row; local
232 row = new Object[projection.length];
237 row[i] = account.name;
239 row[i] = account.type;
251 row[i] = exchangeName;
260 row[i] = firstLetter + accountName.substring(atIndex + 2)
470 final Object[] row = new Object[projection.length]; local
    [all...]
  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCResultSet.java 9 * Current row to be retrieved.
11 private int row; field in class:JDBCResultSet
62 * Flag for cursor being (not) on insert row.
67 * Row buffer for insert/update row.
79 this.row = -1;
134 if (row < 0) {
138 System.arraycopy((String []) tr.rows.elementAt(row), 0,
147 row++;
148 return row < tr.nrows
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/
network.js 98 * Create a row in the network state table.
106 var row = document.createElement('tr');
107 row.className = 'network-status-table-row';
108 row.appendChild(createStatusTableCell(path));
109 row.appendChild(createStatusTableCell(status['GUID'].slice(1, 9)));
111 row.appendChild(createStatusTableCell(status[NETWORK_STATE_FIELDS[i]]));
113 return row;
123 var oldRows = table.querySelectorAll('.network-status-table-row');
  /external/chromium/chrome/browser/ui/gtk/
certificate_viewer.cc 32 void AddTitle(GtkTable* table, int row, const std::string& text) {
36 row, row + 1);
39 void AddKeyValue(GtkTable* table, int row, const std::string& text,
45 0, 1, row, row + 1);
51 1, 2, row, row + 1);
217 int row = 0; local
220 AddTitle(table, row++
    [all...]
gtk_tree.h 24 // Get the row number corresponding to |path|.
27 // Get the row number corresponding to |iter|.
30 // Get the row number in the child tree model corresponding to |sort_path| in
35 // Select the given row by number.
36 void SelectAndFocusRowNum(int row, GtkTreeView* tree_view);
38 // Remove the row and all its children from the |tree_store|. If there is a
39 // following row, |iter| will be updated to point to the it and the return value
63 // Should fill in the column and row.
64 virtual void SetColumnValues(int row, GtkTreeIter* iter) = 0;
100 // Callback checking whether a row should be drawn as a separator
    [all...]
  /external/chromium_org/chrome/browser/predictors/
autocomplete_action_predictor_table_unittest.cc 38 bool RowsAreEqual(const AutocompleteActionPredictorTable::Row& lhs,
39 const AutocompleteActionPredictorTable::Row& rhs) const;
85 test_db_.push_back(AutocompleteActionPredictorTable::Row(
89 test_db_.push_back(AutocompleteActionPredictorTable::Row(
93 test_db_.push_back(AutocompleteActionPredictorTable::Row(
120 const AutocompleteActionPredictorTable::Row& lhs,
121 const AutocompleteActionPredictorTable::Row& rhs) const {
133 AutocompleteActionPredictorTable::Row row; local
134 db_->autocomplete_table()->GetRow(test_db_[0].id, &row);
195 AutocompleteActionPredictorTable::Row row; local
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/
certificate_viewer_gtk.cc 35 void AddTitle(GtkTable* table, int row, const std::string& text) {
39 row, row + 1);
42 void AddKeyValue(GtkTable* table, int row, const std::string& text,
48 0, 1, row, row + 1);
54 1, 2, row, row + 1);
227 int row = 0; local
230 AddTitle(table, row++
    [all...]
task_manager_gtk.cc 499 g_signal_connect(treeview_, "row-activated",
654 std::string TaskManagerGtk::GetModelText(int row, int col_id) {
655 return UTF16ToUTF8(model_->GetResourceById(row, col_id));
658 GdkPixbuf* TaskManagerGtk::GetModelIcon(int row) {
659 SkBitmap icon = *model_->GetResourceIcon(row).bitmap();
670 void TaskManagerGtk::SetRowDataFromModel(int row, GtkTreeIter* iter) {
671 GdkPixbuf* icon = GetModelIcon(row);
672 std::string task = GetModelText(row, IDS_TASK_MANAGER_TASK_COLUMN);
674 GetModelText(row, IDS_TASK_MANAGER_PROFILE_NAME_COLUMN);
677 GetModelText(row, IDS_TASK_MANAGER_SHARED_MEM_COLUMN)
752 int row = gtk_tree::GetRowNumForPath(path); local
883 int row = gtk_tree::GetRowNumForPath(path); local
915 int row = gtk_tree::GetRowNumForPath(child_path); local
    [all...]
  /external/chromium_org/ui/views/controls/tree/
tree_view.h 32 // it does not store any row information, but instead calculates it as
110 // Returns the node for the specified row, or NULL for an invalid row index.
111 ui::TreeModelNode* GetNodeForRow(int row);
113 // Maps a node to a row, returns -1 if node is not valid.
157 virtual void SetSelectedRow(int row) OVERRIDE;
158 virtual string16 GetTextForRow(int row) OVERRIDE;
240 // Row of the root node. This varies depending upon whether the root is
270 // the row |*row|. |row| is updated as this walks the tree. Depth is the dept
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
SDL_syswm.c 66 int row, col;
169 for ( row=0; row<icon->h; ++row ) {
191 for ( row=0; row<icon->h; ++row ) {
  /frameworks/base/core/java/android/view/animation/
GridLayoutAnimationController.java 149 * @param rowDelay the delay by which each row animation must be offset
188 * row to the other. The delay is expressed as a fraction of the
203 * children's animations are offset from one row to the other.
306 final int row = getTransformedRowIndex(params); local
324 viewDelay = (long) (row * rowDelay + column * rowsCount * rowDelay);
328 viewDelay = (long) (column * columnDelay + row * columnsCount * columnDelay);
333 viewDelay = (long) (column * columnDelay + row * rowDelay);
374 index = params.rowsCount - 1 - params.row;
384 index = params.row;
410 * The view group's row to which the view belongs
412 public int row; field in class:GridLayoutAnimationController.AnimationParameters
    [all...]
  /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);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/features/
FeatureSummaryActivity.java 255 HashMap<String, Object> row = new HashMap<String, Object>(); local
256 listViewData.add(row);
273 row.put("feature", f.name);
274 row.put("icon", statusIcon);
281 HashMap<String, Object> row = new HashMap<String, Object>(); local
282 listViewData.add(row);
283 row.put("feature", feature);
287 row.put("icon", R.drawable.fs_error);
291 row.put("icon", R.drawable.fs_warning);
  /external/chromium_org/chrome/browser/history/
in_memory_url_index.cc 210 service, details->row, languages_, scheme_whitelist_);
217 for (URLRows::const_iterator row = details->changed_urls.begin();
218 row != details->changed_urls.end(); ++row)
220 private_data_->UpdateURL(service, *row, languages_, scheme_whitelist_);
228 for (URLRows::const_iterator row = details->rows.begin();
229 row != details->rows.end(); ++row)
230 needs_to_be_cached_ |= private_data_->DeleteURL(row->url());
typed_url_syncable_service.h 60 void OnUrlVisited(content::PageTransition transition, URLRow* row);
89 bool ShouldSyncVisit(content::PageTransition transition, URLRow* row);
99 const URLRow& row,
  /external/emma/core/java12/com/vladium/emma/report/lcov/
ReportGenerator.java 165 row("SF:".concat(item.getFullVMName()));
171 row("end_of_record");
244 row("FN:" + method.getFirstLine() + "," + className + "::" + mname);
245 row("FNDA:" + (covered ? 1 : 0) + "," + className + "::" + mname);
276 row("DA:" + l + ",0");
281 row("DA:" + l + ",1");
285 row("DA:" + l + ",1");
317 private void row(final StringBuffer str) method in class:ReportGenerator
335 private void row(final String str) method in class:ReportGenerator
  /external/opencv/cv/src/
cvpyramids.cpp 123 worktype *row = rows[y1]; \
126 row[0] = PD_LT( src[0], src[1], src[2] ); \
127 row[Wd-1] = PD_RB( src[Wd*2-4], src[Wd*2-3], \
132 row[x] = PD_FILTER( src[2*x-2], src[2*x-1], src[2*x], \
146 worktype *row = rows[y1]; \
154 row[c] = PD_LT( src[c], src[3+c], src[6+c] ); \
155 row[Wdn-3+c] = PD_RB( src[Wdn*2-12+c], src[Wdn*2-9+c], \
161 row[x] = PD_FILTER( src[2*x-6], src[2*x-3], src[2*x], \
163 row[x+1] = PD_FILTER( src[2*x-5], src[2*x-2], src[2*x+1], \
165 row[x+2] = PD_FILTER( src[2*x-4], src[2*x-1], src[2*x+2],
    [all...]
  /external/chromium_org/chrome/browser/resources/inspect/
inspect.js 286 var row = addTargetToList(page, pageList, ['name', 'url']);
288 addWebViewDetails(row, page);
290 addFavicon(row, page);
292 addActionLink(row, 'focus tab',
296 addActionLink(row, 'reload',
300 addActionLink(row, 'close',
309 var row = addTargetToList(data, $('pages-list'), ['name', 'url']);
310 addFavicon(row, data);
314 var row = addTargetToList(data, $('extensions-list'), ['name', 'url']);
315 addFavicon(row, data)
    [all...]
  /external/chromium/chrome/browser/history/
url_database.h 68 // Given an already-existing row in the URL table, updates that URL's stats.
76 // row ID. A row with the given URL must not exist. Returns 0 on error.
78 // This does NOT add a row to the full text search database. Use
84 // Delete the row of the corresponding URL. Only the row in the URL table
86 // the row existed and was deleted.
97 // Adds a row to the temporary URL table. This must be called between
101 URLID AddTemporaryURL(const URLRow& row) {
102 return AddURLInternal(row, true)
    [all...]
  /external/chromium_org/chrome/browser/history/android/
android_history_provider_service.h 36 int)> // the number of row updated.
43 int64)> // the id of inserted row.
50 int)> // the number of row deleted.
77 // Runs the given update and the number of the row updated is returned to the
80 // |row| is the value to update.
84 const history::HistoryAndBookmarkRow& row,
91 // of row deleted on success.
110 // the row deleted from the |callback|.
117 // Moves the statement's current row from |current_pos| to |destination| in DB
131 // Inserts the given values and returns the SearchTermID of the inserted row
    [all...]

Completed in 1164 milliseconds

<<11121314151617181920>>