Searched defs:address (Results 1 - 25 of 877) sorted by path

1234567891011>>

/external/android-clat/
H A Dsetif.c32 * adds an IP address to/from an interface, returns 0 on success and <0 on failure
34 * family - address family (AF_INET, AF_INET6)
35 * address - pointer to a struct in_addr or in6_addr
37 * broadcast - broadcast address (only for AF_INET, ignored for AF_INET6)
39 int add_address(const char *ifname, int family, const void *address, int prefixlen, const void *broadcast) { argument
66 if(nla_put(msg, IFA_LOCAL, addr_size, address) < 0) {
72 if(nla_put(msg, IFA_ADDRESS, addr_size, address) < 0) {
156 * adds an anycast IPv6 address to an interface, returns 0 on success and <0 on failure
157 * sock - the socket to add the address to
158 * addr - the IP address t
[all...]
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/
H A DTestOptions.java59 * - address for JDWP connection
83 /** Default static address for transport connection. */
158 * Returns address for JDWP connection or null for dynamic address.
167 * Sets address to attach to debuggee.
169 * @param address to attach
171 public void setTransportAddress(String address) { argument
172 setProperty("jpda.settings.transportAddress", address);
195 * address.
197 * @param address
202 getDebuggeeAgentOptions(String address, boolean isDebuggerListen) argument
234 getDebuggeeAgentOptions(String address) argument
[all...]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
H A DSocketTransportWrapper.java54 * Starts listening for connection on given or default address.
56 * @param address address to listen or null for default address
57 * @return string representation of listening address
59 public String startListening(String address) throws IOException { argument
63 if (address != null) {
65 int i = address.indexOf(':');
67 portName = address;
69 hostName = address
135 attach(String address, long attachTimeout, long handshakeTimeout) argument
[all...]
H A DTransportWrapper.java40 * Starts listening for connection on given or default address.
42 * @param address address to listen or null for default address
43 * @return string representation of listening address
45 public String startListening(String address) throws IOException; argument
48 * Stops listening for connection on current address.
53 * Accepts transport connection for currently listened address and performs handshaking
62 * Attaches transport connection to given address and performs handshaking
65 * @param address addres
69 attach(String address, long attachTimeout, long handshakeTimeout) argument
[all...]
/external/apache-harmony/support/src/test/java/tests/support/
H A DSupport_HttpConnector.java30 public void open(String address) throws IOException; argument
H A DSupport_URLConnector.java39 public void open(String address) throws IOException { argument
40 instance = new URL(address).openConnection();
/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
H A DSSLServerSocketTest.java93 protected MySSLServerSocket(int port, int backlog, InetAddress address) argument
95 super(port, backlog, address);
H A DSSLSocketTest.java115 protected MySSLSocket(InetAddress address, int port, argument
117 super(address, port, clientAddress, clientPort);
120 public MySSLSocket(InetAddress address, int port) throws IOException { argument
121 super(address, port);
/external/apache-harmony/x-net/src/test/impl/java.injected/javax/net/
H A DSocketFactoryTest.java102 public Socket createSocket(InetAddress address, int port, InetAddress localAddress, int localPort) argument
/external/apache-http/src/org/apache/http/conn/params/
H A DConnRouteParamBean.java63 public void setLocalAddress (final InetAddress address) { argument
64 params.setParameter(ConnRoutePNames.LOCAL_ADDRESS, address);
/external/arduino/libraries/Wire/
H A DWire.cpp63 void TwoWire::begin(uint8_t address) argument
65 twi_setAddress(address);
71 void TwoWire::begin(int address) argument
73 begin((uint8_t)address);
76 uint8_t TwoWire::requestFrom(uint8_t address, uint8_t quantity) argument
83 uint8_t read = twi_readFrom(address, rxBuffer, quantity);
91 uint8_t TwoWire::requestFrom(int address, int quantity) argument
93 return requestFrom((uint8_t)address, (uint8_t)quantity);
96 void TwoWire::beginTransmission(uint8_t address) argument
100 // set address o
107 beginTransmission(int address) argument
[all...]
/external/arduino/libraries/Wire/utility/
H A Dtwi.c95 * Desc sets slave address and enables interrupt
99 void twi_setAddress(uint8_t address) argument
101 // set twi slave address (skip over TWGCE bit)
102 TWAR = address << 1;
109 * Input address: 7bit i2c device address
114 uint8_t twi_readFrom(uint8_t address, uint8_t* data, uint8_t length) argument
140 // build sla+w, slave device address + w bit
142 twi_slarw |= address << 1;
167 * Input address
177 twi_writeTo(uint8_t address, uint8_t* data, uint8_t length, uint8_t wait) argument
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
H A DIPAddress.java6 * Validate the given IPv4 or IPv6 address.
8 * @param address the IP address as a String.
10 * @return true if a valid address, false otherwise
13 String address)
15 return isValidIPv4(address) || isValidIPv6(address);
19 * Validate the given IPv4 or IPv6 address and netmask.
21 * @param address the IP address a
12 isValid( String address) argument
25 isValidWithNetMask( String address) argument
38 isValidIPv4( String address) argument
79 isValidIPv4WithNetmask( String address) argument
89 isValidIPv6WithNetmask( String address) argument
120 isValidIPv6( String address) argument
[all...]
/external/chromium-libpac/src/
H A Dproxy_resolver_v8.cc228 // Wrapper for passing around IP address strings and IPAddressNumber objects.
277 // IP addresses or an empty string if unable to sort the IP address list.
321 // containing an IPv4/IPv6 address, and |ip_prefix| is a string containg a
323 // field. This returns 'true' if the address is in the same subnet, and
325 // format, or if an address and prefix of different types are used (e.g. IPv6
326 // address and IPv4 prefix).
328 IPAddressNumber address; local
332 if (!ParseIPLiteralToNumber(ip_address, &address))
340 // Both |address| and |prefix| must be of the same type (IPv4 or IPv6).
341 if (address
[all...]
/external/chromium_org/ash/system/chromeos/bluetooth/
H A Dbluetooth_notification_controller.cc55 const std::string& address);
88 const std::string& address)
90 address_(address) {
86 BluetoothPairingNotificationDelegate( scoped_refptr<BluetoothAdapter> adapter, const std::string& address) argument
/external/chromium_org/ash/system/tray/
H A Ddefault_system_tray_delegate.cc190 const std::string& address) {
189 ConnectToBluetoothDevice( const std::string& address) argument
H A Dsystem_tray_delegate.h46 std::string address; member in struct:ash::BluetoothDeviceInfo
215 virtual void ConnectToBluetoothDevice(const std::string& address) = 0;
/external/chromium_org/base/android/linker/
H A Dlinker_jni.cc74 // Return true iff |address| is a valid address for the target CPU.
75 bool IsValidAddress(jlong address) { argument
76 return static_cast<jlong>(static_cast<size_t>(address)) == address;
245 LOG_ERROR("%s: Invalid address 0x%llx", __FUNCTION__, load_address);
249 // Set the desired load address (0 means randomize it).
335 // |load_address| is an explicit load address.
369 // |load_address| is an explicit load address.
481 LOG_ERROR("%s: Invalid address
566 void* address = local
[all...]
/external/chromium_org/base/debug/
H A Dproc_maps_linux_unittest.cc192 // mapped into memory. Use the address of |proc_maps| as a way of finding the
196 uintptr_t address = reinterpret_cast<uintptr_t>(&proc_maps); local
208 // Only check if |address| lies within the real stack when not running
209 // Valgrind, otherwise |address| will be on a stack that Valgrind creates.
211 EXPECT_GE(address, regions[i].start);
212 EXPECT_LT(address, regions[i].end);
223 if (address >= regions[i].start && address < regions[i].end) {
224 EXPECT_FALSE(found_address) << "Found same address in multiple regions";
H A Dstack_trace_android.cc80 // relocatable address and library names so host computers can use tools to
100 // Subtract one as return address of function may be in the next
102 uintptr_t address = reinterpret_cast<uintptr_t>(trace_[i]) - 1; local
106 if (address >= iter->start && address < iter->end &&
113 *os << base::StringPrintf("#%02zd " FMT_ADDR " ", i, address);
116 uintptr_t rel_pc = address - iter->start + iter->offset;
H A Dstack_trace_posix.cc162 // Subtract by one as return address of function may be in the next
164 void* address = static_cast<char*>(trace[i]) - 1; local
165 if (google::Symbolize(address, buf, sizeof(buf)))
474 // the object files that are loaded in the virtual address space of the current
531 // the specified pc. If found, sets |start_address| to the start address
533 // address into |base_address|, copies the object file name into
567 // are mapped higher in address space). For such a binary,
569 // instruction address in virtual memory (as code section
572 // mapped high at address space (in particular, higher than
H A Dtrace_event_memory.cc430 uint64 address = 0; local
431 if (!base::HexStringToUInt64(hex_address, &address))
433 if (!address)
436 return reinterpret_cast<const char*>(address);
/external/chromium_org/base/mac/
H A Dscoped_mach_vm.cc10 void ScopedMachVM::reset(vm_address_t address, vm_size_t size) { argument
11 DCHECK(address % PAGE_SIZE == 0);
15 if (address_ < address) {
18 std::min(size_, address - address_));
20 if (address_ + size_ > address + size) {
21 vm_address_t deallocate_start = std::max(address_, address + size);
28 address_ = address;
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...]

Completed in 940 milliseconds

1234567891011>>