Searched refs:_address (Results 1 – 7 of 7) sorted by relevance
/external/jmdns/src/javax/jmdns/impl/ |
D | HostInfo.java | 37 protected InetAddress _address; field in HostInfo 124 this._address = address; in HostInfo() 140 return _address; in getInetAddress() 145 return (Inet4Address) _address; in getInet4Address() 152 return (Inet6Address) _address; in getInet6Address() 424 if (_address == null) { in waitForCanceled()
|
/external/opencv/otherlibs/highgui/ |
D | cvcap_socket.cpp | 87 virtual bool open(const char* _address, const char* _port, int _width, int _height); 105 bool CVCapture_Socket::open(const char* _address, const char* _port, int _width, int _height) in open() argument 130 int error = getaddrinfo(_address, _port, &hints, &pAddrInfo); in open()
|
/external/jetty/src/java/org/eclipse/jetty/client/ |
D | HttpDestination.java | 61 private final Address _address; field in HttpDestination 77 _address = address; in HttpDestination() 95 return _address; in getAddress() 567 throw new RejectedExecutionException("Queue full for address " + _address); in doSend() 607 …at("HttpDestination@%x//%s:%d(%d/%d,%d,%d/%d)%n", hashCode(), _address.getHost(), _address.getPort… in toString()
|
D | HttpExchange.java | 100 private Address _address; field in HttpExchange 440 _address = address; in setAddress() 448 return _address; in getAddress() 894 …/%s%s#%s(%dms)->%s(%dms)",getClass().getSimpleName(),hashCode(),_method,_address,_uri,toState(_las… in toString() 895 …"%s@%x=%s//%s%s#%s(%dms)",getClass().getSimpleName(),hashCode(),_method,_address,_uri,state,forMs); in toString()
|
/external/clang/docs/ |
D | ControlFlowIntegrityDesign.rst | 95 .. _address point: https://mentorembedded.github.io/cxx-abi/abi.html#vtable-general
|
/external/v8/src/ |
D | isolate.cc | 1856 reinterpret_cast<Address>(hacker_name##_address()); in Init()
|
/external/llvm/test/CodeGen/X86/ |
D | abi-isel.ll | 8640 ; DARWIN-32-STATIC: _address: 8644 ; DARWIN-32-DYNAMIC: _address: 8648 ; DARWIN-32-PIC: _address: 8655 ; DARWIN-64-STATIC: _address: 8659 ; DARWIN-64-DYNAMIC: _address: 8663 ; DARWIN-64-PIC: _address:
|