Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DVpnService.java246 public boolean protect(int socket) { in protect() method in VpnService
256 public boolean protect(Socket socket) { in protect() method in VpnService
257 return protect(socket.getFileDescriptor$().getInt$()); in protect()
267 public boolean protect(DatagramSocket socket) { in protect() method in VpnService
268 return protect(socket.getFileDescriptor$().getInt$()); in protect()
/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/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/ml/nn/runtime/include/
DNeuralNetworksWrapper.h75 Memory(size_t size, int protect, int fd, size_t offset) { in Memory() argument
76 mValid = ANeuralNetworksMemory_createFromFd(size, protect, fd, offset, &mMemory) == in Memory()
DNeuralNetworks.h1997 int ANeuralNetworksMemory_createFromFd(size_t size, int protect, int fd, size_t offset,
/frameworks/support/development/checkstyle/
DLICENSE35 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/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/
Dandroid-test-base-current.txt139 method public abstract void protect() throws java.lang.Throwable;
/frameworks/support/work/integration-tests/testapp/src/main/assets/
Dadvs.txt862 fists and sticks. Holmes dashed into the crowd to protect the lady;
6023 behind him. Peterson had rushed forward to protect the stranger from
Dcase.txt3936 are speaking of the one woman whom you are bound to protect and help.
Dretn.txt10096 else could protect him. 'Us,' mark you! Another person was involved.
/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/config/
Dhiddenapi-public-dex.txt26180 Landroid/net/VpnService;->protect(I)Z
26181 Landroid/net/VpnService;->protect(Ljava/net/DatagramSocket;)Z
26182 Landroid/net/VpnService;->protect(Ljava/net/Socket;)Z
/frameworks/base/api/
Dcurrent.txt27542 method public boolean protect(int);
27543 method public boolean protect(java.net.Socket);
27544 method public boolean protect(java.net.DatagramSocket);