HomeSort by relevance Sort by last modified time
    Searched full:address (Results 701 - 725 of 19436) sorted by null

<<21222324252627282930>>

  /hardware/bsp/intel/peripheral/libupm/src/max44000/
max44000.cxx 41 mraa::Result ret = m_i2cMaxControlCtx.address(m_maxControlAddr);
80 m_i2cMaxControlCtx.address(m_maxControlAddr);
83 m_i2cMaxControlCtx.address(m_maxControlAddr);
93 m_i2cMaxControlCtx.address(m_maxControlAddr);
96 m_i2cMaxControlCtx.address(m_maxControlAddr);
107 error = m_i2cMaxControlCtx.address (m_maxControlAddr);
  /hardware/bsp/intel/peripheral/libupm/src/micsv89/
micsv89.cxx 29 MICSV89::MICSV89 (int bus, uint8_t address) {
32 m_address = address;
45 if(i2c->address(m_address) != mraa::SUCCESS){
46 throw std::invalid_argument(std::string(__FUNCTION__) + ": I2c.address() failed");
54 if(i2c->address(m_address) != mraa::SUCCESS){
55 throw std::invalid_argument(std::string(__FUNCTION__) + ": I2c.address() failed");
  /hardware/bsp/intel/peripheral/libupm/src/mlx90614/
mlx90614.cxx 40 mraa::Result ret = m_i2Ctx.address(m_i2cAddr);
43 ": address() failed");
76 m_i2Ctx.address(m_i2cAddr);
87 error = m_i2Ctx.address(m_i2cAddr);
94 MLX90614::readTemperature (uint8_t address) {
101 if (i2cReadReg_N(address, 3, buffer) > 2) {
  /libcore/luni/src/test/java/libcore/java/net/
OldProxyTest.java 25 private SocketAddress address = new InetSocketAddress("127.0.0.1", 1234); field in class:OldProxyTest
28 Proxy proxy = new Proxy(Proxy.Type.SOCKS, address);
29 assertEquals(address, proxy.address());
61 Proxy proxy = new Proxy(Proxy.Type.HTTP, address);
64 proxy = new Proxy(Proxy.Type.SOCKS, address);
  /libcore/ojluni/src/main/java/sun/nio/ch/
NativeDispatcher.java 38 abstract int read(FileDescriptor fd, long address, int len)
49 int pread(FileDescriptor fd, long address, int len, long position)
55 abstract long readv(FileDescriptor fd, long address, int len)
58 abstract int write(FileDescriptor fd, long address, int len)
61 int pwrite(FileDescriptor fd, long address, int len, long position)
67 abstract long writev(FileDescriptor fd, long address, int len)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
x25.h 7 * apr/02/05 Shaun Pereira Selective sub address matching with
48 * An X.121 address, it is held as ASCII text, null terminated, up to 15
56 * Linux X.25 Address structure, used for bind, and connect mostly.
60 struct x25_address sx25_addr; /* X.121 Address */
92 struct x25_address address; member in struct:x25_route_struct
109 * Only the called and calling address
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
x25.h 7 * apr/02/05 Shaun Pereira Selective sub address matching with
50 * An X.121 address, it is held as ASCII text, null terminated, up to 15
58 * Linux X.25 Address structure, used for bind, and connect mostly.
62 struct x25_address sx25_addr; /* X.121 Address */
94 struct x25_address address; member in struct:x25_route_struct
111 * Only the called and calling address
  /system/bt/service/
logging_helpers.cpp 146 addr->address[0], addr->address[1], addr->address[2],
147 addr->address[3], addr->address[4], addr->address[5]);
  /system/connectivity/shill/
connection_diagnostics.cc 94 "assigned the same IP address.";
115 "We can find a route to the target web server at a remote IP address, "
393 << ": could not parse DNS server IP address from string";
435 void ConnectionDiagnostics::FindRouteToHost(const IPAddress& address) {
442 address, connection_->interface_index(), -1,
446 << address.ToString();
449 address.ToString().c_str()));
463 StringPrintf("Requesting route to %s", address.ToString().c_str()));
466 void ConnectionDiagnostics::FindArpTableEntry(const IPAddress& address) {
469 if (address.family() != IPAddress::kFamilyIPv4)
    [all...]
arp_packet_unittest.cc 134 HasSubstr("Packet has unexpected hardware address length"))).Times(1);
145 HasSubstr("Packet has unexpected protocol address length"))).Times(1);
172 arp_bytes.Append(ipv6_address0_.address());
174 arp_bytes.Append(ipv6_address1_.address());
182 arp_bytes.Append(ipv4_address0_.address());
184 arp_bytes.Append(ipv4_address1_.address());
200 arp_bytes.Append(ipv6_address0_.address());
202 arp_bytes.Append(ipv6_address1_.address());
214 arp_bytes.Append(ipv4_address0_.address());
216 arp_bytes.Append(ipv4_address1_.address());
    [all...]
  /prebuilts/go/darwin-x86/src/net/
dial.go 12 // A Dialer contains options for connecting to an address.
38 // LocalAddr is the local address to use when dialing an
39 // address. The address must be of a compatible type for the
41 // If nil, a local address is automatically chosen.
47 // tolerate networks where one address family is silently broken.
76 // partialDeadline returns the deadline to use for a single address,
86 // Tentatively allocate equal time to each remaining address.
88 // If the time per address is too short, steal from the end of the list.
156 // Dial connects to the address on the named network
    [all...]
  /prebuilts/go/linux-x86/src/net/
dial.go 12 // A Dialer contains options for connecting to an address.
38 // LocalAddr is the local address to use when dialing an
39 // address. The address must be of a compatible type for the
41 // If nil, a local address is automatically chosen.
47 // tolerate networks where one address family is silently broken.
76 // partialDeadline returns the deadline to use for a single address,
86 // Tentatively allocate equal time to each remaining address.
88 // If the time per address is too short, steal from the end of the list.
156 // Dial connects to the address on the named network
    [all...]
  /external/webrtc/webrtc/p2p/base/
turnport.cc 145 const rtc::SocketAddress& address() const { return ext_addr_; } function in class:cricket::TurnEntry
156 // Sends a packet to the given destination address.
282 if (!server_address_.address.port()) {
283 // We will set default TURN port, if no port is set in the address.
284 server_address_.address.SetPort(TURN_DEFAULT_PORT);
287 if (server_address_.address.IsUnresolvedIP()) {
288 ResolveTurnAddress(server_address_.address);
290 // If protocol family of server address doesn't match with local, return.
291 if (!IsCompatibleAddress(server_address_.address)) {
292 LOG(LS_ERROR) << "IP address family does not match:
    [all...]
  /external/iproute2/include/linux/
in.h 83 /* Internet address. */
167 struct in_addr imr_multiaddr; /* IP multicast address of group */
168 struct in_addr imr_interface; /* local IP address of interface */
172 struct in_addr imr_multiaddr; /* IP multicast address of group */
173 struct in_addr imr_address; /* local IP address of interface */
197 struct __kernel_sockaddr_storage gr_group; /* group address */
202 struct __kernel_sockaddr_storage gsr_group; /* group address */
203 struct __kernel_sockaddr_storage gsr_source; /* source address */
208 struct __kernel_sockaddr_storage gf_group; /* multicast address */
227 /* Structure describing an Internet (IP) socket address. *
    [all...]
  /external/kernel-headers/original/uapi/linux/
in.h 83 /* Internet address. */
167 struct in_addr imr_multiaddr; /* IP multicast address of group */
168 struct in_addr imr_interface; /* local IP address of interface */
172 struct in_addr imr_multiaddr; /* IP multicast address of group */
173 struct in_addr imr_address; /* local IP address of interface */
197 struct __kernel_sockaddr_storage gr_group; /* group address */
202 struct __kernel_sockaddr_storage gsr_group; /* group address */
203 struct __kernel_sockaddr_storage gsr_source; /* source address */
208 struct __kernel_sockaddr_storage gf_group; /* multicast address */
227 /* Structure describing an Internet (IP) socket address. *
    [all...]
sockios.h 38 #define SIOCGIFADDR 0x8915 /* get PA address */
39 #define SIOCSIFADDR 0x8916 /* set PA address */
40 #define SIOCGIFDSTADDR 0x8917 /* get remote PA address */
41 #define SIOCSIFDSTADDR 0x8918 /* set remote PA address */
42 #define SIOCGIFBRDADDR 0x8919 /* get broadcast PA address */
43 #define SIOCSIFBRDADDR 0x891a /* set broadcast PA address */
48 #define SIOCGIFMEM 0x891f /* get memory address (BSD) */
49 #define SIOCSIFMEM 0x8920 /* set memory address (BSD) */
53 #define SIOCSIFHWADDR 0x8924 /* set hardware address */
56 #define SIOCGIFHWADDR 0x8927 /* Get hardware address */
    [all...]
  /external/llvm/lib/MC/MCDisassembler/
MCExternalSymbolizer.cpp 28 // symbolic information at the Address for this instruction. If that returns
38 uint64_t Address,
47 !GetOpInfo(DisInfo, Address, Offset, InstSize, 1, &SymbolicOp)) {
53 // if the Value is the address of a symbol. In the case this is a branch
55 // a bit more questionable if it is an address of a symbol or some other
57 // InstSize, we will not guess it is an address of a symbol. Because in
58 // object files assembled starting at address 0 this usually leads to
69 const char *Name = SymbolLookUp(DisInfo, Value, &ReferenceType, Address,
78 // For branches always create an MCExpr so it gets printed as hex address.
149 // in a literal pool near the Address of the instruction. The Address of th
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/header/ims/
PChargingFunctionAddresses.java 64 * <p>TODO: add PARSER support for IPv6 address.
104 * <p>Set the Charging Collection Function (CCF) Address</p>
106 * @param ccfAddress - the address to set in the CCF parameter
122 * <p>Add another Charging Collection Function (CCF) Address to this header</p>
124 * @param ccfAddress - the address to set in the CCF parameter
139 * <p>Remove a Charging Collection Function (CCF) Address set in this header</p>
141 * @param ccfAddress - the address in the CCF parameter to remove
142 * @throws ParseException if the address was not removed
153 throw new ParseException("CCF Address Not Removed",0);
187 * <p>Set the Event Charging Function (ECF) Address</p
    [all...]
  /external/v8/src/
zone.cc 45 // Segments represent chunks of memory: They have starting address
64 Address start() const { return address(sizeof(Segment)); }
65 Address end() const { return address(size_); }
68 // Computes the address of the nth byte in this segment.
69 Address address(size_t n) const { return Address(this) + n; } function in class:v8::internal::Segment
97 // address
    [all...]
identity-map.cc 35 int IdentityMapBase::Hash(Object* address) {
36 CHECK_NE(address, heap_->not_mapped_symbol());
37 uintptr_t raw_address = reinterpret_cast<uintptr_t>(address);
43 int IdentityMapBase::LookupIndex(Object* address) {
44 int start = Hash(address) & mask_;
47 if (keys_[index] == address) return index; // Found.
51 if (keys_[index] == address) return index; // Found.
58 int IdentityMapBase::InsertIndex(Object* address) {
61 int start = Hash(address) & mask_;
65 if (keys_[index] == address) return index; // Found
    [all...]
  /art/runtime/
memory_region.h 52 // Load value of type `T` at `offset`. The memory address corresponding
56 T* address = ComputeInternalPointer<T>(offset); local
57 DCHECK(IsWordAligned(address));
58 return *address;
61 // Store `value` (of type `T`) at `offset`. The memory address
66 T* address = ComputeInternalPointer<T>(offset); local
67 DCHECK(IsWordAligned(address));
68 *address = value;
71 // Load value of type `T` at `offset`. The memory address corresponding
86 // Store `value` (of type `T`) at `offset`. The memory address
    [all...]
  /external/google-breakpad/src/google_breakpad/processor/
basic_source_line_resolver.h 32 // SourceLineResolverInterface, using address map files produced by a
98 // Format: FUNC <address> <size> <stack_param_size> <name>.
100 // can't be const. On success, <address>, <size>, <stack_param_size>, and
101 // <name> are stored in |*address|, |*size|, |*stack_param_size|, and |*name|.
104 uint64_t *address, // out
110 // Format: <address> <size> <line number> <source file id>
112 // it can't be const. On success, <address>, <size>, <line number>, and
113 // <source file id> are stored in |*address|, |*size|, |*line_number|, and
116 uint64_t *address, // out
122 // Format: PUBLIC <address> <stack_param_size> <name
    [all...]
  /external/iptables/extensions/
libxt_recent.man 16 This will add the source address of the packet to the list. If the source
17 address is already in the list, this will update the existing entry. This will
21 Match/save the source address of each packet in the recent list table. This
25 Match/save the destination address of each packet in the recent list table.
31 Check if the source address of the packet is currently in the list.
38 Check if the source address of the packet is currently in the list and if so
39 that address will be removed from the list and the rule will return true. If
40 the address is not found, false is returned.
45 address is in the list and was seen within the last given number of seconds.
55 address is in the list and packets had been received greater than or equal t
    [all...]
  /external/parameter-framework/asio-1.10.6/include/asio/ip/
basic_endpoint.hpp 16 #include "asio/ip/address.hpp"
55 /// order. The IP address will be the any address (i.e. INADDR_ANY or
76 /// Construct an endpoint using a port number and an IP address. This
79 basic_endpoint(const asio::ip::address& addr, unsigned short port_num)
162 /// Get the IP address associated with the endpoint.
163 asio::ip::address address() const function in class:asio::ip::basic_endpoint
165 return impl_.address();
168 /// Set the IP address associated with the endpoint
169 void address(const asio::ip::address& addr) function in class:asio::ip::basic_endpoint
    [all...]
  /external/v8/src/base/platform/
platform-macos.cc 169 bool result = ReleaseRegion(address(), size());
187 bool VirtualMemory::Commit(void* address, size_t size, bool is_executable) {
188 return CommitRegion(address, size, is_executable);
192 bool VirtualMemory::Uncommit(void* address, size_t size) {
193 return UncommitRegion(address, size);
197 bool VirtualMemory::Guard(void* address) {
198 OS::Guard(address, OS::CommitPageSize());
217 bool VirtualMemory::CommitRegion(void* address,
221 if (MAP_FAILED == mmap(address,
233 bool VirtualMemory::UncommitRegion(void* address, size_t size)
    [all...]

Completed in 786 milliseconds

<<21222324252627282930>>