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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/telephony/java/android/telephony/
SmsCbConstants.java 20 * Constants used in SMS Cell Broadcast messages.
SmsCbMessage.java 36 * Cell wide immediate geographical scope
51 * Cell wide geographical scope
  /frameworks/base/telephony/java/com/android/internal/telephony/
ITelephony.aidl 209 * Returns the neighboring cell information of the device.
  /external/webkit/WebCore/rendering/
RenderThemeSafari.cpp 266 // We inflate the rect as needed to account for padding included in the cell to accommodate the checkbox
272 // We inflate the rect as needed to account for padding included in the cell to accommodate the checkbox
280 // We inflate the rect as needed to account for padding included in the cell to accommodate the checkbox
349 void RenderThemeSafari::setControlSize(NSCell* cell, const IntSize* sizes, const IntSize& minSize)
360 if (size != [cell controlSize]) // Only update if we have to, since AppKit does work even if the size is the same.
361 [cell setControlSize:size];
579 // We inflate the rect as needed to account for padding included in the cell to accommodate the button
    [all...]
  /frameworks/base/core/tests/coretests/src/android/pim/vcard/
VCardExporterTests.java 494 .addExpectedNode("TEL", "50", new TypeSet("CELL"))
503 .addExpectedNode("TEL", "140", new TypeSet("WORK", "CELL"))
602 .addExpectedNode("TEL", "6", new TypeSet("CELL"))
603 .addExpectedNode("TEL", "7", new TypeSet("CELL"))
611 .addExpectedNode("TEL", "6", new TypeSet("CELL"))
612 .addExpectedNode("TEL", "7", new TypeSet("CELL"))
    [all...]
VCardJapanizationTests.java 371 .addExpectedNode("TEL", "090-1234-1234", new TypeSet("CELL"));
399 .addExpectedNode("TEL", "090-1234-1234", new TypeSet("CELL"));
  /packages/apps/Calendar/src/com/android/calendar/
CalendarView.java 150 int cell; field in class:CalendarView.DayHeader
1459 int cell = mFirstJulianDay; local
1538 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...]
  /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-uk/
strings.xml 240 <string name="cdma_cell_broadcast_sms" msgid="7898475142527341808">"?-?. Cell Broadcast SMS"</string>
241 <string name="cell_broadcast_sms" msgid="5584192824053625842">"?-?. Cell Broadcast SMS"</string>
242 <string name="enable_disable_cell_bc_sms" msgid="4851147873691392255">"?-?. Cell Broadcast SMS"</string>
243 <string name="cell_bc_sms_enable" msgid="6441688565738921084">"?-?/ Cell Broadcast SMS ?????."</string>
244 <string name="cell_bc_sms_disable" msgid="3398365088309408749">"?-??? Cell Broadcast SMS ????."</string>
245 <string name="cb_sms_settings" msgid="651715019785107312">"??????. ?-?. Cell Broadcast SMS"</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
  /packages/apps/Launcher2/src/com/android/launcher2/
DragController.java 85 /** X offset from the upper-left corner of the cell to where we touched. */
88 /** 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
  /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/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
PHP Markdown Extra Readme.text 627 Cell | Cell
674 | cell
681 | cell
  /external/libvpx/examples/includes/geshi/geshi/
matlab.php 72 'cart2pol','cart2sph','cat','caxis','cdf2rdf','ceil','cell',

Completed in 574 milliseconds

1 2 3 4 5 6 7 8 91011>>