/external/python/cpython2/Doc/distutils/ |
D | commandref.rst | 7 .. % \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/ |
D | loader_extension_generator.py | 243 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 …]
|
D | lvl_genvk.py | 56 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/ |
D | commandref.rst | 7 .. % \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/ |
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
|
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
|
/external/autotest/server/site_tests/firmware_WriteProtect/ |
D | control.dev | 9 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
|
D | control | 9 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/ |
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/main/java/junit/framework/ |
D | TestResult.java | 121 public void protect() throws Throwable { in run() 142 p.protect(); in runProtected()
|
D | Protectable.java | 13 public abstract void protect() throws Throwable; in protect() method
|
/external/autotest/server/ |
D | server_job.py | 531 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/ |
D | NeuralNetworksShim.h | 1267 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/ |
D | test_sys_setprofile.py | 348 def protect(f, p): function 352 protect_ident = ident(protect) 364 protect(callable, p)
|
/external/python/cpython3/Lib/test/ |
D | test_sys_setprofile.py | 346 def protect(f, p): function 350 protect_ident = ident(protect) 362 protect(callable, p)
|
/external/deqp/scripts/khr_util/ |
D | registry.py | 406 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/ |
D | GtsPlacementTestCases.txt | 45 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 …]
|
D | CtsAppTestCases-retry.txt | 44 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/ |
D | TestSetup.java | 21 public void protect() throws Exception { in run()
|
/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/autotest/server/site_tests/platform_LabFirmwareUpdate/ |
D | control | 19 Device needs to have software write protect disable.
|
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
D | rtp_sender_video.cc | 124 bool protect) { in SendVideoPacketAsRed() argument 134 if (protect) { in SendVideoPacketAsRed()
|