HomeSort by relevance Sort by last modified time
    Searched defs:protect (Results 1 - 25 of 34) sorted by null

1 2

  /external/junit/src/main/java/junit/framework/
Protectable.java 13 public abstract void protect() throws Throwable; method in interface:Protectable
TestResult.java 121 public void protect() throws Throwable {
142 p.protect();
  /external/grpc-grpc/src/core/tsi/
transport_security_grpc.h 39 may be produced in this protect function.
61 tsi_result (*protect)(tsi_zero_copy_grpc_protector* self, member in struct:__anon23280
transport_security.h 34 tsi_result (*protect)(tsi_frame_protector* self, member in struct:__anon23277
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowVpnService.java 31 protected boolean protect(Socket socket) { method in class:ShadowVpnService
  /external/grpc-grpc/src/core/tsi/alts/zero_copy_frame_protector/
alts_grpc_record_protocol_common.h 35 tsi_result (*protect)(alts_grpc_record_protocol* self, member in struct:__anon23261
90 * protect or unprotect. The ownership of gsec_aead_crypter object is
  /external/webrtc/webrtc/test/fuzzers/
producer_fec_fuzzer.cc 43 bool protect = static_cast<bool>(data[i++] % 2); local
44 if (protect) {
  /external/grpc-grpc-java/alts/src/test/java/io/grpc/alts/internal/
TsiTest.java 141 ByteBuf protect = ref.register(protectOut.get(0)); local
142 while (protect.isReadable()) {
143 ByteBuf buf = protect;
145 int size = Math.min(protect.readableBytes(), recvFragmentSize);
146 buf = protect.readSlice(size);
275 ByteBuf protect = ref.register(protectOut.get(0)); local
277 receiver.unprotect(protect.slice(), unprotectOut, alloc);
282 receiver.unprotect(protect, unprotectOut, alloc);
316 ByteBuf protect = ref.register(protectOut.get(0)); local
317 int ciphertextIdx = protect.writerIndex() - FakeChannelCrypter.getTagBytes() - 2
355 ByteBuf protect = ref.register(protectOut.get(0)); local
394 ByteBuf protect = ref.register(protectOut.get(0)); local
    [all...]
  /external/compiler-rt/lib/msan/
msan_linux.cc 60 // Depending on the kernel configuration, we may not be able to protect
69 Printf("FATAL: Cannot protect memory range %p - %p.\n", beg, end);
136 bool protect = type == MappingDesc::INVALID || local
138 CHECK(!(map && protect));
139 if (!map && !protect)
149 if (protect) {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/location/base/
GnssCtsTestResult.java 102 protectable.protect();
  /cts/tests/tests/net/src/android/net/cts/
VpnServiceTest.java 70 assertFalse(mVpnService.protect(socket));
84 assertFalse(mVpnService.protect(socket));
100 assertFalse(mVpnService.protect(descriptor.getFd()));
  /external/v8/src/base/platform/
platform-cygwin.cc 49 uint8_t* RandomizedVirtualAlloc(size_t size, DWORD flags, DWORD protect,
54 if (protect != PAGE_READWRITE) {
55 base = VirtualAlloc(hint, size, flags, protect);
60 base = VirtualAlloc(nullptr, size, flags, protect);
109 DWORD protect = GetProtectionFromMemoryPermission(access); local
112 uint8_t* base = RandomizedVirtualAlloc(size, flags, protect, address);
131 base = RandomizedVirtualAlloc(padded_size, flags, protect, address);
139 VirtualAlloc(aligned_base, size, flags, protect));
170 DWORD protect = GetProtectionFromMemoryPermission(access); local
171 return VirtualAlloc(address, size, MEM_COMMIT, protect) != nullptr
    [all...]
platform-win32.cc 779 uint8_t* RandomizedVirtualAlloc(size_t size, DWORD flags, DWORD protect,
792 if (use_aslr && protect != PAGE_READWRITE) {
794 base = VirtualAlloc(hint, size, flags, protect);
799 base = VirtualAlloc(nullptr, size, flags, protect);
818 DWORD protect = GetProtectionFromMemoryPermission(access); local
821 uint8_t* base = RandomizedVirtualAlloc(size, flags, protect, address);
840 base = RandomizedVirtualAlloc(padded_size, flags, protect, address);
848 VirtualAlloc(aligned_base, size, flags, protect));
879 DWORD protect = GetProtectionFromMemoryPermission(access); local
880 return VirtualAlloc(address, size, MEM_COMMIT, protect) != nullptr
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/
SensorCtsTestResult.java 104 protectable.protect();
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_sys_setprofile.py 348 def protect(f, p): function
352 protect_ident = ident(protect)
364 protect(callable, p)
  /external/python/cpython2/Lib/test/
test_sys_setprofile.py 348 def protect(f, p): function
352 protect_ident = ident(protect)
364 protect(callable, p)
  /external/python/cpython3/Lib/test/
test_sys_setprofile.py 362 def protect(f, p): function
366 protect_ident = ident(protect)
378 protect(callable, p)
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_format_vp8.cc 231 bool protect = local
233 return protect ? kProtectedPacket : kUnprotectedPacket;
rtp_format_vp9.cc 492 bool protect = local
494 return protect ? kProtectedPacket : kUnprotectedPacket;
  /external/u-boot/drivers/mtd/ubi/
wl.c 673 int err, scrubbing = 0, torture = 0, protect = 0, erroneous = 0; local
796 protect = 1;
828 protect = 1;
919 if (protect)
    [all...]
  /external/u-boot/arch/arm/include/asm/arch-sunxi/
dram_sunxi_dw.h 41 u32 protect; /* 0x800 */ member in struct:sunxi_mctl_com_reg
  /external/u-boot/include/
flash.h 23 uchar protect[CONFIG_SYS_MAX_FLASH_SECT]; /* sector protection status */ member in struct:__anon47697
  /external/python/cpython2/Mac/Modules/qd/
_Qdmodule.c 4754 Boolean protect; local
    [all...]
  /cts/tools/vm-tests-tf/lib/
junit.jar 
  /external/guice/lib/build/
junit.jar 

Completed in 1201 milliseconds

1 2