Searched defs:protect (Results 1 - 4 of 4) sorted by relevance

/frameworks/rs/cpu_ref/linkloader/include/impl/
H A DELFSectionBits.hxx54 inline bool ELFSectionBits<Bitwidth>::protect() { function in class:ELFSectionBits
65 return chunk.protect(prot);
/frameworks/rs/cpu_ref/linkloader/lib/
H A DMemChunk.cpp104 bool MemChunk::protect(int prot) { function in class:MemChunk
/frameworks/base/core/java/android/net/
H A DVpnService.java199 * outside of VPN. For example, a VPN tunnel should protect itself if its
208 public boolean protect(int socket) { method in class:VpnService
213 * Convenience method to protect a {@link Socket} from VPN connections.
216 * @see #protect(int)
218 public boolean protect(Socket socket) { method in class:VpnService
219 return protect(socket.getFileDescriptor$().getInt$());
223 * Convenience method to protect a {@link DatagramSocket} from VPN
227 * @see #protect(int)
229 public boolean protect(DatagramSocket socket) { method in class:VpnService
230 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

Completed in 132 milliseconds