Home
last modified time | relevance | path

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

12

/frameworks/rs/cpu_ref/linkloader/include/impl/
DELFSectionBits.hxx54 inline bool ELFSectionBits<Bitwidth>::protect() { in protect() function in ELFSectionBits
65 return chunk.protect(prot); in protect()
DELFObject.hxx1137 static_cast<ELFSectionBitsTy *>(stab[i])->protect(); in relocate()
/frameworks/base/core/java/android/net/
DVpnService.java208 public boolean protect(int socket) { in protect() method in VpnService
218 public boolean protect(Socket socket) { in protect() method in VpnService
219 return protect(socket.getFileDescriptor$().getInt$()); in protect()
229 public boolean protect(DatagramSocket socket) { in protect() method in VpnService
230 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/rs/cpu_ref/linkloader/include/
DELFSectionBits.h36 bool protect();
DMemChunk.h47 bool protect(int prot);
/frameworks/rs/cpu_ref/linkloader/lib/
DMemChunk.cpp104 bool MemChunk::protect(int prot) { in protect() function in MemChunk
/frameworks/base/docs/html/guide/topics/search/
Dindex.jd82 <p>When you implement search in your application, take steps to protect the user's
84 be private information. To protect each user's privacy, you should abide by the following
95 send the personal information, you should not log it. If you must log it, protect that data
Dadding-recent-query-suggestions.jd223 <p>To protect the user's privacy, you should always provide a way for the user to clear the recent
/frameworks/native/cmds/installd/
Dinstalld.h217 int protect(char *pkgname, gid_t gid);
/frameworks/base/docs/html/training/articles/
Dsecurity-gms-provider.jd34 vulnerabilities are found in the default security provider. To protect against
37 to protect against known exploits. By calling Google Play services methods, your
39 protect against known exploits.</p>
Dsecurity-tips.jd46 <li>An encrypted filesystem that can be enabled to protect data on lost or
87 does not protect data from a root compromise that can monitor the user
201 to protect IPC that is security sensitive and will be exposed to other
608 <p>A service can protect individual IPC calls into it with permissions, by
/frameworks/base/docs/html/google/play/licensing/
Dindex.jd2 page.metaDescription=Information on using the licensing feature of Google Play to protect your apps.
/frameworks/base/docs/html/google/backup/
Dindex.jd71 <p>At Google, we are keenly aware of the trust users place in us and our responsibility to protect
Dterms.jd156 your Applications will protect the privacy and legal rights of users. You must
/frameworks/base/docs/html/training/wearables/watch-faces/
Dissues.jd103 <li>To protect the status bar and hotword with a semi-transparent gray background, use the
/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/docs/html/training/id-auth/
Didentify.jd133 itself doesn't protect your data or give you access to anything besides the user's account name. If…
/frameworks/base/docs/html/guide/faq/
Dsecurity.jd51 can protect your message using our <a
/frameworks/base/docs/html/guide/topics/manifest/
Dmanifest-intro.jd401 or to data on the device. The limitation is imposed to protect critical
434 An application can also protect its own components (activities, services,
/frameworks/base/docs/html/tools/publishing/
Dpublishing_overview.jd98 an End User License Agreement (EULA) to protect your person, organization, and intellectual
Dpreparing.jd151 protect your person, organization, and intellectual property, and we recommend that you provide one
/frameworks/base/docs/html/sdk/
Dterms.jd54 …u use the SDK to develop applications for general public users, you will protect the privacy and l…
Dwin-usb.jd62 …u use the SDK to develop applications for general public users, you will protect the privacy and l…
/frameworks/base/docs/html/about/versions/
Dkitkat.jd131 less heap</strong>, and they now more <strong>aggressively protect system
1041 connection. The Scrypt key derivation function is implemented to protect the

12