/cts/tests/tests/database/src/android/database/sqlite/cts/ |
SQLiteStatementTest.java | 158 // test query returns zero rows 187 // test query returns zero rows
|
/dalvik/libcore/sql/src/test/java/tests/SQLite/ |
AbstractSqlTest.java | 126 * Adds some rows to the test table and asserts that the rows can be
|
/external/jpeg/ |
jutils.c | 114 /* Copy some rows of samples from one place to another. 115 * num_rows rows are copied from input_array[source_row++]
|
jccolor.c | 120 * Convert some rows of samples to the JPEG colorspace. 181 * Convert some rows of samples to the JPEG colorspace. 219 * Convert some rows of samples to the JPEG colorspace. 276 * Convert some rows of samples to the JPEG colorspace. 335 * Convert some rows of samples to the JPEG colorspace.
|
/frameworks/base/core/tests/coretests/src/android/database/ |
CursorWindowTest.java | 158 private static ArrayList<ArrayList> createTestList(int rows, int cols) { 162 for (int i = 0; i < rows; i++) {
|
/frameworks/base/core/tests/coretests/src/android/view/menu/ |
MenuLayoutPortraitTest.java | 55 * @param expectedLayout The number of parameters is the number of rows, and 119 // We maintain the order added, so there must be 3 rows
|
/frameworks/base/docs/html/resources/tutorials/views/ |
hello-tablelayout.jd | 8 displays child {@link android.view.View} elements in rows and columns.</p> 95 {@link android.widget.TextView} is used for each cell. In between some of the rows, there is also a
|
/packages/apps/Browser/src/com/android/browser/ |
MeshTracker.java | 36 Mesh(int which, int rows, int cols) { 38 mRows = rows;
|
/packages/apps/Contacts/src/com/android/contacts/ui/widget/ |
KindSectionView.java | 42 * section header and a trigger for adding new {@link Data} rows. 138 * Build editors for all current {@link #mState} rows.
|
/external/emma/core/java12/com/vladium/emma/report/txt/ |
ReportGenerator.java | 172 // render package summary rows: 219 // render child summary rows: 263 // render child summary rows: 314 // render child summary rows: 374 * No header row, just data rows.
|
/external/quake/quake/src/WinQuake/ |
console.cpp | 583 int rows; local 603 rows = (lines-16)>>3; // rows of text to draw 604 y = lines - 16 - (rows<<3); // may start slightly negative 606 for (i= con_current - rows + 1 ; i<=con_current ; i++, y+=8 )
|
/external/webkit/WebCore/accessibility/ |
AccessibilityTable.cpp | 218 // go through all the available sections to pull out the rows 248 // can cause us to mess rows if we just check the first column 296 AccessibilityObject::AccessibilityChildrenVector& AccessibilityTable::rows() function in class:WebCore::AccessibilityTable 400 // first try rows 426 // we didn't find anything between the rows we should have
|
/frameworks/base/awt/org/apache/harmony/awt/gl/color/ |
NativeImageFormat.java | 101 private int rows = 0; field in class:NativeImageFormat 174 return rows; 213 rows = nRows; 308 fmt.rows = bi.getHeight(); 340 fmt.rows = r.getHeight();
|
/frameworks/base/core/tests/coretests/src/android/content/ |
SearchRecentSuggestionsProviderTest.java | 316 * @param minRows The minimum number of matching rows that must be found. 317 * @param maxRows The maximum number of matching rows that must be found. 327 assertTrue("Insufficient rows in filtered cursor", c.getCount() >= minRows); 334 // now loop through rows and look for desired rows
|
/packages/apps/Phone/src/com/android/phone/ |
InCallMenuView.java | 48 /** Divider that is drawn between all rows */ 66 * The actual layout of items in the menu, organized into 3 rows. 71 * rows or change their order within a row. 205 * number of visible rows. (A row with zero visible items isn't 225 if (DBG) log("==> Num visible rows: " + mNumVisibleRows);
|
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/ |
SoftKeyboard.java | 78 * The id of the rows which are enabled. Rows with id 84 * Rows in this soft keyboard. Each row has a id. Only matched rows will be 455 * Enable a row with the give toggle Id. Rows with other toggle ids (except
|
/external/libpng/ |
example.c | 371 #else no_single /* Read the image several rows at a time */ 474 * want to display any rows that were generated in the row 487 * any). You may start getting rows before png_process_data() 517 /* If both rows are allocated then copy the new row 524 * The rows and passes are called in order, so you don't really 528 * For the non-NULL rows of interlaced images, you must call 531 * NULL rows (it will just return) and for non-interlaced images 538 /* where old_row is what was displayed for previous rows. Note 540 * the old row, so the rows do not have to be initialized. After 782 /* Write a few rows at a time. * [all...] |
/development/apps/Term/src/com/android/term/ |
Term.java | 617 * @param rows 619 void resize(int columns, int rows, int foreColor, int backColor); 637 * The total number of rows in the transcript and the screen. Fixed at 643 * The number of rows in the active portion of the transcript. Doesn't 655 * The number of active rows, includes both the transcript and the screen. 660 * The number of rows in the screen. 690 * @param totalRows the height of the entire text area, in rows of text. 719 * 0..mScreenRows-1 Internal coordinate system: 0..mScreenRows-1 rows of 720 * mData are the visible rows. mScreenRows..mActiveRows - 1 are the 915 * Draw a row of text. Out-of-bounds rows are blank, not errors [all...] |
/packages/apps/Contacts/tests/src/com/android/contacts/ |
EntityModifierTests.java | 190 * Insert various rows to test 236 * inserting various rows. 361 // Trim empty rows and try again, expecting delete of overall contact 391 // Trim empty rows and try again, expecting delete of overall contact 416 // Trim empty rows and try again, expecting no differences 522 // Trim empty rows and try again, expecting no insert 555 // Trim empty rows and try again, expecting silence [all...] |
/frameworks/base/core/java/android/content/ |
AsyncQueryHandler.java | 154 * @param selection A filter declaring which rows to return, formatted as an 156 * return all rows for the given URI. 160 * @param orderBy How to order the rows, formatted as an SQL ORDER BY
|
/frameworks/base/core/java/android/database/ |
CursorWindow.java | 25 * A buffer containing multiple cursor rows. 64 * Returns the number of rows in this window. 66 * @return the number of rows in this window.
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
Bitmap.java | 102 * @param height The number of rows 117 * @param height The number of rows 200 * @param stride Number of colors in the array between rows (must be >=
|
/build/tools/ |
check_builds.sh | 30 # that are missing are red, and rows where the file sizes are not all
|
/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
|