/dalvik/vm/compiler/codegen/x86/ |
Assemble.cpp | 52 * | | Chaining Cells | -> 16 bytes each, 8 byte aligned
|
/docs/source.android.com/src/assets/ |
main.css | 44 empty-cells: show;
|
/external/libvpx/examples/includes/geshi/geshi/ |
povray.php | 79 'chr', 'checker', 'charset', 'cells', 'caustics', 'bumps', 'bump_size', 'brilliance',
|
/external/webkit/Source/WebCore/accessibility/ |
AccessibilityTableCell.cpp | 149 // Table cells that are th cannot have title ui elements, since by definition
|
/external/webkit/Source/WebCore/platform/chromium/ |
ThemeChromiumMac.mm | 50 // - In updateStates() the code to update the cells' inactive state. 551 static NSButtonCell *cells[2]; 552 setupButtonCell(cells[isDefault], part, states, zoomedRect, zoomFactor); 553 return cells[isDefault];
|
/external/webkit/Source/WebCore/rendering/ |
RenderTableCell.h | 118 // the block flow directionality of the cells to the table's directionality.
|
RenderTableCell.cpp | 120 // Percentages don't need to be handled since they're always treated this way (even when specified on the cells). 132 // The child cells rely on the grids up in the sections to do their computePreferredLogicalWidths work. Normally the sections are set up early, as table 133 // cells are added, but relayout can cause the cells to be freed, leaving stale pointers in the sections' 134 // grids. We must refresh those grids before the child cells try to use them. 249 // If the table grid is dirty, we cannot get reliable information about adjoining cells, [all...] |
RenderBoxModelObject.h | 70 // Virtual since table cells override
|
/frameworks/base/docs/html/resources/tutorials/views/ |
hello-tablelayout.jd | 94 but for the cells, you can use any kind of {@link android.view.View} element. In this example, a
|
/frameworks/base/graphics/java/android/renderscript/ |
Type.java | 123 * Return the total number of accessable cells in the Type.
|
/frameworks/base/libs/rs/scriptc/ |
rs_core.rsh | 86 * restrict the call to a subset of cells in the allocation.
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
PagedViewCellLayoutChildren.java | 26 * which span multiple cells into a grid-like layout. Also supports dimming
|
CellLayout.java | 561 // Generate an id for each view, this assumes we have at most 256x256 cells [all...] |
/prebuilt/sdk/14/renderscript/include/ |
rs_core.rsh | 86 * restrict the call to a subset of cells in the allocation.
|
/external/jpeg/ |
jquant2.c | 149 typedef histcell FAR * histptr; /* for pointers to histogram cells */ 265 /* The number of nonzero histogram cells within this box */ 590 * distances to adjacent cells themselves differ by a constant. This allows a 594 * cell (because the inner loop has to be over cells, not colormap entries). 599 * nearest colors for only the cells within a small subbox of the histogram. 607 * and we need not compute their distances to individual cells in the subbox. 623 /* log2(histogram cells in update box) for each axis; this can be adjusted */ 628 #define BOX_C0_ELEMS (1<<BOX_C0_LOG) /* # of hist cells in update box */ 781 * find the distance from a colormap entry to successive cells in the box. 824 /* Now loop over all cells in box, updating distance per Thomas method * [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/qtopia/ |
SDL_QWin.cc | 158 // transfer in cells of 2x2 pixels in words 214 // transfer in cells of 2x2 pixels in words
|
/external/skia/src/views/ |
SkListWidget.cpp | 20 fScrollIndex = 0; // number of cells to skip before first visible cell 22 fVisibleRowCount = 0; // number of cells that can fit in our bounds
|
/hardware/invensense/mlsdk/mllite/ |
mlarray_legacy.c | 84 * <b>Must be 9 cells long at least</b>. 382 * <b>Must be 9 cells long at least</b>.
|
/external/chromium/chrome/browser/importer/ |
mork_reader.h | 109 // Allow iteration over the table cells using STL iterators. The iterator's
|
/external/dbus/tools/ |
dbus-print-message.c | 65 /* Each byte takes 3 cells (two hexits, and a space), except the last one. */
|
/external/quake/ |
README | 171 give c # gives # of cells
|
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/css-properties/ |
mozilla | 147 empty-cells
|
webkit | 169 empty-cells
|
/packages/wallpapers/Basic/src/com/android/wallpaper/nexus/ |
nexus.rs | 33 #define TRAIL_SIZE 40 // Number of cells in a trail
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/util/ |
sorttable.js | 86 headrow = table.tHead.rows[0].cells; 156 row_array[row_array.length] = [sorttable.getInnerText(rows[j].cells[col]), rows[j]]; 189 text = sorttable.getInnerText(table.tBodies[0].rows[i].cells[column]);
|