Searched refs:address (Results 76 - 100 of 2795) sorted by relevance

1234567891011>>

/external/valgrind/main/gdbserver_tests/
H A Dmcmain_pic.stdout.exp0 address of main 0x........
3 address of another_func 0x........
/external/chromium_org/remoting/client/plugin/
H A Dpepper_address_resolver.cc22 void PepperAddressResolver::Start(const rtc::SocketAddress& address) { argument
23 DCHECK(!address.hostname().empty());
31 address.hostname().c_str(), address.port(), hint, callback);
71 pp::NetAddress address = resolver_.GetNetAddress(i); local
72 if (address.GetFamily() == PP_NETADDRESS_FAMILY_IPV4 &&
74 PpNetAddressToSocketAddress(address, &ipv4_address_);
75 } else if (address.GetFamily() == PP_NETADDRESS_FAMILY_IPV6 &&
77 PpNetAddressToSocketAddress(address, &ipv6_address_);
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
H A DRoute.java28 * <li><strong>IP address:</strong> whether connecting directly to an origin
29 * server or a proxy, opening a socket requires an IP address. The DNS
37 final Address address; field in class:Route
42 public Route(Address address, Proxy proxy, InetSocketAddress inetSocketAddress, argument
44 if (address == null) throw new NullPointerException("address == null");
47 this.address = address;
55 return address;
62 * is null. When the address'
[all...]
/external/smack/src/org/xbill/DNS/
H A DISDNRecord.java17 private byte [] address; field in class:ISDNRecord
29 * @param address The ISDN number associated with the domain.
34 ISDNRecord(Name name, int dclass, long ttl, String address, String subAddress) { argument
37 this.address = byteArrayFromString(address);
48 address = in.readCountedString();
56 address = byteArrayFromString(st.getString());
74 return byteArrayToString(address, false);
89 out.writeCountedString(address);
97 sb.append(byteArrayToString(address, tru
[all...]
H A DClientSubnetOption.java13 * 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
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) { argument
73 this.family = Address.familyOf(address);
93 ClientSubnetOption(int sourceNetmask, InetAddress address) argument
[all...]
/external/valgrind/main/none/tests/s390x/
H A Dcu42.stdout.exp11 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 differenc
[all...]
H A Dcu12.stdout.exp7 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 differenc
[all...]
H A Dcu12_1.stdout.exp7 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 differenc
[all...]
H A Dcu14.stdout.exp7 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 differenc
[all...]
H A Dcu14_1.stdout.exp7 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 differenc
[all...]
H A Dcu24.stdout.exp11 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 differenc
[all...]
H A Dcu24_1.stdout.exp11 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 differenc
[all...]
/external/opencv/cv/src/
H A Dcvoptflowlk.cpp281 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]
457 int address; local
[all...]
/external/chromium_org/sandbox/win/src/
H A Dpolicy_engine_params.h53 // have each 1) the address of the parameter 2) a numeric id that encodes the
97 // safely provide the real_type and the address of the argument.
98 ParameterSet(ArgType real_type, const void* address) argument
99 : real_type_(real_type), address_(address) {
123 ParameterSetEx(const void* address);
129 ParameterSetEx(const void* address) argument
130 : ParameterSet(VOIDPTR_TYPE, address) {}
136 ParameterSetEx(const void* address) argument
137 : ParameterSet(VOIDPTR_TYPE, address) {}
144 ParameterSetEx(const void* address) argument
151 ParameterSetEx(const void* address) argument
159 ParameterSetEx(const void* address) argument
166 ParameterSetEx(const void* address) argument
[all...]
/external/chromium_org/net/disk_cache/blockfile/
H A Dblock_bitmaps_v3.cc48 Addr address(block_type, block_count, bitmaps_[header_num].FileId(), index);
49 block_address->set_value(address.value());
50 Trace("CreateBlock 0x%x", address.value());
54 void BlockBitmaps::DeleteBlock(Addr address) { argument
55 if (!address.is_initialized() || address.is_separate_file())
58 int header_num = GetHeaderNumber(address);
62 Trace("DeleteBlock 0x%x", address.value());
63 bitmaps_[header_num].DeleteMapBlock(address.start_block(),
64 address
88 IsValid(Addr address) argument
106 GetHeaderNumber(Addr address) argument
[all...]
/external/nist-sip/java/gov/nist/javax/sip/address/
H A DAddressFactoryImpl.java26 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() {
69 * address. A <code>null</code> value does not set the display name.
70 * @param uri - the new URI value of the address.
74 public javax.sip.address.Address createAddress(
76 javax.sip.address
180 createAddress(String address) argument
[all...]
/external/llvm/test/MC/Mips/
H A Dmips-bad-branches.s3 # CHECK: error: branch to misaligned address
5 # CHECK: error: branch to misaligned address
7 # CHECK: error: branch to misaligned address
11 # CHECK: error: branch to misaligned address
13 # CHECK: error: branch to misaligned address
15 # CHECK: error: branch to misaligned address
20 # CHECK: error: branch to misaligned address
22 # CHECK: error: branch to misaligned address
24 # CHECK: error: branch to misaligned address
28 # CHECK: error: branch to misaligned address
[all...]
/external/chromium_org/net/udp/
H A Ddatagram_socket.h30 // Copy the remote udp address into |address| and return a network error code.
31 virtual int GetPeerAddress(IPEndPoint* address) const = 0;
33 // Copy the local udp address into |address| and return a network error code.
35 virtual int GetLocalAddress(IPEndPoint* address) const = 0;
/external/libcxx/test/utilities/memory/default.allocator/allocator.members/
H A Daddress.pass.cpp13 // 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);
/external/linux-tools-perf/perf-3.12.0/arch/frv/lib/
H A Dmemset.S30 or.p gr8,gr0,gr4 ; GR4 = address
33 # conditionally write a byte to 2b-align the address
42 # conditionally write a word to 4b-align the address
57 # conditionally write a dword to 8b-align the address
74 # the address is now 8b-aligned - loop around writing 64b chunks
172 # GR4 - memset's address tracking pointer
174 # GR8 - memset's original start address
/external/llvm/include/llvm/Support/
H A DMemoryObject.h21 /// 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
59 virtual int readBytes(uint64_t address, uint64_
[all...]
/external/qemu/android/
H A Dasync-console.h28 SockAddress address; member in struct:__anon29024
34 /* Initialize the console connector. This attempts to connect to the address
39 const SockAddress* address,
/external/qemu/proxy/
H A Dproxy_http_int.h21 SockAddress server_addr; /* server address and port */
30 SockAddress* address );
35 SockAddress* address );
/external/chromium_org/base/mac/
H A Dscoped_mach_vm.h24 // address of an allocation implies the size of an allocated block.
25 // Consequently, it is not sufficient to just pass the base address of an
27 // allocation. To avoid any confusion, both the base address and size must
36 // vm_address_t address = 0;
39 // vm_allocate(mach_task_self(), &address, size, VM_FLAGS_ANYWHERE);
43 // ScopedMachVM vm_owner(address, mach_vm_round_page(size));
50 explicit ScopedMachVM(vm_address_t address = 0, vm_size_t size = 0)
51 : address_(address),
53 DCHECK(address % PAGE_SIZE == 0);
63 void reset(vm_address_t address
65 vm_address_t address() const { function in class:base::mac::ScopedMachVM
[all...]
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/mappy/
H A Dpopup.js7 function gclient_geocode(address) {
8 var url = 'https://maps.googleapis.com/maps/api/geocode/json?address=' +
9 encodeURIComponent(address) + '&sensor=false';
32 console.log('Unable to resolve address into lat/lng');
40 var address = chrome.extension.getBackgroundPage().selectedAddress;
41 if (address)
42 gclient_geocode(address);

Completed in 1314 milliseconds

1234567891011>>