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

<<11121314151617181920>>

  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/config/
dbxelf.h 36 /* Make LBRAC and RBRAC addresses relative to the start of the
57 /* Like block addresses, stabs line numbers are relative to the
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/config/
dbxelf.h 36 /* Make LBRAC and RBRAC addresses relative to the start of the
57 /* Like block addresses, stabs line numbers are relative to the
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/config/
dbxelf.h 36 /* Make LBRAC and RBRAC addresses relative to the start of the
57 /* Like block addresses, stabs line numbers are relative to the
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
elfcore.h 62 /* When using FDPIC, the loadmap addresses need to be communicated
65 * immediately after ``pr_reg'', so that the loadmap addresses may
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
elfcore.h 62 /* When using FDPIC, the loadmap addresses need to be communicated
65 * immediately after ``pr_reg'', so that the loadmap addresses may
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
elfcore.h 62 /* When using FDPIC, the loadmap addresses need to be communicated
65 * immediately after ``pr_reg'', so that the loadmap addresses may
  /external/chromium_org/net/dns/
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...]
  /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
  /external/chromium/net/proxy/
proxy_bypass_rules.h 89 // "Bypass proxy server for local addresses" settings checkbox. Fully
90 // qualified domain names or IP addresses are considered non-local,
91 // regardless of what they map to (except for the loopback addresses).
134 // Match local addresses. The meaning of "<local>" is whether the
sync_host_resolver_bridge.h 27 AddressList* addresses,
  /external/chromium/net/socket/
client_socket_factory.h 35 const AddressList& addresses,
  /external/chromium_org/base/ios/
device_util.mm 90 struct ifaddrs* addresses;
91 if (getifaddrs(&addresses) == 0) {
92 for (struct ifaddrs* address = addresses; address;
116 freeifaddrs(addresses);
  /external/chromium_org/build/android/
symbolize_test.py 12 addresses and demangled names by running the following:
50 # Hexadecimal addresses are required.
56 # Addresses must be exactly 8 characters.
67 # Addresses must be prefixed with '0x'.
  /external/chromium_org/chrome/browser/ui/autofill/
country_combobox_model.h 20 // A model for countries to be used to enter addresses.
  /external/chromium_org/chrome/renderer/safe_browsing/
phishing_url_feature_extractor.h 7 // host and path, features pertaining to host length, and IP addresses.
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
ContentViewStatics.java 18 * @param addr The string to search for addresses.
  /external/chromium_org/media/audio/mac/
audio_device_listener_mac.h 33 const AudioObjectPropertyAddress addresses[], void* context);
  /external/chromium_org/net/base/
net_util_posix.cc 102 // Enumerate the addresses assigned to network interfaces which are up.
116 // Skip unspecified addresses (i.e. made of zeroes) and loopback addresses
137 // Skip non-IP addresses.
  /external/chromium_org/net/proxy/
proxy_bypass_rules.h 89 // "Bypass proxy server for local addresses" settings checkbox. Fully
90 // qualified domain names or IP addresses are considered non-local,
91 // regardless of what they map to (except for the loopback addresses).
134 // Match local addresses. The meaning of "<local>" is whether the
  /external/chromium_org/remoting/client/plugin/
pepper_port_allocator.h 21 // addresses to BasicPortAllocator (it uses HostResolverPrivate API
  /external/chromium_org/remoting/protocol/
libjingle_transport_factory.h 40 // is possible to configure |port_allocator| with STUN/Relay addresses.
  /external/chromium_org/third_party/libaddressinput/
README.chromium 1 Name: The library to input and validate addresses.
  /external/chromium_org/third_party/libjingle/source/talk/base/
nethelpers.cc 42 std::vector<IPAddress>* addresses) {
43 if (!addresses) {
46 addresses->clear();
61 addresses->push_back(ip);
  /external/chromium_org/third_party/mesa/src/src/gallium/tools/
addr2line.sh 9 # Gather all unique addresses for each binary

Completed in 3894 milliseconds

<<11121314151617181920>>