/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/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/grpc-grpc-java/alts/src/test/java/io/grpc/alts/internal/ |
D | TsiTest.java | 141 ByteBuf protect = ref.register(protectOut.get(0)); in sendMessage() local 142 while (protect.isReadable()) { in sendMessage() 143 ByteBuf buf = protect; in sendMessage() 145 int size = Math.min(protect.readableBytes(), recvFragmentSize); in sendMessage() 146 buf = protect.readSlice(size); in sendMessage() 275 ByteBuf protect = ref.register(protectOut.get(0)); in corruptedCounterTest() local 277 receiver.unprotect(protect.slice(), unprotectOut, alloc); in corruptedCounterTest() 282 receiver.unprotect(protect, unprotectOut, alloc); in corruptedCounterTest() 316 ByteBuf protect = ref.register(protectOut.get(0)); in corruptedCiphertextTest() local 317 int ciphertextIdx = protect.writerIndex() - FakeChannelCrypter.getTagBytes() - 2; in corruptedCiphertextTest() [all …]
|
/external/apache-commons-bcel/docs/ |
D | manual.bib | 3 title = {\protect{Programming the Internet in Ada95}}, 11 title = {\protect{Adding Type Parameterization to the Java 22 title = {\protect{Aspect-Oriented Programming}}, 30 title = {\protect{Barat -- A Front-End for Java}}, 38 title = {\protect{Binary Component Adaptation}}, 47 title = {\protect{BIT: A Tool for Instrumenting Java 72 title = {\protect{Dynamic Class Loading in the Java Virtual 90 title = {\protect{Type Inference for Late Binding. The 121 title = {\protect{JaWa: Java with Assertions}}, 130 title = {\protect{Automatic Program Transformation with [all …]
|
/external/autotest/server/site_tests/firmware_Fingerprint/ |
D | control.sw_write_protect | 10 Verify that software write protect cannot be disabled when hardware write 11 protect is enabled. 14 Fails if we can disable software write protect from RO or RW." 25 Reboots to RO, attempts to disable software write protect while hardware write 26 protect is enabled and verifies that it fails. Then reboots to RW, attempts to 27 disable software write protect while hardware write protect is enabled and
|
D | control.rw_no_update_ro | 10 Verify HW write protect prevents RO fingerprint firmware modification. 13 Fails if the RO firmware can be written while HW write protect is enabled. 24 Enables hardware write protect, attempts to flash the RO fingerprint firmware,
|
/external/v8/src/base/platform/ |
D | platform-cygwin.cc | 49 uint8_t* RandomizedVirtualAlloc(size_t size, DWORD flags, DWORD protect, in RandomizedVirtualAlloc() argument 54 if (protect != PAGE_READWRITE) { in RandomizedVirtualAlloc() 55 base = VirtualAlloc(hint, size, flags, protect); in RandomizedVirtualAlloc() 60 base = VirtualAlloc(nullptr, size, flags, protect); in RandomizedVirtualAlloc() 109 DWORD protect = GetProtectionFromMemoryPermission(access); in Allocate() local 112 uint8_t* base = RandomizedVirtualAlloc(size, flags, protect, address); in Allocate() 131 base = RandomizedVirtualAlloc(padded_size, flags, protect, address); in Allocate() 139 VirtualAlloc(aligned_base, size, flags, protect)); in Allocate() 170 DWORD protect = GetProtectionFromMemoryPermission(access); in SetPermissions() local 171 return VirtualAlloc(address, size, MEM_COMMIT, protect) != nullptr; in SetPermissions()
|
/external/vulkan-validation-layers/scripts/ |
D | layer_dispatch_table_generator.py | 232 protect=self.featureExtraProtect, 242 protect=self.featureExtraProtect, 254 protect=self.featureExtraProtect, 265 protect=self.featureExtraProtect, 318 if cur_cmd.protect is not None: 319 table += '#ifdef %s\n' % cur_cmd.protect 323 if cur_cmd.protect is not None: 324 table += '#endif // %s\n' % cur_cmd.protect 359 if cur_cmd.protect is not None: 360 table += '#ifdef %s\n' % cur_cmd.protect [all …]
|
D | common_codegen.py | 69 protect = None 71 protect = platform_dict[platform] 72 return protect
|
/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/u-boot/arch/arm/mach-at91/arm926ejs/ |
D | eflash.c | 109 flash_info[0].protect[i] = 0; in flash_init() 120 flash_info[0].protect[i] = (tmp >> (i%32)) & 1; in flash_init() 123 flash_info[0].protect[i] = 1; in flash_init() 144 info->protect[i] ? " (RO)" : " " in flash_print_info() 184 info->protect[i] = (tmp >> (i%32)) & 1; in flash_real_protect()
|
/external/autotest/server/site_tests/firmware_WriteProtect/ |
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
|
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
|
/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/u-boot/board/freescale/m5253demo/ |
D | flash.c | 63 info->protect[0] = 0; in flash_get_offsets() 67 info->protect[i] = 0; in flash_get_offsets() 120 info->start[i], info->protect[i] ? " (RO)" : " "); in flash_print_info() 207 if (info->protect[sect]) { in flash_erase() 265 if (info->protect[sect] == 0) { /* not protected */ in flash_erase()
|
/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/u-boot/board/cobra5272/ |
D | flash.c | 47 info->protect[i] ? " (RO)" : " "); in flash_print_info() 69 memset (flash_info[i].protect, 0, CONFIG_SYS_MAX_FLASH_SECT); in flash_init() 152 if (info->protect[sect]) { in flash_erase() 180 if (info->protect[sect] == 0) { /* not protected */ in flash_erase()
|
/external/u-boot/include/ |
D | pch.h | 33 int (*set_spi_protect)(struct udevice *dev, bool protect); 73 int pch_set_spi_protect(struct udevice *dev, bool protect);
|
/external/u-boot/common/ |
D | flash.c | 67 info->protect[i] = 0; in flash_protect() 75 info->protect[i] = 1; in flash_protect() 148 (info->protect[i] != 0) ) { in flash_write()
|
/external/u-boot/drivers/pch/ |
D | pch-uclass.c | 22 int pch_set_spi_protect(struct udevice *dev, bool protect) in pch_set_spi_protect() argument 29 return ops->set_spi_protect(dev, protect); in pch_set_spi_protect()
|
D | pch7.c | 25 static int pch7_set_spi_protect(struct udevice *dev, bool protect) in pch7_set_spi_protect() argument 31 if (protect) in pch7_set_spi_protect()
|
/external/grpc-grpc/src/core/tsi/ |
D | transport_security_grpc.cc | 48 if (self->vtable->protect == nullptr) return TSI_UNIMPLEMENTED; in tsi_zero_copy_grpc_protector_protect() 49 return self->vtable->protect(self, unprotected_slices, protected_slices); in tsi_zero_copy_grpc_protector_protect()
|
/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/vulkan-headers/registry/ |
D | genvk.py | 75 protect = args.protect 121 protectFile = protect 122 protectFeature = protect 123 protectProto = protect
|