| /external/chromium_org/ui/keyboard/resources/layouts/ |
| numeric.html | 9 <kb-row> 12 </kb-row> 13 <kb-row> 16 </kb-row> 17 <kb-row> 20 </kb-row> 21 <kb-row> 26 </kb-row>
|
| system-qwerty.html | 7 <link id="spacebar-row" rel="import" href="spacebar-row.html"> 8 <link id="function-key-row" rel="import" href="function-key-row.html"> 12 <kb-row> 13 <kb-key-import importId="function-key-row"></kb-key-import> 14 </kb-row> 15 <kb-row> 20 </kb-row> 21 <kb-row> [all...] |
| dvorak.html | 7 <link id="spacebar-row" rel="import" href="spacebar-row.html"> 11 <kb-row> 18 </kb-row> 19 <kb-row> 24 </kb-row> 25 <kb-row> 29 </kb-row> 30 <kb-row> 33 <kb-key-import importId="spacebar-row"></kb-key-import [all...] |
| /external/eigen/doc/snippets/ |
| MatrixBase_rowwise.cpp | 3 cout << "Here is the sum of each row:" << endl << m.rowwise().sum() << endl; 4 cout << "Here is the maximum absolute value of each row:"
|
| Tutorial_Map_rowmajor.cpp | 4 cout << "Row-major:\n" << Map<Matrix<int,2,4,RowMajor> >(array) << endl; 5 cout << "Row-major using stride:\n" <<
|
| /packages/inputmethods/LatinIME/java/res/xml/ |
| rows_khmer.xml | 26 <Row 31 </Row> 32 <Row 37 </Row> 38 <Row 43 </Row> 44 <Row 53 </Row>
|
| rows_lao.xml | 26 <Row 31 </Row> 32 <Row 37 </Row> 38 <Row 43 </Row> 44 <Row 53 </Row>
|
| rows_thai.xml | 26 <Row 31 </Row> 32 <Row 37 </Row> 38 <Row 45 </Row> 46 <Row 55 </Row>
|
| /external/chromium/chrome/browser/ui/views/ |
| appcache_info_view.cc | 35 int row = 0; local 36 SetValue(row++, manifest_url); 37 SetValue(row++, size); 38 SetValue(row++, creation_date); 39 SetValue(row++, last_access_date);
|
| database_open_info_view.cc | 35 int row = 0; local 36 SetValue(row++, url); 37 SetValue(row++, database_name); 38 SetValue(row++, display_name); 39 SetValue(row++, size);
|
| /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/ |
| radeon_tile.c | 42 unsigned row; /* current source row */ local 49 for (row = 0; row < height; row += tile_height) 53 uint8_t *src2 = (uint8_t *)src + src_pitch * row + col; 54 uint8_t *dst2 = (uint8_t *)dst + row * dst_pitch + 58 for (j = 0; j < MIN2(tile_height, height - row); ++j) 73 unsigned row; /* current source row */ local 104 unsigned row; \/* current source row *\/ local 135 unsigned row; \/* current source row *\/ local 166 unsigned row; \/* current source row *\/ local 256 unsigned row; \/* current destination row *\/ local 289 unsigned row; \/* current destination row *\/ local 322 unsigned row; \/* current destination row *\/ local 355 unsigned row; \/* current destination row *\/ local 388 unsigned row; \/* current destination row *\/ local [all...] |
| /external/chromium_org/ui/views/controls/ |
| prefix_delegate.h | 18 // Returns the row of the currently selected item, or -1 if no item is 22 // Sets the selection to the specified row. 23 virtual void SetSelectedRow(int row) = 0; 25 // Returns the item at the specified row. 26 virtual string16 GetTextForRow(int row) = 0;
|
| /external/mesa3d/src/mesa/drivers/dri/radeon/ |
| radeon_tile.c | 42 unsigned row; /* current source row */ local 49 for (row = 0; row < height; row += tile_height) 53 uint8_t *src2 = (uint8_t *)src + src_pitch * row + col; 54 uint8_t *dst2 = (uint8_t *)dst + row * dst_pitch + 58 for (j = 0; j < MIN2(tile_height, height - row); ++j) 73 unsigned row; /* current source row */ local 104 unsigned row; \/* current source row *\/ local 135 unsigned row; \/* current source row *\/ local 166 unsigned row; \/* current source row *\/ local 256 unsigned row; \/* current destination row *\/ local 289 unsigned row; \/* current destination row *\/ local 322 unsigned row; \/* current destination row *\/ local 355 unsigned row; \/* current destination row *\/ local 388 unsigned row; \/* current destination row *\/ local [all...] |
| /external/chromium_org/third_party/skia/src/gpu/effects/ |
| GrTextureStripAtlas.cpp | 101 // We already have the data in a row, so we can just return that row 102 AtlasRow* row = fKeyTable[index]; local 103 if (0 == row->fLocks) { 104 this->removeFromLRU(row); 106 ++row->fLocks; 110 // required for storing row numbers and just compute it with some pointer arithmetic 111 rowNumber = static_cast<int>(row - fRows); 116 // We don't have this data cached, so pick the least recently used row to copy into 117 AtlasRow* row = this->getLRU() local 188 AtlasRow* row = fLRUFront; local [all...] |
| /external/skia/src/gpu/effects/ |
| GrTextureStripAtlas.cpp | 101 // We already have the data in a row, so we can just return that row 102 AtlasRow* row = fKeyTable[index]; local 103 if (0 == row->fLocks) { 104 this->removeFromLRU(row); 106 ++row->fLocks; 110 // required for storing row numbers and just compute it with some pointer arithmetic 111 rowNumber = static_cast<int>(row - fRows); 116 // We don't have this data cached, so pick the least recently used row to copy into 117 AtlasRow* row = this->getLRU() local 188 AtlasRow* row = fLRUFront; local [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/eigen/Eigen/src/Core/ |
| Swap.h | 52 inline Scalar& coeffRef(Index row, Index col) 54 return m_expression.const_cast_derived().coeffRef(row, col); 62 inline Scalar& coeffRef(Index row, Index col) const 64 return m_expression.coeffRef(row, col); 73 void copyCoeff(Index row, Index col, const DenseBase<OtherDerived>& other) 76 eigen_internal_assert(row >= 0 && row < rows() 78 Scalar tmp = m_expression.coeff(row, col); 79 m_expression.coeffRef(row, col) = _other.coeff(row, col) [all...] |
| /external/chromium/chrome/browser/ui/cocoa/ |
| table_row_nsimage_cache.h | 16 // per row. This class converts these SkBitmaps to NSImages on demand, and 26 // Returns the icon of the |row|th row. 27 virtual SkBitmap GetIcon(int row) const = 0; 37 // Lazily converts the image at the given row and caches it in |icon_images_|. 38 NSImage* GetImageForRow(int row); 47 // The table model we query for row count and icons.
|
| /external/chromium_org/chrome/browser/ui/cocoa/omnibox/ |
| omnibox_popup_matrix.h | 18 virtual void OnMatrixRowSelected(OmniboxPopupMatrix* matrix, size_t row) = 0; 20 // Called when the user clicks on a row. 21 virtual void OnMatrixRowClicked(OmniboxPopupMatrix* matrix, size_t row) = 0; 23 // Called when the user middle clicks on a row. 25 size_t row) = 0; 41 // Return the currently highlighted row. Returns -1 if no row is highlighted.
|
| omnibox_popup_matrix_unittest.mm | 12 NSEvent* MouseEventInRow(NSMatrix* matrix, NSEventType type, NSInteger row) { 13 NSRect cell_rect = [matrix cellFrameAtRow:row column:0]; 36 size_t row) OVERRIDE { 37 selected_row_ = row; 38 [matrix_ selectCellAtRow:row column:0]; 42 size_t row) OVERRIDE { 43 clicked_row_ = row; 47 size_t row) OVERRIDE { 48 middle_clicked_row_ = row;
|
| /external/chromium_org/chrome/browser/ui/cocoa/ |
| table_row_nsimage_cache.h | 17 // per row. This class converts these SkBitmaps to NSImages on demand, and 27 // Returns the icon of the |row|th row. 28 virtual gfx::ImageSkia GetIcon(int row) const = 0; 38 // Lazily converts the image at the given row and caches it in |icon_images_|. 39 NSImage* GetImageForRow(int row); 48 // The table model we query for row count and icons.
|
| /external/chromium_org/chrome/browser/resources/ |
| gesture_config.css | 43 .row { 44 display: table-row; 47 .row-label { 54 html[dir=rtl] .row-label { 58 .row-input { 62 .row-units { 68 html[dir=rtl] .row-units { 72 .row-reset { 83 #section-row-template,
|
| /external/skia/bench/ |
| TableBench.cpp | 44 for (int row = 0; row < kNumRows; ++row) { 47 row * kCellHeight, 49 (row+1) * kCellHeight); 53 row * kCellHeight + (kCellHeight-SK_Scalar1), 55 (row+1) * kCellHeight); 59 row * kCellHeight, 61 (row+1) * kCellHeight);
|
| /frameworks/base/core/java/android/database/ |
| CursorWindow.java | 74 private static native int nativeGetType(int windowPtr, int row, int column); 75 private static native byte[] nativeGetBlob(int windowPtr, int row, int column); 76 private static native String nativeGetString(int windowPtr, int row, int column); 77 private static native long nativeGetLong(int windowPtr, int row, int column); 78 private static native double nativeGetDouble(int windowPtr, int row, int column); 79 private static native void nativeCopyStringToBuffer(int windowPtr, int row, int column, 82 private static native boolean nativePutBlob(int windowPtr, byte[] value, int row, int column); 83 private static native boolean nativePutString(int windowPtr, String value, int row, int column); 84 private static native boolean nativePutLong(int windowPtr, long value, int row, int column); 85 private static native boolean nativePutDouble(int windowPtr, double value, int row, int column) [all...] |
| /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
| MatrixUtils.java | 43 * Find a pivot and swap the row of squareMatrix0 and squareMatrix1 45 private static void findPivotAndSwapRow(final int row, final float[][] squareMatrix0, 47 int ip = row; 48 float pivot = Math.abs(squareMatrix0[row][row]); 49 for (int i = row + 1; i < size; ++i) { 50 if (pivot < Math.abs(squareMatrix0[i][row])) { 52 pivot = Math.abs(squareMatrix0[i][row]); 55 if (ip != row) { 58 squareMatrix0[ip][j] = squareMatrix0[row][j] 152 final int row = a.length; local [all...] |