Home
last modified time | relevance | path

Searched defs:protect (Results 1 – 25 of 30) sorted by relevance

12

/external/junit/src/main/java/junit/framework/
DProtectable.java13 public abstract void protect() throws Throwable; in protect() method
/external/v8/src/base/platform/
Dplatform-cygwin.cc49 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
Dplatform-win32.cc779 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/
DTsiTest.java141 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/
DShadowVpnService.java31 protected boolean protect(Socket socket) { in protect() method in ShadowVpnService
/external/grpc-grpc/src/core/tsi/
Dtransport_security_grpc.h61 tsi_result (*protect)(tsi_zero_copy_grpc_protector* self, member
Dtransport_security.h34 tsi_result (*protect)(tsi_frame_protector* self, member
/external/u-boot/drivers/pch/
Dpch7.c25 static int pch7_set_spi_protect(struct udevice *dev, bool protect) in pch7_set_spi_protect()
Dpch-uclass.c22 int pch_set_spi_protect(struct udevice *dev, bool protect) in pch_set_spi_protect()
/external/webrtc/webrtc/test/fuzzers/
Dproducer_fec_fuzzer.cc43 bool protect = static_cast<bool>(data[i++] % 2); in FuzzOneInput() local
/external/lzma/CPP/Windows/
DFileMapping.h15 WRes Create(DWORD protect, UInt64 maxSize, LPCTSTR name) in Create()
/external/u-boot/arch/x86/cpu/intel_common/
Dlpc.c83 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/
Dalts_grpc_record_protocol_common.h35 tsi_result (*protect)(alts_grpc_record_protocol* self, member
/external/u-boot/arch/x86/cpu/ivybridge/
Dbd82x6x.c179 static int bd82x6x_set_spi_protect(struct udevice *dev, bool protect) in bd82x6x_set_spi_protect()
/external/compiler-rt/lib/msan/
Dmsan_linux.cc136 bool protect = type == MappingDesc::INVALID || in InitShadow() local
/external/vulkan-validation-layers/scripts/
Ddispatch_table_helper_generator.py169 def AddCommandToDispatchList(self, name, handle_type, protect, cmdinfo): argument
/external/u-boot/arch/x86/cpu/broadwell/
Dpch.c510 static int broadwell_set_spi_protect(struct udevice *dev, bool protect) in broadwell_set_spi_protect()
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_sender_video.cc124 bool protect) { in SendVideoPacketAsRed()
Drtp_format_vp9.cc492 bool protect = in GetProtectionType() local
Drtp_format_vp8.cc231 bool protect = in GetProtectionType() local
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-subscriber.hpp180 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/
Dserver_job.py1221 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/
Dtest_sys_setprofile.py348 def protect(f, p): function
/external/python/cpython3/Lib/test/
Dtest_sys_setprofile.py362 def protect(f, p): function
/external/tensorflow/tensorflow/lite/nnapi/
DNeuralNetworksShim.h112 inline int ANeuralNetworksMemory_createFromFd(size_t size, int protect, int fd, in ANeuralNetworksMemory_createFromFd()

12