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

<<111213141516

  /external/svox/pico/lib/
picokfst.c 300 /* input symbol found; state is set to position after symbol cell */
  /external/tcpdump/
nameser.h 156 #define T_AFSDB 18 /* AFS cell database */
  /external/v8/include/
v8.h 312 * A persistent handle contains a reference to a storage cell within
315 * cell can be created using Persistent::New and existing handles can
318 * that point to the same storage cell. For instance, if you pass a
321 * storage cell.
328 * storage cell.
333 * Creates a persistent handle for the same storage cell as the
378 * Releases the storage cell referenced by this persistent handle.
379 * Does not remove the reference to the cell from any handles.
381 * cell remain and IsEmpty will still return false.
    [all...]
  /external/webkit/WebCore/editing/
IndentOutdentCommand.cpp 132 // the next paragraph is in the same cell.
InsertListCommand.cpp 132 // table and ends inside the first cell, selectionForParagraphIteration should probably
  /external/webkit/WebKit/android/nav/
CachedFrame.h 153 int mMajorButt; // checks for next cell butting up against or close to previous one
  /external/wpa_supplicant/
wireless_copy.h 238 #define SIOCGIWNWID 0x8B03 /* get network id (the cell) */
447 #define IW_MODE_ADHOC 1 /* Single cell network */
448 #define IW_MODE_INFRA 2 /* Multi cell network, roaming, ... */
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/common/
wireless_copy.h 238 #define SIOCGIWNWID 0x8B03 /* get network id (the cell) */
447 #define IW_MODE_ADHOC 1 /* Single cell network */
448 #define IW_MODE_INFRA 2 /* Multi cell network, roaming, ... */
    [all...]
  /frameworks/base/location/java/android/location/provider/
LocationProvider.java 184 * cellular network (e.g., to make use of cell tower IDs), false
  /hardware/ril/include/telephony/
ril.h 247 char * cid; /* Combination of LAC and Cell Id in 32 bits in GSM.
432 * Which types of Cell Broadcast Message (CBM) are to be received by the ME
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/utils/
nrfsm.c 304 /* Calculate action cell index */
  /external/qemu/
ppc-dis.c 166 /* Opcode is only supported by PowerPC Cell family. */
    [all...]
  /external/webkit/WebCore/rendering/
RenderBox.cpp 1618 RenderTableCell* cell = toRenderTableCell(cb); local
    [all...]
  /development/pdk/docs/
faqs.jd 11 cell phone and other devices.</p>
207 the 1.6 CDD only allows cell phones, but the 2.x CDD allows devices to omit
  /external/icu4c/common/unicode/
ushape.h 331 * replaced by one cell Seen and a space will replace the Tail.
348 * replaced by one cell YehHamza and space will replace the Hamza.
  /external/webkit/JavaScriptCore/runtime/
JSImmediate.h 62 * A JSValue* is either a pointer to a cell (a heap-allocated object) or an immediate (a type-tagged
64 * because allocator alignment guarantees they will be 00 in cell pointers.
JSObject.cpp 539 JSCell* cell = 0; local
540 size_t offset = m_structure->get(propertyName, attributes, cell);
  /external/webkit/WebCore/inspector/front-end/
SourceCSSTokenizer.re2js 105 "caption", "captiontext", "caret", "cell", "center", "checkbox", "circle", "cjk-earthly-branch", "cjk-heavenly-stem", "cjk-ideographic",
137 "sw-resize", "table", "table-caption", "table-cell", "table-column", "table-column-group", "table-footer-group", "table-header-group",
  /external/webkit/WebCore/platform/gtk/
gtk2drawing.c 302 /* appears-as-list = FALSE, cell-view = TRUE; the button
304 * needs to place a cell renderer, a separator, and an arrow in
310 /* appears-as-list = TRUE, or cell-view = FALSE;
336 * is none when "appears-as-list" = TRUE or "cell-view" = FALSE; if it
412 /* appears-as-list = FALSE, cell-view = TRUE; the button
414 * inherits from ComboBox which needs to place a cell renderer,
423 /* appears-as-list = TRUE, or cell-view = FALSE;
654 * Some GTK engines paint the first and last cell
    [all...]
  /packages/apps/Settings/src/com/android/settings/
RadioInfo.java 488 for (NeighboringCellInfo cell : cids) {
489 sb.append(cell.toString()).append(" ");
    [all...]
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
PowerUsageSummary.java 184 case CELL:
467 addEntry(getString(R.string.power_cell), DrainType.CELL, signalTimeMs,
  /external/v8/src/
heap.cc 269 PrintF("Cell space, used: %8d, available: %8d, waste: %8d\n",
806 // Copy objects reachable from cells by scavenging cell values directly.
808 for (HeapObject* cell = cell_iterator.next();
809 cell != NULL; cell = cell_iterator.next()) {
810 if (cell->IsJSGlobalPropertyCell()) {
812 reinterpret_cast<Address>(cell) +
1003 // data, or cell spaces.
    [all...]
  /packages/apps/Phone/res/values/
strings.xml 471 <!-- Cell broadcast SMS strings -->
472 <string name="cdma_cell_broadcast_sms">Cell Broadcast SMS</string>
474 <string name="cell_broadcast_sms">Cell Broadcast SMS</string>
476 <string name="enable_disable_cell_bc_sms">Cell Broadcast SMS</string>
477 <string name="cell_bc_sms_enable">Cell Broadcast SMS enabled</string>
478 <string name="cell_bc_sms_disable">Cell Broadcast SMS disabled</string>
480 <string name="cb_sms_settings">Cell Broadcast SMS settings</string>
    [all...]
  /external/iproute2/examples/
cbq.init-v0.7.3 756 bandwidth $DEVBWDT avpkt $AVPKT cell 8
773 allot 1514 cell 8 maxburst 20 avpkt $AVPKT $BOUNDED $ISOLATED ||
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11video.c     [all...]

Completed in 87 milliseconds

<<111213141516