Searched refs:protect (Results 1 – 10 of 10) sorted by relevance
38 protect = True variable60 protect = False variable264 protectFile = protect265 protectFeature = protect266 protectProto = protect
257 public boolean protect(int socket) { in protect() method in VpnService267 public boolean protect(Socket socket) { in protect() method in VpnService268 return protect(socket.getFileDescriptor$().getInt$()); in protect()278 public boolean protect(DatagramSocket socket) { in protect() method in VpnService279 return protect(socket.getFileDescriptor$().getInt$()); in protect()
114 public void protect() throws Throwable { in run()133 p.protect(); in runProtected()
13 public abstract void protect() throws Throwable; in protect() method
6 # soong-team@ as the files these tools protect are tightly coupled with Soong
53 // minijail is used to protect against unexpected system calls.
35 To protect your rights, we need to make restrictions that forbid48 We protect your rights with a two-step method: (1) we copyright the52 To protect each distributor, we want to make it very clear that82 does Less to protect the user's freedom than the ordinary General
147 method public void protect() throws java.lang.Throwable;
17451 method public boolean protect(int);17452 method public boolean protect(java.net.Socket);17453 method public boolean protect(java.net.DatagramSocket);54067 method public abstract void protect() throws java.lang.Throwable;
26731 method public boolean protect(int);26732 method public boolean protect(java.net.Socket);26733 method public boolean protect(java.net.DatagramSocket);