| /external/chromium_org/chrome/browser/resources/net_internals/ |
| waterfall_view.css | 37 .waterfall-view-information-row { 68 .waterfall-view-table-row { 72 .waterfall-view-row { 77 .waterfall-view-row * { 118 .waterfall-view-row .http-stream-request { 122 .waterfall-view-row .http-stream-request-bound-to-job { 126 .waterfall-view-row .http-transaction-read-headers { 130 .waterfall-view-row .url-request { 134 .waterfall-view-row .http-stream-job { 138 .waterfall-view-row .proxy-service [all...] |
| /external/eigen/doc/examples/ |
| Tutorial_ReductionsVisitorsBroadcasting_rowwise.cpp | 11 std::cout << "Row's maximum: " << std::endl
|
| /external/eigen/doc/snippets/ |
| PartialRedux_count.cpp | 3 cout << "Here is the count of elements larger or equal than 0.5 of each row:" << endl << (m.array() >= 0.5).rowwise().count() << endl;
|
| /external/qemu/pc-bios/keymaps/ |
| et | 5 # Top row 50 # QWERTY first row 60 # QWERTY second row 73 # QWERTY third row
|
| fo | 5 # Top row 48 # QWERTY first row 57 # QWERTY second row 66 # QWERTY third row
|
| sv | 5 # Top row 50 # QWERTY first row 60 # QWERTY second row 70 # QWERTY third row
|
| /packages/apps/Gallery2/jni/filters/ |
| redEyeMath.c | 77 int row = recW * y; local 82 char b = (mask[row + x] | mask[row + x + 1] | mask[row + x - 1] 83 | mask[row + x - recW] | mask[row + x + recW]); 85 out[row + x] = 1; 87 out[row + x] = mask[row + x]; 95 int row = mw * y local [all...] |
| /external/chromium/chrome/browser/resources/shared/js/cr/ui/table/ |
| table_list.js | 41 var cells = this.querySelectorAll('.table-row-cell'); 48 for (var row = 0; row < rowsCount; row++) { 50 cells[row * cm.size + i].style.width = cm.getWidth(i) + '%'; 73 listItem.className = 'table-row'; 78 cell.className = 'table-row-cell';
|
| /external/chromium_org/chrome/browser/predictors/ |
| autocomplete_action_predictor_unittest.cc | 141 history::URLRow row(test_row.url); 142 row.set_title(test_row.title); 143 row.set_last_visit(visit_time); 145 return url_db->AddURL(row); 148 AutocompleteActionPredictorTable::Row CreateRowFromTestUrlInfo( 150 AutocompleteActionPredictorTable::Row row; local 151 row.id = base::GenerateGUID(); 152 row.user_text = test_row.user_text; 153 row.url = test_row.url 165 AutocompleteActionPredictorTable::Row row = local [all...] |
| /external/chromium_org/chrome/browser/history/android/ |
| android_provider_backend.cc | 41 // Android framework assumes 'folder' column exist in the table, the row is 43 // has to be added and set as 0 when the row is bookmark. 73 bool IsHistoryAndBookmarkRowValid(const HistoryAndBookmarkRow& row) { 75 DCHECK(row.is_value_set_explicitly(HistoryAndBookmarkRow::RAW_URL) == 76 row.is_value_set_explicitly(HistoryAndBookmarkRow::URL)); 87 if (row.is_value_set_explicitly(HistoryAndBookmarkRow::LAST_VISIT_TIME) && 88 row.last_visit_time() > Time::Now()) 91 if (row.is_value_set_explicitly(HistoryAndBookmarkRow::CREATED) && 92 row.created() > Time::Now()) 95 if (row.is_value_set_explicitly(HistoryAndBookmarkRow::LAST_VISIT_TIME) & 378 HistoryAndBookmarkRow row = values; local 894 TableIDRow row; local [all...] |
| /build/tools/ |
| compare_fileslist.py | 20 def IsDifferent(row): 22 for v in row: 48 row = [fn] 51 row.append(sizes[i]) 53 row.append(None) 54 rows.append(row) 89 for row in rows: 91 for sz in row[1:]: 94 elif IsDifferent(row[1:]): 98 print " <td class='fn'>%s</td>" % cgi.escape(row[0] [all...] |
| /external/chromium/chrome/browser/ui/views/ |
| generic_info_view.cc | 27 void GenericInfoView::SetNameByStringId(int row, int name_string_id) { 28 SetName(row, UTF16ToWide(l10n_util::GetStringUTF16(name_string_id))); 31 void GenericInfoView::SetName(int row, const string16& name) { 33 DCHECK(row >= 0 && row < number_of_rows_); 34 name_views_[row]->SetText(name); 37 void GenericInfoView::SetValue(int row, const string16& name) { 39 DCHECK(row >= 0 && row < number_of_rows_); 40 value_views_[row]->SetText(name) [all...] |
| /external/chromium_org/chrome/browser/ui/webui/predictors/ |
| predictors_handler.cc | 114 row = it->second.resources.begin(); 115 row != it->second.resources.end(); ++row) { 117 resource->SetString("resource_url", row->resource_url.spec()); 119 ConvertResourceType(row->resource_type)); 120 resource->SetInteger("number_of_hits", row->number_of_hits); 121 resource->SetInteger("number_of_misses", row->number_of_misses); 122 resource->SetInteger("consecutive_misses", row->consecutive_misses); 123 resource->SetDouble("position", row->average_position); 124 resource->SetDouble("score", row->score) [all...] |
| /external/eigen/Eigen/src/Core/ |
| Flagged.h | 58 inline CoeffReturnType coeff(Index row, Index col) const 60 return m_matrix.coeff(row, col); 68 inline const Scalar& coeffRef(Index row, Index col) const 70 return m_matrix.const_cast_derived().coeffRef(row, col); 78 inline Scalar& coeffRef(Index row, Index col) 80 return m_matrix.const_cast_derived().coeffRef(row, col); 89 inline const PacketScalar packet(Index row, Index col) const 91 return m_matrix.template packet<LoadMode>(row, col); 95 inline void writePacket(Index row, Index col, const PacketScalar& x) 97 m_matrix.const_cast_derived().template writePacket<LoadMode>(row, col, x) [all...] |
| /frameworks/base/core/res/res/xml/ |
| password_kbd_qwerty.xml | 28 <Row android:rowEdgeFlags="top"> 39 </Row> 41 <Row> 52 </Row> 54 <Row> 65 </Row> 67 <Row> 83 </Row> 85 <Row android:keyboardMode="@+id/mode_normal" android:rowEdgeFlags="bottom"> 99 </Row> [all...] |
| password_kbd_qwerty_shifted.xml | 28 <Row android:rowEdgeFlags="top"> 39 </Row> 41 <Row> 52 </Row> 54 <Row> 65 </Row> 67 <Row> 83 </Row> 85 <Row android:keyboardMode="@+id/mode_normal" android:rowEdgeFlags="bottom"> 98 </Row> [all...] |
| /frameworks/base/core/res/res/xml-xlarge/ |
| password_kbd_symbols_shift.xml | 27 <Row android:keyWidth="8.272%p" 45 </Row> 47 <Row android:keyWidth="8.157%p"> 65 </Row> 67 <Row android:keyWidth="8.042%p"> 89 </Row> 91 <!-- This row is intentionally not marked as a bottom row --> 92 <Row android:keyWidth="8.042%p"> 95 </Row> [all...] |
| /external/chromium_org/third_party/skia/src/core/ |
| SkAAClip.cpp | 93 return segments * 2; // each segment is row[0] + row[1] (n + alpha) 104 uint8_t* row = head->data(); local 107 row[0] = n; 108 row[1] = 0xFF; 110 row += 2; 177 static size_t compute_row_length(const uint8_t row[], int width) { 178 const uint8_t* origRow = row; 180 int n = row[0]; 183 row += 2 213 const uint8_t* row = head->data() + yoff->fOffset; local 450 uint8_t* row = base + yoff->fOffset; local 853 const uint8_t* row = this->findRow(top, &lastY); local 900 Row* row = fRows.begin(); local 918 Row* row = fCurrRow; local 1006 const Row* row = fRows.begin(); local 1060 const Row& row = fRows[y]; local 1081 const Row& row = fRows[i]; local 1849 const uint8_t* row = fAAClip->findRow(y); local 1917 const uint8_t* row = fAAClip->findRow(y); local 1935 const uint8_t* row = fAAClip->findRow(y, &lastY); local 2151 const uint8_t* row = fAAClip->findRow(y, &localStopY); local [all...] |
| /external/skia/src/core/ |
| SkAAClip.cpp | 93 return segments * 2; // each segment is row[0] + row[1] (n + alpha) 104 uint8_t* row = head->data(); local 107 row[0] = n; 108 row[1] = 0xFF; 110 row += 2; 177 static size_t compute_row_length(const uint8_t row[], int width) { 178 const uint8_t* origRow = row; 180 int n = row[0]; 183 row += 2 213 const uint8_t* row = head->data() + yoff->fOffset; local 450 uint8_t* row = base + yoff->fOffset; local 853 const uint8_t* row = this->findRow(top, &lastY); local 900 Row* row = fRows.begin(); local 918 Row* row = fCurrRow; local 1006 const Row* row = fRows.begin(); local 1060 const Row& row = fRows[y]; local 1081 const Row& row = fRows[i]; local 1849 const uint8_t* row = fAAClip->findRow(y); local 1917 const uint8_t* row = fAAClip->findRow(y); local 1935 const uint8_t* row = fAAClip->findRow(y, &lastY); local 2151 const uint8_t* row = fAAClip->findRow(y, &localStopY); local [all...] |
| /external/chromium/chrome/browser/ |
| custom_home_pages_table_model.cc | 134 string16 CustomHomePagesTableModel::GetText(int row, int column_id) { 136 DCHECK(row >= 0 && row < RowCount()); 137 return entries_[row].title.empty() ? FormattedURL(row) : entries_[row].title; 140 SkBitmap CustomHomePagesTableModel::GetIcon(int row) { 141 DCHECK(row >= 0 && row < RowCount()); 142 return entries_[row].icon.isNull() ? *default_favicon_ : entries_[row].icon [all...] |
| /external/chromium_org/third_party/WebKit/Source/core/rendering/ |
| RenderTableSection.h | 78 void addCell(RenderTableCell*, RenderTableRow* row); 110 typedef Vector<CellStruct> Row; 119 Row row; member in struct:WebCore::FINAL::RowStruct 164 CellStruct& cellAt(unsigned row, unsigned col) { return m_grid[row].row[col]; } 165 const CellStruct& cellAt(unsigned row, unsigned col) const { return m_grid[row].row[col]; [all...] |
| /external/guava/guava-gwt/src/com/google/common/collect/ |
| HashBasedTable_CustomFieldSerializer.java | 42 for (Entry<?, ?> row : hashMap.entrySet()) { 43 table.row(row.getKey()).putAll((Map<?, ?>) row.getValue()); 53 * Therefore, the backing map is serializable (assuming the row,
|
| /external/smack/src/org/xbill/DNS/ |
| Compression.java | 43 int row = (name.hashCode() & 0x7FFFFFFF) % TABLE_SIZE; local 47 entry.next = table[row]; 48 table[row] = entry; 61 int row = (name.hashCode() & 0x7FFFFFFF) % TABLE_SIZE; local 63 for (Entry entry = table[row]; entry != null; entry = entry.next) {
|
| /frameworks/base/core/tests/coretests/src/android/widget/focus/ |
| LinearLayoutGrid.java | 39 public Button getButtonAt(int column, int row) { 40 if (row < 0 || row > 2) { 41 throw new IllegalArgumentException("row out of range"); 46 return (Button) getColumn(column).getChildAt(row);
|
| /external/chromium/chrome/browser/resources/shared/css/ |
| tree.css | 7 .tree-item > .tree-row { 40 .tree-item[expanded] > .tree-row > .expand-icon { 46 .tree-row .expand-icon { 50 .tree-row[may-have-children] .expand-icon { 54 .tree-row[has-children=false] .expand-icon { 58 .tree-row:hover { 65 WebKit has a bug with attribute selectors so we apply selected to the tree row 71 .tree-row[selected] { 76 .tree-row[selected] { 82 .tree-row[selected]:hover [all...] |