/packages/apps/Launcher2/res/values/ |
attrs.xml | 67 <!-- The width of a single cell --> 69 <!-- The height of a single cell -->
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
pkt_sched.h | 179 unsigned char Scell_log; /* cell size for idle damping */ 222 __u8 Scell_log; /* cell size for idle damping */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
pkt_sched.h | 179 unsigned char Scell_log; /* cell size for idle damping */ 222 __u8 Scell_log; /* cell size for idle damping */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
pkt_sched.h | 179 unsigned char Scell_log; /* cell size for idle damping */ 222 __u8 Scell_log; /* cell size for idle damping */
|
/dalvik/vm/compiler/template/out/ |
CompilerTemplateAsm-armv5te-vfp.S | 182 ldr r9, [r0, #offStackSaveArea_returnAddr] @ r9<- chaining cell ret 204 movne r9, #0 @ clear the chaining cell address 206 cmp r9, #0 @ chaining cell exists? 207 blxne r9 @ jump to the chaining cell 294 * method through a dedicated chaining cell. 338 bx lr @ return to the callee-chaining cell 349 * method through a dedicated chaining cell. 351 * The predicted chaining cell is declared in ArmLIR.h with the 362 * - lr : to branch to the chaining cell 471 ldr r2, [r10, #offStackSaveArea_returnAddr] @ r2 = chaining cell re [all...] |
CompilerTemplateAsm-armv7-a-neon.S | 182 ldr r9, [r0, #offStackSaveArea_returnAddr] @ r9<- chaining cell ret 204 movne r9, #0 @ clear the chaining cell address 206 cmp r9, #0 @ chaining cell exists? 207 blxne r9 @ jump to the chaining cell 294 * method through a dedicated chaining cell. 338 bx lr @ return to the callee-chaining cell 349 * method through a dedicated chaining cell. 351 * The predicted chaining cell is declared in ArmLIR.h with the 362 * - lr : to branch to the chaining cell 471 ldr r2, [r10, #offStackSaveArea_returnAddr] @ r2 = chaining cell re [all...] |
CompilerTemplateAsm-armv7-a.S | 182 ldr r9, [r0, #offStackSaveArea_returnAddr] @ r9<- chaining cell ret 204 movne r9, #0 @ clear the chaining cell address 206 cmp r9, #0 @ chaining cell exists? 207 blxne r9 @ jump to the chaining cell 294 * method through a dedicated chaining cell. 338 bx lr @ return to the callee-chaining cell 349 * method through a dedicated chaining cell. 351 * The predicted chaining cell is declared in ArmLIR.h with the 362 * - lr : to branch to the chaining cell 471 ldr r2, [r10, #offStackSaveArea_returnAddr] @ r2 = chaining cell re [all...] |
/external/valgrind/main/docs/lib/ |
vg-fo.xsl | 299 <fo:table-cell text-align="right" display-align="before" relative-align="baseline"> 303 </fo:table-cell> 332 <fo:table-cell text-align="left" display-align="after" 345 </fo:table-cell> 346 <fo:table-cell text-align="right" display-align="after" 351 </fo:table-cell>
|
/external/webkit/Source/WebCore/page/ |
Frame.cpp | 369 String Frame::searchForLabelsAboveCell(RegularExpression* regExp, HTMLTableCellElement* cell, size_t* resultDistanceFromStartOfCell) 371 HTMLTableCellElement* aboveCell = cell->cellAbove(); 373 // search within the above cell we found for a match 390 // Any reason in practice to search all cells in that are above cell? 404 // If the starting element is within a table, the cell that contains it 451 // If we started in a cell, but bailed because we found the start of the form or the [all...] |
/frameworks/base/core/java/android/widget/ |
TableLayout.java | 37 * their rows, columns, or cells. Each row has zero or more cells; each cell can 42 * <p>The width of a column is defined by the row with the widest cell in that 65 * a child cell, it will autoincrement to the next available column. If you skip 66 * a column number, it will be considered an empty cell in that row. See the 476 * <p>Finds the largest cell in each column. For each column, the width of 477 * the largest cell is applied to all the other cells.</p>
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
GridLayoutRule.java | 99 * Maximum size of a widget relative to a cell which is allowed to fit into a cell 489 * Returns true if we're resizing the widget, and false if we're resizing the cell 515 * Returns the size of the new cell gutter in layout coordinates 517 * @return the size of the new cell gutter in layout coordinates 544 // for for example tweaking the rowspan/colspan of a cell? (but only in grid mode)
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/ |
GLFunctionTraceViewer.java | 520 public void update(ViewerCell cell) { 521 Object element = cell.getElement(); 530 cell.setForeground(mGldrawTextColor); 534 cell.setForeground(mGlCallErrorColor); 537 cell.setText(getColumnText(c, cell.getColumnIndex()));
|
/external/webkit/Source/WebCore/editing/ |
DeleteSelectionCommand.cpp | 52 static bool isTableCellEmpty(Node* cell) 54 ASSERT(isTableCell(cell)); 55 return VisiblePosition(firstPositionInNode(cell)) == VisiblePosition(lastPositionInNode(cell)); 190 // Don't move content out of a table cell. 191 // If the cell is non-editable, enclosingNodeOfType won't return it by default, so 384 // Make sure empty cell has some height, if a placeholder can be inserted. [all...] |
htmlediting.cpp | 223 // this code works even if the closest table cell was outside of the root editable node. 808 // .) a table cell with no children, 809 // .) a table cell with a single BR child, and which has no other child renderers, including :before and :after renderers 810 // .) the BR child of such a table cell 818 // Make sure the rendered node is a table cell or <br>. 819 // If it's a <br>, then the parent node has to be a table cell. 829 // Check that the table cell contains no child renderers except for perhaps a single <br>. [all...] |
/external/webkit/Source/WebCore/inspector/front-end/ |
DetailedHeapshotView.js | 773 var cell = event.target.enclosingNodeOrSelfWithNodeName("td"); 774 if (!cell || (!cell.hasStyleClass("object-column") && !cell.hasStyleClass("shallowSize-column") && !cell.hasStyleClass("retainedSize-column"))) [all...] |
NetworkPanel.js | [all...] |
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_bar_controller_unittest.mm | 747 scoped_nsobject<BookmarkButtonCell> cell([[BookmarkButtonCell alloc] init]); 748 [cell setBookmarkNode:node.get()]; 750 [button setCell:cell.get()]; 751 [cell setRepresentedObject:[NSValue valueWithPointer:node.get()]]; 873 NSCell* cell = [[CellWithDesiredSize alloc] 876 [cells addObject:cell]; 877 [cell release]; 906 [[first cell] setTitle:@"This is a really big title; watch out mom!"]; [all...] |
/external/bzip2/ |
bzip2.c | [all...] |
/external/chromium/chrome/browser/resources/options/ |
options_page.css | 589 .favicon-cell { 595 input[type="url"].favicon-cell { 603 html[dir=rtl] input.favicon-cell { 607 list .favicon-cell { 616 html[dir=rtl] list .favicon-cell {
|
sync_setup_overlay.html | 113 class="bottom-padded-cell"> 115 <div class="bottom-padded-cell"> 162 <td id="create-account-cell" colspan="2" height="16.0"
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/ |
ConfigTab.java | 162 // when a click is done in the table cell. 177 // Listen to mouse track events to display the table cell corresponding tooltip. 222 * Get the current cell position (column, row) from a point position. 259 // Return the found table cell position 394 // Compute the tooltip to display on the cell
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/ |
GridModel.java | 254 // baseline alignment doesn't work for cell spanning views 462 // point we jump to the next row. If any cell specifies either an explicit [all...] |
/cts/tests/tests/database/src/android/database/cts/ |
AbstractCursorTest.java | 499 Object cell = mRows[mPos].get(columnIndex); local 500 return (cell == null) ? null : cell.toString();
|
/external/chromium/chrome/browser/ui/gtk/ |
gtk_chrome_cookie_view.cc | 64 GtkCellRenderer* cell = gtk_cell_renderer_text_new(); local 65 gtk_cell_layout_pack_start(GTK_CELL_LAYOUT(*combobox), cell, TRUE); 66 gtk_cell_layout_set_attributes(GTK_CELL_LAYOUT(*combobox), cell,
|
/external/qemu/android/skin/ |
trackball.c | 168 #define DOT_CELLS 2 /* number of random dots per cell */ 170 #define DOT_RANDOM_X 1007 /* horizontal random range in each cell */ 171 #define DOT_RANDOM_Y 1007 /* vertical random range in each cell */
|