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

1 2 3 4 5 6 7 891011>>

  /packages/apps/Calendar/src/com/android/calendar/
CalendarView.java 127 int cell; field in class:CalendarView.DayHeader
783 // change and that changes the cell height. When we switch dates,
785 // be too large for the new view if the cell height is smaller.
1382 int cell = mFirstJulianDay; local
1468 int cell = mFirstJulianDay; local
    [all...]
  /external/tcpdump/
print-rx.c 276 { 93, "set-cell-name" },
277 { 94, "get-cell-name" },
278 { 95, "get-cell-host" },
279 { 96, "add-cell-host" },
280 { 97, "delete-cell-host" },
    [all...]
print-atm.c 323 printf("cell-type %s (%u)",
  /external/v8/src/
stub-cache.cc 178 JSGlobalPropertyCell* cell,
186 cell,
345 JSGlobalPropertyCell* cell) {
350 code = compiler.CompileStoreGlobal(receiver, cell, name);
552 JSGlobalPropertyCell* cell,
564 code = compiler.CompileCallGlobal(receiver, holder, cell, function, name);
    [all...]
  /external/webkit/WebCore/accessibility/gtk/
AccessibilityObjectWrapperAtk.cpp 1341 static AccessibilityTableCell* cell(AtkTable* table, guint row, guint column) function
    [all...]
  /external/webkit/WebCore/page/
Frame.cpp 422 String Frame::searchForLabelsAboveCell(RegularExpression* regExp, HTMLTableCellElement* cell, size_t* resultDistanceFromStartOfCell)
424 RenderObject* cellRenderer = cell->renderer();
435 // search within the above cell we found for a match
453 // Any reason in practice to search all cells in that are above cell?
467 // If the starting element is within a table, the cell that contains it
514 // If we started in a cell, but bailed because we found the start of the form or the
    [all...]
  /packages/apps/Phone/res/values-de/
strings.xml 232 <string name="cdma_cell_broadcast_sms" msgid="7898475142527341808">"Cell Broadcast SMS"</string>
233 <string name="cell_broadcast_sms" msgid="5584192824053625842">"Cell Broadcast SMS"</string>
234 <string name="enable_disable_cell_bc_sms" msgid="4851147873691392255">"Cell Broadcast SMS"</string>
235 <string name="cell_bc_sms_enable" msgid="6441688565738921084">"Cell Broadcast SMS aktiviert"</string>
236 <string name="cell_bc_sms_disable" msgid="3398365088309408749">"Cell Broadcast SMS deaktiviert"</string>
237 <string name="cb_sms_settings" msgid="651715019785107312">"Einstellungen für Cell Broadcast SMS"</string>
    [all...]
  /packages/apps/Phone/res/values-it/
strings.xml 232 <string name="cdma_cell_broadcast_sms" msgid="7898475142527341808">"SMS cell broadcast"</string>
233 <string name="cell_broadcast_sms" msgid="5584192824053625842">"SMS cell broadcast"</string>
234 <string name="enable_disable_cell_bc_sms" msgid="4851147873691392255">"SMS cell broadcast"</string>
235 <string name="cell_bc_sms_enable" msgid="6441688565738921084">"SMS cell broadcast attivato"</string>
236 <string name="cell_bc_sms_disable" msgid="3398365088309408749">"SMS cell broadcast disattivato"</string>
237 <string name="cb_sms_settings" msgid="651715019785107312">"Impostazioni SMS cell broadcast"</string>
    [all...]
  /external/v8/src/ia32/
stub-cache-ia32.cc 981 JSGlobalPropertyCell* cell = JSGlobalPropertyCell::cast(probe); local
    [all...]
  /external/skia/src/views/
SkListWidget.cpp 20 fScrollIndex = 0; // number of cells to skip before first visible cell
21 fCurrIndex = -1; // index of "selected" cell
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/
alloca.c 404 Determine the number of the cell within the stack,
405 given the address of the cell. The purpose of this
  /frameworks/base/core/tests/coretests/src/android/pim/vcard/
VCardJapanizationTests.java 370 .addExpectedNode("TEL", "090-1234-1234", new TypeSet("CELL"));
398 .addExpectedNode("TEL", "090-1234-1234", new TypeSet("CELL"));
  /packages/apps/Launcher2/src/com/android/launcher2/
DragController.java 84 /** X offset from the upper-left corner of the cell to where we touched. */
87 /** Y offset from the upper-left corner of the cell to where we touched. */
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
PowerUsageDetail.java 51 CELL,
346 case CELL:
  /cts/tests/tests/widget/src/android/widget/cts/
SimpleCursorTreeAdapterTest.java 230 * @param prefix the prefix of each cell
  /dalvik/vm/interp/
InterpDefs.h 65 * 6) dvmJitToPredictedChain: patch the chaining cell for a virtual call site
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
ContactOperations.java 150 * @param phoneType the type: cell, home, etc.
  /external/dropbear/libtommath/
bn_mp_exptmod_fast.c 69 /* init first cell */
bn_s_mp_exptmod.c 55 /* init first cell */
  /external/kernel-headers/original/linux/mtd/
mtd.h 45 u_int cell; member in struct:erase_info
  /external/kernel-headers/original/linux/
socket.h 276 #define SOL_ATM 264 /* ATM layer (cell level) */
  /external/srec/config/en.us/grammars/
VoiceDialer.grxml 136 <one-of> <item> cell </item> <item> mobile </item> </one-of>
  /external/webkit/WebCore/inspector/front-end/
MetricsSidebarPane.js 91 "table-cell": true,
  /frameworks/base/core/java/android/content/
DefaultDataHandler.java 57 * &lt;col column="cell" value="512-514-6535"/>
  /frameworks/base/core/java/android/pim/vcard/
VCardConstants.java 88 public static final String PARAM_TYPE_CELL = "CELL";

Completed in 235 milliseconds

1 2 3 4 5 6 7 891011>>