HomeSort by relevance Sort by last modified time
    Searched full:protection (Results 101 - 125 of 1493) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/nist-sip/java/gov/nist/javax/sip/header/ims/
PVisitedNetworkIDList.java 7 * employees are not subject to copyright protection in the United States
PrivacyHeader.java 7 * employees are not subject to copyright protection in the United States
PrivacyList.java 7 * employees are not subject to copyright protection in the United States
SecurityClient.java 8 * employees are not subject to copyright protection in the United States
SecurityClientList.java 8 * employees are not subject to copyright protection in the United States
SecurityServer.java 8 * employees are not subject to copyright protection in the United States
SecurityServerHeader.java 8 * employees are not subject to copyright protection in the United States
SecurityServerList.java 8 * employees are not subject to copyright protection in the United States
SecurityVerify.java 8 * employees are not subject to copyright protection in the United States
SecurityVerifyList.java 8 * employees are not subject to copyright protection in the United States
  /external/nist-sip/java/gov/nist/javax/sip/parser/ims/
AddressHeaderParser.java 7 * employees are not subject to copyright protection in the United States
PProfileKeyParser.java 8 * employees are not subject to copyright protection in the United States
SecurityClientParser.java 7 * employees are not subject to copyright protection in the United States
SecurityVerifyParser.java 7 * employees are not subject to copyright protection in the United States
TokenNamesIms.java 7 * employees are not subject to copyright protection in the United States
  /ndk/sources/android/crazy_linker/src/
crazy_linker_ashmem.h 40 // Change the protection flags of the region. Returns true on success.
linker_phdr.cpp 181 /* Used internally. Used to set the protection bits of all loaded segments
210 /* Restore the original protection modes for all loadable segments.
227 /* Change the protection of all loaded segments in memory to writable.
230 * protection flags on all segments.
296 /* Apply GNU relro protection if specified by the program header. This will
376 * dynamic_flags -> protection flags for section (unset on failure)
  /external/vboot_reference/scripts/image_signing/
set_gbb_flags.sh 16 DEFINE_boolean check_wp $FLAGS_TRUE "Check write protection states first." ""
52 # Check write protection
97 echo "ERROR: You must disable write protection before setting flags."
  /frameworks/base/core/java/android/bluetooth/
BluetoothGattDescriptor.java 56 * Descriptor permission: Allow reading with man-in-the-middle protection
72 * protection
83 * man-in-the-middle protection
  /frameworks/base/core/res/
AndroidManifest.xml 341 <p>Protection level: dangerous
350 <p>Protection level: dangerous
371 <p>Protection level: dangerous
380 <p>Protection level: dangerous
401 <p>Protection level: dangerous
411 <p>Protection level: dangerous
420 <p>Protection level: dangerous
429 <p>Protection level: dangerous
438 <p>Protection level: dangerous
456 <p>Protection level: dangerou
    [all...]
  /external/v8/src/base/platform/
platform-cygwin.cc 182 static void* RandomizedVirtualAlloc(size_t size, int action, int protection) {
185 if (protection == PAGE_EXECUTE_READWRITE || protection == PAGE_NOACCESS) {
188 base = VirtualAlloc(OS::GetRandomMmapAddr(), size, action, protection);
193 if (base == NULL) base = VirtualAlloc(NULL, size, action, protection);
  /hardware/intel/common/libwsbm/src/
wsbm_fencemgr.c 61 * Constant members. Need no mutex protection.
67 * Atomic members. No mutex protection.
84 * These members are constant and need no mutex protection.
86 * mutex protection, that we don't care about.
95 * Atomic members. No mutex protection. note that
  /system/bt/bta/include/
bta_av_api.h 57 #define BTA_AV_FEAT_PROTECT 0x0004 /* streaming media contect protection */
223 #define BTA_AV_ERR_BAD_CP_TYPE A2D_BAD_CP_TYPE /* The requested Content Protection Type is not supported */
224 #define BTA_AV_ERR_BAD_CP_FORMAT A2D_BAD_CP_FORMAT /* The format of Content Protection Data is not correct */
236 #define BTA_AV_PROTECT_REQ_EVT 6 /* content protection request */
237 #define BTA_AV_PROTECT_RSP_EVT 7 /* content protection response */
667 ** Description Send a content protection request. This function can only
679 ** Description Send a content protection response. This function must
  /system/bt/btif/co/
bta_av_co.c 121 UINT8 protect_info[BTA_AV_CP_INFO_LEN]; /* peer SEP content protection info */
182 ** Description Get the current configuration of content protection
197 ** Description Get content protection flag
215 ** Description Set content protection flag
274 ** Returns Stream codec and content protection capabilities info.
284 /* By default - no content protection info */
298 /* Content protection info - support SCMS-T */
449 ** desired codec and content protection configuration for the
550 /* By default, no content protection */
573 ** desired codec and content protection configuration for th
    [all...]
  /docs/source.android.com/src/devices/tech/security/overview/
kernel-security.jd 60 <p>The Android platform takes advantage of the Linux user-based protection as a
139 hole can bypass this protection. </p>
141 data from root users. Applications can add a layer of data protection using
143 password. This approach can provide temporary protection while the key is not
170 <h3 id="password-protection">Password Protection</h3>

Completed in 153 milliseconds

1 2 3 45 6 7 8 91011>>