/hardware/ti/omap3/dspbridge/libbridge/inc/ |
memry.h | 57 * address space in the correct client process context. The virtual to 87 * Bind a Physical address to a Virtual Address. 152 * shared address space. 174 * Get the linear address corresponding to the given physical address. 176 * pPhysAddr: Physical address to be mapped. 179 * The corresponding linear address, or NULL if unsuccessful. 184 * If valid linear address is returned, be sure to call 227 * Unmap the linear address mapped in MEMRY_LinearAddress [all...] |
/libcore/luni/src/main/java/android/system/ |
StructAddrinfo.java | 34 /** Desired address family for results. (Such as AF_INET6 for IPv6. AF_UNSPEC means "any".) */ 43 /** Address length. (Not useful in Java.) */ 46 /** Address. */
|
/libcore/luni/src/main/native/ |
NetworkUtilities.cpp | 33 // The RI states "Java will never return an IPv4-mapped address". 36 // Copy the IPv6 address into the temporary sockaddr_storage. 40 // Unmap it into an IPv4 address. 45 // Do the regular conversion using the unmapped address. 103 // Get the address family. 111 // Check this is an address family we support. 118 // Get the byte array that stores the IP address bytes in the InetAddress. 130 // sizeof(sockaddr_in) for an IPv4 address and sizeof (sockaddr_in6) for an 131 // IPv6 address. Fix getnameinfo so it accepts sizeof(sockaddr_storage), and 135 // We use AF_INET6 sockets, so we want an IPv6 address (which may be a IPv4-mapped address) [all...] |
/libcore/ojluni/src/main/java/java/net/ |
DatagramSocketImpl.java | 58 * Binds a datagram socket to a local port and address. 60 * @param laddr the local address 68 * destination address to send the packet to. 80 * address with the local socket so that datagrams may only be sent to this destination 86 * packet has been received for that address, then a subsequent call to 89 * @param address the remote InetAddress to connect to 95 protected void connect(InetAddress address, int port) throws SocketException {} 105 * to the address which the packet came from. 184 * @param inetaddr multicast address to join. 192 * @param inetaddr multicast address to leave [all...] |
/libcore/ojluni/src/main/native/ |
FileDispatcherImpl.c | 61 jobject fdo, jlong address, jint len) 64 void *buf = (void *)jlong_to_ptr(address); 71 jlong address, jint len, jlong offset) 74 void *buf = (void *)jlong_to_ptr(address); 81 jobject fdo, jlong address, jint len) 84 struct iovec *iov = (struct iovec *)jlong_to_ptr(address); 90 jobject fdo, jlong address, jint len) 93 void *buf = (void *)jlong_to_ptr(address); 100 jlong address, jint len, jlong offset) 103 void *buf = (void *)jlong_to_ptr(address); [all...] |
/packages/apps/Bluetooth/jni/ |
com_android_bluetooth_btservice_AdapterService.cpp | 273 ALOGE("Address is NULL (unable to allocate) in %s", __FUNCTION__); 279 ALOGE("Address is NULL in %s", __FUNCTION__); 283 ALOGV("%s: Properties: %d, Address: %s", __FUNCTION__, num_properties, 302 ALOGE("Address is null in %s", __FUNCTION__); 307 ALOGE("Address allocation failed in %s", __FUNCTION__); 327 ALOGE("Address is null in %s", __FUNCTION__); 332 ALOGE("Address allocation failed in %s", __FUNCTION__); 366 ALOGE("Address is null in %s", __FUNCTION__); 402 ALOGE("Address is null in %s", __FUNCTION__); 794 static jboolean createBondNative(JNIEnv* env, jobject obj, jbyteArray address, jint transport) [all...] |
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/ |
Group.java | 20 package org.apache.james.mime4j.field.address; 29 public class Group extends Address { 71 protected void doAddMailboxesTo(ArrayList<Address> results) {
|
/packages/services/Telephony/src/org/apache/james/mime4j/field/address/ |
Group.java | 20 package org.apache.james.mime4j.field.address; 29 public class Group extends Address { 71 protected void doAddMailboxesTo(ArrayList<Address> results) {
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
if_fc.h | 27 #define FC_ID_LEN 3 /* Octets in a Fibre Channel Address */ 38 __u8 daddr[FC_ALEN]; /* destination address */ 39 __u8 saddr[FC_ALEN]; /* source address */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/netinet/ |
ether.h | 30 /* Convert 48 bit Ethernet ADDRess to ASCII. */ 35 /* Convert ASCII string S to 48 bit Ethernet address. */ 44 /* Map HOSTNAME to 48 bit Ethernet address. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
if_fc.h | 27 #define FC_ID_LEN 3 /* Octets in a Fibre Channel Address */ 38 __u8 daddr[FC_ALEN]; /* destination address */ 39 __u8 saddr[FC_ALEN]; /* source address */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/netinet/ |
ether.h | 30 /* Convert 48 bit Ethernet ADDRess to ASCII. */ 35 /* Convert ASCII string S to 48 bit Ethernet address. */ 44 /* Map HOSTNAME to 48 bit Ethernet address. */
|
/prebuilts/go/darwin-x86/doc/codewalk/ |
codewalk.xml | 49 the codewalk uses an address syntax that makes it possible 51 As the file gets edited, this descriptive address has a better 56 <i>filename</i><code>:</code><i>address</i>, 57 where <i>address</i> is an address in the syntax used by the text editors <i>sam</i> and <i>acme</i>. 60 The simplest address is a single regular expression. 62 address for the “Title” step was <code>/title=/</code>, 67 To highlight a range of source lines, the simplest address to use is 78 The address <code>/<step/,/step>/</code> looks for the first instance of 92 The full address syntax is summarized in this tabl [all...] |
/prebuilts/go/linux-x86/doc/codewalk/ |
codewalk.xml | 49 the codewalk uses an address syntax that makes it possible 51 As the file gets edited, this descriptive address has a better 56 <i>filename</i><code>:</code><i>address</i>, 57 where <i>address</i> is an address in the syntax used by the text editors <i>sam</i> and <i>acme</i>. 60 The simplest address is a single regular expression. 62 address for the “Title” step was <code>/title=/</code>, 67 To highlight a range of source lines, the simplest address to use is 78 The address <code>/<step/,/step>/</code> looks for the first instance of 92 The full address syntax is summarized in this tabl [all...] |
/prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/android/ |
bitmap.h | 58 * Given a java bitmap object, attempt to lock the pixel address. 64 * AndroidBitmap_unlockPixels, after which time the address of the pixels should 67 * If this succeeds, *addrPtr will be set to the pixel address. If the call
|
/prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/android/ |
bitmap.h | 58 * Given a java bitmap object, attempt to lock the pixel address. 64 * AndroidBitmap_unlockPixels, after which time the address of the pixels should 67 * If this succeeds, *addrPtr will be set to the pixel address. If the call
|
/prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/android/ |
bitmap.h | 58 * Given a java bitmap object, attempt to lock the pixel address. 64 * AndroidBitmap_unlockPixels, after which time the address of the pixels should 67 * If this succeeds, *addrPtr will be set to the pixel address. If the call
|
/prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/android/ |
bitmap.h | 58 * Given a java bitmap object, attempt to lock the pixel address. 64 * AndroidBitmap_unlockPixels, after which time the address of the pixels should 67 * If this succeeds, *addrPtr will be set to the pixel address. If the call
|
/prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/android/ |
bitmap.h | 58 * Given a java bitmap object, attempt to lock the pixel address. 64 * AndroidBitmap_unlockPixels, after which time the address of the pixels should 67 * If this succeeds, *addrPtr will be set to the pixel address. If the call
|
/prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/android/ |
bitmap.h | 58 * Given a java bitmap object, attempt to lock the pixel address. 64 * AndroidBitmap_unlockPixels, after which time the address of the pixels should 67 * If this succeeds, *addrPtr will be set to the pixel address. If the call
|
/prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/android/ |
bitmap.h | 58 * Given a java bitmap object, attempt to lock the pixel address. 64 * AndroidBitmap_unlockPixels, after which time the address of the pixels should 67 * If this succeeds, *addrPtr will be set to the pixel address. If the call
|
/prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/android/ |
bitmap.h | 58 * Given a java bitmap object, attempt to lock the pixel address. 64 * AndroidBitmap_unlockPixels, after which time the address of the pixels should 67 * If this succeeds, *addrPtr will be set to the pixel address. If the call
|
/prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/android/ |
bitmap.h | 58 * Given a java bitmap object, attempt to lock the pixel address. 64 * AndroidBitmap_unlockPixels, after which time the address of the pixels should 67 * If this succeeds, *addrPtr will be set to the pixel address. If the call
|
/prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/android/ |
bitmap.h | 58 * Given a java bitmap object, attempt to lock the pixel address. 64 * AndroidBitmap_unlockPixels, after which time the address of the pixels should 67 * If this succeeds, *addrPtr will be set to the pixel address. If the call
|
/prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/android/ |
bitmap.h | 58 * Given a java bitmap object, attempt to lock the pixel address. 64 * AndroidBitmap_unlockPixels, after which time the address of the pixels should 67 * If this succeeds, *addrPtr will be set to the pixel address. If the call
|