Searched refs:protect (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/legacy-test/src/junit/framework/
H A DProtectable.java13 public abstract void protect() throws Throwable; method in interface:Protectable
H A DTestResult.java114 public void protect() throws Throwable {
133 p.protect();
/frameworks/base/core/java/android/net/
H A DVpnService.java237 * outside of VPN. For example, a VPN tunnel should protect itself if its
246 public boolean protect(int socket) { method in class:VpnService
251 * Convenience method to protect a {@link Socket} from VPN connections.
254 * @see #protect(int)
256 public boolean protect(Socket socket) { method in class:VpnService
257 return protect(socket.getFileDescriptor$().getInt$());
261 * Convenience method to protect a {@link DatagramSocket} from VPN
265 * @see #protect(int)
267 public boolean protect(DatagramSocket socket) { method in class:VpnService
268 return protect(socke
[all...]
/frameworks/native/opengl/tools/glgen2/registry/
H A Dgenheaders.py30 # protect - whether to use #ifndef protections
38 protect = True variable
60 protect = False variable
264 protectFile = protect
265 protectFeature = protect
266 protectProto = protect
/frameworks/ml/nn/runtime/include/
H A DNeuralNetworks.h1421 int ANeuralNetworksMemory_createFromFd(size_t size, int protect, int fd, size_t offset,
H A DNeuralNetworksWrapper.h73 Memory(size_t size, int protect, int fd, size_t offset) { argument
74 mValid = ANeuralNetworksMemory_createFromFd(size, protect, fd, offset, &mMemory) ==

Completed in 195 milliseconds