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

<<111213141516

  /dalvik/libcore/luni/src/main/java/java/lang/
ThreadLocal.java 180 /** Points to the next cell to clean up. */
  /development/samples/ApiDemos/src/com/example/android/apis/view/
_index.html 83 <dd>Demonstrates the use of advanced gravity attributes, such as <em>center_horizontal</em> and <em>right|bottom</em> to align cell contents in a table. </dd>
  /external/dnsmasq/src/
nameser.h 155 #define T_AFSDB 18 /* AFS cell database */
  /external/oprofile/daemon/
opd_sfile.c 211 * processing a Cell BE SPU profile; in which case, we
  /external/v8/src/
handles.h 40 // When a handle is created for an object a cell is allocated in the heap.
objects.cc 355 JSGlobalPropertyCell* cell = local
358 cell->set_value(value);
387 JSGlobalPropertyCell* cell = local
389 cell->set_value(value);
404 // If we have a global object set the cell to the hole.
411 // from the DontDelete cell without checking if it contains
417 JSGlobalPropertyCell* cell = local
419 cell->set_value(Heap::the_hole_value());
7325 Object* cell = Heap::AllocateJSGlobalPropertyCell(Heap::the_hole_value()); local
    [all...]
heap.h 442 // Allocate a tenured JS global property cell.
    [all...]
  /external/webkit/WebCore/accessibility/mac/
AccessibilityObjectWrapper.mm 68 // Cell Tables
    [all...]
  /external/webkit/WebCore/css/
html.css 214 display: table-cell;
  /frameworks/base/docs/html/guide/practices/design/
seamlessness.jd 202 network connection. That's almost guaranteed to be much faster than a cell
  /external/bluetooth/glib/glib/
guniprop.c 442 * cell.
477 * cell under legacy East Asian locales. If a character is wide according to
    [all...]
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DatabaseHelper.java 764 List<LockPatternView.Cell> cellPattern =
    [all...]
  /prebuilt/linux-x86/oprofile/bin/
oparchive 
opannotate 
opreport 
  /external/emma/lib/
emma.jar 
  /frameworks/base/tests/DumpRenderTree/assets/results/
layout_tests_nontext.txt 9 /sdcard/android/layout_tests/accessibility/table-cell-spans.html
14 /sdcard/android/layout_tests/accessibility/table-one-cell.html
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
RIL.java 2918 NeighboringCellInfo cell; local
    [all...]
  /external/libpcap/doc/
pcap.xml     [all...]
  /dalvik/vm/interp/
Jit.c 555 /* Here, idx should be pointing to the last cell of an
558 /* Linear walk to find a free cell and add it to the end */
    [all...]
  /external/bluetooth/bluez/audio/
telephony-maemo.c 54 /* network get cell info: cell type */
    [all...]
  /frameworks/base/location/java/android/location/
LocationManager.java 59 * availability of cell tower and WiFi access points. Results are retrieved
232 provider.setRequiresCell(info.getBoolean("cell"));
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CdmaServiceStateTracker.java 388 Log.w(LOG_TAG, "error parsing cell location data: " + ex);
397 // Release any temporary cell lock, which could have been
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmServiceStateTracker.java 417 // Release any temporary cell lock, which could have been
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
MonthView.java 731 // Draw the cell contents (excluding monthDay number)
735 // Adjust cell boundaries to compensate for the different border
    [all...]

Completed in 461 milliseconds

<<111213141516