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

1 2 3 4 56 7 8 91011>>

  /system/wlan/ti/wilink_6_1/utils/
GenSM.h 50 /* State/Event cell */
fsm.h 70 /* State\Event cell */
  /cts/tests/tests/widget/src/android/widget/cts/
AlphabetIndexerTest.java 157 for (String cell : listData) {
159 row.add(cell);
  /external/nist-sip/java/gov/nist/javax/sip/header/ims/
PAccessNetworkInfo.java 122 * @param utranCellID -- String UTRAN Cell ID value
139 * @return String UTRAN Cell ID value
  /external/oprofile/daemon/
opd_spu.c 3 * Processing the sample buffer for Cell BE SPU profile
41 * Cell-SPU-specific, so we do not need to return until the
  /external/oprofile/libop/
op_cpu_type.c 70 { "ppc64 Cell Broadband Engine", "ppc64/cell-be", CPU_PPC64_CELL, 8 },
  /external/v8/src/
fast-codegen.h 128 // cell into the destination register.
129 void EmitGlobalVariableLoad(Handle<Object> cell);
stub-cache.h 84 JSGlobalPropertyCell* cell,
124 JSGlobalPropertyCell* cell);
170 JSGlobalPropertyCell* cell,
483 JSGlobalPropertyCell* cell,
569 JSGlobalPropertyCell* cell,
  /external/v8/src/ia32/
fast-codegen-ia32.h 124 // cell into the destination register.
125 void EmitGlobalVariableLoad(Handle<Object> cell);
  /external/webkit/WebCore/html/
HTMLTableRowElement.cpp 163 RefPtr<Node> cell = children->item(index); local
164 HTMLElement::removeChild(cell.get(), ec);
  /external/webkit/WebCore/inspector/front-end/
ProfileView.js 533 var cell = event.target.enclosingNodeOrSelfWithNodeName("td"); variable
534 if (!cell || (!cell.hasStyleClass("total-column") && !cell.hasStyleClass("self-column") && !cell.hasStyleClass("average-column")))
537 if (cell.hasStyleClass("total-column"))
539 else if (cell.hasStyleClass("self-column"))
541 else if (cell.hasStyleClass("average-column"))
  /external/webkit/WebCore/manual-tests/
cursor.html 32 <div style="width: 20px; height: 20px; margin: 10px; background: #ddd; cursor: cell">cell</div>
  /external/webkit/WebKitTools/Scripts/webkitpy/
buildbot.py 75 # We failed to find a link in the first cell, just give up. This
76 # can happen if a builder is just-added, the first cell will just
  /frameworks/base/tools/preload/
sorttable.js 123 forEach(theadrow.childNodes, function(cell) {
124 if (cell.nodeType == 1) { // an element
125 cell.className = cell.className.replace('sorttable_sorted_reverse','');
126 cell.className = cell.className.replace('sorttable_sorted','');
200 // gets the text we want to use for sorting for a cell.
203 // for example, you can override the cell text with a customkey attribute.
  /packages/apps/Calendar/src/com/android/calendar/
EventGeometry.java 81 // If the end point aligns on a cell boundary then count it as
82 // ending in the previous cell so that we don't cross the border
  /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...]
  /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/ndk/platforms/android-3/include/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.

Completed in 1152 milliseconds

1 2 3 4 56 7 8 91011>>