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

1 2 34 5 6 7 8 91011>>

  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_INVOKE_METHOD_NATIVE.S 49 ldr r2, [r10, #offStackSaveArea_returnAddr] @ r2 = chaining cell ret
61 cmp r2, #0 @ return chaining cell still exists?
footer.S 33 ldr r2, [r10, #offStackSaveArea_returnAddr] @ r2 = chaining cell ret
47 cmp r2, #0 @ return chaining cell still exists?
  /external/libpcap/
atmuni31.h 40 #define OAMF4SC 0x03 /* Segment OAM F4 flow cell */
41 #define OAMF4EC 0x04 /* End-to-end OAM F4 flow cell */
  /external/tcpdump/
atmuni31.h 40 #define OAMF4SC 0x03 /* Segment OAM F4 flow cell */
41 #define OAMF4EC 0x04 /* End-to-end OAM F4 flow cell */
  /external/webkit/JavaScriptCore/runtime/
CollectorHeapIterator.h 83 // Iterators advance up to the next-to-last -- and not the last -- cell in a
84 // block, since the last cell is a dummy sentinel.
Operations.h 344 JSCell* cell = asCell(base); local
347 while (slotBase != cell) {
348 JSValue v = cell->structure()->prototypeForLookup(callFrame);
356 cell = asCell(v);
360 if (cell->structure()->isDictionary()) {
361 asObject(cell)->flattenDictionaryObject();
362 if (slotBase == cell)
363 slotOffset = cell->structure()->get(propertyName);
  /frameworks/base/packages/SettingsProvider/res/values/
defaults.xml 23 <!-- Comma-separated list of bluetooth, wifi, and cell. -->
24 <string name="def_airplane_mode_radios" translatable="false">cell,bluetooth,wifi</string>
  /packages/apps/Launcher2/res/values/
attrs.xml 40 <!-- The width of a single cell -->
42 <!-- The height of a single cell -->
  /external/iproute2/examples/diffserv/
efcbq 9 "10Mbit cell 8 avpkt 1000 mpu 64\n";
  /external/webkit/WebCore/css/
CSSQuirkPrimitiveValue.h 31 // inside a table cell.
  /external/webkit/WebCore/html/
HTMLDataGridCellElement.idl 33 attribute boolean focused; // Whether or not this cell is currently focused.
  /external/webkit/WebCore/manual-tests/
drag-image-table-part-decorations.html 12 <div style="background-color: blue; display: table-cell; height: 100px; width: 100px;"></div>
  /external/webkit/WebKit/mac/Misc/
WebNSControlExtras.m 37 NSSize bestSize = [[self cell] cellSizeForBounds:NSMakeRect(0.0f, 0.0f, frame.size.width, 10000.0f)];
  /frameworks/base/libs/rs/
rsComponent.h 27 // An element is a group of Components that occupies one cell in a structure.
rsLight.h 28 // An element is a group of Components that occupies one cell in a structure.
rsMesh.h 28 // An element is a group of Components that occupies one cell in a structure.
rsObjectBase.h 28 // An element is a group of Components that occupies one cell in a structure.
rsShaderCache.h 29 // An element is a group of Components that occupies one cell in a structure.
rsSimpleMesh.h 28 // An element is a group of Components that occupies one cell in a structure.
rsVertexArray.h 29 // An element is a group of Components that occupies one cell in a structure.
  /frameworks/base/telephony/java/com/android/internal/telephony/
ISms.aidl 148 * Enable reception of cell broadcast (SMS-CB) messages with the given
161 * Disable reception of cell broadcast (SMS-CB) messages with the given
174 * Enable reception of cell broadcast (SMS-CB) messages with the given
188 * Disable reception of cell broadcast (SMS-CB) messages with the given
  /packages/apps/CellBroadcastReceiver/tests/res/values/
strings.xml 18 <string name="app_label">Cell Broadcast Tests</string>
  /external/nist-sip/java/gov/nist/javax/sip/header/ims/
PAccessNetworkInfoHeader.java 54 * access-info = cgi-3gpp / utran-cell-id-3gpp / dsl-location /
57 * utran-cell-id-3gpp = "utran-cell-id-3gpp" EQUAL (token / quoted-string)
  /external/webkit/WebCore/accessibility/
AccessibilityTableCell.cpp 132 // Try to find if the first cell in this row is a <th>. If it is,
146 // If this cell is in the first column, there is no need to continue.
157 RenderTableCell* headerCell = section->cellAt(row, 0).cell;
  /packages/apps/Settings/src/com/android/settings/
ConfirmLockPattern.java 22 import com.android.internal.widget.LockPatternView.Cell;
220 public void onPatternCellAdded(List<Cell> pattern) {
224 public void onPatternDetected(List<LockPatternView.Cell> pattern) {

Completed in 419 milliseconds

1 2 34 5 6 7 8 91011>>