Home
last modified time | relevance | path

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

123456789

/external/autotest/server/site_tests/firmware_ECWriteProtect/
Dcontrol.dev9 PURPOSE = "Servo based EC write protect test"
10 CRITERIA = "This test will fail if EC write protect misbehaved"
20 This test starts with RO normal mode and enables EC write protect. Software sync
21 supposed to write protect the entire EC flash, so we expect the following
22 write protect flags:
31 At the end of the test, write protect is deactivated and firmware is restored to
Dcontrol9 PURPOSE = "Servo based EC write protect test"
10 CRITERIA = "This test will fail if EC write protect misbehaved"
20 This test starts with RO normal mode and enables EC write protect. Software sync
21 supposed to write protect the entire EC flash, so we expect the following
22 write protect flags:
31 At the end of the test, write protect is deactivated and firmware is restored to
/external/iproute2/doc/
Dpreamble.tex7 \markboth{\protect\TITLE}{}
8 \markright{{\protect\sc iproute2-ss\Draft}}
21 \renewcommand{\@oddhead}{{\protect\sc iproute2-ss\Draft} \hfill \protect\arabic{page}}
/external/vulkan-validation-layers/
Dgenvk.py40 protect = True variable
62 protect = False variable
161 protectFile = protect
162 protectFeature = protect
163 protectProto = protect
/external/compiler-rt/lib/msan/
Dmsan_linux.cc136 bool protect = type == MappingDesc::INVALID || in InitShadow() local
138 CHECK(!(map && protect)); in InitShadow()
139 if (!map && !protect) in InitShadow()
149 if (protect) { in InitShadow()
/external/libpng/scripts/
Doptions.awk82 protect = ""
236 protect = $4
237 if (protect != "") {
238 print start "#ifndef", protect end >out
239 print start "#define", protect end >out
895 if (protect != "") {
896 print start "#endif", "/*", protect, "*/" end >out
/external/lzma/CPP/Windows/
DFileMapping.h15 WRes Create(DWORD protect, UInt64 maxSize, LPCTSTR name) in Create() argument
17 …_handle = ::CreateFileMapping(INVALID_HANDLE_VALUE, NULL, protect, (DWORD)(maxSize >> 32), (DWORD)… in Create()
/external/webrtc/webrtc/test/fuzzers/
Dproducer_fec_fuzzer.cc43 bool protect = static_cast<bool>(data[i++] % 2); in FuzzOneInput() local
44 if (protect) { in FuzzOneInput()
/external/junit/src/junit/framework/
DTestResult.java114 public void protect() throws Throwable { in run()
133 p.protect(); in runProtected()
DProtectable.java13 public abstract void protect() throws Throwable; in protect() method
/external/autotest/server/
Dserver_job.py418 self._execute_code(CLEANUP_CONTROL_FILE, namespace, protect=False)
434 self._execute_code(VERIFY_CONTROL_FILE, namespace, protect=False)
450 self._execute_code(RESET_CONTROL_FILE, namespace, protect=False)
466 self._execute_code(REPAIR_CONTROL_FILE, namespace, protect=False)
1061 def _fill_server_control_namespace(self, namespace, protect=True): argument
1106 if name in namespace and protect:
1152 def _execute_code(self, code_file, namespace, protect=True): argument
1167 if protect:
1169 self._fill_server_control_namespace(namespace, protect=protect)
/external/junit/src/junit/extensions/
DTestSetup.java21 public void protect() throws Exception { in run()
/external/deqp/scripts/khr_util/
Dregistry.py402 protect = eExtension.get('protect')
403 if protect is not None and protect not in available:
404 warnElem(eExtension, "Unavailable dependency %s", protect)
/external/srtp/crypto/include/
Dcryptoalg.h88 void *protect,
Dxfm.h56 void *protect,
/external/wpa_supplicant_8/src/pae/
Dieee802_1x_cp.h20 Boolean protect; member
/external/mesa3d/src/glx/apple/
DTODO24 Where 2 threads are doing the same sort of path of create and destroy. The locking should protect
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_sender_video.cc124 bool protect) { in SendVideoPacketAsRed() argument
134 if (protect) { in SendVideoPacketAsRed()
Drtp_sender_video.h101 bool protect);
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/
Dwpa_background.sgml36 protect against packet forgery. All these choices have proven to
41 authentication does not protect against bit flipping packet
/external/libvorbis/doc/
Dfooter.tex11 to protect essential tenets of Internet multimedia from corporate
/external/guava/
DREADME39 4. Our classes are not designed to protect against a malicious caller.
/external/owasp/sanitizer/lib/guava-libraries/
DREADME39 4. Our classes are not designed to protect against a malicious caller.
/external/srtp/doc/
Dintro.txt294 needed to protect a particular RTP and RTCP stream. This datatype
300 stream context to protect the RTP and RTCP stream that it is
322 protect (e.g. which stream), and the crypto_policy_t structures
323 describe how to protect it. The key is contained in a policy element
392 streams while using ISMAcryp encryption to protect the media itself.
/external/google-breakpad/src/client/ios/
DBreakpad.mm68 // we cannot protect against smashes to our exception handling thread's
93 // Its destructor will first re-protect the memory then release the lock.
109 // First protect the memory
605 // we'll protect them as well by allocating them with gMasterAllocator.
641 // Make read-only to protect against memory smashers

123456789