/external/qemu/distrib/jpeg-6b/ |
jdmainct.c | 25 * trivial. Its responsibility is to provide context rows for upsampling/ 30 * sample rows of each component. (We require DCT_scaled_size values to be 34 * Upsampling will typically produce max_v_samp_factor pixel rows from each 39 * each iMCU row contains v_samp_factor * DCT_scaled_size sample rows, or 42 * number of sample rows varies across components, but the number of row 43 * groups does not. Some garbage sample rows may be included in the last iMCU 56 * rows "above" the first passed row group appear at negative row offsets in 58 * context rows are manufactured by duplicating the first or last real sample 91 * We read alternate iMCU rows using each master pointer; thus the last two 93 * The pointer lists are set up so that the required context rows appear t [all...] |
/development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/ |
LayoutChangesActivity.java | 35 * <p>In this sample, the user can add rows to and remove rows from a vertical 97 // If there are no rows remaining, show the empty view.
|
/development/scripts/app_engine_server/gae_shell/templates/ |
shell.html | 82 <textarea id="output" rows="22" readonly="readonly"> 89 <textarea class="prompt" id="caret" readonly="readonly" rows="4" 92 <textarea class="prompt" name="statement" id="statement" rows="4"
|
/external/chromium_org/chrome/browser/ui/cocoa/autofill/ |
simple_grid_layout.h | 19 // Each row has exactly one ColumnSet, ColumnSets can be shared between rows. 39 // Adds a padding row. Padding rows typically don't have any views, but are 48 // and returns a new ColumnSet associated with it. All rows created by this
|
/external/chromium_org/chrome/utility/media_galleries/ |
picasa_album_table_reader.cc | 68 // In the PMP format, columns can be different lengths. The number of rows 83 // PMP tables often contain 'garbage' rows of deleted or auto-generated 84 // album-like entities. We ignore those rows.
|
/external/chromium_org/third_party/WebKit/Source/core/accessibility/ |
AXARIAGrid.cpp | 98 // add only rows that are labeled as aria rows 110 // This allows the table to dive arbitrarily deep to find the rows.
|
/external/chromium_org/third_party/jstemplate/ |
jstemplate_example.html | 43 <textarea id="template" rows="15" cols="80"></textarea> 46 <textarea id="js" rows="15" cols="80"> 76 <textarea id="html" rows="15" cols="80"></textarea>
|
/external/eigen/Eigen/src/CholmodSupport/ |
CholmodSupport.h | 57 res.nrow = mat.rows();; 122 res.nrow = mat.rows(); 188 inline Index rows() const { return m_cholmodFactor->n; } function in class:Eigen::CholmodBase 221 eigen_assert(rows()==b.rows() 222 && "CholmodDecomposition::solve(): invalid number of rows of the right hand side matrix b"); 235 eigen_assert(rows()==b.rows() 236 && "CholmodDecomposition::solve(): invalid number of rows of the right hand side matrix b"); 289 eigen_assert(size==b.rows()); [all...] |
/external/eigen/Eigen/src/Core/ |
Product.h | 71 eigen_assert(lhs.cols() == rhs.rows() 76 inline Index rows() const { return m_lhs.rows(); } function in class:Product
|
/external/eigen/Eigen/src/Eigen2Support/ |
Minor.h | 65 eigen_assert(row >= 0 && row < matrix.rows() 71 inline Index rows() const { return m_matrix.rows() - 1; } function in class:Eigen::Minor
|
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/IterativeLinearSolvers/ |
BasicPreconditioners.h | 51 Index rows() const { return m_invdiag.size(); } function in class:Eigen::DiagonalPreconditioner 93 eigen_assert(m_invdiag.size()==b.rows() 94 && "DiagonalPreconditioner::solve(): invalid number of rows of the right hand side matrix b");
|
/external/eigen/Eigen/src/QR/ |
ColPivHouseholderQR_MKL.h | 53 Index rows = matrix.rows();\ 70 LAPACKE_##MKLPREFIX##geqp3( matrix_order, rows, cols, (MKLTYPE*)m_qr.data(), lda, (lapack_int*)m_colsPermutation.indices().data(), (MKLTYPE*)m_hCoeffs.data()); \
|
/external/eigen/Eigen/src/misc/ |
SparseSolve.h | 39 inline Index rows() const { return m_dec.cols(); } function in struct:Eigen::internal::sparse_solve_retval_base 62 using Base::rows; \ 92 inline Index rows() const { return m_dec.cols(); } function in struct:Eigen::internal::solve_retval_with_guess
|
/frameworks/base/core/java/android/content/ |
CursorEntityIterator.java | 24 * that can contain several consecutive rows for an entity. 34 * @param cursor the cursor that contains the rows that make up the entities 45 * @param cursor the cursor that contains the entity rows
|
/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.
|
/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...] |
/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/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/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/chrome/browser/importer/ |
external_process_importer_bridge.cc | 53 const std::vector<history::URLRow>& rows, 55 profile_import_thread_->NotifyHistoryImportReady(rows, visit_source);
|
in_process_importer_bridge.cc | 58 const std::vector<history::URLRow> &rows, 63 rows, visit_source));
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/util/ |
table2CSV.js | 62 var tmp = tmpRow.join('') // to remove any blank rows 83 generator.document.write('<textArea cols=70 rows=15 wrap="off" >');
|