/frameworks/base/core/tests/coretests/src/android/widget/focus/ |
ListOfInternalSelectionViews.java | 30 * how many rows in each item, and how tall each item is. 60 * @return The number of rows per item. 99 * @param numRowsPerItem The number of rows per item.
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
active_map_test.cc | 54 map.rows = (kHeight + 15) / 16; 56 ASSERT_EQ(map.rows, 9u); 62 map.rows = (kHeight + 15) / 16;
|
/libcore/luni/src/test/java/tests/java/sql/ |
SelectFunctionalityTest.java | 165 assertEquals("number of rows in ResultSet is wrong", 5, counter); 226 // assertEquals("number of rows in ResultSet is wrong", 1, counter); 255 assertTrue("expected rows number doesn't equal actual rows number", 293 assertTrue("expected rows number doesn't equal actual rows number", 321 assertTrue("expected rows number doesn't equal actual rows number", 351 assertTrue("expected rows number doesn't equal actual rows number" [all...] |
/packages/apps/Camera2/src/com/android/camera/util/ |
JpegUtilNative.java | 39 * @param yRStride the stride between adjacent rows in yBuf 42 * @param cbRStride the stride between adjacent rows in cbBuf 45 * @param crRStride the stride between adjacent rows in crBuf
|
/build/tools/droiddoc/templates-pdk/assets/ |
search_autocomplete.js | 39 set_row_selected(this.rows[gSelectedIndex], false); 76 r = filtered.rows[i]; 84 //start hiding rows that are no longer matches 86 r = filtered.rows[i]; 91 r = filtered.rows[ROW_COUNT]; 96 filtered.rows[ROW_COUNT].className = "hide-row";
|
/external/doclava/res/assets/templates/assets/ |
search_autocomplete.js | 39 set_row_selected(this.rows[gSelectedIndex], false); 76 r = filtered.rows[i]; 84 //start hiding rows that are no longer matches 86 r = filtered.rows[i]; 91 r = filtered.rows[ROW_COUNT]; 96 filtered.rows[ROW_COUNT].className = "hide-row";
|
/external/eigen/Eigen/src/Core/ |
CwiseNullaryOp.h | 66 EIGEN_STRONG_INLINE Index rows() const { return m_rows.value(); } function in class:Eigen::CwiseNullaryOp 103 * The parameters \a rows and \a cols are the number of rows and of columns of 107 * it is redundant to pass \a rows and \a cols as arguments, so Zero() should be used 117 DenseBase<Derived>::NullaryExpr(Index rows, Index cols, const CustomNullaryOp& func) 119 return CwiseNullaryOp<CustomNullaryOp, Derived>(rows, cols, func); 166 * The parameters \a nbRows and \a nbCols are the number of rows and of columns of 301 for(Index i = 0; i < rows(); ++i) 334 return derived() = Constant(rows(), cols(), val); 356 * \param nbRows the new number of rows [all...] |
NestByValue.h | 45 inline Index rows() const { return m_expression.rows(); } function in class:Eigen::NestByValue
|
ProductBase.h | 93 eigen_assert(a_lhs.cols() == a_rhs.rows() 98 inline Index rows() const { return m_lhs.rows(); } function in class:Eigen::ProductBase 119 m_result.resize(m_lhs.rows(), m_rhs.cols()); 141 eigen_assert(this->rows() == 1 && this->cols() == 1); 150 eigen_assert(this->rows() == 1 && this->cols() == 1); 158 eigen_assert(this->rows() == 1 && this->cols() == 1); 165 eigen_assert(this->rows() == 1 && this->cols() == 1);
|
ReturnByValue.h | 62 inline Index rows() const { return static_cast<const Derived*>(this)->rows(); } function in class:Eigen::ReturnByValue
|
/external/eigen/Eigen/src/Eigen2Support/ |
CwiseOperators.h | 216 typename ExpressionType::ConstantReturnType(_expression().rows(), _expression().cols(), s)); 225 typename ExpressionType::ConstantReturnType(_expression().rows(), _expression().cols(), s)); 234 typename ExpressionType::ConstantReturnType(_expression().rows(), _expression().cols(), s)); 243 typename ExpressionType::ConstantReturnType(_expression().rows(), _expression().cols(), s)); 252 typename ExpressionType::ConstantReturnType(_expression().rows(), _expression().cols(), s)); 261 typename ExpressionType::ConstantReturnType(_expression().rows(), _expression().cols(), s));
|
/external/eigen/Eigen/src/SparseLU/ |
SparseLU_SupernodalMatrix.h | 76 * Number of rows 78 Index rows() { return m_row; } function in class:Eigen::internal::MappedSuperNodalMatrix 164 Index m_row; // Number of rows 236 Index n = X.rows(); 245 Index nsupr = rowIndexPtr()[fsupc+1] - istart; // Number of rows in the current supernode 247 Index nrow = nsupr - nsupc; // Number of rows in the non-diagonal part of the supernode
|
/external/eigen/debug/msvc/ |
eigen_autoexp_part.dat | 127 rows: $c.m_storage.m_rows,
165 ; Fixed rows, dynamic columns matrix (ColMajor and RowMajor support)
171 rows: $c.RowsAtCompileTime,
209 ; Dynamic rows, fixed columns matrix (ColMajor and RowMajor support)
215 rows: $c.m_storage.m_rows,
259 rows: $c.RowsAtCompileTime,
|
/external/eigen/unsupported/test/ |
kronecker_product.cpp | 19 void check_dimension(const MatrixType& ab, const int rows, const int cols) 21 VERIFY_IS_EQUAL(ab.rows(), rows); 29 VERIFY_IS_EQUAL(ab.rows(), 6); 74 VERIFY_IS_EQUAL(ab.rows(), 12); 115 for(int i=0;i<DM_fix_ab.rows();++i)
|
/external/opencv/cxcore/src/ |
cxmatrix.cpp | 144 int size = MIN(mat->rows,mat->cols); 553 CV_ASSERT( CV_IS_MAT(matrix) && matrix->rows == matrix->cols ); 555 nrows = matrix->rows; 648 /* swap rows */ \ [all...] |
/development/samples/training/AnimationsDemo/res/layout/ |
activity_layout_changes.xml | 22 than a ListView when there aren't many rows). --> 27 This tells the framework to automatically animate child views (in this case, rows)
|
/external/chromium_org/chrome/browser/resources/ |
about_invalidations.html | 57 id="invalidations-log" rows="10" cols="120"readonly></textarea> 63 <textarea id="internal-display" rows="10" cols="120" readonly></textarea>
|
/external/chromium_org/mojo/examples/keyboard/ |
keyboard_view.h | 61 // Sets the rows to show. 62 void SetRows(const std::vector<const Row*>& rows);
|
/external/chromium_org/native_client_sdk/src/examples/api/file_io/ |
index.html | 39 <textarea id="saveFileEditor" cols="40" rows="10" wrap="hard" 50 <textarea cols="40" rows="10" wrap="hard"></textarea>
|
/external/chromium_org/third_party/libjpeg_turbo/ |
jmemmgr.c | 156 JDIMENSION maxaccess; /* max rows accessed by access_virt_sarray */ 172 JDIMENSION maxaccess; /* max rows accessed by access_virt_barray */ 350 * deliberately bunch rows together to ensure a large request size. 406 * blocks, we allocate the sample rows in groups of as many rows as possible 409 * this chunking of rows. The rowsperchunk value is left in the mem manager 434 /* Calculate max # of rows allowed in one allocation chunk */ 449 /* Get the rows themselves (large objects) */ 486 /* Calculate max # of rows allowed in one allocation chunk */ 501 /* Get the rows themselves (large objects) * 726 long bytesperrow, file_offset, byte_count, rows, thisrow, i; local 759 long bytesperrow, file_offset, byte_count, rows, thisrow, i; local [all...] |
/external/chromium_org/third_party/libwebp/utils/ |
filters.h | 47 // The reconstruction will be done for 'num_rows' rows starting from 'row' 48 // (assuming rows upto 'row - 1' are already reconstructed).
|
/external/chromium_org/third_party/mesa/src/src/glsl/ |
glsl_types.cpp | 396 glsl_type::get_instance(unsigned base_type, unsigned rows, unsigned columns) 401 if ((rows < 1) || (rows > 4) || (columns < 1) || (columns > 4)) 409 return uint_type + (rows - 1); 411 return int_type + (rows - 1); 413 return float_type + (rows - 1); 415 return bool_type + (rows - 1); 420 if ((base_type != GLSL_TYPE_FLOAT) || (rows == 1)) 423 /* GLSL matrix types are named mat{COLUMNS}x{ROWS}. Only the following 434 switch (IDX(columns, rows)) { [all...] |
/external/chromium_org/third_party/skia/tests/ |
ARGBImageEncoderTest.cpp | 25 // kHeight rows, each with kWidth pixels, premultiplied ARGB for each pixel 41 // Change rows [0,1] from blue to [red,green].
|
/external/chromium_org/third_party/sqlite/src/test/ |
fts3aux1.test | 61 # index to reduce the number of rows scanned in the following circumstances: 108 } { 0 0 0 {SCAN TABLE terms VIRTUAL TABLE INDEX 1: (~0 rows)} } 111 } {0 0 0 {SCAN TABLE terms VIRTUAL TABLE INDEX 0: (~0 rows)}} 157 } { 0 0 0 {SCAN TABLE terms VIRTUAL TABLE INDEX 2: (~0 rows)} } 160 } { 0 0 0 {SCAN TABLE terms VIRTUAL TABLE INDEX 0: (~0 rows)} } 164 } { 0 0 0 {SCAN TABLE terms VIRTUAL TABLE INDEX 4: (~0 rows)} } 167 } { 0 0 0 {SCAN TABLE terms VIRTUAL TABLE INDEX 0: (~0 rows)} } 171 } { 0 0 0 {SCAN TABLE terms VIRTUAL TABLE INDEX 6: (~0 rows)} } 174 } { 0 0 0 {SCAN TABLE terms VIRTUAL TABLE INDEX 0: (~0 rows)} } 338 set res [list 0 0 0 {SCAN TABLE terms VIRTUAL TABLE INDEX 0: (~0 rows)}] [all...] |
/external/chromium_org/ui/keyboard/resources/ |
main.js | 94 var rows = keyset.querySelectorAll('kb-row').array(); 96 var row = rows[0]; 97 var candidateLength = rows[0].childElementCount; 98 for (var i = 1; i < rows.length; i++) { 99 if (rows[i].childElementCount > candidateLength && 100 rows[i].align == RowAlignment.STRETCH) { 101 row = rows[i]; 102 candidateLength = rows[i].childElementCount; 126 var totalWeightY = (pitchWeightY * (rows.length - 1)) + 129 for (var i = 0; i < rows.length; i++) [all...] |