/external/junit/src/main/java/junit/framework/ |
D | Protectable.java | 13 public abstract void protect() throws Throwable; in protect() method
|
/external/v8/src/base/platform/ |
D | platform-cygwin.cc | 49 uint8_t* RandomizedVirtualAlloc(size_t size, DWORD flags, DWORD protect, in RandomizedVirtualAlloc() 109 DWORD protect = GetProtectionFromMemoryPermission(access); in Allocate() local 170 DWORD protect = GetProtectionFromMemoryPermission(access); in SetPermissions() local
|
D | platform-win32.cc | 779 uint8_t* RandomizedVirtualAlloc(size_t size, DWORD flags, DWORD protect, in RandomizedVirtualAlloc() 818 DWORD protect = GetProtectionFromMemoryPermission(access); in Allocate() local 879 DWORD protect = GetProtectionFromMemoryPermission(access); in SetPermissions() local
|
/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 275 ByteBuf protect = ref.register(protectOut.get(0)); in corruptedCounterTest() local 316 ByteBuf protect = ref.register(protectOut.get(0)); in corruptedCiphertextTest() local 355 ByteBuf protect = ref.register(protectOut.get(0)); in corruptedTagTest() local 394 ByteBuf protect = ref.register(protectOut.get(0)); in reflectedCiphertextTest() local
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowVpnService.java | 31 protected boolean protect(Socket socket) { in protect() method in ShadowVpnService
|
/external/grpc-grpc/src/core/tsi/ |
D | transport_security_grpc.h | 61 tsi_result (*protect)(tsi_zero_copy_grpc_protector* self, member
|
D | transport_security.h | 34 tsi_result (*protect)(tsi_frame_protector* self, member
|
/external/u-boot/drivers/pch/ |
D | pch7.c | 25 static int pch7_set_spi_protect(struct udevice *dev, bool protect) in pch7_set_spi_protect()
|
D | pch-uclass.c | 22 int pch_set_spi_protect(struct udevice *dev, bool protect) in pch_set_spi_protect()
|
/external/webrtc/webrtc/test/fuzzers/ |
D | producer_fec_fuzzer.cc | 43 bool protect = static_cast<bool>(data[i++] % 2); in FuzzOneInput() local
|
/external/lzma/CPP/Windows/ |
D | FileMapping.h | 15 WRes Create(DWORD protect, UInt64 maxSize, LPCTSTR name) in Create()
|
/external/u-boot/arch/x86/cpu/intel_common/ |
D | lpc.c | 83 int lpc_set_spi_protect(struct udevice *dev, int bios_ctrl, bool protect) in lpc_set_spi_protect()
|
/external/grpc-grpc/src/core/tsi/alts/zero_copy_frame_protector/ |
D | alts_grpc_record_protocol_common.h | 35 tsi_result (*protect)(alts_grpc_record_protocol* self, member
|
/external/u-boot/arch/x86/cpu/ivybridge/ |
D | bd82x6x.c | 179 static int bd82x6x_set_spi_protect(struct udevice *dev, bool protect) in bd82x6x_set_spi_protect()
|
/external/compiler-rt/lib/msan/ |
D | msan_linux.cc | 136 bool protect = type == MappingDesc::INVALID || in InitShadow() local
|
/external/vulkan-validation-layers/scripts/ |
D | dispatch_table_helper_generator.py | 169 def AddCommandToDispatchList(self, name, handle_type, protect, cmdinfo): argument
|
/external/u-boot/arch/x86/cpu/broadwell/ |
D | pch.c | 510 static int broadwell_set_spi_protect(struct udevice *dev, bool protect) in broadwell_set_spi_protect()
|
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
D | rtp_sender_video.cc | 124 bool protect) { in SendVideoPacketAsRed()
|
D | rtp_format_vp9.cc | 492 bool protect = in GetProtectionType() local
|
D | rtp_format_vp8.cc | 231 bool protect = in GetProtectionType() local
|
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/ |
D | rx-subscriber.hpp | 180 nextdetacher protect(this); in on_next() local 187 errordetacher protect(this); in on_error() local 194 completeddetacher protect(this); in on_completed() local
|
/external/autotest/server/ |
D | server_job.py | 1221 def _fill_server_control_namespace(self, namespace, protect=True): argument 1310 def _execute_code(self, code_file, namespace, protect=True): argument
|
/external/python/cpython2/Lib/test/ |
D | test_sys_setprofile.py | 348 def protect(f, p): function
|
/external/python/cpython3/Lib/test/ |
D | test_sys_setprofile.py | 362 def protect(f, p): function
|
/external/tensorflow/tensorflow/lite/nnapi/ |
D | NeuralNetworksShim.h | 112 inline int ANeuralNetworksMemory_createFromFd(size_t size, int protect, int fd, in ANeuralNetworksMemory_createFromFd()
|