/external/v8/tools/ |
profile.js | 78 * containing the specified address. Should be overriden by subclasses. 83 * @param {number} addr Address of the unknown code. 84 * @param {number} opt_stackPos If an unknown address is encountered 86 * containing the address. 97 * @param {number} startAddr Starting address. 98 * @param {number} endAddr Ending address. 113 * @param {number} startAddr Starting address. 114 * @param {number} endAddr Ending address. 130 * @param {number} start Starting address. 144 * @param {number} aliasAddr Alias address [all...] |
/frameworks/base/core/java/com/google/android/mms/pdu/ |
PduComposer.java | 34 * Address type. 43 * Address regular expression string. 56 * The postfix strings of address. 455 private EncodedStringValue appendAddressType(EncodedStringValue address) { 459 int addressType = checkAddressType(address.getString()); 460 temp = EncodedStringValue.copy(address); 465 // Ipv4 address. 468 // Ipv6 address. 528 // Value-length (Address-present-token Encoded-string-value | Insert-address-token [all...] |
/packages/apps/Mms/src/com/android/mms/ui/ |
MessageListAdapter.java | 77 Sms.ADDRESS, 220 public void notifyImageLoaded(String address) { 221 HashSet<MessageListItem> set = mAddressToMessageListItems.get(address); 346 mColumnSmsAddress = cursor.getColumnIndexOrThrow(Sms.ADDRESS); 491 ContactData(String address) { 492 mAddress = address; 653 public ContactData get(final String address) { 654 if (mImageCache.containsKey(address)) { 655 return mImageCache.get(address); 660 ContactData cookie = new ContactData(address); [all...] |
/external/dbus/dbus/ |
dbus-transport-socket.c | 1207 DBusString address; local [all...] |
Android.mk | 11 dbus-address.c \
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/TNETWIF/BusTxn/ |
wspi.c | 121 | byte address | 126 | byte address | 369 * UINT32 address - the address (in bytes) in the firmware to read the data from 378 * Note(s) : 1. set the WSPI cammand+address word 379 * 2. send the WSPIcammand+address word 388 int WSPI_ReadSync (TI_HANDLE hWSPI, UINT32 address, UINT8* data, UINT32 length) 404 WSPI_ReadAsync (hWSPI, address, data, length, &cb, 1, 0); 438 /* Write the command+address */ 450 /* Set address */ [all...] |
/external/qemu/proxy/ |
proxy_common.c | 61 SockAddress* address, 68 conn->address = address[0]; 84 sock_address_to_string(address), socket ); 328 proxy_manager_add( SockAddress* address, 343 address );
|
/external/v8/src/ |
mark-compact.cc | 157 // GC, because it relies on the new address of certain old space 845 // An address range [start, end) can have both live and non-live objects. 863 // Encode a free region, defined by the given start address and size, in the 865 void EncodeFreeRegion(Address free_start, int free_size) { [all...] |
/frameworks/base/core/java/android/bluetooth/ |
BluetoothAdapter.java | 44 * instantiate a {@link BluetoothDevice} using a known MAC address, and create 327 * address. 330 * available to validate a Bluetooth address. 332 * hardware address, even if this adapter has never seen that device. 334 * @param address valid Bluetooth MAC address 335 * @throws IllegalArgumentException if address is invalid 337 public BluetoothDevice getRemoteDevice(String address) { 338 return new BluetoothDevice(address); 440 * Returns the hardware address of the local Bluetooth adapter [all...] |
/frameworks/base/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/ |
Filt_6k_7k_opt.s | 37 MOV r8, r0 @ copy signal[] address
38 MOV r4, r1 @ copy lg address
39 MOV r5, r2 @ copy mem[] address
46 LDR r10, Lable1 @ get fir_7k address
50 ADD r6, r13, #60 @ get x[L_FIR - 1] address
171 LDR r1, [sp, #-4] @mem address
|
Norm_Corr_opt.s | 71 MOV r14, r1 @copy xn[] address 183 LDR r5, [r13, #CORR_NORM] @ get corr_norm address 185 ADD r10, r5, r4, LSL #1 @ get corr_norm[t] address 200 ADD r8, r8, r5, LSL #1 @ exc[k] address 201 ADD r9, r9, r6, LSL #1 @ h[i] address 202 ADD r10, r10, r6, LSL #1 @ excf[i] address
|
/frameworks/base/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/ |
Norm_Corr_neon.s | 71 MOV r14, r1 @copy xn[] address 223 LDR r5, [r13, #CORR_NORM] @ get corr_norm address 225 ADD r10, r5, r4, LSL #1 @ get corr_norm[t] address 239 ADD r8, r8, r5, LSL #1 @ exc[k] address 240 ADD r9, r9, r6, LSL #1 @ h[i] address 241 ADD r10, r10, r6, LSL #1 @ excf[i] address
|
/libcore/luni/src/main/java/java/net/ |
Socket.java | 90 InetSocketAddress address = (InetSocketAddress) proxy.address(); local 91 if (null != address) { 92 InetAddress addr = address.getAddress(); 97 host = address.getHostName(); 99 int port = address.getPort(); 110 * the target host name or IP address to connect to. 114 * the address on the local host to bind to. 121 * if the host name could not be resolved into an IP address. 126 * connect to the given address and port [all...] |
/external/chromium/sdch/open-vcdiff/src/ |
vcdecoder.cc | 357 // if the address and data sections are both zero-length. 664 // Initializes the code table and address cache objects. Returns RESULT_ERROR 1169 size_t address = static_cast<size_t>(decoded_address); local [all...] |
/libcore/luni/src/main/java/org/apache/xml/serializer/utils/ |
URI.java | 242 * @param p_host the hostname or IPv4 address for the URI 271 * @param p_host the hostname or IPv4 address for the URI 1096 * address or DNS hostname. 1109 throw new MalformedURIException(Utils.messages.createMessage(MsgKey.ER_HOST_ADDRESS_NOT_WELLFORMED, null)); //"Host is not a well formed address!"); 1437 String address = p_address.trim(); local [all...] |
/libcore/luni/src/main/java/org/apache/xml/utils/ |
URI.java | 239 * @param p_host the hostname or IPv4 address for the URI 268 * @param p_host the hostname or IPv4 address for the URI 1116 * address or DNS hostname. 1129 throw new MalformedURIException(XMLMessages.createXMLMessage(XMLErrorResources.ER_HOST_ADDRESS_NOT_WELLFORMED, null)); //"Host is not a well formed address!"); 1457 String address = p_address.trim(); local [all...] |
/packages/apps/Mms/src/com/android/mms/transaction/ |
MessagingNotification.java | 86 Sms.THREAD_ID, Sms.DATE, Sms.ADDRESS, Sms.SUBJECT, Sms.BODY }; 302 String address = AddressUtils.getFrom(context, msgUri); local 310 ", first addr = " + address + ", thread_id=" + threadId); 314 address, subject, context, 342 String address = cursor.getString(COLUMN_SMS_ADDRESS); 346 context.getString(R.string.delivery_toast_body), address), 370 String address = cursor.getString(COLUMN_SMS_ADDRESS); local 378 ", first addr=" + address + ", thread_id=" + threadId); 382 address, body, context, R.drawable.stat_notify_sms, 397 String address, [all...] |
/external/chromium/third_party/libevent/ |
http.c | 199 static int socket_connect(int fd, const char *address, unsigned short port); 1016 if (evcon->address != NULL) 1017 free(evcon->address); 1030 const char *address) 1035 if ((evcon->bind_address = strdup(address)) == NULL) 1142 __func__, evcon->address, evcon->port, evcon->fd)); 1150 __func__, evcon->address, evcon->port, evcon->fd)); 1156 __func__, evcon->address, evcon->port, evcon->fd, 1163 __func__, evcon->address, evcon->port, evcon->fd)); [all...] |
/bionic/libc/unistd/ |
socketcalls.c | 177 const struct sockaddr *address, socklen_t *address_len) 185 t[4] = (unsigned long) address;
|
/development/samples/BluetoothChat/src/com/example/android/BluetoothChat/ |
DeviceListActivity.java | 43 * by the user, the MAC address of the device is sent back to the parent 161 // Get the device MAC address, which is the last 17 chars in the View 163 String address = info.substring(info.length() - 17); 165 // Create the result Intent and include the MAC address 167 intent.putExtra(EXTRA_DEVICE_ADDRESS, address);
|
/external/bluetooth/bluez/src/ |
device.h | 40 const gchar *address); 44 gint device_address_cmp(struct btd_device *device, const gchar *address);
|
/external/kernel-headers/original/asm-generic/ |
pgtable.h | 132 static inline void ptep_set_wrprotect(struct mm_struct *mm, unsigned long address, pte_t *ptep) 135 set_pte_at(mm, address, ptep, pte_wrprotect(old_pte)); 167 * When walking page tables, get the address of the next boundary, 168 * or the end address of the range if that comes earlier. Although no
|
/external/kernel-headers/original/linux/ |
pagemap.h | 125 unsigned long address) 127 pgoff_t pgoff = (address - vma->vm_start) >> PAGE_SHIFT;
|
/external/qemu/hw/ |
goldfish_audio.c | 66 uint32_t address; member in struct:goldfish_audio_buff 82 // address of the read buffer 116 b->address = 0; 148 b->address = addr; 162 cpu_physical_memory_read(b->address, b->data, b->length); 168 cpu_physical_memory_write(b->address, b->data, b->length); 205 cpu_physical_memory_write( b->address + b->offset, b->data, read ); 214 qemu_put_be32(f, b->address ); 223 b->address = qemu_get_be32(f);
|
/external/qemu/memcheck/ |
memcheck_common.h | 45 * Event's value parameter points to MallocDesc instance in the guest's address 55 * guest's address space that contains information about block that's being 64 * guest's address space that contains query parameters. Note that 'libc_pid' 73 * that this string is located in the guest's address space. 168 /* Address in guest's virtual space of memory allocation descriptor for the 243 /* Starting address of mmapping of a module in the guest's address space. */ 246 /* Ending address of mmapping of a module in the guest's address space. */ 364 /* Gets offset for the given address inside a mapped module [all...] |