HomeSort by relevance Sort by last modified time
    Searched full:rows (Results 1226 - 1250 of 3134) sorted by null

<<41424344454647484950>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridModel.java 79 /** Marker value used to indicate values (rows, columns, etc) which have not been set */
100 /** The declared count of rows (which may be {@link #UNDEFINED} if not specified) */
106 /** The actual count of rows found in the grid */
139 * Array of baselines computed for the rows. This array is populated lazily and should
447 List<Integer> rows = new ArrayList<Integer>(extraRows); local
448 Collections.sort(rows);
451 for (Integer declared : rows) {
546 // successive rows.
724 * Computes the boundaries of the rows and columns by considering the bounds of the
776 // Ensure that any empty columns/rows have a valid boundary value; for now
    [all...]
  /bootable/recovery/minui/
minui.h 109 // translations of the same text, with special added rows that encode
  /build/tools/
check_builds.sh 30 # that are missing are red, and rows where the file sizes are not all
  /cts/tests/tests/widget/src/android/widget/cts/
SimpleExpandableListAdapterTest.java 71 * row, the second has 2 rows, the third has 3 rows and the last has 4 rows
77 * set to 1 column and 4 rows
  /developers/build/prebuilts/gradle/BorderlessButtons/
README.md 12 This includes a ListView with custom rows and buttons, using dividing lines to create
  /developers/samples/android/ui/holo/BorderlessButtons/
README.md 12 This includes a ListView with custom rows and buttons, using dividing lines to create
  /development/perftests/panorama/feature_mos/src/mosaic/
Delaunay.h 64 void build(int lo, int hi, EdgePointer *le, EdgePointer *re, int rows);
  /development/perftests/panorama/feature_stab/db_vlvm/
db_utilities_poly.h 221 /*All two by two determinants of the first two rows*/
226 /*All three by three determinants of the first three rows*/
311 /*Compute 2x2 determinants of rows 1,2 and 3,4
349 /*Compute square sums of rows
  /development/samples/ApiDemos/src/com/example/android/apis/accessibility/
TaskListView.java 64 /** Adds Accessibility information to individual child views of rows in the list. */
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
FixedGridLayout.java 29 * The number of rows and columns is determined at runtime. Each
  /development/samples/FixedGridLayout/src/com/example/android/fixedgridlayout/
FixedGridLayout.java 32 * The number of rows and columns is determined at runtime. Each
  /development/tutorials/NotepadCodeLab/Notepadv2/src/com/android/demo/notepad2/
Notepadv2.java 52 // Get all of the rows from the database and create the item list
  /device/google/accessory/arduino/USB_Host_Shield/
Max_LCD.h 84 void begin(uint8_t cols, uint8_t rows, uint8_t charsize = LCD_5x8DOTS);
  /external/ceres-solver/include/ceres/
normal_prior.h 62 // Check that the number of rows in the vector b are the same as the
  /external/ceres-solver/internal/ceres/
dense_sparse_matrix.h 77 // as a new set of rows, e.g.
dynamic_compressed_row_jacobian_writer.cc 80 // Empty the jacobian rows.
polynomial.cc 57 const int degree = companion_matrix.rows();
254 const int degree = polynomial.rows() - 1;
298 if (polynomial.rows() <= 2) {
312 for (int i = 0; i < roots_real.rows(); ++i) {
schur_eliminator.h 81 // The rows of A are ordered so that for every variable block in y,
82 // all the rows containing that variable block occur as a vertically
125 // parameter block in y at a time. The rows corresponding to a single
250 // non-zero z block, and the sum of these blocks across rows. A
  /external/chromium_org/ash/system/tray/
tray_notification_view.cc 75 // Layout rows
  /external/chromium_org/chrome/browser/resources/chromeos/
provided_file_systems.html 60 style="min-height: {{rows.length * ROW_HEIGHT}}px">
  /external/chromium_org/chrome/browser/resources/net_internals/
events_view.html 46 <!-- Events table body: This is where request rows go into -->
events_view.js 174 // Reposition source rows from back to front.
199 // Iterate through all of the rows and see if they match the filter.
265 * the corresponding table rows, sort order, and the details view as needed.
432 * Modifies the map of selected rows to include/exclude the one with
  /external/chromium_org/chrome/browser/ui/cocoa/
task_manager_mac.h 110 // Caches favicons for all rows. Needs to be initalized after |model_|.
  /external/chromium_org/components/history/core/browser/
history_types_unittest.cc 14 // that the URL rows match the indices structure. The unit tests themselves
  /external/chromium_org/content/test/data/
cross_site_document_request.html 79 <textarea rows=20 cols=50 id='response_body'></textarea>

Completed in 481 milliseconds

<<41424344454647484950>>