Searched defs:owner (Results 51 - 75 of 300) sorted by relevance

1234567891011>>

/external/mockftpserver/tags/2.0/src/main/java/org/mockftpserver/fake/filesystem/
H A DAbstractFileSystemEntry.java34 private String owner; field in class:AbstractFileSystemEntry
46 return owner;
49 public void setOwner(String owner) { argument
50 this.owner = owner;
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
H A DAbstractFileSystemEntry.java34 private String owner; field in class:AbstractFileSystemEntry
46 return owner;
49 public void setOwner(String owner) { argument
50 this.owner = owner;
/external/mockftpserver/tags/2.0-rc1/src/main/java/org/mockftpserver/fake/filesystem/
H A DAbstractFileSystemEntry.java34 private String owner; field in class:AbstractFileSystemEntry
46 return owner;
49 public void setOwner(String owner) { argument
50 this.owner = owner;
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
H A DAbstractFileSystemEntry.java34 private String owner; field in class:AbstractFileSystemEntry
46 return owner;
49 public void setOwner(String owner) { argument
50 this.owner = owner;
/external/mockftpserver/tags/2.0.1/src/main/java/org/mockftpserver/fake/filesystem/
H A DAbstractFileSystemEntry.java34 private String owner; field in class:AbstractFileSystemEntry
46 return owner;
49 public void setOwner(String owner) { argument
50 this.owner = owner;
/external/mockftpserver/tags/2.0.2/src/main/java/org/mockftpserver/fake/filesystem/
H A DAbstractFileSystemEntry.java34 private String owner; field in class:AbstractFileSystemEntry
46 return owner;
49 public void setOwner(String owner) { argument
50 this.owner = owner;
/external/mockftpserver/tags/2.1/src/main/java/org/mockftpserver/fake/filesystem/
H A DAbstractFileSystemEntry.java34 private String owner; field in class:AbstractFileSystemEntry
46 return owner;
49 public void setOwner(String owner) { argument
50 this.owner = owner;
/external/mockftpserver/tags/2.2/src/main/java/org/mockftpserver/fake/filesystem/
H A DAbstractFileSystemEntry.java34 private String owner; field in class:AbstractFileSystemEntry
46 return owner;
49 public void setOwner(String owner) { argument
50 this.owner = owner;
/external/mockftpserver/tags/2.3/src/main/java/org/mockftpserver/fake/filesystem/
H A DAbstractFileSystemEntry.java34 private String owner; field in class:AbstractFileSystemEntry
46 return owner;
49 public void setOwner(String owner) { argument
50 this.owner = owner;
/external/mockftpserver/tags/2.4/src/main/java/org/mockftpserver/fake/filesystem/
H A DAbstractFileSystemEntry.java34 private String owner; field in class:AbstractFileSystemEntry
46 return owner;
49 public void setOwner(String owner) { argument
50 this.owner = owner;
/external/mockftpserver/tags/2.5/src/main/java/org/mockftpserver/fake/filesystem/
H A DAbstractFileSystemEntry.java34 private String owner; field in class:AbstractFileSystemEntry
46 return owner;
49 public void setOwner(String owner) { argument
50 this.owner = owner;
/external/parameter-framework/asio/include/asio/detail/
H A Dreactive_socket_accept_op.hpp93 static void do_complete(io_service_impl* owner, operation* base, argument
105 // sub-object of the handler may be the true owner of the memory associated
115 if (owner)
H A Dreactive_socket_recv_op.hpp80 static void do_complete(io_service_impl* owner, operation* base, argument
92 // sub-object of the handler may be the true owner of the memory associated
102 if (owner)
H A Dreactive_socket_recvfrom_op.hpp89 static void do_complete(io_service_impl* owner, operation* base, argument
102 // sub-object of the handler may be the true owner of the memory associated
112 if (owner)
H A Dreactive_socket_recvmsg_op.hpp81 static void do_complete(io_service_impl* owner, operation* base, argument
94 // sub-object of the handler may be the true owner of the memory associated
104 if (owner)
H A Dreactive_socket_sendto_op.hpp80 static void do_complete(io_service_impl* owner, operation* base, argument
92 // sub-object of the handler may be the true owner of the memory associated
102 if (owner)
H A Dresolve_endpoint_op.hpp51 static void do_complete(io_service_impl* owner, operation* base, argument
59 if (owner && owner != &o->io_service_impl_)
85 // a sub-object of the handler may be the true owner of the memory
94 if (owner)
H A Dresolve_op.hpp59 static void do_complete(io_service_impl* owner, operation* base, argument
67 if (owner && owner != &o->io_service_impl_)
90 // a sub-object of the handler may be the true owner of the memory
104 if (owner)
/external/parameter-framework/asio-1.10.6/include/asio/detail/
H A Dreactive_socket_accept_op.hpp93 static void do_complete(io_service_impl* owner, operation* base, argument
105 // sub-object of the handler may be the true owner of the memory associated
115 if (owner)
H A Dreactive_socket_recv_op.hpp80 static void do_complete(io_service_impl* owner, operation* base, argument
92 // sub-object of the handler may be the true owner of the memory associated
102 if (owner)
H A Dreactive_socket_recvfrom_op.hpp89 static void do_complete(io_service_impl* owner, operation* base, argument
102 // sub-object of the handler may be the true owner of the memory associated
112 if (owner)
H A Dreactive_socket_recvmsg_op.hpp81 static void do_complete(io_service_impl* owner, operation* base, argument
94 // sub-object of the handler may be the true owner of the memory associated
104 if (owner)
H A Dreactive_socket_sendto_op.hpp80 static void do_complete(io_service_impl* owner, operation* base, argument
92 // sub-object of the handler may be the true owner of the memory associated
102 if (owner)
H A Dresolve_endpoint_op.hpp51 static void do_complete(io_service_impl* owner, operation* base, argument
59 if (owner && owner != &o->io_service_impl_)
85 // a sub-object of the handler may be the true owner of the memory
94 if (owner)
H A Dresolve_op.hpp59 static void do_complete(io_service_impl* owner, operation* base, argument
67 if (owner && owner != &o->io_service_impl_)
90 // a sub-object of the handler may be the true owner of the memory
104 if (owner)

Completed in 942 milliseconds

1234567891011>>