HomeSort by relevance Sort by last modified time
    Searched refs:address (Results 76 - 100 of 1958) sorted by null

1 2 34 5 6 7 8 91011>>

  /libcore/luni/src/main/java/libcore/io/
NioBufferIterator.java 28 private final long address; field in class:NioBufferIterator
34 NioBufferIterator(long address, int size, boolean swap) {
35 this.address = address;
49 Memory.peekByteArray(address + position, dst, dstOffset, byteCount);
54 byte result = Memory.peekByte(address + position);
60 int result = Memory.peekInt(address + position, swap);
66 Memory.peekIntArray(address + position, dst, dstOffset, intCount, swap);
71 short result = Memory.peekShort(address + position, swap);
  /external/openssh/
monitor_mm.c 48 long diff = (char *)a->address - (char *)b->address;
62 void *address, size_t size)
70 tmp->address = address;
75 fatal("mm_make_entry(%p): double address %p->%p(%lu)",
76 mm, tmp2, address, (u_long)size);
86 void *address; local
101 address = xmmap(size);
102 if (address == (void *)MAP_FAILED
158 void *address; local
    [all...]
  /external/valgrind/main/none/tests/s390x/
cu42.stdout.exp 11 dst address difference: 0 dst len: 2000
15 dst address difference: 0 dst len: 2000
19 dst address difference: 0 dst len: 2000
23 dst address difference: 0 dst len: 2000
27 dst address difference: 0 dst len: 2000
28 src address difference: 0 src len: 0
31 dst address difference: 0 dst len: 2000
32 src address difference: 0 src len: 1
35 dst address difference: 0 dst len: 2000
36 src address difference: 0 src len:
    [all...]
cu12.stdout.exp 7 dst address difference: 12 dst len: 1988
8 src address difference: 6 src len: 0
14 dst address difference: 0 dst len: 2000
15 src address difference: 0 src len: 1
19 dst address difference: 0 dst len: 2000
20 src address difference: 0 src len: 1
24 dst address difference: 0 dst len: 2000
25 src address difference: 0 src len: 1
29 dst address difference: 0 dst len: 2000
30 src address difference: 0 src len:
    [all...]
cu12_1.stdout.exp 7 dst address difference: 12 dst len: 1988
8 src address difference: 6 src len: 0
14 dst address difference: 0 dst len: 2000
15 src address difference: 0 src len: 1
19 dst address difference: 0 dst len: 2000
20 src address difference: 0 src len: 1
24 dst address difference: 0 dst len: 2000
25 src address difference: 0 src len: 1
29 dst address difference: 0 dst len: 2000
30 src address difference: 0 src len:
    [all...]
cu14.stdout.exp 7 dst address difference: 24 dst len: 1976
8 src address difference: 6 src len: 0
14 dst address difference: 0 dst len: 2000
15 src address difference: 0 src len: 1
19 dst address difference: 0 dst len: 2000
20 src address difference: 0 src len: 1
24 dst address difference: 0 dst len: 2000
25 src address difference: 0 src len: 1
29 dst address difference: 0 dst len: 2000
30 src address difference: 0 src len:
    [all...]
cu14_1.stdout.exp 7 dst address difference: 24 dst len: 1976
8 src address difference: 6 src len: 0
14 dst address difference: 0 dst len: 2000
15 src address difference: 0 src len: 1
19 dst address difference: 0 dst len: 2000
20 src address difference: 0 src len: 1
24 dst address difference: 0 dst len: 2000
25 src address difference: 0 src len: 1
29 dst address difference: 0 dst len: 2000
30 src address difference: 0 src len:
    [all...]
cu24.stdout.exp 11 dst address difference: 0 dst len: 4000
15 dst address difference: 0 dst len: 4000
16 src address difference: 0 src len: 1
19 dst address difference: 0 dst len: 4000
20 src address difference: 0 src len: 1
23 dst address difference: 0 dst len: 4000
24 src address difference: 0 src len: 2
27 dst address difference: 0 dst len: 4000
28 src address difference: 0 src len: 3
33 dst address difference: 4 dst len: 399
    [all...]
cu24_1.stdout.exp 11 dst address difference: 0 dst len: 4000
15 dst address difference: 0 dst len: 4000
16 src address difference: 0 src len: 1
19 dst address difference: 0 dst len: 4000
20 src address difference: 0 src len: 1
23 dst address difference: 0 dst len: 4000
24 src address difference: 0 src len: 2
27 dst address difference: 0 dst len: 4000
28 src address difference: 0 src len: 3
33 dst address difference: 4 dst len: 399
    [all...]
  /external/opencv/cv/src/
cvoptflowlk.cpp 281 int address; local
298 address = BufferAddress;
316 II[address].xx = GradX * GradX;
317 II[address].xy = GradX * GradY;
318 II[address].yy = GradY * GradY;
319 II[address].xt = GradX * GradT;
320 II[address].yt = GradY * GradT;
321 address++;
336 II[address].xx = GradX * GradX;
337 II[address].xy = GradX * GradY
457 int address; local
    [all...]
  /external/smack/src/org/xbill/DNS/
ClientSubnetOption.java 13 * The option is used to convey information about the IP address of the
15 * based on this address, rather than the address of the intermediate
25 * for IPv6), a 1-byte source netmask, a 1-byte scope netmask, and an address
42 private InetAddress address; field in class:ClientSubnetOption
50 int max = Address.addressLength(family) * 8;
60 * the address must not be greater than the supplied source netmask.
67 * @param address The address of the client.
70 ClientSubnetOption(int sourceNetmask, int scopeNetmask, InetAddress address) {
    [all...]
  /external/chromium/net/socket/
tcp_server_socket_unittest.cc 30 IPEndPoint address; variable
31 ParseAddress("127.0.0.1", 0, &address);
32 ASSERT_EQ(OK, socket_.Listen(address, kListenBacklog));
36 void ParseAddress(std::string ip_str, int port, IPEndPoint* address) {
41 *address = IPEndPoint(ip_number, port);
45 AddressList address; local
46 EXPECT_EQ(OK, socket->GetPeerAddress(&address));
49 address.head()->ai_addr, address.head()->ai_addrlen));
59 TCPClientSocket connecting_socket(AddressList(local_address_.address(),
    [all...]
server_socket.h 23 virtual int Listen(const net::IPEndPoint& address, int backlog) = 0;
25 // Gets current address the socket is bound to.
26 virtual int GetLocalAddress(IPEndPoint* address) const = 0;
  /external/nist-sip/java/gov/nist/javax/sip/address/
AddressFactoryImpl.java 26 package gov.nist.javax.sip.address;
31 import javax.sip.address.*;
34 * Implementation of the JAIN-SIP address factory.
46 public class AddressFactoryImpl implements javax.sip.address.AddressFactory {
56 *Create an empty address object.
61 public javax.sip.address.Address createAddress() {
65 * Creates an Address with the new display name and URI attribute
69 * address. A <code>null</code> value does not set the display name.
70 * @param uri - the new URI value of the address
    [all...]
  /external/webkit/Source/JavaScriptCore/assembler/
MacroAssemblerX86.h 60 void add32(TrustedImm32 imm, AbsoluteAddress address)
62 m_assembler.addl_im(imm.m_value, address.m_ptr);
65 void addWithCarry32(TrustedImm32 imm, AbsoluteAddress address)
67 m_assembler.adcl_im(imm.m_value, address.m_ptr);
70 void and32(TrustedImm32 imm, AbsoluteAddress address)
72 m_assembler.andl_im(imm.m_value, address.m_ptr);
75 void or32(TrustedImm32 imm, AbsoluteAddress address)
77 m_assembler.orl_im(imm.m_value, address.m_ptr);
80 void sub32(TrustedImm32 imm, AbsoluteAddress address)
82 m_assembler.subl_im(imm.m_value, address.m_ptr)
    [all...]
  /external/llvm/include/llvm/Support/
MemoryObject.h 21 /// access to 64-bit address spaces.
27 /// getBase - Returns the lowest valid address in the region.
29 /// @result - The lowest valid address.
33 /// contiguous, so the highest valid address of the region
41 /// @param address - The address of the byte, in the same space as getBase().
45 virtual int readByte(uint64_t address, uint8_t* ptr) const = 0;
52 /// @param address - The address of the first byte, in the same space as
61 virtual int readBytes(uint64_t address,
    [all...]
StreamableMemoryObject.h 38 /// getBase - Returns the lowest valid address in the region.
40 /// @result - The lowest valid address.
44 /// contiguous, so the highest valid address of the region
52 /// May block until (address - base) bytes have been read
53 /// @param address - The address of the byte, in the same space as getBase().
57 virtual int readByte(uint64_t address, uint8_t* ptr) const = 0;
61 /// May block until (address - base + size) bytes have
66 /// @param address - The address of the first byte, in the same space a
    [all...]
  /external/qemu/android/
async-console.h 28 SockAddress address; member in struct:__anon12955
34 /* Initialize the console connector. This attempts to connect to the address
39 const SockAddress* address,
  /external/qemu/proxy/
proxy_http_int.h 21 SockAddress server_addr; /* server address and port */
30 SockAddress* address );
35 SockAddress* 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...]
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/memory/default.allocator/allocator.members/
address.pass.cpp 13 // pointer address(reference x) const;
14 // const_pointer address(const_reference x) const;
25 assert(a.address(*tp) == tp);
26 assert(a.address(*ctp) == tp);
  /cts/tests/tests/text/src/android/text/util/cts/
Rfc822TokenTest.java 29 final String address = "jdoe@example.net"; local
31 Rfc822Token rfc822Token1 = new Rfc822Token(name, address, comment);
33 assertEquals(address, rfc822Token1.getAddress());
36 Rfc822Token rfc822Token2 = new Rfc822Token(null, address, comment);
38 assertEquals(address, rfc822Token2.getAddress());
46 Rfc822Token rfc822Token4 = new Rfc822Token(name, address, null);
48 assertEquals(address, rfc822Token4.getAddress());
54 final String address = "jdoe@example.net"; local
56 Rfc822Token rfc822Token = new Rfc822Token(name, address, comment);
86 final String address = "jdoe@example.net" local
105 String address = "jdoe@example.net"; local
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/header/extensions/
ReferredBy.java 13 import gov.nist.javax.sip.address.*;
53 if (address == null)
56 if (address.getAddressType() == AddressImpl.ADDRESS_SPEC) {
59 retval += address.encode();
60 if (address.getAddressType() == AddressImpl.ADDRESS_SPEC) {
91 * CVS: address here. If this is your work then delete this line.
127 * CVS: address here. If this is your work then delete this line.
  /dalvik/vm/native/
sun_misc_Unsafe.cpp 70 volatile int32_t* address = (volatile int32_t*) (((u1*) obj) + offset); local
73 int result = android_atomic_release_cas(expectedValue, newValue, address);
90 volatile int64_t* address = (volatile int64_t*) (((u1*) obj) + offset); local
94 dvmQuasiAtomicCas64(expectedValue, newValue, address);
111 int32_t* address = (int32_t*) (((u1*) obj) + offset); local
115 (int32_t) newValue, address);
116 dvmWriteBarrierField(obj, address);
129 volatile int32_t* address = (volatile int32_t*) (((u1*) obj) + offset); local
131 int32_t value = android_atomic_acquire_load(address);
145 volatile int32_t* address = (volatile int32_t*) (((u1*) obj) + offset) local
160 volatile int64_t* address = (volatile int64_t*) (((u1*) obj) + offset); local
176 volatile int64_t* address = (volatile int64_t*) (((u1*) obj) + offset); local
192 volatile int32_t* address = (volatile int32_t*) (((u1*) obj) + offset); local
208 volatile int32_t* address = (volatile int32_t*) (((u1*) obj) + offset); local
223 s4* address = (s4*) (((u1*) obj) + offset); local
237 s4* address = (s4*) (((u1*) obj) + offset); local
253 s4* address = (s4*) (((u1*) obj) + offset); local
268 s8* address = (s8*) (((u1*) obj) + offset); local
282 s8* address = (s8*) (((u1*) obj) + offset); local
298 s8* address = (s8*) (((u1*) obj) + offset); local
313 Object** address = (Object**) (((u1*) obj) + offset); local
327 Object** address = (Object**) (((u1*) obj) + offset); local
345 Object** address = (Object**) (((u1*) obj) + offset); local
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/
OSAllocatorPosix.cpp 66 // Cook up an address to allocate at, using the following recipe:
73 // 2^24, which should put up somewhere in the middle of userspace (in the address range
89 void OSAllocator::commit(void* address, size_t bytes, bool, bool)
92 while (madvise(address, bytes, MADV_FREE_REUSE) == -1 && errno == EAGAIN) { }
95 UNUSED_PARAM(address);
100 void OSAllocator::decommit(void* address, size_t bytes)
103 while (madvise(address, bytes, MADV_FREE_REUSABLE) == -1 && errno == EAGAIN) { }
105 while (madvise(address, bytes, MADV_FREE) == -1 && errno == EAGAIN) { }
107 while (madvise(address, bytes, MADV_DONTNEED) == -1 && errno == EAGAIN) { }
109 UNUSED_PARAM(address);
    [all...]

Completed in 3080 milliseconds

1 2 34 5 6 7 8 91011>>