Home
last modified time | relevance | path

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

12345678910>>...14

/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/vulkan-validation-layers/scripts/
Dloader_extension_generator.py243 protect=self.featureExtraProtect,
302 protect=self.featureExtraProtect,
312 protect=self.featureExtraProtect,
324 protect=self.featureExtraProtect,
335 protect=self.featureExtraProtect,
466 if cur_cmd.protect is not None:
467 table += '#ifdef %s\n' % cur_cmd.protect
471 if cur_cmd.protect is not None:
472 table += '#endif // %s\n' % cur_cmd.protect
507 if cur_cmd.protect is not None:
[all …]
Dlvl_genvk.py56 def makeGenOpts(extensions = [], removeExtensions = [], protect = True, directory = '.'): argument
98 protectFile = protect
99 protectFeature = protect
100 protectProto = protect
508 protect = args.protect,
/external/python/cpython3/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}
96 .. % \protect\command{bdist} command family}
99 .. % \subsection{\protect\command{bdist}}
100 .. % \subsection{\protect\command{bdist\_dumb}}
[all …]
/external/autotest/server/site_tests/firmware_ECWriteProtect/
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
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
/external/autotest/server/site_tests/firmware_WriteProtect/
Dcontrol.dev9 PURPOSE = "Servo based hardware write protect test"
10 CRITERIA = "This test will fail if SPI hardware write-protect cannot be read correctly"
19 This is a simple test which toggles the hardware write-protect line via Servo
Dcontrol9 PURPOSE = "Servo based hardware write protect test"
10 CRITERIA = "This test will fail if SPI hardware write-protect cannot be read correctly"
19 This is a simple test which toggles the hardware write-protect line via Servo
/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.py531 self._execute_code(CLEANUP_CONTROL_FILE, namespace, protect=False)
547 self._execute_code(VERIFY_CONTROL_FILE, namespace, protect=False)
563 self._execute_code(RESET_CONTROL_FILE, namespace, protect=False)
579 self._execute_code(REPAIR_CONTROL_FILE, namespace, protect=False)
1276 def _fill_server_control_namespace(self, namespace, protect=True): argument
1321 if name in namespace and protect:
1366 def _execute_code(self, code_file, namespace, protect=True): argument
1381 if protect:
1383 self._fill_server_control_namespace(namespace, protect=protect)
/external/tensorflow/tensorflow/contrib/lite/nnapi/
DNeuralNetworksShim.h1267 size_t size, int protect, int fd, size_t offset,
1364 inline int ANeuralNetworksMemory_createFromFd(size_t size, int protect, int fd, in ANeuralNetworksMemory_createFromFd() argument
1368 EXECUTE_FUNCTION_RETURN(size, protect, fd, offset, memory); in ANeuralNetworksMemory_createFromFd()
/external/python/cpython2/Lib/test/
Dtest_sys_setprofile.py348 def protect(f, p): function
352 protect_ident = ident(protect)
364 protect(callable, p)
/external/python/cpython3/Lib/test/
Dtest_sys_setprofile.py346 def protect(f, p): function
350 protect_ident = ident(protect)
362 protect(callable, p)
/external/deqp/scripts/khr_util/
Dregistry.py406 protect = eExtension.get('protect')
407 if protect is not None and protect not in available:
408 warnElem(eExtension, "Unavailable dependency %s", protect)
/external/autotest/server/cros/tradefed_test_unittest_data/
DGtsPlacementTestCases.txt45 at junit.framework.TestResult$1.protect(TestResult.java:115)
81 at junit.framework.TestResult$1.protect(TestResult.java:115)
107 at junit.framework.TestResult$1.protect(TestResult.java:115)
127 at junit.framework.TestResult$1.protect(TestResult.java:115)
153 at junit.framework.TestResult$1.protect(TestResult.java:115)
173 at junit.framework.TestResult$1.protect(TestResult.java:115)
236 at junit.framework.TestResult$1.protect(TestResult.java:115)
272 at junit.framework.TestResult$1.protect(TestResult.java:115)
298 at junit.framework.TestResult$1.protect(TestResult.java:115)
318 at junit.framework.TestResult$1.protect(TestResult.java:115)
[all …]
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/junit/src/main/java/junit/extensions/
DTestSetup.java21 public void protect() throws Exception { in run()
/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/site_tests/platform_LabFirmwareUpdate/
Dcontrol19 Device needs to have software write protect disable.
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_sender_video.cc124 bool protect) { in SendVideoPacketAsRed() argument
134 if (protect) { in SendVideoPacketAsRed()

12345678910>>...14