/frameworks/base/core/java/android/hardware/camera2/params/ |
RggbChannelVector.java | 33 /** Green color channel in a bayer Raw pattern used by the even rows. */ 36 /** Green color channel in a bayer Raw pattern used by the odd rows. */ 76 * Get the green (even rows) component. 85 * Get the green (odd rows) component.
|
/frameworks/base/core/tests/benchmarks/src/com/android/internal/net/ |
NetworkStatsFactoryBenchmark.java | 29 // TODO: consider staging stats file with different number of rows
|
/frameworks/base/core/tests/coretests/src/android/widget/gridview/ |
GridSingleColumn.java | 23 * A grid with vertical spacing between rows
|
/frameworks/base/packages/SystemUI/res/values-land/ |
config.xml | 27 <!-- The maximum number of rows in the QuickSettings -->
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
PseudoGridView.java | 78 int rows = (children + mNumColumns - 1) / mNumColumns; local 79 for (int row = 0; row < rows; row++) { 108 int rows = (children + mNumColumns - 1) / mNumColumns; local 110 for (int row = 0; row < rows; row++) {
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
SinglePresenterSelector.java | 18 * Useful for rows of items of the same type that are all rendered the same way.
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/neon/ |
picklpf_arm.c | 31 /* number of MB rows to use in partial filtering */
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/ |
vp9_idct16x16_neon.c | 46 /* Parallel idct on the upper 8 rows */ 61 /* Parallel idct on the lower 8 rows */ 121 /* Parallel idct on the upper 8 rows */ 136 /* Skip Parallel idct on the lower 8 rows as they are all 0s */
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
vp9_mvref_common.h | 37 // check a list of motion vectors by sad score using a number rows of pixels
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/ |
vp9_decoder.h | 55 int do_loopfilter_inline; // apply loopfilter to available rows immediately
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
vp9_segmentation.h | 32 // Segmentation map is arrange as [Rows][Columns]
|
/libcore/luni/src/test/java/tests/java/sql/ |
InsertFunctionalityTest.java | 165 assertEquals("Should be 2 rows", 2, r.getInt(1)); 183 assertEquals("Should be 2 rows", 2, r.getInt(1)); 188 * InsertFunctionalityTest#testInsert5(). Inserts multiple rows using 199 assertEquals("Should be 3 rows", 3, r.getInt(1));
|
/packages/apps/Camera/src/com/android/camera/ui/ |
ExpandedGridView.java | 32 // AT_MOST to show all the rows.
|
/packages/apps/Camera2/src/com/android/camera/ui/ |
ExpandedGridView.java | 32 // AT_MOST to show all the rows.
|
/packages/apps/LegacyCamera/src/com/android/camera/ui/ |
ExpandedGridView.java | 32 // AT_MOST to show all the rows.
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
DataRowHandlerForIm.java | 26 * Handler for IM address data rows.
|
DataRowHandlerForNote.java | 26 * Handler for note data rows.
|
/external/chromium_org/chrome/browser/ui/cocoa/omnibox/ |
omnibox_popup_view_mac.mm | 79 const size_t rows = result.size() - start_match; 80 if (rows == 0) { 104 DCHECK_GT(rows, 0U); 105 [matrix_ renewRows:rows columns:1]; 108 for (size_t ii = 0; ii < rows; ++ii) { 123 for (size_t ii = 0; ii < rows; ++ii) { 143 PositionPopup(rows * cell_height);
|
/external/chromium_org/ui/views/controls/table/ |
table_view.h | 18 // A TableView is a view that displays multiple rows with any number of columns. 112 // Returns the number of rows in the TableView. 115 // Returns the number of selected rows. 217 // Invoked when the number of rows changes in some way. 227 // Used to sort the two rows. Returns a value < 0, == 0 or > 0 indicating 259 // Invokes SchedulePaint() for the selected rows. 279 // any other rows in the GroupRange containing |view_index| are updated as
|
/external/eigen/Eigen/src/Core/ |
SolveTriangular.h | 93 const Index size = lhs.rows(); 94 const Index othersize = Side==OnTheLeft? rhs.cols() : rhs.rows(); 99 BlockingType blocking(rhs.rows(), rhs.cols(), size); 177 eigen_assert( cols() == rows() && ((Side==OnTheLeft && cols() == other.rows()) || (Side==OnTheRight && cols() == other.cols())) ); 241 inline Index rows() const { return m_rhs.rows(); } function in struct:Eigen::internal::triangular_solve_retval
|
/external/eigen/Eigen/src/SPQRSupport/ |
SuiteSparseQRSupport.h | 121 * Get the number of rows of the input matrix and the Q matrix 123 inline Index rows() const {return m_H->nrow; } function in class:Eigen::SPQR 138 eigen_assert(this->rows()==B.rows() 139 && "SPQR::solve(): invalid number of rows of the right hand side matrix B"); 244 inline Index rows() const { return m_transpose ? m_spqr.rows() : m_spqr.cols(); } function in struct:Eigen::SPQR_QProduct
|
/external/eigen/unsupported/Eigen/src/Skyline/ |
SkylineProduct.h | 78 eigen_assert(lhs.cols() == rhs.rows()); 97 EIGEN_STRONG_INLINE Index rows() const { function in class:Eigen::internal::SkylineProduct 98 return m_lhs.rows(); 139 for (Index row = 0; row < lhs.rows(); row++) { 144 for (Index row = 0; row < lhs.rows(); row++) { 202 for (Index row = 0; row < lhs.rows(); row++) { 208 for (Index row = 0; row < lhs.rows(); row++) {
|
/external/opencv/ml/src/ |
_ml.h | 76 if( MIN( (mat).rows, (mat).cols ) != 1 ) \ 79 if( (mat).rows == 1 ) \ 87 (num) = (mat).rows; \ 97 (m) = (mat).rows; \ 104 (n) = (mat).rows; \ 110 (mat)->cols > 0 && (mat)->rows > 0) 230 int nsamples = (matrice)->rows; \
|
/external/qemu/distrib/sdl-1.2.15/src/video/ |
SDL_yuv_sw.c | 110 int rows, int cols, int mod ); 114 int rows, int cols, int mod ); 128 int rows, int cols, int mod ); 132 int rows, int cols, int mod ); 138 int rows, int cols, int mod ) 155 y = rows / 2; 208 int rows, int cols, int mod ) 227 y = rows / 2; 292 int rows, int cols, int mod ) 309 y = rows / 2 [all...] |
/external/chromium_org/chrome/common/extensions/docs/server2/ |
subversion_file_system.py | 50 # with that below by being generous and just ignoring such rows. 51 rows = table.getElementsByTagName('tr') 53 for row in rows: 57 # table rows, like this: 79 # The version of each file is a list of rows with 5 cells: name, version,
|