HomeSort by relevance Sort by last modified time
    Searched full:cell (Results 501 - 525 of 1142) sorted by null

<<21222324252627282930>>

  /external/srec/portable/include/
pmalloc.h 68 _Cell *_Head; /* null, or lowest addressed free cell */
  /external/v8/src/ia32/
assembler-ia32-inl.h 160 void RelocInfo::set_target_cell(JSGlobalPropertyCell* cell,
163 Address address = cell->address() + JSGlobalPropertyCell::kValueOffset;
167 // TODO(1550) We are passing NULL as a slot because cell can never be on
170 host(), NULL, cell); local
  /external/v8/src/mips/
assembler-mips-inl.h 218 void RelocInfo::set_target_cell(JSGlobalPropertyCell* cell,
221 Address address = cell->address() + JSGlobalPropertyCell::kValueOffset;
224 // TODO(1550) We are passing NULL as a slot because cell can never be on
227 host(), NULL, cell); local
  /external/v8/src/x64/
assembler-x64-inl.h 319 void RelocInfo::set_target_cell(JSGlobalPropertyCell* cell,
322 Address address = cell->address() + JSGlobalPropertyCell::kValueOffset;
327 // TODO(1550) We are passing NULL as a slot because cell can never be on
330 host(), NULL, cell); local
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLTableRowElement15.js 82 to insert a cell using an index of seven. This should throw
HTMLTableRowElement16.js 82 to insert a cell using an index of negative seven. This should throw
HTMLTableRowElement17.js 82 to delete a cell using an index of seven. This should throw
HTMLTableRowElement18.js 82 to delete a cell using an index of six. This should throw
HTMLTableRowElement19.js 82 to delete a cell using an index of negative six. This should throw
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLTableRowElement15.js 82 to insert a cell using an index of seven. This should throw
HTMLTableRowElement16.js 82 to insert a cell using an index of negative seven. This should throw
HTMLTableRowElement17.js 82 to delete a cell using an index of seven. This should throw
HTMLTableRowElement18.js 82 to delete a cell using an index of six. This should throw
HTMLTableRowElement19.js 82 to delete a cell using an index of negative six. This should throw
  /external/webkit/Source/JavaScriptCore/runtime/
JSValue.h 266 * cell, integer and bool values the lower 32 bits (the 'payload') contain the pointer
357 // These values would map to cell types in the JSValue encoding, but not valid GC cell
359 // alignment for a GC cell, and in the zero page).
  /external/webkit/Source/WebCore/accessibility/
AccessibilityARIAGridCell.cpp 84 // children to determine the row index for the cell in it.
  /external/webkit/Source/WebCore/manual-tests/
drag-cursor-notallowed.html 4 #dropTarget, #dragMe { text-align: center; display: table-cell; vertical-align: middle }
  /frameworks/base/location/java/com/android/internal/location/
DummyLocationProvider.java 104 * cellular network (e.g., to make use of cell tower IDs), false
  /frameworks/base/telephony/java/android/telephony/
SmsManager.java 344 * Enable reception of cell broadcast (SMS-CB) messages with the given
374 * Disable reception of cell broadcast (SMS-CB) messages with the given
404 * Enable reception of cell broadcast (SMS-CB) messages with the given
435 * Disable reception of cell broadcast (SMS-CB) messages with the given
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
SmsBroadcastConfigInfo.java 20 * SmsBroadcastConfigInfo defines one configuration of Cell Broadcast
  /frameworks/opt/vcard/java/com/android/vcard/
VCardParser_V21.java 59 "PREF", "VOICE", "FAX", "MSG", "CELL", "PAGER", "BBS",
  /frameworks/rs/driver/
rsdShaderCache.h 34 // An element is a group of Components that occupies one cell in a structure.
  /packages/apps/CellBroadcastReceiver/tests/res/values-cs/
strings.xml 19 <string name="app_label" msgid="2102435118079140813">"Testy zpráv Cell Broadcast"</string>
  /packages/apps/CellBroadcastReceiver/tests/res/values-es/
strings.xml 19 <string name="app_label" msgid="2102435118079140813">"Pruebas de Cell Broadcasts"</string>
  /packages/apps/CellBroadcastReceiver/tests/res/values-fi/
strings.xml 19 <string name="app_label" msgid="2102435118079140813">"Cell Broadcast -testit"</string>

Completed in 935 milliseconds

<<21222324252627282930>>