HomeSort by relevance Sort by last modified time
    Searched full:addresses (Results 101 - 125 of 3323) sorted by null

1 2 3 45 6 7 8 91011>>

  /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/android/goldfish/
vmem.c 20 // virtual addresses to physical addresses. When running on KVM we need to
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
napprotocol.h 33 Ipv4Address *addresses; member in struct:tagSoHAttributeValue::tagIpv4Addresses
37 Ipv6Address *addresses; member in struct:tagSoHAttributeValue::tagIpv6Addresses
  /external/lldb/scripts/Python/interface/
SBAddress.i 15 The SBAddress class allows addresses to be relative to a section
18 addresses than the addresses found in the object file that
19 represents them on disk. There are currently two types of addresses
21 o file addresses
22 o load addresses
24 File addresses represents the virtual addresses that are in the 'on
25 disk' object files. These virtual addresses are converted to be
27 when/if the addresses slide when the images are loaded/unloade
    [all...]
  /ndk/sources/host-tools/ndk-stack/binutils/
addr2line.c 1 /* addr2line.c -- convert addresses to line number and function name
31 both forms write results to stdout, the second form reads addresses
43 static bfd_boolean with_addresses; /* -a, show addresses. */
49 static int naddr; /* Number of addresses to process. */
50 static char **addr; /* Hex addresses to process. */
56 {"addresses", no_argument, NULL, 'a'},
83 fprintf (stream, _(" Convert addresses into line number/file name pairs.\n"));
84 fprintf (stream, _(" If no addresses are specified on the command line, they will be read from stdin\n"));
87 -a --addresses Show addresses\n
    [all...]
  /system/extras/showmap/
showmap.c 213 static int addresses = 0; variable
217 if (addresses) {
222 if (addresses) {
226 if (!verbose && !addresses) {
234 if (addresses) {
238 if (!verbose && !addresses) {
257 milist = load_maps(pid, addresses, !verbose && !addresses);
281 if (addresses) {
289 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...]
  /external/chromium_org/third_party/webrtc/base/
socketaddress.h 86 // Returns 0 for non-v4 addresses.
97 // necessary addition to IPv6 link-local addresses, with different network
98 // interfaces having different scope-ids for their link-local addresses.
106 // is preferred. IPv6 addresses are enclosed in square brackets ('[' and ']').
109 // Same as HostAsURIString but anonymizes IP addresses by hiding the last
134 // For v4 addresses this means the address is in the range 127.0.0.0/8.
135 // For v6 addresses this means the address is ::1.
173 // Dual stack version always sets family to AF_INET6, and maps v4 addresses.
175 // v4 or mapped addresses, and AF_INET6 addresses for others
    [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...]
  /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_org/chrome/browser/signin/
signin_names_io_thread.h 17 // This class provides access to a list of email addresses for all profiles
20 // the list of email addresses, and is used by the one-click sign in code to
35 // Gets the set of email addresses of connected profiles. This method should
  /external/chromium_org/media/audio/mac/
audio_device_listener_mac_unittest.cc 56 // Include multiple addresses to ensure only a single device change event
58 const AudioObjectPropertyAddress addresses[] = { local
66 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;
  /frameworks/base/services/core/jni/
com_android_server_connectivity_Vpn.cpp 114 static int set_addresses(const char *name, const char *addresses)
136 while (sscanf(addresses, " %64[^/]/%d %n", address, &prefix, &chars) == 2) {
137 addresses += chars;
183 } else if (*addresses) {
184 ALOGE("Invalid address: %s", addresses);
285 const char *addresses = NULL; local
293 addresses = jAddresses ? env->GetStringUTFChars(jAddresses, NULL) : NULL;
294 if (!addresses) {
295 jniThrowNullPointerException(env, "addresses");
298 count = set_addresses(name, addresses);
    [all...]
  /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...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/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/base/core/java/android/net/
LinkProperties.java 41 * It may have multiple addresses and multiple gateways,
152 * Returns all the addresses on this link. We often think of a link having a single address,
153 * however, particularly with Ipv6 several addresses are typical. Note that the
162 List<InetAddress> addresses = new ArrayList<InetAddress>(); local
164 addresses.add(linkAddress.getAddress());
166 return Collections.unmodifiableList(addresses);
170 * Returns all the addresses on this link and all the links stacked above it.
174 List<InetAddress> addresses = new ArrayList<InetAddress>(); local
176 addresses.add(linkAddress.getAddress());
179 addresses.addAll(stacked.getAllAddresses())
251 List<LinkAddress> addresses = new ArrayList<LinkAddress>(); local
    [all...]
  /frameworks/support/v4/java/android/support/v4/app/
ShareCompat.java 503 * Set an array of email addresses as recipients of this share.
506 * @param addresses Email addresses to send to
510 public IntentBuilder setEmailTo(String[] addresses) {
514 mIntent.putExtra(Intent.EXTRA_EMAIL, addresses);
534 * Add an array of email addresses to be used in the "to" field of the final Intent.
536 * @param addresses Email addresses to send to
540 public IntentBuilder addEmailTo(String[] addresses) {
541 combineArrayExtra(Intent.EXTRA_EMAIL, addresses);
    [all...]
  /external/chromium_org/base/debug/
stack_trace.cc 27 const void *const *StackTrace::Addresses(size_t* count) const {
  /external/chromium_org/build/android/pylib/linker/
test_case.py 74 # Regular expression used to mach library load addresses in logcat.
195 """A helper class to pretty-print a map of library names to load addresses."""
206 """A helper class to pretty-print a list of load addresses."""
216 """Extract the names and addresses of shared libraries loaded in the
222 library names (strings) to library load addresses (ints), for the
241 """Check that a map of library load addresses is random enough.
244 to load addresses (int). Each item in the list corresponds to a
248 (status, logs) tuple, where <status> is True iff the load addresses are
252 # Collect, for each library, its list of load addresses.
262 # For each library, check the randomness of its load addresses
    [all...]

Completed in 2732 milliseconds

1 2 3 45 6 7 8 91011>>