/external/clang/test/SemaCXX/ |
address-of.cpp | 25 (void)&Enumerator; // expected-error{{cannot take the address of an rvalue of type 'E'}} 30 (void)&N; // expected-error{{cannot take the address of an rvalue of type 'int'}} 44 int (PR11066::*ptr)(int) = & &PR11066::foo; // expected-error{{extra '&' taking address of overloaded function}}
|
/external/curl/docs/examples/ |
resolve.c | 32 HOST:PORT:ADDRESS where HOST is the name libcurl will try to resolve, 34 the HOST and ADDRESS is the numerical IP address
|
/external/dexmaker/src/dx/java/com/android/dx/dex/code/ |
PositionList.java | 149 /** {@code >= 0;} address of this entry */ 150 private final int address; field in class:PositionList.Entry 158 * @param address {@code >= 0;} address of this entry 161 public Entry (int address, SourcePosition position) { 162 if (address < 0) { 163 throw new IllegalArgumentException("address < 0"); 170 this.address = address; 175 * Gets the address [all...] |
/external/elfutils/libdw/ |
dwarf_cfi_addrframe.c | 36 dwarf_cfi_addrframe (Dwarf_CFI *cache, Dwarf_Addr address, Dwarf_Frame **frame) 42 struct dwarf_fde *fde = __libdw_find_fde (cache, address); 46 int error = __libdw_frame_at_address (cache, fde, address, frame);
|
/external/elfutils/libdwfl/ |
dwfl_addrdwarf.c | 1 /* Fetch libdw handle from address. 32 dwfl_addrdwarf (Dwfl *dwfl, Dwarf_Addr address, Dwarf_Addr *bias) 34 return INTUSE(dwfl_module_getdwarf) (INTUSE(dwfl_addrmodule) (dwfl, address),
|
dwfl_addrmodule.c | 1 /* Find module containing address. 32 dwfl_addrmodule (Dwfl *dwfl, Dwarf_Addr address) 35 (void) INTUSE(dwfl_addrsegment) (dwfl, address, &mod);
|
/external/iproute2/include/linux/ |
fib_rules.h | 15 /* try to find source address in routing lookups */ 34 FRA_DST, /* destination address */ 35 FRA_SRC, /* source address */
|
if_arp.h | 114 struct sockaddr arp_pa; /* protocol address */ 115 struct sockaddr arp_ha; /* hardware address */ 122 struct sockaddr arp_pa; /* protocol address */ 123 struct sockaddr arp_ha; /* hardware address */ 142 __be16 ar_hrd; /* format of hardware address */ 143 __be16 ar_pro; /* format of protocol address */ 144 unsigned char ar_hln; /* length of hardware address */ 145 unsigned char ar_pln; /* length of protocol address */ 152 unsigned char ar_sha[ETH_ALEN]; /* sender hardware address */ 153 unsigned char ar_sip[4]; /* sender IP address */ [all...] |
/external/iproute2/man/man8/ |
tipc-peer.8 | 14 .B tipc peer remove address 15 .IR ADDRESS 31 .B address
|
/external/iptables/extensions/ |
libipt_CLUSTERIP.man | 2 a certain IP and MAC address without an explicit load balancer in front of 15 Specify the ClusterIP MAC address. Has to be a link\-layer multicast address
|
libxt_MASQUERADE.man | 6 connections: if you have a static IP address, you should use the SNAT 8 address of the interface the packet is going out, but also has the 12 next dialup is unlikely to have the same interface address (and hence
|
libxt_TPROXY.man | 14 This specifies a destination address to use. By default the address is the IP 15 address of the incoming interface. This is only valid if the rule also
|
/external/kernel-headers/original/uapi/linux/ |
fib_rules.h | 15 /* try to find source address in routing lookups */ 34 FRA_DST, /* destination address */ 35 FRA_SRC, /* source address */
|
if_arp.h | 114 struct sockaddr arp_pa; /* protocol address */ 115 struct sockaddr arp_ha; /* hardware address */ 122 struct sockaddr arp_pa; /* protocol address */ 123 struct sockaddr arp_ha; /* hardware address */ 142 __be16 ar_hrd; /* format of hardware address */ 143 __be16 ar_pro; /* format of protocol address */ 144 unsigned char ar_hln; /* length of hardware address */ 145 unsigned char ar_pln; /* length of protocol address */ 152 unsigned char ar_sha[ETH_ALEN]; /* sender hardware address */ 153 unsigned char ar_sip[4]; /* sender IP address */ [all...] |
/external/libnl/include/linux/ |
if_arp.h | 102 struct sockaddr arp_pa; /* protocol address */ 103 struct sockaddr arp_ha; /* hardware address */ 110 struct sockaddr arp_pa; /* protocol address */ 111 struct sockaddr arp_ha; /* hardware address */ 131 unsigned short ar_hrd; /* format of hardware address */ 132 unsigned short ar_pro; /* format of protocol address */ 133 unsigned char ar_hln; /* length of hardware address */ 134 unsigned char ar_pln; /* length of protocol address */ 141 unsigned char ar_sha[ETH_ALEN]; /* sender hardware address */ 142 unsigned char ar_sip[4]; /* sender IP address */ [all...] |
/external/libnl/lib/route/ |
addr.c | 19 * @note The maximum size of an address label is IFNAMSIZ. 21 * @note The address may not contain a prefix length if the peer address 24 * @par 1) Address Addition 26 * // Allocate an empty address object to be filled out with the attributes 27 * // of the new address. 30 * // Fill out the mandatory attributes of the new address. Setting the 31 * // local address will automatically set the address family and the 36 * // The label of the address can be specified, currently only supporte [all...] |
/external/libunwind/doc/ |
unw_destroy_addr_space.tex | 8 \begin{Name}{3}{unw\_destroy\_addr\_space}{David Mosberger-Tang}{Programming Library}{unw\_destroy\_addr\_space}unw\_destroy\_addr\_space -- destroy unwind address space 20 address space specified by argument \Var{as} and thereby releases 23 Applications must not destroy the local address space
|
unw_get_accessors.man | 34 routines that were specified when address space as 38 guaranteed to remain valid until address space as 44 call\-back routines for the local address space
|
/external/libunwind/include/tdep-ia64/ |
rse.h | 22 * Return TRUE if ADDR is the address of an RNAT slot. 31 * Returns the address of the RNAT slot that covers the slot at 32 * address SLOT_ADDR.
|
/external/llvm/test/CodeGen/X86/ |
tail-dup-addr.ll | 3 ; Test that we don't drop a block that has its address taken. 5 ; CHECK: Ltmp0: ## Block address taken 6 ; CHECK: Ltmp1: ## Block address taken
|
/external/nist-sip/java/gov/nist/javax/sip/address/ |
RouterExt.java | 26 package gov.nist.javax.sip.address; 28 import javax.sip.address.Hop; 29 import javax.sip.address.Router;
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/ |
Address.java | 32 * that proxy information. For secure connections the address also includes the 35 * <p>HTTP requests that share the same {@code Address} may also share the same 38 public final class Address { 51 public Address(String uriHost, int uriPort, SocketFactory socketFactory, 93 * address. 101 * address. 127 * Returns this address's explicitly-specified HTTP proxy, or null to 135 * Returns this address's proxy selector. Only used if the proxy is null. If none of this 143 * Returns this address's certificate pinner. Only used for secure connections. 150 if (other instanceof Address) { [all...] |
/external/protobuf/examples/ |
ListPeople.java | 16 System.out.println(" E-mail address: " + person.getEmail()); 36 // Main function: Reads the entire address book from a file and prints all 44 // Read the existing address book.
|
list_people.py | 14 print " E-mail address:", person.email 25 # Main procedure: Reads the entire address book from a file and prints all 33 # Read the existing address book.
|
/external/skia/src/gpu/gl/ |
GrGLAssembleInterface.h | 16 * get() to get each function address. ctx is a generic ptr passed to and interpreted by get(). 22 * get() to get each function address. ctx is a generic ptr passed to and interpreted by get(). 28 * calls get() to get each function address. ctx is a generic ptr passed to and interpreted by
|