/external/nist-sip/java/gov/nist/javax/sip/header/ims/ |
PChargingFunctionAddressesHeader.java | 43 * P-Charging-Function-Addresses header - 57 * P-Charging-Addr = "P-Charging-Function-Addresses" HCOLON 73 * P-Charging-Function-Addresses: ccf=192.1.1.1; ccf=192.1.1.2; 87 public final static String NAME = "P-Charging-Function-Addresses"; 112 * <p>Get all the Charging Collection Function (CCF) Addresses set in this header</p> 113 * @return ListIterator that constains all CCF addresses of this header 139 * <p>Get all the Event Charging Function (ECF) Addresses set in this header</p> 140 * @return ListIterator that constains all CCF addresses of this header
|
/external/qemu/hw/ |
goldfish_vmem.c | 20 // virtual addresses to physical addresses. When running on KVM we need to
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
DataCallResponse.java | 46 public String [] addresses = new String[0]; field in class:DataCallResponse 85 sb.append("' addresses=["); 86 for (String addr : addresses) { 90 if (addresses.length > 0) sb.deleteCharAt(sb.length()-1); 125 // set link addresses 126 if (addresses != null && addresses.length > 0) { 127 for (String addr : addresses) {
|
/system/extras/showmap/ |
showmap.c | 211 static int addresses = 0; variable 215 if (addresses) { 220 if (addresses) { 224 if (!verbose && !addresses) { 232 if (addresses) { 236 if (!verbose && !addresses) { 255 milist = load_maps(pid, addresses, !verbose && !addresses); 279 if (addresses) { 287 if (!verbose && !addresses) { [all...] |
/external/chromium-libpac/src/ |
net_util.cc | 47 // IPv4-mapped addresses are formed by: 96 // In case we have an IPv6 / IPv4 mismatch, convert the IPv4 addresses to 97 // IPv6 addresses in order to do the comparison. 108 // Otherwise we are comparing two IPv4 addresses, or two IPv6 addresses.
|
net_util.h | 29 // IPv4 addresses will have length 4, whereas IPv6 address will have length 16. 60 // and vice versa, the IPv4 addresses will be converted to IPv4-mapped 61 // (IPv6) addresses.
|
/external/chromium_org/courgette/ |
description.html | 32 addresses to Courgette instructions. It is not actually 34 it detects instructions that use absolute addresses given by the 35 binary file's relocation table, and relative addresses used in 48 <li><p>The Disassembler builds a list of addresses referenced by the 54 of indices to actual addresses.</p></li> 61 the indices that map to actual addresses. It is performed by 75 instructions and the mapping of indices to addresses as byte 123 <em>Courgette instructions</em> and an index of branch target addresses.</p> 131 the target addresses and replace part of the relocation table.</p> 143 of branch addresses, the encoded program. It supports patchin [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/ |
Macintosh_Connectivity_Clas.py | 19 """ADB address - Addresses a device connected via Apple Desktop Bus """ 51 """AppleTalk address - Addresses a device or service connected via the AppleTalk protocol """ 69 """bus slot - Addresses a PC, PCI, or NuBus card """ 89 """Ethernet address - Addresses a device by its Ethernet address """ 95 """FireWire address - Addresses a device on the FireWire bus """ 101 """IP address - Addresses a device or service via the Internet Protocol (IP) """ 115 """LocalTalk address - Addresses a device by its LocalTalk address """ 133 """SCSI address - Addresses a SCSI device """ 147 """Token Ring address - Addresses a device or service via the Token Ring protocol """ 153 """USB address - Addresses a device on the Universal Serial Bus "" [all...] |
/external/chromium_org/tools/cygprofile/ |
mergetraces.py | 96 """Converts the call addresses to static offsets and removes invalid calls. 99 addresses, converts strings to integer values, coverts virtual addresses to 143 Merges the two traces and coverts the virtual addresses to the offsets in the 145 so that symbolizing the addresses uses the addresses in the log, since the 146 addresses have already been converted to static offsets.
|
/frameworks/base/core/tests/coretests/src/android/net/ |
UriMatcherTest.java | 51 matcher.addURI("people", "#/addresses", PEOPLE_ADDRESSES); 52 matcher.addURI("people", "#/addresses/#", PEOPLE_ADDRESSES_ID); 72 matcher.addURI("people", "/#/addresses", PEOPLE_ADDRESSES); 73 matcher.addURI("people", "/#/addresses/#", PEOPLE_ADDRESSES_ID); 93 check("content://people/2/addresses", PEOPLE_ADDRESSES, matcher); 94 check("content://people/2/addresses/3", PEOPLE_ADDRESSES_ID, matcher); 95 check("content://people/2/addresses/asdf", UriMatcher.NO_MATCH, matcher);
|
/external/chromium/chrome/browser/autofill/ |
personal_data_manager_mac.mm | 22 // generated that correspond to addresses in the "me" card that reside in the 26 // existing addresses and populates new addresses derived from the data found 70 ABMultiValue* addresses = [me valueForProperty:kABAddressProperty]; 71 for (NSUInteger i = 0, count = [addresses count]; i < count; i++) { 72 NSDictionary* address = [addresses valueAtIndex:i]; 73 NSString* addressLabelRaw = [addresses labelAtIndex:i]; 103 // multiple addresses. We replicate that information for each profile. 165 // be multiple matching email addresses for a given label. We take the
|
/external/libpcap/ |
fad-win32.c | 50 * Add an entry to the list of addresses for an interface. 116 * Find the end of the list of addresses. 118 for (prevaddr = curdev->addresses; prevaddr != NULL; prevaddr = nextaddr) { 132 curdev->addresses = curaddr; 157 * Add an entry for this interface, with no addresses. 167 * Get the list of addresses for the interface. 175 * if we can't supply their addresses. 183 * Now add the addresses. 188 * this address to its list of addresses.
|
/external/chromium/net/spdy/ |
spdy_session_pool.cc | 210 AddressList addresses; 211 if (!LookupAddresses(host_port_proxy_pair, &addresses)) 213 const addrinfo* address = addresses.head(); 286 // We have a new session. Lookup the IP addresses for this session so that 290 AddressList addresses; local 291 if (LookupAddresses(host_port_proxy_pair, &addresses)) 292 AddAliases(addresses, host_port_proxy_pair); 322 AddressList* addresses) const { 326 addresses, 334 void SpdySessionPool::AddAliases(const AddressList& addresses, [all...] |
/external/chromium_org/chrome/browser/signin/ |
signin_names_io_thread.h | 23 // This class provides access to a list of email addresses for all profiles 26 // the list of email addresses, and is used by the one-click sign in code to 40 // Gets the set of email addresses of connected profiles. This method should
|
/external/chromium_org/components/autofill/core/browser/ |
personal_data_manager_mac.mm | 32 // generated that correspond to addresses in the "me" card that reside in the 36 // existing addresses and populates new addresses derived from the data found 92 ABMultiValue* addresses = [me valueForProperty:kABAddressProperty]; 95 // distinguishing addresses within the "me" card. Cap the number of addresses 101 NSUInteger count = MIN([addresses count], kMaxAddressCount); 103 NSDictionary* address = [addresses valueAtIndex:i]; 104 NSString* addressLabelRaw = [addresses labelAtIndex:i]; 111 // variant. Note that we capped the number of addresses above, so this i [all...] |
/external/chromium_org/media/audio/mac/ |
audio_device_listener_mac_unittest.cc | 57 // Include multiple addresses to ensure only a single device change event 59 const AudioObjectPropertyAddress addresses[] = { local 67 kAudioObjectSystemObject, 1, addresses, output_device_listener_.get());
|
/external/chromium_org/net/base/ |
address_list.cc | 49 const IPAddressList& addresses, 53 for (IPAddressList::const_iterator iter = addresses.begin(); 54 iter != addresses.end(); ++iter) {
|
/external/chromium_org/net/websockets/ |
websocket_throttle.h | 36 // Puts |job| in |queue_| and queues for the destination addresses 44 // Removes |job| from |queue_| and queues for the destination addresses 58 // for all per-address queues for each resolved addresses
|
/external/smack/asmack-master/static-src/custom/org/jivesoftware/smack/ |
AndroidConnectionConfiguration.java | 79 List<HostAddress> addresses; field in class:AndroidConnectionConfiguration.DnsSrvLookupRunnable 87 addresses = DNSUtil.resolveXMPPDomain(serviceName); 91 return addresses;
|
/external/smack/src/org/jivesoftware/smack/ |
AndroidConnectionConfiguration.java | 79 List<HostAddress> addresses; field in class:AndroidConnectionConfiguration.DnsSrvLookupRunnable 87 addresses = DNSUtil.resolveXMPPDomain(serviceName); 91 return addresses;
|
/external/smack/src/org/jivesoftware/smackx/bytestreams/socks5/ |
Socks5Proxy.java | 51 * local network addresses used for outgoing SOCKS5 Bytestream requests.
188 * Adds the given address to the list of local network addresses.
190 * Use this method if you want to provide multiple addresses in a SOCKS5 Bytestream request.
194 * The order of the addresses used is determined by the order you add addresses.
196 * Note that the list of addresses initially contains the address returned by
198 * addresses by invoking {@link #replaceLocalAddresses(List)}.
210 * Removes the given address from the list of local network addresses. This address will then no
220 * Returns an unmodifiable list of the local network addresses that will be used for streamhost
223 * @return unmodifiable list of the local network addresses
[all...] |
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/ |
Inet6AddressTest.java | 38 // Create 2 IP v6 addresses and call "isMulticastAddress()" 55 // Now create 2 IP v6 addresses that are IP v4 compatable 56 // to IP v6 addresses. The address prefix for a multicast ip v4 74 // Now create 2 IP v6 addresses that are IP v4 compatable 75 // to IP v6 addresses. The address prefix for a multicast ip v4 113 assertTrue("The addresses " + addrName 144 // Now create 2 IP v6 addresses that are IP v4 compatable 145 // to IP v6 addresses. The address prefix for a multicast ip v4 147 // We expect these to be false, as they are not IPv4 addresses 172 // Now create 2 IP v6 addresses that are IP v4 compatabl 909 Object[] addresses = { InetAddress.getByAddress(localv6), local [all...] |
/frameworks/support/v4/java/android/support/v4/app/ |
ShareCompat.java | 502 * Set an array of email addresses as recipients of this share. 505 * @param addresses Email addresses to send to 509 public IntentBuilder setEmailTo(String[] addresses) { 513 mIntent.putExtra(Intent.EXTRA_EMAIL, addresses); 533 * Add an array of email addresses to be used in the "to" field of the final Intent. 535 * @param addresses Email addresses to send to 539 public IntentBuilder addEmailTo(String[] addresses) { 540 combineArrayExtra(Intent.EXTRA_EMAIL, addresses); [all...] |
/external/chromium/net/base/ |
address_family.h | 24 // Hint to the resolver proc that only loopback addresses are configured.
|
/external/chromium_org/base/debug/ |
stack_trace.cc | 27 const void *const *StackTrace::Addresses(size_t* count) const {
|