Home
last modified time | relevance | path

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

12345678910>>...12

/external/python/cpython2/Doc/distutils/
Dcommandref.rst7 .. % \section{Building modules: the \protect\command{build} command family}
9 .. % \subsubsection{\protect\command{build}}
11 .. % \subsubsection{\protect\command{build\_py}}
13 .. % \subsubsection{\protect\command{build\_ext}}
15 .. % \subsubsection{\protect\command{build\_clib}}
28 .. % \subsubsection{\protect\command{install\_lib}}
47 .. % \subsection{Cleaning up: the \protect\command{clean} command}
52 .. % \protect\command{bdist} command family}
55 .. % \subsection{\protect\command{bdist}}
56 .. % \subsection{\protect\command{bdist\_dumb}}
[all …]
/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/
Dlvl_genvk.py52 def makeGenOpts(extensions = [], protect = True, directory = '.'): argument
94 protectFile = protect
95 protectFeature = protect
96 protectProto = protect
177 protect = args.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/main/java/junit/framework/
DTestResult.java121 public void protect() throws Throwable { in run()
142 p.protect(); in runProtected()
DProtectable.java13 public abstract void protect() throws Throwable; in protect() method
/external/autotest/server/
Dserver_job.py501 self._execute_code(CLEANUP_CONTROL_FILE, namespace, protect=False)
517 self._execute_code(VERIFY_CONTROL_FILE, namespace, protect=False)
533 self._execute_code(RESET_CONTROL_FILE, namespace, protect=False)
549 self._execute_code(REPAIR_CONTROL_FILE, namespace, protect=False)
1305 def _fill_server_control_namespace(self, namespace, protect=True): argument
1350 if name in namespace and protect:
1395 def _execute_code(self, code_file, namespace, protect=True): argument
1410 if protect:
1412 self._fill_server_control_namespace(namespace, protect=protect)
/external/python/cpython2/Lib/test/
Dtest_sys_setprofile.py348 def protect(f, p): function
352 protect_ident = ident(protect)
364 protect(callable, p)
/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/junit/src/main/java/junit/extensions/
DTestSetup.java21 public void protect() throws Exception { in run()
/external/autotest/server/site_tests/platform_LabFirmwareUpdate/
Dcontrol19 Device needs to have software write protect disable.
/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/autotest/server/cros/tradefed_test_unittest_data/
DCtsAppTestCases-retry.txt44 at junit.framework.TestResult$1.protect(TestResult.java:115)
67 at junit.framework.TestResult$1.protect(TestResult.java:115)
103 at junit.framework.TestResult$1.protect(TestResult.java:115)
125 at junit.framework.TestResult$1.protect(TestResult.java:115)
163 at junit.framework.TestResult$1.protect(TestResult.java:115)
187 at junit.framework.TestResult$1.protect(TestResult.java:115)
225 at junit.framework.TestResult$1.protect(TestResult.java:115)
249 at junit.framework.TestResult$1.protect(TestResult.java:115)
/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/conscrypt/
DCONTRIBUTING.md16 In order to protect both you and ourselves, you will need to sign the
/external/python/cpython2/Tools/msi/
Dcrtlicense.txt17 distributors and external end users to agree to terms that protect the
/external/python/cpython2/Lib/
Dmhlib.py217 protect = pickline(self.profile, 'Folder-Protect')
218 if protect and isnumeric(protect):
219 mode = int(protect, 8)
/external/owasp/sanitizer/lib/guava-libraries/
DREADME39 4. Our classes are not designed to protect against a malicious caller.

12345678910>>...12