HomeSort by relevance Sort by last modified time
    Searched full:cell (Results 126 - 150 of 399) sorted by null

1 2 3 4 56 7 8 91011>>

  /frameworks/base/docs/html/guide/topics/ui/
layout-objects.jd 100 A cell may also be a ViewGroup object (for example, you can nest another TableLayout as a cell).</p>
102 result, with cell borders displayed as dotted lines (added for visual effect). </p>
277 <td>A tabular layout with an arbitrary number of rows and columns, each cell
279 column. The cell borders are not
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/BusAccess/Shm_Common/
whalHwEeprom.c 436 * DESCRIPTION: Reads one cell from ACG table *
438 * INPUT: bTableOffset - zero-based offset of the cell in AGC *
460 * DESCRIPTION: Writes one AGC table cell to EEPROM *
462 * INPUT: bTableOffset - zero-based offset of the cell in AGC *
464 * bVal - new cell value *
  /external/webkit/WebCore/rendering/
RenderThemeMac.mm 536 void RenderThemeMac::updateCheckedState(NSCell* cell, const RenderObject* o)
538 bool oldIndeterminate = [cell state] == NSMixedState;
543 [cell setState:indeterminate ? NSMixedState : (checked ? NSOnState : NSOffState)];
547 bool oldChecked = [cell state] == NSOnState;
549 [cell setState:checked ? NSOnState : NSOffState];
552 void RenderThemeMac::updateEnabledState(NSCell* cell, const RenderObject* o)
554 bool oldEnabled = [cell isEnabled];
557 [cell setEnabled:enabled];
560 void RenderThemeMac::updateFocusedState(NSCell* cell, const RenderObject* o)
562 bool oldFocused = [cell showsFirstResponder]
    [all...]
RenderTableSection.h 57 RenderTableCell* cell; member in struct:WebCore::RenderTableSection::CellStruct
  /dalvik/vm/compiler/
Frontend.c 506 * the chaining cell.
561 /* Create the chaining cell as the fallthrough of the exit block */
596 /* One chaining cell for the first MAX_CHAINED_SWITCH_CASES cases */
606 /* One more chaining cell for the default case */
617 * If the chaining cell is after an invoke or
619 * chaining cell.
647 /* For unconditional branches, request a hot chaining cell */
  /dalvik/vm/compiler/codegen/arm/
CodegenDriver.c     [all...]
  /bionic/libc/kernel/common/linux/mtd/
mtd.h 43 u_int cell; member in struct:erase_info
  /development/samples/FixedGridLayout/src/com/example/android/fixedgridlayout/
FixedGridLayout.java 33 * cell contains exactly one view, and they flow in the natural
  /development/samples/TicTacToeLib/src/com/example/android/tictactoe/library/
GameView.java 309 int cell = x + 3 * y;
311 State state = cell == mSelectedCell ? mSelectedValue : mData[cell];
316 mSelectedCell = cell;
  /external/icu4c/data/mappings/
README.emoji 3 kddi-jisx-208 is a variant of JIS X 208 used by KDDI, a Japanese cell
  /external/iproute2/man/man8/
tc-cbq-details.8 15 .B [ cell
45 .B ] [ cell
266 cell
267 The cell size determines he granularity of packet transmission time calculations. Has a sensible default.
tc-cbq.8 17 .B [ cell
47 .B ] [ cell
177 cell
178 The cell size determines he granularity of packet transmission time calculations. Has a sensible default.
  /external/oprofile/libop/
op_cpu_type.h 67 CPU_PPC64_CELL, /**< ppc64 Cell Broadband Engine*/
  /external/qemu/android/skin/
keyset.h 38 _SKIN_KEY_COMMAND(TOGGLE_NETWORK,"toggle cell network on/off") \
  /external/srec/portable/include/
pmalloc.h 68 _Cell *_Head; /* null, or lowest addressed free cell */
  /external/webkit/JavaScriptCore/runtime/
JSValue.cpp 121 snprintf(description, size, "Cell: %p", asCell());
  /external/webkit/WebCore/css/
mathml.css 154 display: table-cell;
  /external/webkit/WebCore/manual-tests/
drag-cursor-notallowed.html 4 #dropTarget, #dragMe { text-align: center; display: table-cell; vertical-align: middle }
  /frameworks/base/docs/html/guide/practices/ui_guidelines/
widget_design.jd 150 <p>In portrait orientation, each cell is 80 pixels wide by 100 pixels tall (the
151 diagram shows a cell in portrait orientation). The three supported widget sizes
164 <p>In landscape orientation, each cell is 106 pixels wide by 74 pixels tall. The
232 <p>Cut the widget artwork asset" based on the full size of a cell, including any
  /frameworks/base/location/java/com/android/internal/location/
DummyLocationProvider.java 103 * cellular network (e.g., to make use of cell tower IDs), false
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/sms/
SmsEnvelope.java 47 // ServiceCategories for Cell Broadcast, see 3GPP2 C.R1001 table 9.3.1-1
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
SmsBroadcastConfigInfo.java 20 * SmsBroadcastConfigInfo defines one configuration of Cell Broadcast
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/mtd/
mtd.h 43 u_int cell; member in struct:erase_info
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/mtd/
mtd.h 43 u_int cell; member in struct:erase_info
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/mtd/
mtd.h 43 u_int cell; member in struct:erase_info

Completed in 130 milliseconds

1 2 3 4 56 7 8 91011>>