HomeSort by relevance Sort by last modified time
    Searched full:cell (Results 776 - 800 of 1142) sorted by null

<<31323334353637383940>>

  /external/v8/src/
ic.cc 656 Handle<JSGlobalPropertyCell> cell(global->GetPropertyCell(lookup));
657 if (!cell->value()->IsJSFunction()) return Handle<Code>::null();
658 Handle<JSFunction> function(JSFunction::cast(cell->value()));
660 argc, kind_, extra_state, name, receiver, global, cell, function);
    [all...]
  /external/webkit/Source/WebCore/editing/
ApplyBlockElementCommand.cpp 130 // the next paragraph is in the same cell.
  /external/webkit/Source/WebCore/inspector/front-end/
MetricsSidebarPane.js 131 "table-cell": true,
  /external/webkit/Source/WebCore/platform/mac/
HTMLConverter.mm 271 result = @"table-cell";
    [all...]
  /external/webrtc/src/system_wrappers/source/
data_log_unittest.cc 92 // header or a cell of a row.
  /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/lib/java/com/android/location/provider/
LocationProvider.java 190 * cellular network (e.g., to make use of cell tower IDs), false
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CDMAPhone.java 599 * 2009, there is no neighbor cell information available for
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
SmsCbHeader.java 25 * Parses a 3GPP TS 23.041 cell broadcast message header. This class is public for use by
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastDatabaseHelper.java 34 * Open, create, and upgrade the cell broadcast SQLite database. Previously an inner class of
CellBroadcastListActivity.java 48 * This activity provides a list view of received cell broadcasts. Most of the work is handled
  /packages/apps/CellBroadcastReceiver/tests/src/com/android/cellbroadcastreceiver/tests/
SendTestBroadcastActivity.java 29 * Activity to send test cell broadcast messages from GUI.
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
VoiceContact.java 199 else if (label.contains("mobile") || label.contains("cell")) {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
socket.h 139 #define SOL_ATM 264 /* ATM layer (cell level). */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
wireless.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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
socket.h 139 #define SOL_ATM 264 /* ATM layer (cell level). */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
wireless.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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
socket.h 139 #define SOL_ATM 264 /* ATM layer (cell level). */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
wireless.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/qemu/
ppc-dis.c 166 /* Opcode is only supported by PowerPC Cell family. */
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
DayView.java 2370 int cell = mFirstJulianDay; local
2458 int cell = mFirstJulianDay; local
    [all...]
  /dalvik/vm/compiler/
Loop.cpp 739 * to go to the backward chaining cell. Without using the backward chaining
740 * cell we won't be able to do check-pointing on the target PC, or count the
  /dalvik/vm/mterp/x86/
footer.S 25 * on TOS is actually a pointer to a 32-bit cell containing the Dalvik PC
137 pop rINST # save chain cell address in callee save reg
  /docs/source.android.com/src/
faqs.md 31 cell phone and other devices.
263 the 1.6 CDD only allows cell phones, but the 2.1 CDD allows devices to omit
  /external/chromium/chrome/browser/resources/options/
sync_setup_overlay.js 499 $('create-account-cell').style.visibility = "hidden";
514 document.getElementById('create-account-cell').height = 0;

Completed in 1046 milliseconds

<<31323334353637383940>>