Searched defs:addresses (Results 1 - 25 of 80) sorted by last modified time

1234

/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/smack/asmack-master/lib/
H A Dhttpclient-4.1.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...
/external/smack/src/org/jivesoftware/smack/
H A DRosterListener.java39 * @param addresses the XMPP addresses of the contacts that have been added to the roster.
41 public void entriesAdded(Collection<String> addresses); argument
46 * @param addresses the XMPP addresses of the contacts whose entries have been updated.
48 public void entriesUpdated(Collection<String> addresses); argument
53 * @param addresses the XMPP addresses of the contacts that have been removed from the roster.
55 public void entriesDeleted(Collection<String> addresses); argument
/external/smack/src/org/jivesoftware/smackx/bytestreams/socks5/
H A DSocks5Proxy.java51 * 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
239 replaceLocalAddresses(List<String> addresses) argument
[all...]
/external/smack/src/org/jivesoftware/smackx/packet/
H A DMultipleAddresses.java30 * Packet extension that contains the list of addresses that a packet should be sent or was sent.
44 private List<Address> addresses = new ArrayList<Address>(); field in class:MultipleAddresses
67 addresses.add(address);
77 addresses.add(address);
81 * Returns the list of addresses that matches the specified type. Examples of address
85 * @return the list of addresses that matches the specified type.
88 List<Address> answer = new ArrayList<Address>(addresses.size());
89 for (Iterator<Address> it = addresses.iterator(); it.hasNext();) {
100 return "addresses";
111 // Loop through all the addresses an
[all...]
/external/robolectric/lib/main/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
H A Dhttpclient-4.0.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...
/external/ppp/pppd/
H A Dauth.c140 /* List of addresses which the peer may use. */
141 static struct permitted_ip *addresses[NUM_PPP]; variable in typeref:struct:permitted_ip
143 /* Wordlist giving addresses which the peer may use
1683 * acceptable, and iff so, set the list of acceptable IP addresses
2020 * set_allowed_addrs() - set the list of allowed addresses.
2040 if (addresses[unit] != NULL)
2041 free(addresses[unit]);
2042 addresses[unit] = NULL;
2048 * Count the number of IP addresses given.
2064 /* "-" means no addresses authorize
[all...]
/external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderMacOSXDYLD.cpp269 // then check in the default addresses.
442 // Update the load addresses for all segments in MODULE using the
459 // and update the load addresses with the correct values.
547 // Update the load addresses for all segments in MODULE using the
774 // where it intended to load. The addresses in the dyld_all_image_infos struct
775 // are the original, non-slid addresses, and need to be adjusted. Most importantly
1062 // addresses (or lack thereof). Only do this if this is the first time
1653 // FIXME - Make the Run to Address take multiple addresses, and
1658 std::vector<lldb::addr_t> addresses; local
1659 addresses
[all...]
/external/lldb/source/Target/
H A DThreadPlanRunToAddress.cpp64 const std::vector<lldb::addr_t> &addresses,
69 m_addresses (addresses),
72 // Convert all addressses into opcode addresses to make sure we set
119 s->Printf ("run to address with no addresses given.");
125 s->Printf ("run to addresses: ");
137 s->Printf ("run to address with no addresses given.");
144 s->Printf ("Run to addresses: ");
61 ThreadPlanRunToAddress( Thread &thread, const std::vector<lldb::addr_t> &addresses, bool stop_others ) argument
/external/libunwind/tests/
H A DGtest-trace.c53 void *addresses[3][128]; variable
75 addresses[0][depth] = (void *) ip;
88 printf ("\t #%-3d ip=%p\n", i, addresses[0][i]);
93 n = backtrace (addresses[1], 128);
97 printf ("\t #%-3d ip=%p\n", i, addresses[1][i]);
102 m = unw_backtrace (addresses[2], 128);
106 printf ("\t #%-3d ip=%p\n", i, addresses[2][i]);
122 /* Allow one in difference in comparison, trace returns adjusted addresses. */
123 if (labs((unw_word_t) addresses[1][i] - (unw_word_t) addresses[
[all...]
/external/libpcap/pcap/
H A Dpcap.h220 struct pcap_addr *addresses; member in struct:pcap_if
/external/libpcap/
H A Dpcap1.h199 struct pcap_addr *addresses; member in struct:pcap_if
/external/ipsec-tools/
H A Dsetup.c105 do_plog(LLV_WARNING, "Found multiple addresses. Use the first one.\n");
218 char addresses[sizeof(struct sockaddr_storage) * 2]; member in struct:__anon22437
248 memcpy(policy.addresses, local, size);
249 memcpy(&policy.addresses[size], remote, size);
281 memcpy(policy.addresses, remote, size);
282 memcpy(&policy.addresses[size], local, size);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
H A DbuildTools.jar ... .util.StringTokenizer recipients javax.mail.Address[] addresses javax.mail.internet.AddressException e public void ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DRopTranslator.java66 private final BlockAddresses addresses; field in class:RopTranslator
126 this.addresses = new BlockAddresses(method);
216 new StdCatchBuilder(method, order, addresses);
248 CodeAddress startAddress = addresses.getStart(block);
262 translationVisitor.setBlock(block, addresses.getLast(block));
266 output.add(addresses.getEnd(block));
293 output.reverseBranch(1, addresses.getStart(succ));
302 addresses.getStart(succ));
566 addresses.getStart(target));
640 switchTargets[i] = addresses
[all...]
H A DStdCatchBuilder.java45 private final BlockAddresses addresses; field in class:StdCatchBuilder
53 * @param addresses {@code non-null;} address objects for each block
56 BlockAddresses addresses) {
65 if (addresses == null) {
66 throw new NullPointerException("addresses == null");
71 this.addresses = addresses;
76 return build(method, order, addresses);
119 * @param addresses {@code non-null;} address objects for each block
123 BlockAddresses addresses) {
55 StdCatchBuilder(RopMethod method, int[] order, BlockAddresses addresses) argument
122 build(RopMethod method, int[] order, BlockAddresses addresses) argument
216 handlersFor(BasicBlock block, BlockAddresses addresses) argument
274 makeEntry(BasicBlock start, BasicBlock end, CatchHandlerList handlers, BlockAddresses addresses) argument
300 rangeIsValid(BasicBlock start, BasicBlock end, BlockAddresses addresses) argument
[all...]
/external/dexmaker/src/dx/java/com/android/dx/io/
H A DCode.java93 final int[] addresses; field in class:Code.CatchHandler
96 public CatchHandler(int[] typeIndexes, int[] addresses, int catchAllAddress) { argument
98 this.addresses = addresses;
107 return addresses;
/external/deqp/framework/qphelper/
H A DqpCrashHandler.c310 void* addresses[32]; local
354 numInBatch = CaptureStackBackTrace(batchStart, DE_LENGTH_OF_ARRAY(addresses), addresses, NULL);
358 BOOL symInfoOk = SymFromAddr(process, (DWORD64)addresses[curFrame], 0, symInfo);
360 writeInfoFormat(writeInfo, userPtr, " %2d: %p %s%s\n", globalFrameNdx++, addresses[curFrame],
368 if (numInBatch == 0 || numInBatch < DE_LENGTH_OF_ARRAY(addresses))
/external/chromium_org/v8/src/
H A Dlog.cc712 std::vector<base::OS::SharedLibraryAddress> addresses = local
714 for (size_t i = 0; i < addresses.size(); ++i) {
716 addresses[i].library_path, addresses[i].start, addresses[i].end));
/external/chromium_org/third_party/webrtc/test/channel_transport/
H A Dudp_socket2_win.cc999 PNETWORK_ADDRESS_LIST addresses = local
1001 for(LONG i = 0; i < addresses->AddressCount ; i++)
1003 // Only look at TCP/IP addresses.
1004 if(addresses->Address[i].AddressType != NDIS_PROTOCOL_ID_TCP_IP)
1010 (NETWORK_ADDRESS_IP*)&(addresses->Address[i].Address);
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_userspace.c189 IP_ADAPTER_ADDRESSES *addresses, *addr; local
202 addresses = malloc(size);
203 status = GetAdaptersAddresses(AF_UNSPEC, 0, NULL, addresses, &size);
205 for (addr = addresses; addr; addr = addr->Next) {
213 free(addresses);
/external/chromium_org/third_party/webrtc/base/
H A Dnethelpers.cc26 std::vector<IPAddress>* addresses) {
32 if (!addresses) {
35 addresses->clear();
50 addresses->push_back(ip);
25 ResolveHostname(const std::string& hostname, int family, std::vector<IPAddress>* addresses) argument

Completed in 3692 milliseconds

1234