HomeSort by relevance Sort by last modified time
    Searched full:addresses (Results 1 - 25 of 3311) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/nist-sip/java/gov/nist/javax/sip/parser/
package.html 2 Parsers for SIP Headers, URL's and addresses.
  /external/clang/test/CodeGenObjC/
local-static-block.m 7 static NSArray *(^ArrayRecurs)(NSArray *addresses, unsigned long level) = ^(NSArray *addresses, unsigned long level) {
9 for(id rawAddress in addresses)
19 static NSArray *(^ArrayRecurs)(NSArray *addresses, unsigned long level) = ^(NSArray *addresses, unsigned long level) {
21 for(id rawAddress in addresses)
30 static NSArray *(^ArrayRecurs)(NSArray *addresses, unsigned long level) = ^(NSArray *addresses, unsigned long level) {
32 for(id rawAddress in addresses)
44 static NSArray *(^ArrayRecurs)(NSArray *addresses, unsigned long level) = ^(NSArray *addresses, unsigned long level)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/asm/
mman.h 4 #define MAP_32BIT 0x40 /* only give out 32bit addresses */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm/
mman.h 4 #define MAP_32BIT 0x40 /* only give out 32bit addresses */
  /external/chromium_org/tools/find_runtime_symbols/
README 1 This script maps runtime addresses to symbol names. It is robust over
2 Address Space Layout Randomization (ASLR) since it uses runtime addresses with
9 It is required to collect symbol information before mapping runtime addresses
19 ./find_runtime_symbols.py /path/to/symbol_info_dir < addresses.txt
22 The stdin should be a list of hex addresses to map, one per line.
  /external/iproute2/man/man8/
ip-maddress.8 3 ip-maddress \- multicast addresses management
26 objects are multicast addresses.
28 .SS ip maddress show - list multicast addresses
39 statically. This command only manages link layer addresses.
ip-address.8 85 different addresses attached to one device. These addresses are not
92 command displays addresses and their properties, adds new addresses
185 .SS ip address show - look at protocol addresses
193 only list addresses with this scope.
197 only list addresses matching this prefix.
201 only list addresses with labels matching the
208 (IPv6 only) only list addresses installed due to stateless
210 addresses
    [all...]
ip-address.8.in 62 different addresses attached to one device. These addresses are not
69 command displays addresses and their properties, adds new addresses
144 .SS ip address show - look at protocol addresses
152 only list addresses with this scope.
156 only list addresses matching this prefix.
160 only list addresses with labels matching the
167 (IPv6 only) only list addresses installed due to stateless
169 addresses
    [all...]
  /external/kernel-headers/original/uapi/asm-x86/asm/
mman.h 4 #define MAP_32BIT 0x40 /* only give out 32bit addresses */
  /external/qemu/slirp-android/
ctl.h 5 /* NOTE: DNS_ADDR_MAX addresses, starting from CTL_DNS, are reserved */
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
mem64-err.errwarn 1 -:2: error: 16-bit addresses not supported in 64-bit mode
2 -:4: error: 16-bit addresses not supported in 64-bit mode
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/
AddressList.java 35 private ArrayList<Address> addresses; field in class:AddressList
38 * @param addresses An ArrayList that contains only Address objects.
39 * @param dontCopy true iff it is not possible for the addresses ArrayList to be modified by someone else.
41 public AddressList(ArrayList<Address> addresses, boolean dontCopy) {
42 if (addresses != null)
43 this.addresses = (dontCopy ? addresses : new ArrayList<Address>(addresses));
45 this.addresses = new ArrayList<Address>(0);
52 return addresses.size()
    [all...]
  /external/smack/src/org/jivesoftware/smack/
RosterListener.java 39 * @param addresses the XMPP addresses of the contacts that have been added to the roster.
41 public void entriesAdded(Collection<String> addresses);
46 * @param addresses the XMPP addresses of the contacts whose entries have been updated.
48 public void entriesUpdated(Collection<String> addresses);
53 * @param addresses the XMPP addresses of the contacts that have been removed from the roster.
55 public void entriesDeleted(Collection<String> addresses);
  /external/iptables/extensions/
libxt_NETMAP.man 1 This target allows you to statically map a whole network of addresses onto
2 another network of addresses. It can only be used from rules in the
libxt_iprange.man 1 This matches on a given arbitrary range of IP addresses.
  /external/libpcap/
pcap_findalldevs.3pcap 84 .B addresses
85 a pointer to the first element of a list of network addresses for the
89 if the device has no addresses
100 Each element of the list of addresses is of type
146 Note that the addresses in the list of addresses might be IPv4
147 addresses, IPv6 addresses, or some other type of addresses, so you must
153 addresses are all IPv4 addresses, or even all IPv4 or IPv6 addresses
    [all...]
  /external/chromium_org/net/dns/
mapped_host_resolver.cc 23 AddressList* addresses,
32 return impl_->Resolve(info, priority, addresses, callback, out_req, net_log);
36 AddressList* addresses,
43 return impl_->ResolveFromCache(info, addresses, net_log);
  /external/chromium_org/third_party/jstemplate/tutorial_examples/
06-jsdisplay.html 8 addresses:[
32 <span jsdisplay="addresses.length==0">Address book is empty.</span>
33 <table cellpadding="5" jsdisplay="addresses.length">
35 <tr jsselect="addresses"><td jscontent="location"></td><td jscontent="label"></td></tr>
07-jsdisplay-empty.html 8 addresses:[]};
28 <span jsdisplay="addresses.length==0">Address book is empty.</span>
29 <table cellpadding="5" jsdisplay="addresses.length">
31 <tr jsselect="addresses"><td jscontent="location"></td><td jscontent="label"></td></tr>
12-parent.html 9 var tpl1Data = {addresses:[
16 var tpl2Data = {addresses:[
47 <tr jsselect="addresses"><td jscontent="location"></td><td jscontent="label"></td></tr>
54 <li jsselect="addresses" jscontent="location"></li>
  /external/clang/test/Rewriter/
missing-dllimport.c 4 // specified. Addresses <rdar://problem/7653912>.
  /external/valgrind/main/none/tests/
filter_stderr 10 # Anonymise addresses
  /external/wpa_supplicant_8/hostapd/
hostapd.deny 1 # List of MAC addresses that are not allowed to authenticate (IEEE 802.11)
  /external/chromium_org/ppapi/api/private/
ppb_host_resolver_private.idl 26 * Hint to the resolver that only loopback addresses are configured.
50 * when request is processed and a list of network addresses is
51 * obtained. These addresses can be be used in Connect, Bind or
66 * Returns number of network addresses obtained after Resolve call.
74 * available addresses.
  /external/dexmaker/src/dx/java/com/android/dx/io/
Code.java 93 final int[] addresses; field in class:Code.CatchHandler
96 public CatchHandler(int[] typeIndexes, int[] addresses, int catchAllAddress) {
98 this.addresses = addresses;
107 return addresses;

Completed in 1530 milliseconds

1 2 3 4 5 6 7 8 91011>>