Home
last modified time | relevance | path

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

12

/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/junit/src/main/java/junit/framework/
DProtectable.java13 public abstract void protect() throws Throwable; in protect() method
/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/
DProcessDebugger.cpp32 static DWORD ConvertLldbToWinApiProtect(uint32_t protect) { in ConvertLldbToWinApiProtect()
50 static bool IsPageReadable(uint32_t protect) { in IsPageReadable()
54 static bool IsPageWritable(uint32_t protect) { in IsPageWritable()
59 static bool IsPageExecutable(uint32_t protect) { in IsPageExecutable()
344 auto protect = ConvertLldbToWinApiProtect(permissions); in AllocateMemory() 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/rust/crates/grpcio-sys/grpc/src/core/tsi/
Dtransport_security_grpc.h65 tsi_result (*protect)(tsi_zero_copy_grpc_protector* self, member
Dtransport_security.h34 tsi_result (*protect)(tsi_frame_protector* self, member
/external/webrtc/test/fuzzers/
Dulpfec_generator_fuzzer.cc52 const bool protect = data[i++] % 2 == 1; in FuzzOneInput() local
/external/lzma/CPP/Windows/
DFileMapping.h15 WRes Create(DWORD protect, UInt64 maxSize, LPCTSTR name) in Create()
/external/rust/crates/grpcio-sys/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/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/webrtc/modules/rtp_rtcp/source/
Drtp_packet_to_send.h112 void set_fec_protect_packet(bool protect) { fec_protect_packet_ = protect; } in set_fec_protect_packet()
/external/compiler-rt/lib/msan/
Dmsan_linux.cc136 bool protect = type == MappingDesc::INVALID || in InitShadow() local
/external/libnl/lib/route/link/
Dmacsec.c61 uint8_t send_sci, end_station, scb, replay_protect, protect, encrypt; member
581 int rtnl_link_macsec_set_protect(struct rtnl_link *link, uint8_t protect) in rtnl_link_macsec_set_protect()
596 int rtnl_link_macsec_get_protect(struct rtnl_link *link, uint8_t *protect) in rtnl_link_macsec_get_protect()
/external/libsrtp2/fuzzer/
Dfuzzer.h107 bool protect; member
/external/vulkan-validation-layers/scripts/
Ddispatch_table_helper_generator.py175 def AddCommandToDispatchList(self, name, handle_type, protect, cmdinfo): argument
/external/llvm-project/compiler-rt/lib/msan/
Dmsan_linux.cpp137 bool protect = type == MappingDesc::INVALID || in InitShadow() local
/external/skia/fuzz/
DFuzzCreateDDL.cpp140 GrProtected protect = GrProtected::kNo; in make_characterization() 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.py1327 def _fill_server_control_namespace(self, namespace, protect=True): argument
1416 def _execute_code(self, code_file, namespace, protect=True): argument
/external/arm-trusted-firmware/include/drivers/brcm/emmc/
Demmc_csl_sdcmd.h123 uint8_t protect; /* permanent write protection or not */ member
/external/python/cpython2/Lib/test/
Dtest_sys_setprofile.py348 def protect(f, p): function
/external/python/cpython3/Lib/test/
Dtest_sys_setprofile.py389 def protect(f, p): function
/external/icu/icu4c/source/i18n/
Dmeasfmt.cpp768 UBool protect = FALSE; in formatNumeric() local

12