Searched refs:protect (Results 1 – 15 of 15) sorted by relevance
/frameworks/base/core/java/android/net/ |
D | VpnService.java | 246 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/ |
D | genheaders.py | 38 protect = True variable 60 protect = False variable 264 protectFile = protect 265 protectFeature = protect 266 protectProto = protect
|
/frameworks/base/test-base/src/junit/framework/ |
D | TestResult.java | 114 public void protect() throws Throwable { in run() 133 p.protect(); in runProtected()
|
D | Protectable.java | 13 public abstract void protect() throws Throwable; in protect() method
|
/frameworks/ml/nn/runtime/include/ |
D | NeuralNetworksWrapper.h | 75 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()
|
D | NeuralNetworks.h | 1997 int ANeuralNetworksMemory_createFromFd(size_t size, int protect, int fd, size_t offset,
|
/frameworks/support/development/checkstyle/ |
D | LICENSE | 35 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/ |
D | license-LGPL.txt | 35 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/ |
D | android-test-base-current.txt | 139 method public abstract void protect() throws java.lang.Throwable;
|
/frameworks/support/work/integration-tests/testapp/src/main/assets/ |
D | advs.txt | 862 fists and sticks. Holmes dashed into the crowd to protect the lady; 6023 behind him. Peterson had rushed forward to protect the stranger from
|
D | case.txt | 3936 are speaking of the one woman whom you are bound to protect and help.
|
D | retn.txt | 10096 else could protect him. 'Us,' mark you! Another person was involved.
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 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;
|
/frameworks/base/config/ |
D | hiddenapi-public-dex.txt | 26180 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/ |
D | current.txt | 27542 method public boolean protect(int); 27543 method public boolean protect(java.net.Socket); 27544 method public boolean protect(java.net.DatagramSocket);
|