HomeSort by relevance Sort by last modified time
    Searched defs:address (Results 501 - 525 of 1950) sorted by null

<<21222324252627282930>>

  /external/kernel-headers/original/uapi/linux/
userfaultfd.h 83 __u64 address; member in struct:uffd_msg::__anon23430::__anon23431
x25.h 8 * apr/02/05 Shaun Pereira Selective sub address matching with
51 * An X.121 address, it is held as ASCII text, null terminated, up to 15
59 * Linux X.25 Address structure, used for bind, and connect mostly.
63 struct x25_address sx25_addr; /* X.121 Address */
95 struct x25_address address; member in struct:x25_route_struct
112 * Only the called and calling address
  /external/libchrome/base/debug/
stack_trace_posix.cc 168 // Subtract by one as return address of function may be in the next
170 void* address = static_cast<char*>(trace[i]) - 1; local
171 if (google::Symbolize(address, buf, sizeof(buf)))
459 // the object files that are loaded in the virtual address space of the current
517 // the specified pc. If found, sets |start_address| to the start address
519 // address into |base_address|, copies the object file name into
553 // are mapped higher in address space). For such a binary,
555 // instruction address in virtual memory (as code section
558 // mapped high at address space (in particular, higher than
  /external/libcups/cups/
snmp.c 295 _cupsSNMPOpen(int family) /* I - Address family - @code AF_INET@ or @code AF_INET6@ */
350 socklen_t addrlen; /* Source address length */
351 http_addr_t address; /* Source address */ local
421 addrlen = sizeof(address);
423 if ((bytes = recvfrom(fd, buffer, sizeof(buffer), 0, (void *)&address,
439 memcpy(&(packet->address), &address, sizeof(packet->address));
549 http_addr_t *address, /* I - Address to query *
    [all...]
  /external/libevent/
http-internal.h 64 char *bind_address; /* address to use for binding the src */
67 char *address; /* address to connect to */ member in struct:evhttp_connection
  /external/mdnsresponder/mDNSWindows/DLLX/
DNSSDService.cpp 1827 CComBSTR address; local
1877 ok = UTF8ToBSTR( addressUTF8, address );
1883 eventManager->Fire_AddressFound( service, ( DNSSDFlags ) flags, ifIndex, hostName, addressFamily, address, ttl );
1908 uint32_t externalAddress, /* four byte IPv4 address in network byte order */
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_vbo.c 233 uint64_t address[PIPE_MAX_ATTRIBS]; local
257 address[b] = nouveau_scratch_data(&nvc0->base, vb->user_buffer,
267 PUSH_DATAh(push, address[b] + base + size - 1);
268 PUSH_DATA (push, address[b] + base + size - 1);
269 PUSH_DATAh(push, address[b] + ve->src_offset);
270 PUSH_DATA (push, address[b] + ve->src_offset);
285 uint64_t address; local
292 address = nouveau_scratch_data(&nvc0->base, nvc0->vtxbuf[b].user_buffer,
299 PUSH_DATAh(push, address + base + size - 1);
300 PUSH_DATA (push, address + base + size - 1)
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_mesa_to_tgsi.c 64 struct ureg_dst address[1]; member in struct:st_translate
106 return t->address[index];
153 return ureg_src(t->address[index]);
257 dst = ureg_dst_indirect( dst, ureg_src(t->address[0]) );
282 src = ureg_src_indirect( src, ureg_src(t->address[0]));
911 /* Declare address register.
915 t->address[0] = ureg_DECL_address( ureg );
    [all...]
  /external/mtpd/
pptp.c 241 struct sockaddr_pppopns address = { local
248 if (connect(pppox, (struct sockaddr *)&address, sizeof(address))) {
  /external/nos/host/android/manual_tests/
test_citadel.c 121 fprintf(stderr, "Usage: %s rw ADDRESS [VALUE]\n"
123 " Read or write a memory address on Citadel. Both ADDRESS\n"
315 static uint32_t read32(uint32_t address, uint32_t *valptr)
319 debug(2, "read from 0x%08x\n", address);
320 buflen = sizeof(address);
321 memcpy(buf, &address, buflen);
334 static uint32_t write32(uint32_t address, uint32_t value)
339 /* Writing to address */
340 debug(2, "write to 0x%08x with value 0x%08x\n", address, value)
356 uint32_t retval, address, value; local
    [all...]
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/io/
RealConnection.java 19 import com.squareup.okhttp.Address;
99 Address address = route.getAddress(); local
110 ? address.getSocketFactory().createSocket()
175 Address address = route.getAddress(); local
176 SSLSocketFactory sslSocketFactory = address.getSslSocketFactory();
182 rawSocket, address.getUriHost(), address.getUriPort(), true /* autoClose */);
188 sslSocket, address.getUriHost(), address.getProtocols())
    [all...]
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
RouteSelectorTest.java 18 import com.squareup.okhttp.Address;
82 Address address = httpAddress(); local
83 RouteSelector routeSelector = new RouteSelector(address, routeDatabase);
87 assertRoute(routeSelector.next(), address, NO_PROXY, dns.address(0), uriPort); local
99 Address address = httpAddress(); local
100 RouteSelector routeSelector = new RouteSelector(address, routeDatabase);
106 routeSelector = new RouteSelector(address, routeDatabase)
107 assertRoute(routeSelector.next(), address, NO_PROXY, dns.address(0), uriPort); local
117 Address address = new Address(uriHost, uriPort, dns, socketFactory, null, null, null, local
123 assertRoute(routeSelector.next(), address, proxyA, dns.address(0), proxyAPort); local
124 assertRoute(routeSelector.next(), address, proxyA, dns.address(1), proxyAPort); local
132 Address address = new Address(uriHost, uriPort, dns, socketFactory, null, null, null, local
138 assertRoute(routeSelector.next(), address, NO_PROXY, dns.address(0), uriPort); local
139 assertRoute(routeSelector.next(), address, NO_PROXY, dns.address(1), uriPort); local
147 Address address = httpAddress(); local
155 assertRoute(routeSelector.next(), address, NO_PROXY, dns.address(0), uriPort); local
162 Address address = httpAddress(); local
167 assertRoute(routeSelector.next(), address, NO_PROXY, dns.address(0), uriPort); local
168 assertRoute(routeSelector.next(), address, NO_PROXY, dns.address(1), uriPort); local
176 Address address = httpAddress(); local
186 assertRoute(routeSelector.next(), address, proxyA, dns.address(0), proxyAPort); local
187 assertRoute(routeSelector.next(), address, proxyA, dns.address(1), proxyAPort); local
193 assertRoute(routeSelector.next(), address, proxyB, dns.address(0), proxyBPort); local
199 assertRoute(routeSelector.next(), address, NO_PROXY, dns.address(0), uriPort); local
206 Address address = httpAddress(); local
215 assertRoute(routeSelector.next(), address, NO_PROXY, dns.address(0), uriPort); local
222 Address address = httpAddress(); local
232 assertRoute(routeSelector.next(), address, proxyA, dns.address(0), proxyAPort); local
246 assertRoute(routeSelector.next(), address, proxyA, dns.address(0), proxyAPort); local
251 assertRoute(routeSelector.next(), address, NO_PROXY, dns.address(0), uriPort); local
258 Address address = httpsAddress(); local
265 assertRoute(routeSelector.next(), address, proxyA, dns.address(0), proxyAPort); local
267 assertRoute(routeSelector.next(), address, proxyA, dns.address(1), proxyAPort); local
271 assertRoute(routeSelector.next(), address, proxyB, dns.address(0), proxyBPort); local
273 assertRoute(routeSelector.next(), address, proxyB, dns.address(1), proxyBPort); local
277 assertRoute(routeSelector.next(), address, NO_PROXY, dns.address(0), uriPort); local
279 assertRoute(routeSelector.next(), address, NO_PROXY, dns.address(1), uriPort); local
285 Address address = httpsAddress(); local
    [all...]
  /external/opencv/cv/src/
cvoptflowlk.cpp 281 int address; local
298 address = BufferAddress;
316 II[address].xx = GradX * GradX;
317 II[address].xy = GradX * GradY;
318 II[address].yy = GradY * GradY;
319 II[address].xt = GradX * GradT;
320 II[address].yt = GradY * GradT;
321 address++;
336 II[address].xx = GradX * GradX;
337 II[address].xy = GradX * GradY
457 int address; local
    [all...]
  /external/protobuf/java/core/src/main/java/com/google/protobuf/
Utf8.java 1114 long address = addressOffset(buffer) + index; local
1266 final long address = addressOffset(out); local
    [all...]
  /external/python/cpython2/Lib/test/
test_asyncore.py 469 """A server which listens on an address and dispatches the
482 def address(self): member in class:TCPServer
496 def __init__(self, address):
499 self.connect(address)
529 client = TestClient(server.address)
542 self.address = self.socket.getsockname()[:2]
548 client = BaseClient(server.address)
564 client = TestClient(server.address)
575 client = TestClient(server.address)
599 client = TestClient(server.address)
    [all...]
  /external/python/cpython3/Lib/multiprocessing/
connection.py 71 Return an arbitrary free address for the given family
95 def address_type(address):
97 Return the types of the address
101 if type(address) == tuple:
103 elif type(address) is str and address.startswith('\\\\'):
105 elif type(address) is str:
108 raise ValueError('address type of %r unrecognized' % address)
429 def __init__(self, address=None, family=None, backlog=1, authkey=None)
468 address = property(lambda self: self._listener._address) variable in class:Listener
    [all...]
  /external/sl4a/Utils/src/com/googlecode/android_scripting/
SimpleServer.java 152 for (InetAddress address : Collections.list(addresses)) {
153 if (address instanceof Inet4Address) {
154 Log.d("local address " + address);
155 return address; // Prefer ipv4
157 candidate = address; // Probably an ipv6
161 return candidate; // return ipv6 address if no suitable ipv6
175 for (InetAddress address : Collections.list(addresses)) {
176 if (address instanceof Inet4Address) {
177 return address; // Prefer ipv
198 InetAddress address; local
229 InetAddress address; local
    [all...]
  /external/swiftshader/src/OpenGL/libEGL/
libEGL.cpp 1309 __eglMustCastToProperFunctionPointerType address; member in struct:egl::Function
    [all...]
  /external/syslinux/com32/gplinclude/acpi/
madt.h 132 uint64_t *address; member in struct:__anon36922
  /external/syslinux/com32/gplinclude/dmi/
dmi_bios.h 94 uint16_t address; member in struct:__anon36971
  /external/tcpdump/
print-babel.c 436 u_char address[16]; local
442 rc = network_address(message[2], message + 8, len - 6, address);
445 format_address(ndo, address), txcost, format_interval(interval)));
  /external/tensorflow/tensorflow/stream_executor/
kernel.h 275 const void *address; member in struct:perftools::gputools::KernelArg
311 result.address = nullptr;
317 result.address = *arg_address_iter_;
381 // For example, if the argument address list contains {a, b, c, d, e}, the
387 // they only require the argument address list and the total number of shared
404 // Note that the address of the argument is stored, so the input must not go
  /external/v4l2_codec2/vda/
v4l2_slice_video_decode_accelerator.h 73 void* address; member in struct:media::V4L2SliceVideoDecodeAccelerator::InputRecord
v4l2_video_decode_accelerator.h 175 void* address; // mmap() address. member in struct:media::V4L2VideoDecodeAccelerator::InputRecord
  /external/v8/src/ia32/
assembler-ia32-inl.h 81 Address RelocInfo::target_address() {
86 Address RelocInfo::target_address_address() {
90 return reinterpret_cast<Address>(pc_);
94 Address RelocInfo::constant_pool_entry_address() {
123 Assembler::FlushICache(isolate_, pc_, sizeof(Address));
135 Address RelocInfo::target_external_reference() {
141 Address RelocInfo::target_internal_reference() {
147 Address RelocInfo::target_internal_reference_address() {
149 return reinterpret_cast<Address>(pc_);
153 Address RelocInfo::target_runtime_entry(Assembler* origin)
171 Address address = Memory::Address_at(pc_); local
187 Address address = cell->address() + Cell::kValueOffset; local
    [all...]

Completed in 834 milliseconds

<<21222324252627282930>>