/packages/apps/Browser/src/com/android/browser/view/ |
SnapshotGridView.java | 45 int numCols = widthSize / mColWidth; 47 Math.min(numCols, MAX_COLUMNS) * mColWidth,
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/util/ |
table2CSV.js | 26 var numCols = options.header.length; 29 if (numCols > 0) { 30 for (var i = 0; i < numCols; i++) {
|
/external/llvm/test/CodeGen/Thumb2/ |
2010-02-24-BigStack.ll | 7 define void @FindMin(double* %panelTDEL, i8* %dclOfRow, i32 %numRows, i32 %numCols, double* %retMin_RES_TDEL) {
|
/external/webkit/Source/WebCore/accessibility/ |
AccessibilityTable.cpp | 124 int numCols = firstBody->numColumns(); 128 if (numRows == 1 && numCols == 1) 153 for (int col = 0; col < numCols; ++col) { 216 if (!row && headersInFirstRowCount == numCols && numCols > 1) 316 unsigned numCols = tableSection->numColumns(); 318 for (unsigned colIndex = 0; colIndex < numCols; ++colIndex) { 468 unsigned numCols = tableSection->numColumns(); 473 if (row < rowCount && column < numCols && sectionSpecificRow < numRows) {
|
AccessibilityTableColumn.cpp | 129 int numCols = section->numColumns(); 130 if (m_columnIndex >= numCols)
|
/dalvik/opcode-gen/ |
opcode-gen.awk | 236 function colPrint(value, isLast, col, numCols, colWidth, linePrefix) { 237 isLast = (isLast || (col == numCols)); 243 return (col % numCols) + 1;
|
/frameworks/base/tools/aapt/ |
Images.cpp | 459 int numCols; 587 numCols = numXDivs + 1; 589 numCols--; 592 numCols--; 604 if (numRows * numCols > 0x7F) { 609 numColors = numRows * numCols; [all...] |
/cts/tests/tests/graphics/src/android/graphics/cts/ |
BitmapRegionDecoderTest.java | 282 int numCols = (width + TILE_SIZE - 1) / TILE_SIZE; 287 for (int i = 0; i < numCols; ++i) {
|
/external/jpeg/ |
jcsample.c | 94 int numcols = (int) (output_cols - input_cols); local 96 if (numcols > 0) { 100 for (count = numcols; count > 0; count--)
|
/external/qemu/distrib/jpeg-6b/ |
jcsample.c | 94 int numcols = (int) (output_cols - input_cols); local 96 if (numcols > 0) { 100 for (count = numcols; count > 0; count--)
|
/packages/apps/Contacts/src/com/android/contacts/list/ |
ContactTileAdapter.java | 116 public ContactTileAdapter(Context context, ContactTileView.Listener listener, int numCols, 121 mColumnCount = (displayType == DisplayType.FREQUENT_ONLY ? 1 : numCols);
|
/external/icu4c/common/ |
rbbitblb.cpp | [all...] |
/packages/apps/Launcher2/src/com/android/launcher2/ |
Folder.java | 319 public GridComparator(int numCols) { 320 mNumCols = numCols; [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/xbios/ |
SDL_xbios.c | 384 XBIOS_oldnumcol= 1<< (1 << (XBIOS_oldvmode & NUMCOLS));
|
/packages/providers/CalendarProvider/src/com/android/providers/calendar/ |
CalendarProvider2.java | [all...] |
/prebuilts/sdk/tools/linux/ |
aapt | |