/external/nist-sip/java/gov/nist/core/net/ |
SslNetworkLayer.java | 93 public Socket createSocket(InetAddress address, int port)
95 return new Socket(address, port);
115 public SSLSocket createSSLSocket(InetAddress address, int port)
117 return (SSLSocket) sslSocketFactory.createSocket(address, port);
121 public SSLSocket createSSLSocket(InetAddress address, int port,
123 return (SSLSocket) sslSocketFactory.createSocket(address, port,
127 public Socket createSocket(InetAddress address, int port,
130 return new Socket(address, port, myAddress, 0);
132 return new Socket(address, port);
137 * address:port. [all...] |
/external/ppp/pppd/plugins/radius/ |
ip_util.c | 23 * Purpose: return an IP address in host long notation from a host 24 * name or address in dot notation. 48 * Purpose: check for valid IP address in standard dot notation. 98 * Purpose: Return a printable host name (or IP address in dot notation) 99 * for the supplied IP address. 119 * Purpose: get the IP address of this host in host order 121 * Returns: IP address on success, 0 on failure 131 error("rc_own_ipaddress: couldn't get own IP address");
|
/external/smack/src/org/xbill/DNS/ |
NSAP_PTRRecord.java | 6 * NSAP Pointer Record - maps a domain name representing an NSAP Address to 25 * @param target The name of the host with this address
|
PTRRecord.java | 6 * Pointer Record - maps a domain name representing an Internet Address to 25 * @param target The name of the machine with this address
|
/external/valgrind/main/memcheck/tests/ |
buflen_check.stderr.exp | 4 Address 0x........ is not stack'd, malloc'd or (recently) free'd 9 Address 0x........ is not stack'd, malloc'd or (recently) free'd
|
/external/valgrind/main/none/tests/ |
pth_stackalign.c | 9 uintptr_t address = (uintptr_t)&arg; local 11 printf("alignment = %" PRIuPTR "\n", address & 3U);
|
/external/webkit/LayoutTests/dom/xhtml/level2/core/ |
staff2.dtd | 5 <!ELEMENT address (#PCDATA)> 7 <!ELEMENT employee (employeeId, name, position, salary, gender, address) >
|
/frameworks/opt/net/voip/src/java/android/net/rtp/ |
RtpStream.java | 63 * Creates a RtpStream on the given local address. Note that the local 66 * @param address The network address of the local host to bind to. 67 * @throws SocketException if the address cannot be bound or a problem 70 RtpStream(InetAddress address) throws SocketException { 71 mLocalPort = create(address.getHostAddress()); 72 mLocalAddress = address; 75 private native int create(String address) throws SocketException; 78 * Returns the network address of the local host. 92 * Returns the network address of the remote host or {@code null} if th [all...] |
/frameworks/rs/driver/linkloader/tests/stubs/ |
arm-stub.c | 9 // address we should substract it by 4. 13 0x00000000ul // address
|
/libcore/dom/src/test/resources/ |
staff2.dtd | 5 <!ELEMENT address (#PCDATA)> 7 <!ELEMENT employee (employeeId, name, position, salary, gender, address) >
|
staff2.svg | 11 <address>1230 North Ave. Dallas, Texas 98551</address>
|
/ndk/tests/device/test-stlport_shared-exception/jni/ |
check.h | 19 printf ("\nUnalign address (%d): %p!\n", align, i); 32 printf ("\nUnalign address (%d): %p!\n", align, p);
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
check.h | 19 printf ("\nUnalign address (%d): %p!\n", align, i); 32 printf ("\nUnalign address (%d): %p!\n", align, p);
|
/packages/apps/Bluetooth/jni/ |
com_android_bluetooth_hid.cpp | 241 static jboolean connectHidNative(JNIEnv *env, jobject object, jbyteArray address) { 247 addr = env->GetByteArrayElements(address, NULL); 249 ALOGE("Bluetooth device address null"); 258 env->ReleaseByteArrayElements(address, addr, 0); 263 static jboolean disconnectHidNative(JNIEnv *env, jobject object, jbyteArray address) { 269 addr = env->GetByteArrayElements(address, NULL); 271 ALOGE("Bluetooth device address null"); 280 env->ReleaseByteArrayElements(address, addr, 0); 285 static jboolean getProtocolModeNative(JNIEnv *env, jobject object, jbyteArray address) { 292 addr = env->GetByteArrayElements(address, NULL) [all...] |
/bionic/libc/kernel/arch-x86/asm/ |
pgtable_32.h | 151 #define ptep_set_access_flags(vma, address, ptep, entry, dirty) ({ int __changed = !pte_same(*(ptep), entry); if (__changed && dirty) { (ptep)->pte_low = (entry).pte_low; pte_update_defer((vma)->vm_mm, (address), (ptep)); flush_tlb_page(vma, address); } __changed; }) 156 #define ptep_clear_flush_young(vma, address, ptep) ({ int __young; __young = ptep_test_and_clear_young((vma), (address), (ptep)); if (__young) flush_tlb_page(vma, address); __young; }) 165 #define pgd_index(address) (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD-1)) 167 #define pgd_offset(mm, address) ((mm)->pgd+pgd_index(address)) [all...] |
/development/ndk/platforms/android-9/arch-x86/include/asm/ |
pgtable_32.h | 151 #define ptep_set_access_flags(vma, address, ptep, entry, dirty) ({ int __changed = !pte_same(*(ptep), entry); if (__changed && dirty) { (ptep)->pte_low = (entry).pte_low; pte_update_defer((vma)->vm_mm, (address), (ptep)); flush_tlb_page(vma, address); } __changed; }) 156 #define ptep_clear_flush_young(vma, address, ptep) ({ int __young; __young = ptep_test_and_clear_young((vma), (address), (ptep)); if (__young) flush_tlb_page(vma, address); __young; }) 165 #define pgd_index(address) (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD-1)) 167 #define pgd_offset(mm, address) ((mm)->pgd+pgd_index(address)) [all...] |
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/ |
pgtable_32.h | 151 #define ptep_set_access_flags(vma, address, ptep, entry, dirty) ({ int __changed = !pte_same(*(ptep), entry); if (__changed && dirty) { (ptep)->pte_low = (entry).pte_low; pte_update_defer((vma)->vm_mm, (address), (ptep)); flush_tlb_page(vma, address); } __changed; }) 156 #define ptep_clear_flush_young(vma, address, ptep) ({ int __young; __young = ptep_test_and_clear_young((vma), (address), (ptep)); if (__young) flush_tlb_page(vma, address); __young; }) 165 #define pgd_index(address) (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD-1)) 167 #define pgd_offset(mm, address) ((mm)->pgd+pgd_index(address)) [all...] |
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/ |
pgtable_32.h | 151 #define ptep_set_access_flags(vma, address, ptep, entry, dirty) ({ int __changed = !pte_same(*(ptep), entry); if (__changed && dirty) { (ptep)->pte_low = (entry).pte_low; pte_update_defer((vma)->vm_mm, (address), (ptep)); flush_tlb_page(vma, address); } __changed; }) 156 #define ptep_clear_flush_young(vma, address, ptep) ({ int __young; __young = ptep_test_and_clear_young((vma), (address), (ptep)); if (__young) flush_tlb_page(vma, address); __young; }) 165 #define pgd_index(address) (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD-1)) 167 #define pgd_offset(mm, address) ((mm)->pgd+pgd_index(address)) [all...] |
/external/v8/src/ |
store-buffer.cc | 61 reinterpret_cast<uintptr_t>(virtual_memory_->address()); 63 reinterpret_cast<Address*>(RoundUp(start_as_int, kStoreBufferSize * 2)); 69 reinterpret_cast<Address*>(old_virtual_memory_->address()); 84 ASSERT(reinterpret_cast<Address>(start_) >= virtual_memory_->address()); 85 ASSERT(reinterpret_cast<Address>(limit_) >= virtual_memory_->address()); 86 Address* vm_limit = reinterpret_cast<Address*>( [all...] |
/external/chromium/net/base/ |
address_list.h | 22 // Constructs an empty address list. 25 // Constructs an address list for a single IP literal. If 27 // canonicalized IP address. 28 AddressList(const IPAddressNumber& address, int port, bool canonicalize_name); 58 // Sets the address to match |src|, and have each sockaddr's port be |port|. 63 // Gets the canonical name for the address. 70 // Clears all data from this address list. This leaves the list in the same 77 // Constructs an address list for a single socket address. 78 // |address| the sockaddr to copy [all...] |
/external/llvm/lib/Target/R600/ |
AMDIL.h | 83 /// OpenCL uses address spaces to differentiate between 85 /// all of the address spaces point to the same memory, 86 /// however on the GPU, each address space points to 91 PRIVATE_ADDRESS = 0, ///< Address space for private memory. 92 GLOBAL_ADDRESS = 1, ///< Address space for global memory (RAT0, VTX0). 93 CONSTANT_ADDRESS = 2, ///< Address space for constant memory 94 LOCAL_ADDRESS = 3, ///< Address space for local memory. 95 REGION_ADDRESS = 4, ///< Address space for region memory. 96 ADDRESS_NONE = 5, ///< Address space for unknown memory. 97 PARAM_D_ADDRESS = 6, ///< Address space for direct addressible parameter memory (CONST0 [all...] |
/frameworks/compile/mclinker/include/mcld/Fragment/ |
Relocation.h | 34 typedef uint64_t Address; // FIXME: use SizeTrait<T>::Address instead 45 Address pAddend, 65 Address pAddend = 0); 74 /// symValue - S value - the symbol address 75 Address symValue() const; 78 Address addend() const 81 /// place - P value - address of the place being relocated 82 Address place() const; 108 void setAddend(Address pAddend) [all...] |
/libcore/luni/src/main/java/libcore/io/ |
MemoryMappedFile.java | 36 private long address; field in class:MemoryMappedFile 42 public MemoryMappedFile(long address, long size) { 43 this.address = address; 53 long address = Libcore.os.mmap(0L, size, PROT_READ, MAP_SHARED, fd, 0); local 55 return new MemoryMappedFile(address, size); 67 if (address != 0) { 68 Libcore.os.munmap(address, size); 69 address = 0; 77 return new NioBufferIterator(address, (int) size, ByteOrder.nativeOrder() != ByteOrder.BIG_ENDIAN) [all...] |
/libcore/luni/src/main/java/libcore/net/http/ |
HttpConnectionPool.java | 47 private final HashMap<HttpConnection.Address, List<HttpConnection>> connectionPool 48 = new HashMap<HttpConnection.Address, List<HttpConnection>>(); 63 public HttpConnection get(HttpConnection.Address address, int connectTimeout) 67 List<HttpConnection> connections = connectionPool.get(address); 71 connectionPool.remove(address); 87 return address.connect(connectTimeout); 102 HttpConnection.Address address = connection.getAddress(); local 104 List<HttpConnection> connections = connectionPool.get(address); [all...] |
/external/nist-sip/java/gov/nist/javax/sip/header/ |
HeaderFactoryImpl.java | 35 import javax.sip.address.*; 39 import gov.nist.javax.sip.address.*; 59 * Determines whether or not we should tolerate and strip address scope 60 * zones from IPv6 addresses. Address scope zones are sometimes returned 292 * Creates a new ContactHeader based on the newly supplied address value. 294 * @param address - the new Address value of the address. 297 public ContactHeader createContactHeader(Address address) { [all...] |