HomeSort by relevance Sort by last modified time
    Searched full:addresses (Results 451 - 475 of 3304) sorted by null

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/man/man1/
arm-eabi-objdump.1 168 [\fB\-\-prefix\-addresses\fR]
207 addresses. This is useful if the section addresses do not correspond to
209 addresses when using a format which can not represent section addresses,
282 .IP "\fB\-\-prefix\-addresses\fR" 4
283 .IX Item "--prefix-addresses"
333 File segments may be relocated to nonstandard addresses, for example by
338 \&\-h\fR to list the file section headers cannot show the correct addresses.
339 Instead, it shows the usual addresses, which are implicit for th
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/man/man1/
arm-linux-androideabi-objdump.1 168 [\fB\-\-prefix\-addresses\fR]
207 addresses. This is useful if the section addresses do not correspond to
209 addresses when using a format which can not represent section addresses,
282 .IP "\fB\-\-prefix\-addresses\fR" 4
283 .IX Item "--prefix-addresses"
333 File segments may be relocated to nonstandard addresses, for example by
338 \&\-h\fR to list the file section headers cannot show the correct addresses.
339 Instead, it shows the usual addresses, which are implicit for th
    [all...]
  /development/samples/training/location-aware/src/com/example/android/location/
LocationActivity.java 72 * human-readable addresses.
352 List<Address> addresses = null; local
354 addresses = geocoder.getFromLocation(loc.getLatitude(), loc.getLongitude(), 1);
360 if (addresses != null && addresses.size() > 0) {
361 Address address = addresses.get(0);
  /external/chromium_org/ppapi/shared_impl/private/
net_address_private_impl.cc 85 // IPv4 addresses are 4 bytes. IPv6 are 16 bytes. Addresses are stored in net
86 // order (big-endian), which only affects IPv6 addresses, which consist of 8
192 // |AreHostsEqual()| will also validate the addresses and return false if
197 // AreHostsEqual has validated these net addresses.
244 // "Real" IPv6 addresses.
  /external/chromium_org/third_party/libjingle/source/talk/base/
network.cc 147 const std::vector<IPAddress>& addresses = list[i]->GetIPs(); local
149 for (std::vector<IPAddress>::const_iterator it = addresses.begin();
150 it != addresses.end();
172 // This network exists in the map already. Reset its IP addresses.
570 // Sets the addresses of this network. Returns true if the address set changed.
575 // of 2-3 addresses per network.
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
prnetdb.h 56 ** Structures returned by network data base library. All addresses are
75 char **h_addr_list; /* list of addresses from name server */
118 ** PRIntn flags Specifies the types of addresses that are searched
119 ** for and the types of addresses that are returned.
179 ** network addresses.
429 ** PR_GetAddrInfoByName() to inspect the possible network addresses.
  /external/ipsec-tools/
setup.c 105 do_plog(LLV_WARNING, "Found multiple addresses. Use the first one.\n");
218 char addresses[sizeof(struct sockaddr_storage) * 2]; member in struct:__anon19402
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);
  /libcore/luni/src/test/java/tests/org/w3c/dom/
ImportNode.java 209 NodeList addresses; local
212 addresses = aNewDoc.getElementsByTagName("emp:address");
213 element = (Element) addresses.item(0);
235 NodeList addresses; local
238 addresses = aNewDoc.getElementsByTagName("emp:address");
239 element = (Element) addresses.item(0);
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
SwitchData.java 27 * a map of values to target addresses, and this class writes the data
41 * {@code non-null;} corresponding list of code addresses; the branch
57 * @param targets {@code non-null;} corresponding list of code addresses; the
  /dalvik/dx/src/com/android/dx/dex/code/
SwitchData.java 28 * a map of values to target addresses, and this class writes the data
42 * {@code non-null;} corresponding list of code addresses; the branch
58 * @param targets {@code non-null;} corresponding list of code addresses; the
  /external/apache-harmony/support/src/test/java/tests/support/
Support_Configuration.java 26 * This class is responsible for providing the dynamic names and addresses for
59 // one of the addresses for any of our machines on which tests will run
61 // to an address that is not one of the machines local addresses
  /external/chromium-trace/trace-viewer/src/tracing/importer/v8/
codemap.js 10 * @fileoverview Map addresses to dynamically created functions.
15 * Constructs a mapper that maps addresses into code entries.
219 * Returns an array of pairs of all dynamic code entries and their addresses.
  /external/chromium_org/components/autofill/content/browser/wallet/
wallet_address.h 60 // IDs are not required for billing addresses.
67 // function is designed for use with shipping addresses. The function may fail
82 // Newly created addresses will not have an associated |object_id_| and are
  /external/chromium_org/native_client_sdk/src/tools/
decode_dump.py 139 """Given a core.json file, load and embellish with decoded addresses.
144 An embellished core dump dict (decoded code addresses).
155 info: core.json info with decoded code addresses.
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
SwitchData.java 28 * a map of values to target addresses, and this class writes the data
42 * {@code non-null;} corresponding list of code addresses; the branch
58 * @param targets {@code non-null;} corresponding list of code addresses; the
  /external/iptables/extensions/
libip6t_rt.c 27 " --rt-0-addrs ADDR[,ADDR...] Type=0 addresses (list, max: %d)\n"
28 " --rt-0-not-strict List of Type=0 addresses not a strict list\n",
91 if (cp) xtables_error(PARAMETER_PROBLEM, "too many addresses specified");
  /external/jsilver/src/com/google/clearsilver/jsilver/functions/html/
TextHtmlFunction.java 31 * web addresses.
41 // Regular expression used to match email addresses, taken from the
120 // Keep looking for email addresses and web links until there are none left.
  /external/netperf/
netcpu_kstat.c 47 static kstat_t *cpu_ks[MAXCPUS]; /* the addresses that kstat will
65 straightened-out and set-up the addresses for get_kstat_idle to do
142 * 2. get data addresses
  /external/nist-sip/java/gov/nist/javax/sip/parser/
AddressParser.java 31 /** Parser for addresses.
158 * CVS: If this change addresses one or more issues,
202 * CVS: If this change addresses one or more issues,
RSeqParser.java 121 * CVS: If this change addresses one or more issues,
144 * CVS: If this change addresses one or more issues,
182 * CVS: If this change addresses one or more issues,
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/sms/
CdmaSmsAddress.java 112 * TODO(cleanup): Refactor the parsing for addresses to better
192 * For numeric addresses, the string is cleaned up by removing
193 * common punctuation. For alpha addresses, the string is cleaned
  /packages/apps/UnifiedEmail/src/com/android/mail/
SenderInfoLoader.java 45 * addresses.
102 * @param senderSet The email addresses of the sender images to return.
106 * @return A mapping of email addresses to {@link ContactInfo}s. The {@link ContactInfo} will
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
Ver3DictEncoder.java 82 // Addresses are limited to 3 bytes, but since addresses can be relative to each node
93 MakedictLog.i("Computing addresses...");
  /development/samples/training/ContactsList/res/values/
strings.xml 45 <string name="no_address">No addresses found</string>
  /external/arduino/hardware/arduino/cores/arduino/
pins_arduino.h 64 // On the ATmega1280, the addresses of some of the port registers are

Completed in 2547 milliseconds

<<11121314151617181920>>