/external/chromium_org/chrome/browser/resources/print_preview/data/ |
user_info.js | 25 * Email addresses of the logged in users or empty array if no user is 71 * @return {?Array.<string>} Email addresses of the logged in users or
|
/external/chromium_org/components/autofill/core/browser/android/ |
test_auxiliary_profile_loader_android.cc | 123 const std::vector<base::string16>& addresses) { 124 email_addresses_ = addresses;
|
/external/chromium_org/net/base/ |
ip_pattern.h | 39 // IPv6 addresses have 8 components, while IPv4 addresses have 4 components.
|
/external/chromium_org/net/dns/ |
mapped_host_resolver.h | 50 AddressList* addresses, 55 AddressList* addresses,
|
host_resolver_impl.cc | 265 // Returns true if |addresses| contains only IPv4 loopback addresses. 266 bool IsAllIPv4Loopback(const AddressList& addresses) { 267 for (unsigned i = 0; i < addresses.size(); ++i) { 268 const IPAddressNumber& address = addresses[i].address(); 269 switch (addresses[i].GetFamily()) { 467 AddressList* addresses) 474 addresses_(addresses), [all...] |
/external/chromium_org/third_party/libevent/test/ |
regress_dns.c | 73 void *addresses, void *arg) 93 struct in6_addr *in6_addrs = addresses; 110 struct in_addr *in_addrs = addresses; 124 fprintf(stderr, "%s ", *(char **)addresses); 237 void *addresses, void *arg) 251 struct in_addr *in_addrs = addresses; 262 struct in6_addr *in6_addrs = addresses; 275 char **addrs = addresses;
|
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/ |
st_draw.h | 71 * When drawing with VBOs, the addresses specified with 73 * addresses. At some point we need to convert those pointers to offsets.
|
/external/ipsec-tools/src/racoon/samples/ |
racoon.conf.in | 31 # available interface addresses. 37 #strict_address; # requires that all addresses must be bound.
|
/external/iptables/extensions/ |
libxt_SNAT.man | 15 of IP addresses. Optionally a port range, 25 in cycle) takes place between these addresses.
|
/external/iputils/ninfod/ |
ninfod_addrs.c | 166 return -1; /* failed to get addresses */ 224 /* pass 1: count addresses and preferred addresses to be returned */ 255 /* pass 2: store addresses */ 335 return -1; /* failed to get addresses */ 384 /* pass 1: count addresses and preferred addresses to be returned */ 415 /* pass 2: store addresses */
|
/external/kernel-headers/original/uapi/linux/ |
elfcore.h | 64 /* When using FDPIC, the loadmap addresses need to be communicated 67 * immediately after ``pr_reg'', so that the loadmap addresses may
|
/external/libpcap/ |
pcap_compile.3pcap.in | 53 captured; it is used only when checking for IPv4 broadcast addresses in 58 for IPv4 broadcast addresses will fail to compile, but all other tests in
|
/external/libvorbis/ |
config.h.in | 76 STACK_DIRECTION > 0 => grows toward higher addresses 77 STACK_DIRECTION < 0 => grows toward lower addresses
|
/external/lldb/include/lldb/Target/ |
ThreadPlanRunToAddress.h | 36 const std::vector<lldb::addr_t> &addresses, 76 // TODO: Would it be useful to have multiple addresses?
|
/external/llvm/lib/Support/ |
SearchForAddressOfSpecialSymbol.cpp | 1 //===- SearchForAddressOfSpecialSymbol.cpp - Function addresses -*- C++ -*-===// 10 // This file pulls the addresses of certain symbols out of the linker. It must
|
/external/llvm/lib/Target/ARM/ |
ARMRelocations.h | 31 // addresses are kept locally in a map. 43 // addresses are kept locally in a map.
|
/external/mesa3d/src/mesa/state_tracker/ |
st_draw.h | 71 * When drawing with VBOs, the addresses specified with 73 * addresses. At some point we need to convert those pointers to offsets.
|
/frameworks/av/media/libeffects/lvm/lib/Bundle/src/ |
LVM_API_Specials.c | 44 /* LVM_NULLADDRESS If any of input addresses are NULL */ 132 /* LVM_NULLADDRESS If any of input addresses are NULL */
|
/frameworks/base/location/java/android/location/ |
Geocoder.java | 99 * Returns an array of Addresses that are known to describe the 101 * The returned addresses will be localized for the locale 111 * @param maxResults max number of addresses to return. Smaller numbers (1 to 5) are recommended 147 * Returns an array of Addresses that are known to describe the 151 * returned addresses will be localized for the locale provided to 189 * Returns an array of Addresses that are known to describe the 193 * returned addresses will be localized for the locale provided to 206 * @param maxResults max number of addresses to return. Smaller numbers (1 to 5) are recommended
|
/frameworks/base/tests/CoreTests/android/core/ |
InetAddrTest.java | 28 * Tests InetAddr class by checking methods to resolve domains to IP addresses 29 * and by checking if the class returns correct addresses for local host address
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/ |
elfcore.h | 60 /* When using FDPIC, the loadmap addresses need to be communicated 63 * immediately after ``pr_reg'', so that the loadmap addresses may
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
elfcore.h | 60 /* When using FDPIC, the loadmap addresses need to be communicated 63 * immediately after ``pr_reg'', so that the loadmap addresses may
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/ |
MulticastSocketTest.java | 46 // These IP addresses aren't inherently "good" or "bad"; they're just used like that. 47 // We use the "good" addresses for our actual group, and the "bad" addresses are for 76 Enumeration<InetAddress> addresses = nextInterface.getInetAddresses(); local 77 while (addresses.hasMoreElements()) { 78 final InetAddress nextAddress = addresses.nextElement(); 119 Enumeration addresses = ipv4NetworkInterface.getInetAddresses(); local 120 if (addresses.hasMoreElements()) { 121 InetAddress firstAddress = (InetAddress) addresses.nextElement(); 168 Enumeration addresses = ipv4NetworkInterface.getInetAddresses() local 330 Enumeration<InetAddress> addresses = thisInterface.getInetAddresses(); local [all...] |
/dalvik/dexgen/src/com/android/dexgen/dex/code/ |
BlockAddresses.java | 31 /** {@code non-null;} array containing addresses for the start of each basic 35 /** {@code non-null;} array containing addresses for the final instruction 39 /** {@code non-null;} array containing addresses for the end (just past the 47 * @param method {@code non-null;} the method to have block addresses for
|
/dalvik/dx/src/com/android/dx/dex/code/ |
BlockAddresses.java | 31 /** {@code non-null;} array containing addresses for the start of each basic 35 /** {@code non-null;} array containing addresses for the final instruction 39 /** {@code non-null;} array containing addresses for the end (just past the 47 * @param method {@code non-null;} the method to have block addresses for
|