HomeSort by relevance Sort by last modified time
    Searched full:address (Results 351 - 375 of 11852) sorted by null

<<11121314151617181920>>

  /external/chromium/googleurl/src/
url_canon_ip.h 40 // Searches the host name for the portions of the IPv4 address. On success,
42 // It will return false if the host can not be separated as an IPv4 address
44 // be in an IP address. (This is important so we fail as early as possible for
52 // address. IE6 is included in this. We do NOT handle this case. In many cases,
56 // notice these spaces and escape them, which will make IP address finding
65 // Converts an IPv4 address to a 32-bit number (network byte order).
68 // IPV4 - IPv4 address was successfully parsed.
69 // BROKEN - Input was formatted like an IPv4 address, but overflow occurred
71 // NEUTRAL - Input couldn't possibly be interpreted as an IPv4 address.
72 // It might be an IPv6 address, or a hostname
    [all...]
  /external/clang/test/Analysis/
stack-addr-ps.cpp 3 // FIXME: Only the stack-address checking in Sema catches this right now, and
7 return s; // expected-warning{{Address of stack memory associated with local variable 's' returned}} expected-warning{{reference to stack memory associated with local variable 's' returned}}
13 return s2; // expected-warning{{Address of stack memory associated with local variable 's1' returned}} expected-warning {{reference to stack memory associated with local variable 's1' returned}}
20 return s3; // expected-warning{{Address of stack memory associated with local variable 's1' returned}} expected-warning {{reference to stack memory associated with local variable 's1' returned}}
25 const int &get_reference1() { return get_value(); } // expected-warning{{Address of stack memory associated with temporary object of type 'int' returned}} expected-warning {{returning reference to local temporary}}
29 return x; // expected-warning{{Address of stack memory associated with temporary object of type 'int' returned}} expected-warning {{returning reference to local temporary}}
35 return x2; // expected-warning{{Address of stack memory associated with temporary object of type 'int' returned}} expected-warning {{returning reference to local temporary}}
47 return &x2; // expected-warning{{Address of stack memory associated with local variable 'x1' returned}} expected-warning {{address of stack memory associated with local variable 'x1' returned}}
53 return x2; // expected-warning {{address of stack memory associated with local variable 'x1' returned}} expected-warning {{Address of stack (…)
    [all...]
  /external/kernel-headers/original/linux/
in.h 53 /* Internet address. */
114 struct in_addr imr_multiaddr; /* IP multicast address of group */
115 struct in_addr imr_interface; /* local IP address of interface */
120 struct in_addr imr_multiaddr; /* IP multicast address of group */
121 struct in_addr imr_address; /* local IP address of interface */
146 struct __kernel_sockaddr_storage gr_group; /* group address */
152 struct __kernel_sockaddr_storage gsr_group; /* group address */
153 struct __kernel_sockaddr_storage gsr_source; /* source address */
159 struct __kernel_sockaddr_storage gf_group; /* multicast address */
176 /* Structure describing an Internet (IP) socket address. *
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/
residu_asm_neon.s 41 ADD r9, r1, r7, LSL #1 @copy the address
47 SUB r8, r9, #2 @get the x[i-1] address
51 SUB r8, r9, #4 @load the x[i-2] address
55 SUB r8, r9, #6 @load the x[i-3] address
59 SUB r8, r9, #8 @load the x[i-4] address
63 SUB r8, r9, #10 @load the x[i-5] address
67 SUB r8, r9, #12 @load the x[i-6] address
71 SUB r8, r9, #14 @load the x[i-7] address
75 SUB r8, r9, #16 @load the x[i-8] address
79 SUB r8, r9, #18 @load the x[i-9] address
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
in.h 55 /* Internet address. */
117 struct in_addr imr_multiaddr; /* IP multicast address of group */
118 struct in_addr imr_interface; /* local IP address of interface */
123 struct in_addr imr_multiaddr; /* IP multicast address of group */
124 struct in_addr imr_address; /* local IP address of interface */
149 struct __kernel_sockaddr_storage gr_group; /* group address */
155 struct __kernel_sockaddr_storage gsr_group; /* group address */
156 struct __kernel_sockaddr_storage gsr_source; /* source address */
162 struct __kernel_sockaddr_storage gf_group; /* multicast address */
179 /* Structure describing an Internet (IP) socket address. *
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
in.h 55 /* Internet address. */
117 struct in_addr imr_multiaddr; /* IP multicast address of group */
118 struct in_addr imr_interface; /* local IP address of interface */
123 struct in_addr imr_multiaddr; /* IP multicast address of group */
124 struct in_addr imr_address; /* local IP address of interface */
149 struct __kernel_sockaddr_storage gr_group; /* group address */
155 struct __kernel_sockaddr_storage gsr_group; /* group address */
156 struct __kernel_sockaddr_storage gsr_source; /* source address */
162 struct __kernel_sockaddr_storage gf_group; /* multicast address */
179 /* Structure describing an Internet (IP) socket address. *
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
in.h 55 /* Internet address. */
117 struct in_addr imr_multiaddr; /* IP multicast address of group */
118 struct in_addr imr_interface; /* local IP address of interface */
123 struct in_addr imr_multiaddr; /* IP multicast address of group */
124 struct in_addr imr_address; /* local IP address of interface */
149 struct __kernel_sockaddr_storage gr_group; /* group address */
155 struct __kernel_sockaddr_storage gsr_group; /* group address */
156 struct __kernel_sockaddr_storage gsr_source; /* source address */
162 struct __kernel_sockaddr_storage gf_group; /* multicast address */
179 /* Structure describing an Internet (IP) socket address. *
    [all...]
  /external/clang/test/CodeGenCXX/
vtable-layout-extreme.cpp 89 // CHECK-NEXT: -- (Test1::C2, 0) vtable address --
90 // CHECK-NEXT: -- (Test1::C9, 0) vtable address --
97 // CHECK-NEXT: -- (Test1::C2, 16) vtable address --
98 // CHECK-NEXT: -- (Test1::C4, 16) vtable address --
105 // CHECK-NEXT: -- (Test1::C2, 48) vtable address --
106 // CHECK-NEXT: -- (Test1::C5, 48) vtable address --
107 // CHECK-NEXT: -- (Test1::C6, 48) vtable address --
111 // CHECK-NEXT: -- (Test1::C1, 64) vtable address --
117 // CHECK-NEXT: -- (Test1::C2, 88) vtable address --
118 // CHECK-NEXT: -- (Test1::C4, 88) vtable address -
    [all...]
  /external/chromium/sdch/open-vcdiff/src/
addrcache.h 16 // Classes to implement the Address Cache and Address Encoding
34 // of an exact recent address distinguished by its lowest-order bits.
66 // address is stored.
75 // 8 bits of the address are used to find the element of this block that
76 // may match the desired address value.
96 // each address mode type (SELF, HERE, NEAR, and SAME).
132 // Returns true if, when using the given mode, an encoded address
134 // returns false if the encoded address should be written
158 // This method will be called whenever an address is calculated for a
    [all...]
  /external/open-vcdiff/src/
addrcache.h 16 // Classes to implement the Address Cache and Address Encoding
34 // of an exact recent address distinguished by its lowest-order bits.
66 // address is stored.
75 // 8 bits of the address are used to find the element of this block that
76 // may match the desired address value.
96 // each address mode type (SELF, HERE, NEAR, and SAME).
132 // Returns true if, when using the given mode, an encoded address
134 // returns false if the encoded address should be written
158 // This method will be called whenever an address is calculated for a
    [all...]
  /libcore/luni/src/main/java/libcore/io/
Memory.java 153 public static native byte peekByte(long address);
154 public static native int peekInt(long address, boolean swap);
155 public static native long peekLong(long address, boolean swap);
156 public static native short peekShort(long address, boolean swap);
158 public static native void peekByteArray(long address, byte[] dst, int dstOffset, int byteCount);
159 public static native void peekCharArray(long address, char[] dst, int dstOffset, int charCount, boolean swap);
160 public static native void peekDoubleArray(long address, double[] dst, int dstOffset, int doubleCount, boolean swap);
161 public static native void peekFloatArray(long address, float[] dst, int dstOffset, int floatCount, boolean swap);
162 public static native void peekIntArray(long address, int[] dst, int dstOffset, int intCount, boolean swap);
163 public static native void peekLongArray(long address, long[] dst, int dstOffset, int longCount, boolean swap)
    [all...]
  /libcore/luni/src/test/java/tests/org/w3c/dom/
GetElementsByTagNameNS.java 109 expectedResult.add("address");
115 expectedResult.add("emp:address");
116 expectedResult.add("address");
135 expectedResult.add("address");
136 expectedResult.add("address");
137 expectedResult.add("address");
138 expectedResult.add("emp:address");
139 expectedResult.add("address");
142 elementList = doc.getElementsByTagNameNS("*", "address");
164 "address");
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
ReverseGeocoder.java 20 import android.location.Address;
76 private static Address sCurrentAddress; // last known address
101 Address addr1 = lookupAddress(setMinLatitude, setMinLongitude, true);
102 Address addr2 = lookupAddress(setMaxLatitude, setMaxLongitude, true);
127 Address currentAddress = lookupAddress(
182 // Compare thoroughfare (street address) next.
231 // valid address.
284 private String getLocalityAdminForAddress(final Address addr, final boolean approxLocation) {
305 public Address lookupAddress(final double latitude, final double longitude
314 Address address = null; local
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
ProxyTest.java 26 private SocketAddress address = new InetSocketAddress("127.0.0.1", 1234); field in class:ProxyTest
33 Proxy proxy = new Proxy(Proxy.Type.HTTP, address);
35 assertEquals(address, proxy.address());
38 proxy = new Proxy(Proxy.Type.SOCKS, address);
40 assertEquals(address, proxy.address());
45 assertNull(proxy.address());
74 // test DIRECT type proxy, any address is illegal
76 proxy = new Proxy(Proxy.Type.DIRECT, address);
    [all...]
  /external/v8/src/
store-buffer.h 45 Address start, Address end, ObjectSlotCallback slot_callback);
55 inline Address TopAddress();
61 inline void Mark(Address addr);
77 inline void EnterDirectlyIntoStoreBuffer(Address addr);
86 static const int kStoreBufferLength = kStoreBufferSize / sizeof(Address);
102 old_top_ = reinterpret_cast<Address*>(top);
120 bool CellIsInStoreBuffer(Address cell);
131 Address* start_;
132 Address* limit_
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/
OSAllocatorSymbian.cpp 55 // Frees the _entire_ code chunk in which this address resides.
56 static bool deallocateCodeChunk(void* address)
61 if (p && p->contains(address)) {
76 // Reserve memory and return the base address of the region
97 void OSAllocator::commit(void* address, size_t bytes, bool, bool executable)
102 dataAllocatorInstance()->commit(address, bytes);
105 void OSAllocator::decommit(void* address, size_t bytes)
107 if (dataAllocatorInstance()->contains(address))
108 dataAllocatorInstance()->decommit(address, bytes);
110 deallocateCodeChunk(address); // for code chunk, decommit AND release
    [all...]
  /frameworks/base/core/java/android/net/
VpnService.java 54 * conflict with each other. The system takes several actions to address
299 * Private method to validate address and prefixLength.
301 private void check(InetAddress address, int prefixLength) {
302 if (address.isLoopbackAddress()) {
303 throw new IllegalArgumentException("Bad address");
305 if (address instanceof Inet4Address) {
309 } else if (address instanceof Inet6Address) {
319 * Add a network address to the VPN interface. Both IPv4 and IPv6
320 * addresses are supported. At least one address must be set before
323 * @throws IllegalArgumentException if the address is invalid
    [all...]
  /dalvik/dx/src/com/android/dx/io/instructions/
AddressMap.java 38 * Gets the value address corresponding to the given key address. Returns
47 * Sets the value address associated with the given key address.
CodeCursor.java 32 * Gets the base address associated with the current cursor. This
36 * addresses are relative to the address of a dependant switch
42 * Sets the base address for the given target address to be as indicated.
  /external/chromium-trace/
AUTHORS 4 # Name <email address>
  /external/chromium-trace/trace-viewer/
AUTHORS 4 # Name <email address>
  /external/clang/test/CXX/over/over.over/
p2.cpp 8 int (*f0c)(int, float) = f0; // expected-error{{address of overloaded function 'f0' does not match required type 'int (int, float)'}}
  /external/clang/test/CodeGen/
2003-11-03-AddrArrayElement.c 4 // series of casts and address arithmetic.
  /external/clang/test/CodeGenOpenCL/
local.cl 1 // RUN: %clang_cc1 %s -ffake-address-space-map -emit-llvm -o - | FileCheck %s
  /external/clang/test/Driver/
darwin-asan-nofortify.c 4 // RUN: %clang -fsanitize=address %s -E -dM -target x86_64-darwin - | FileCheck %s

Completed in 472 milliseconds

<<11121314151617181920>>