/external/autotest/server/site_tests/firmware_ECWriteProtect/ |
D | control.dev | 9 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
|
D | control | 9 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/ |
D | preamble.tex | 7 \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/ |
D | genvk.py | 40 protect = True variable 62 protect = False variable 161 protectFile = protect 162 protectFeature = protect 163 protectProto = protect
|
/external/compiler-rt/lib/msan/ |
D | msan_linux.cc | 136 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/ |
D | options.awk | 82 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/ |
D | FileMapping.h | 15 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/ |
D | producer_fec_fuzzer.cc | 43 bool protect = static_cast<bool>(data[i++] % 2); in FuzzOneInput() local 44 if (protect) { in FuzzOneInput()
|
/external/junit/src/junit/framework/ |
D | TestResult.java | 114 public void protect() throws Throwable { in run() 133 p.protect(); in runProtected()
|
D | Protectable.java | 13 public abstract void protect() throws Throwable; in protect() method
|
/external/autotest/server/ |
D | server_job.py | 418 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/ |
D | TestSetup.java | 21 public void protect() throws Exception { in run()
|
/external/deqp/scripts/khr_util/ |
D | registry.py | 402 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/ |
D | cryptoalg.h | 88 void *protect,
|
D | xfm.h | 56 void *protect,
|
/external/wpa_supplicant_8/src/pae/ |
D | ieee802_1x_cp.h | 20 Boolean protect; member
|
/external/mesa3d/src/glx/apple/ |
D | TODO | 24 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/ |
D | rtp_sender_video.cc | 124 bool protect) { in SendVideoPacketAsRed() argument 134 if (protect) { in SendVideoPacketAsRed()
|
D | rtp_sender_video.h | 101 bool protect);
|
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/ |
D | wpa_background.sgml | 36 protect against packet forgery. All these choices have proven to 41 authentication does not protect against bit flipping packet
|
/external/libvorbis/doc/ |
D | footer.tex | 11 to protect essential tenets of Internet multimedia from corporate
|
/external/guava/ |
D | README | 39 4. Our classes are not designed to protect against a malicious caller.
|
/external/owasp/sanitizer/lib/guava-libraries/ |
D | README | 39 4. Our classes are not designed to protect against a malicious caller.
|
/external/srtp/doc/ |
D | intro.txt | 294 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/ |
D | Breakpad.mm | 68 // 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
|