Searched refs:protect (Results 1 – 11 of 11) sorted by relevance
38 protect = True variable60 protect = False variable264 protectFile = protect265 protectFeature = protect266 protectProto = protect
259 public boolean protect(int socket) { in protect() method in VpnService269 public boolean protect(Socket socket) { in protect() method in VpnService270 return protect(socket.getFileDescriptor$().getInt$()); in protect()280 public boolean protect(DatagramSocket socket) { in protect() method in VpnService281 return protect(socket.getFileDescriptor$().getInt$()); in protect()
13 public abstract void protect() throws Throwable; in protect() method
114 public void protect() throws Throwable { in run()133 p.protect(); in runProtected()
5 # soong-team@ as the files these tools protect are tightly coupled with Soong
57 // 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;
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
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;
29055 method public boolean protect(int);29056 method public boolean protect(java.net.Socket);29057 method public boolean protect(java.net.DatagramSocket);