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

<<21222324252627282930>>

  /packages/inputmethods/OpenWnn/res/xml-sw768dp/
keyboard_qwerty_jp_full_symbols.xml 26 <Row>
40 </Row>
42 <Row>
55 </Row>
57 <Row>
69 </Row>
71 <Row android:rowEdgeFlags="bottom">
75 </Row>
keyboard_qwerty_jp_full_symbols_shift.xml 26 <Row>
40 </Row>
42 <Row>
55 </Row>
57 <Row>
68 </Row>
70 <Row android:rowEdgeFlags="bottom">
74 </Row>
keyboard_qwerty_jp_half_alphabet.xml 26 <Row>
40 </Row>
42 <Row>
55 </Row>
57 <Row>
71 </Row>
73 <Row android:rowEdgeFlags="bottom">
77 </Row>
keyboard_qwerty_jp_half_alphabet_shift.xml 26 <Row>
40 </Row>
42 <Row>
55 </Row>
57 <Row>
71 </Row>
73 <Row android:rowEdgeFlags="bottom">
77 </Row>
keyboard_qwerty_jp_half_symbols.xml 26 <Row>
40 </Row>
42 <Row>
55 </Row>
57 <Row>
69 </Row>
71 <Row android:rowEdgeFlags="bottom">
75 </Row>
keyboard_qwerty_jp_half_symbols_shift.xml 26 <Row>
40 </Row>
42 <Row>
55 </Row>
57 <Row>
68 </Row>
70 <Row android:rowEdgeFlags="bottom">
74 </Row>
keyboard_qwerty_jp_shift.xml 26 <Row>
40 </Row>
42 <Row>
57 </Row>
59 <Row>
73 </Row>
75 <Row android:rowEdgeFlags="bottom">
79 </Row>
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridMatch.java 32 * not on the matched node/row/cell etc) */
35 /** Row or column for the match */
38 /** If true, create a new row/column */
54 * @param cellIndex the index of the row or column we matched with
91 return String.format("Align baseline in row %1$d", cellIndex + 1);
112 return String.format("Insert into row %1$d", cellIndex + 1);
118 return String.format("Add below row %1$d", cellIndex + 1);
123 return String.format("Insert into bottom of row %1$d", cellIndex + 1);
  /sdk/eclipse/sites/external/web/
site.css 8 .light-row {background:#FFFFFF}
9 .dark-row {background:#EEEEFF}
  /sdk/eclipse/sites/internal/web/
site.css 8 .light-row {background:#FFFFFF}
9 .dark-row {background:#EEEEFF}
  /external/chromium/chrome/browser/webdata/
autofill_table.h 34 // pair_id An ID number unique to the row in the table.
38 // autofill_dates This table associates a row to each separate time the
41 // in the appropriate row of the autofill table.
156 // Increments the count in the row corresponding to |pair_id| by
157 // |delta|. Removes the row from the table and sets the
162 // |element|. Sets *pair_id and *count to 0 if there is no such row in
171 // Updates the count entry in the row corresponding to |pair_id| to |count|.
174 // Adds a new row to the autofill table with name and value given in
175 // |element|. Sets *pair_id to the pair_id of the new row.
178 // Adds a new row to the autofill_dates table
    [all...]
  /packages/apps/Settings/src/com/android/settings/
DreamSettings.java 295 final View row = convertView != null ? convertView : createDreamInfoRow(parent);
296 row.setTag(dreamInfo);
299 ((ImageView) row.findViewById(android.R.id.icon)).setImageDrawable(dreamInfo.icon);
302 ((TextView) row.findViewById(android.R.id.title)).setText(dreamInfo.caption);
305 RadioButton radioButton = (RadioButton) row.findViewById(android.R.id.button1);
310 row.onTouchEvent(event);
316 View settingsDivider = row.findViewById(R.id.divider);
319 ImageView settingsButton = (ImageView) row.findViewById(android.R.id.button2);
327 mBackend.launchSettings((DreamInfo) row.getTag());
330 return row;
    [all...]
  /development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
LayoutChangesActivity.java 80 // Instantiate a new "row" view.
84 // Set the text in the new row to a random country.
88 // Set a click listener for the "X" button in the row that will remove the row.
92 // Remove the row from its parent (the container view).
  /external/ceres-solver/internal/ceres/
partitioned_matrix_view.cc 57 // 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
97 // Iterate over the first num_row_blocks_e_ row blocks, and multiply
98 // by the first cell in each row block.
117 // Iterate over row blocks, and if the row block is in E, then
119 // E. If the row block is not in E (i.e its in the bottom
120 // num_row_blocks - num_row_blocks_e row blocks), then all the cell
208 CompressedRow& row = block_diagonal_structure->rows.back(); local
    [all...]
  /external/chromium/app/sql/
connection_unittest.cc 96 // Last insert row ID should be valid.
97 int64 row = db().GetLastInsertRowId(); local
98 EXPECT_LT(0, row);
100 // It should be the primary key of the row we just inserted.
102 s.BindInt64(0, row);
  /external/chromium/chrome/browser/resources/options/chromeos/
cellular_plan_element.js 106 var row = this.ownerDocument.createElement('tr');
108 row.className = rowClass;
116 row.appendChild(col1);
123 row.appendChild(col2);
125 table.appendChild(row);
  /external/chromium/chrome/browser/ui/search_engines/
template_url_table_model.h 29 // each row in the tableview. Each ModelEntry wraps a TemplateURL, providing
46 virtual string16 GetText(int row, int column) OVERRIDE;
47 virtual SkBitmap GetIcon(int row) OVERRIDE;
51 virtual int GetGroupID(int row) OVERRIDE;
84 // If there is an observer, it's notified the selected row has changed.
  /external/chromium/net/base/
dir_header.html 17 var row = document.createElement("tr");
40 row.appendChild(file_cell);
41 row.appendChild(createCell(size));
42 row.appendChild(createCell(date_modified));
44 table.appendChild(row);
  /external/chromium_org/chrome/browser/history/android/
android_urls_database.cc 68 bool AndroidURLsDatabase::GetAndroidURLRow(URLID url_id, AndroidURLRow* row) {
76 if (row) {
77 row->id = statement.ColumnInt64(0);
78 row->raw_url = statement.ColumnString(1);
79 row->url_id = statement.ColumnInt64(2);
  /external/chromium_org/chrome/browser/ui/cocoa/omnibox/
omnibox_popup_view_mac.h 45 size_t row) OVERRIDE;
47 size_t row) OVERRIDE;
49 size_t row) OVERRIDE;
101 // Opens the URL at the given row.
102 void OpenURLForRow(size_t row, WindowOpenDisposition disposition);
  /external/chromium_org/chrome/browser/ui/search_engines/
template_url_table_model.h 32 // each row in the tableview. Each ModelEntry wraps a TemplateURL, providing
50 virtual base::string16 GetText(int row, int column) OVERRIDE;
51 virtual gfx::ImageSkia GetIcon(int row) OVERRIDE;
55 virtual int GetGroupID(int row) OVERRIDE;
91 // If there is an observer, it's notified the selected row has changed.
  /external/chromium_org/gpu/GLES2/extensions/CHROMIUM/
CHROMIUM_flipy.txt 46 row, then the first element of the Nth row is indicated by
50 row, then the first element of the Nth row is indicated by
52 if UNPACK_FLIP_Y is FALSE. Otherwise, the first element of the Nth row
  /external/chromium_org/third_party/WebKit/ManualTests/
optgroup-empty-and-nested.html 21 <!-- for an optgroup without a label, IE will show an empty, unselectable row.
33 unselectable row. Firefox doesn't show it. We /do/ show it because
63 <li><i>(unselectable, empty row)</i></li>
65 <li><i>(unselectable, empty row)</i></li>
67 <li><i>(selectable, empty row)</i></li>
  /external/chromium_org/third_party/opus/src/silk/
VQ_WMat_EC.c 66 /* first row of W_Q18 */
75 /* second row of W_Q18 */
83 /* third row of W_Q18 */
90 /* fourth row of W_Q18 */
96 /* last row of W_Q18 */
  /external/chromium_org/third_party/sqlite/src/test/
tkt1435.test 59 row INTEGER PRIMARY KEY,
78 select row, pinned from tlList, Instances, Versions, Flavors
86 order by row asc;
99 select row, pinned from tlList, Instances, Versions, Flavors
107 order by row asc;

Completed in 1396 milliseconds

<<21222324252627282930>>