/libcore/dex/src/main/java/com/android/dex/ |
Code.java | 97 final int[] addresses; field in class:Code.CatchHandler 101 public CatchHandler(int[] typeIndexes, int[] addresses, int catchAllAddress, int offset) { 103 this.addresses = addresses; 113 return addresses;
|
/external/smack/src/org/jivesoftware/smackx/packet/ |
MultipleAddresses.java | 30 * 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 and append them to the string buffe [all...] |
/external/nist-sip/java/gov/nist/javax/sip/header/ims/ |
PChargingFunctionAddresses.java | 47 * <p>P-Charging-Function-Addresses SIP Private Header. </p> 51 * P-Charging-Addr = "P-Charging-Function-Addresses" HCOLON 61 * <p>P-Charging-Function-Addresses: ccf=192.1.1.1; ccf=192.1.1.2; 65 * eg: P-Charging-Function-Addresses: ccf=[5555.b99.c88.d77.e66]; ecf=[5555.6aa.7bb.8cc.9dd] </p> 114 + "P-Charging-Function-Addresses, setChargingCollectionFunctionAddress(), the ccfAddress parameter is null."); 132 + "P-Charging-Function-Addresses, setChargingCollectionFunctionAddress(), the ccfAddress parameter is null."); 149 + "P-Charging-Function-Addresses, setChargingCollectionFunctionAddress(), the ccfAddress parameter is null."); 160 * <p>Get all the Charging Collection Function (CCF) Addresses set in this header</p> 162 * @return ListIterator that constains all CCF addresses of this header 197 + "P-Charging-Function-Addresses, setEventChargingFunctionAddress(), the ecfAddress parameter is null.") [all...] |
/libcore/luni/src/main/java/java/net/ |
InetAddress.java | 54 * <p>The {@code getAllByName} method accepts IPv4 addresses in the "decimal-dotted-quad" form only: 60 * <p>The {@code getAllByName} method accepts IPv6 addresses in the following forms (this text 75 * addresses, it will be common for addresses to contain long strings 76 * of zero bits. In order to make writing addresses containing zero 82 * For example the following addresses: 87 * 0:0:0:0:0:0:0:0 the unspecified addresses</pre> 93 * :: the unspecified addresses</pre> 115 * <p>Additionally, for backwards compatibility, IPv6 addresses may be surrounded by square 157 * in {@code obj}. Two addresses are equal if their address byte arrays hav 267 InetAddress[] addresses = null; local 405 InetAddress[] addresses = Libcore.os.getaddrinfo(host, hints); local [all...] |
/external/chromium_org/courgette/ |
description.md | 35 addresses to Courgette instructions. It is not actually 37 it detects instructions that use absolute addresses given by the 38 binary file's relocation table, and relative addresses used in 54 - The Disassembler builds a list of addresses referenced by the 62 of indices to actual addresses. 67 the indices that map to actual addresses. It is performed by 81 instructions and the mapping of indices to addresses as byte 133 _Courgette instructions_ and an index of branch target addresses. 141 the target addresses and replace part of the relocation table. 153 of branch addresses, the encoded program. It supports patchin [all...] |
/external/chromium_org/tools/find_runtime_symbols/ |
find_runtime_symbols.py | 5 """Find symbols in a binary corresponding to given runtime virtual addresses. 120 def _find_runtime_function_symbols(symbols_in_process, addresses): 122 for address in addresses: 133 def _find_runtime_sourcefile_symbols(symbols_in_process, addresses): 135 for address in addresses: 146 def _find_runtime_typeinfo_symbols(symbols_in_process, addresses): 148 for address in addresses: 172 def find_runtime_symbols(symbol_type, symbols_in_process, addresses): 173 return _INTERNAL_FINDERS[symbol_type](symbols_in_process, addresses) 180 %s /path/to/prepared_data_dir/ < addresses.tx [all...] |
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/ |
InterfaceAddressTest.java | 41 // RI may fail on this when both broadcast addresses are null 55 // RI may fail on this when both broadcast addresses are null 152 Enumeration<InetAddress> addresses = theInterface local 154 if (addresses != null && addresses.hasMoreElements()) { 156 .getByInetAddress(addresses.nextElement());
|
/external/chromium_org/content/renderer/npapi/ |
plugin_channel_host.cc | 108 const void* const* addresses = trace.Addresses(&count); local 110 kRemoveRouteTraceKey, addresses, count); 153 const void* const* addresses = trace.Addresses(&count); local 155 kChannelErrorTraceKey, addresses, count);
|
/external/chromium/net/websockets/ |
websocket_throttle.h | 34 // Puts |job| in |queue_| and queues for the destination addresses 39 // Removes |job| from |queue_| and queues for the destination addresses 44 // every queue for the destination addresses of |socket|.
|
/external/chromium_org/google_apis/gaia/ |
gaia_auth_util.h | 29 // Returns true if the two specified email addresses are the same. Both 30 // addresses are first sanitized and then canoncialized before comparing. 39 // accounts (email addresses).
|
/external/chromium_org/net/dns/ |
single_request_host_resolver.cc | 30 AddressList* addresses, 33 DCHECK(addresses); 45 info, priority, addresses, transient_callback, &request, net_log);
|
/external/chromium_org/ppapi/cpp/ |
network_list.cc | 67 std::vector<NetAddress>* addresses) const { 70 if (!addresses) 73 ResourceArrayOutputAdapter<NetAddress> adapter(addresses);
|
network_list.h | 43 /// Gets the list of IP addresses for the network interface with the 45 /// <code>addresses</code>. 47 std::vector<NetAddress>* addresses) const;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter_bridge/ |
ebt_among.h | 15 * In real-world ethernet addresses, values of the last byte are 21 * This pair of integers is compared with MAC addresses in the 26 * of 3 first bytes. So first we compare 4 last bytes of addresses and
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_bridge/ |
ebt_among.h | 15 * In real-world ethernet addresses, values of the last byte are 21 * This pair of integers is compared with MAC addresses in the 26 * of 3 first bytes. So first we compare 4 last bytes of addresses and
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_bridge/ |
ebt_among.h | 15 * In real-world ethernet addresses, values of the last byte are 21 * This pair of integers is compared with MAC addresses in the 26 * of 3 first bytes. So first we compare 4 last bytes of addresses and
|
/external/chromium_org/chrome/browser/managed_mode/ |
managed_user_constants.h | 19 // A pseudo-email address for systems that expect well-formed email addresses
|
/external/chromium_org/ppapi/api/private/ |
ppb_net_address_private.idl | 45 * network addresses. 49 * Returns PP_TRUE if the two addresses are equal (host and port). 55 * Returns PP_TRUE if the two addresses refer to the same host. 107 * Returns ScopeID for IPv6 addresses or 0 for IPv4.
|
/external/chromium_org/third_party/WebKit/Source/core/html/forms/ |
EmailInputType.cpp | 169 Vector<String> addresses; 170 value.split(',', true, addresses); 171 for (unsigned i = 0; i < addresses.size(); ++i) { 172 String stripped = stripLeadingAndTrailingHTMLSpaces(addresses[i]); 243 Vector<String> addresses; 244 noLineBreakValue.split(',', true, addresses); 246 for (size_t i = 0; i < addresses.size(); ++i) { 249 strippedValue.append(stripLeadingAndTrailingHTMLSpaces(addresses[i])); 259 Vector<String> addresses; 260 sanitizedValue.split(',', true, addresses); [all...] |
/external/chromium_org/third_party/angle/ |
AUTHORS | 8 # Email addresses for individuals are tracked elsewhere to avoid spam.
|
/external/ipsec-tools/src/racoon/samples/ |
psk.txt.in | 1 # IPv4/v6 addresses
|
/external/kernel-headers/original/asm-arm/ |
scatterlist.h | 16 * to get bus addresses of each of the SG entries and their lengths.
|
/external/kernel-headers/original/asm-mips/ |
scatterlist.h | 18 * to get bus addresses of each of the SG entries and their lengths.
|
/external/kernel-headers/original/asm-x86/ |
mman.h | 6 #define MAP_32BIT 0x40 /* only give out 32bit addresses */
|
scatterlist_32.h | 19 * to get bus addresses of each of the SG entries and their lengths.
|