Home
last modified time | relevance | path

Searched refs:protect (Results 1 – 10 of 10) sorted by relevance

/frameworks/native/opengl/tools/glgen2/registry/
Dgenheaders.py38 protect = True variable
60 protect = False variable
264 protectFile = protect
265 protectFeature = protect
266 protectProto = protect
/frameworks/base/core/java/android/net/
DVpnService.java257 public boolean protect(int socket) { in protect() method in VpnService
267 public boolean protect(Socket socket) { in protect() method in VpnService
268 return protect(socket.getFileDescriptor$().getInt$()); in protect()
278 public boolean protect(DatagramSocket socket) { in protect() method in VpnService
279 return protect(socket.getFileDescriptor$().getInt$()); in protect()
/frameworks/base/test-base/src/junit/framework/
DTestResult.java114 public void protect() throws Throwable { in run()
133 p.protect(); in runProtected()
DProtectable.java13 public abstract void protect() throws Throwable; in protect() method
/frameworks/base/tools/hiddenapi/
DOWNERS6 # soong-team@ as the files these tools protect are tightly coupled with Soong
/frameworks/av/media/codec2/hidl/services/
DAndroid.bp53 // minijail is used to protect against unexpected system calls.
/frameworks/native/opengl/tests/angeles/
Dlicense-LGPL.txt35 To protect your rights, we need to make restrictions that forbid
48 We protect your rights with a two-step method: (1) we copyright the
52 To protect each distributor, we want to make it very clear that
82 does Less to protect the user's freedom than the ordinary General
/frameworks/base/test-base/api/
Dcurrent.txt147 method public void protect() throws java.lang.Throwable;
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt17451 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;
/frameworks/base/core/api/
Dcurrent.txt26731 method public boolean protect(int);
26732 method public boolean protect(java.net.Socket);
26733 method public boolean protect(java.net.DatagramSocket);