Home
last modified time | relevance | path

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

/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/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.h159 Memory(size_t size, int protect, int fd, size_t offset) { in Memory() argument
160 mValid = ANeuralNetworksMemory_createFromFd(size, protect, fd, offset, &mMemory) == in Memory()
DNeuralNetworks.h7077 int ANeuralNetworksMemory_createFromFd(size_t size, int protect, int fd, size_t offset,
/frameworks/ml/nn/runtime/test/
DTestNeuralNetworksWrapper.h56 Memory(size_t size, int protect, int fd, size_t offset) { in Memory() argument
57 mValid = ANeuralNetworksMemory_createFromFd(size, protect, fd, offset, &mMemory) == in Memory()
/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/ml/nn/tools/api/
DNeuralNetworks.t1503 int ANeuralNetworksMemory_createFromFd(size_t size, int protect, int fd, size_t offset,
/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/non-updatable-api/
Dcurrent.txt29441 method public boolean protect(int);
29442 method public boolean protect(java.net.Socket);
29443 method public boolean protect(java.net.DatagramSocket);
/frameworks/base/api/
Dcurrent.txt29571 method public boolean protect(int);
29572 method public boolean protect(java.net.Socket);
29573 method public boolean protect(java.net.DatagramSocket);