OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_address
(Results
1 - 6
of
6
) sorted by null
/external/jmdns/src/javax/jmdns/impl/
HostInfo.java
37
protected InetAddress
_address
;
field in class:HostInfo
124
this.
_address
= address;
140
return
_address
;
145
return (Inet4Address)
_address
;
152
return (Inet6Address)
_address
;
424
if (
_address
== null) {
/external/opencv/otherlibs/highgui/
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)
130
int error = getaddrinfo(
_address
, _port, &hints, &pAddrInfo);
/libcore/luni/src/main/java/org/apache/harmony/security/x509/
GeneralName.java
391
byte[]
_address
= (byte[]) gname.getName();
393
int _length =
_address
.length;
395
return Arrays.equals(address,
_address
);
397
for (int i = 0; i <
_address
.length; i++) {
399
int octet =
_address
[i] & 0xff;
/external/webkit/Source/WebCore/platform/gtk/
LocalizedStringsGtk.cpp
121
return String::fromUTF8(_("Copy Image
_Address
"));
/external/v8/src/
isolate.cc
[
all
...]
serialize.cc
244
"Isolate::" #hacker_name "
_address
",
[
all
...]
Completed in 3288 milliseconds