/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...] |
/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/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/com/android/mail/providers/ |
Address.java | 185 * This method is used to check that all the addresses that the user 205 * Parse a comma-delimited list of addresses in RFC822 format and return an 209 * @return An array of 0 or more Addresses. 216 ArrayList<Address> addresses = new ArrayList<Address>(); local 226 addresses.add(new Address(name, address)); 230 return addresses.toArray(new Address[] {}); 285 * @param addresses Address array 288 public static String toString(Address[] addresses) { 289 return toString(addresses, ADDRESS_DELIMETER); 295 * @param addresses Address arra 431 ArrayList<Address> addresses = new ArrayList<Address>(); local [all...] |
/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);
|
/packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/ |
Address.java | 127 * This method is used to check that all the addresses that the user 147 * Parse a comma-delimited list of addresses in RFC822 format and return an 151 * @return An array of 0 or more Addresses. 158 ArrayList<Address> addresses = new ArrayList<Address>(); local 168 addresses.add(new Address(address, name)); 172 return addresses.toArray(new Address[] {}); 255 * @param addresses Address array 258 public static String toString(Address[] addresses) { 259 return toString(addresses, ","); 265 * @param addresses Address arra 408 ArrayList<Address> addresses = new ArrayList<Address>(); local [all...] |
/packages/apps/UnifiedEmail/src/com/android/mail/browse/ |
MessageHeaderDetailsDialogFragment.java | 42 private static final String ARG_ADDRESS_CACHE = "addresses"; 55 * @param addressCache a mapping of RFC822 addresses as strings to {@link Address}. 58 * @param from from addresses for the message 59 * @param replyTo replyTo addresses for the message 60 * @param to to addresses for the message 61 * @param cc cc addresses for the message 62 * @param bcc bcc addresses for the message 74 final Bundle addresses = new Bundle(); local 75 addAddressesToBundle(addresses, addressCache, from); 76 addAddressesToBundle(addresses, addressCache, replyTo) 110 final Bundle addresses = args.getBundle(ARG_ADDRESS_CACHE); local [all...] |
/external/chromium/chrome/common/extensions/docs/examples/extensions/mappy/ |
background.html | 3 var addresses = {};
9 addresses[tabId] = address;
22 selectedAddress = addresses[tabId];
|
/external/iptables/extensions/ |
libipt_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/chromium_org/chrome_elf/ |
ntdll_cache.h | 10 // Caches the addresses of all functions exported by ntdll in |g_ntdll_lookup|.
|
/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/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;
|