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

12

/external/junit/src/main/java/junit/framework/
H A DProtectable.java13 public abstract void protect() throws Throwable; method in interface:Protectable
/external/webrtc/webrtc/test/fuzzers/
H A Dproducer_fec_fuzzer.cc43 bool protect = static_cast<bool>(data[i++] % 2); local
44 if (protect) {
/external/lzma/CPP/Windows/
H A DFileMapping.h15 WRes Create(DWORD protect, UInt64 maxSize, LPCTSTR name) argument
17 _handle = ::CreateFileMapping(INVALID_HANDLE_VALUE, NULL, protect, (DWORD)(maxSize >> 32), (DWORD)maxSize, name);
/external/compiler-rt/lib/msan/
H A Dmsan_linux.cc60 // 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) {
/external/python/cpython2/Lib/test/
H A Dtest_sys_setprofile.py348 def protect(f, p): function
352 protect_ident = ident(protect)
364 protect(callable, p)
/external/python/cpython3/Lib/test/
H A Dtest_sys_setprofile.py346 def protect(f, p): function
350 protect_ident = ident(protect)
362 protect(callable, p)
/external/webrtc/webrtc/modules/rtp_rtcp/source/
H A Drtp_format_vp8.cc231 bool protect = local
233 return protect ? kProtectedPacket : kUnprotectedPacket;
H A Drtp_sender_video.cc124 bool protect) {
130 // Only protect while creating RED and FEC packets, not when sending.
134 if (protect) {
117 SendVideoPacketAsRed(uint8_t* data_buffer, const size_t payload_length, const size_t rtp_header_length, uint16_t media_seq_num, const uint32_t capture_timestamp, int64_t capture_time_ms, StorageType media_packet_storage, bool protect) argument
H A Drtp_format_vp9.cc492 bool protect = local
494 return protect ? kProtectedPacket : kUnprotectedPacket;
/external/tensorflow/tensorflow/contrib/lite/nnapi/
H A DNeuralNetworksShim.h1267 size_t size, int protect, int fd, size_t offset,
1364 inline int ANeuralNetworksMemory_createFromFd(size_t size, int protect, int fd, argument
1368 EXECUTE_FUNCTION_RETURN(size, protect, fd, offset, memory);
/external/python/cpython2/Mac/Modules/qd/
H A D_Qdmodule.c4754 Boolean protect; local
4760 &protect))
4763 protect);
6887 PyDoc_STR("(short index, Boolean protect) -> None")},
/external/guice/lib/build/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/external/jsr330/lib/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/external/slf4j/integration/lib/
H A Djunit-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/external/slf4j/log4j-over-slf4j/compatibility/lib/
H A Djunit-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/external/annotation-tools/scene-lib/
H A Djunit.jar ... .TestResult) throws java.lang.Exception public void protect () throws java.lang.Exception } junit/extensions/TestSetup. ...
/external/owasp/sanitizer/lib/junit/
H A Djunit-dep.jar ... .TestResult) throws java.lang.Exception public void protect () throws java.lang.Exception } junit/extensions/TestSetup. ...
H A Djunit.jar ... .TestResult) throws java.lang.Exception public void protect () throws java.lang.Exception } junit/extensions/TestSetup. ...
/external/javaparser/javaparser-symbol-solver-testing/src/test/resources/
H A Djunit-4.8.1.jar ... .TestResult) throws java.lang.Exception public void protect () throws java.lang.Exception } junit/extensions/TestSetup. ...
/external/libphonenumber/lib/
H A Djunit-4.8.1.jar ... .TestResult) throws java.lang.Exception public void protect () throws java.lang.Exception } junit/extensions/TestSetup. ...
/external/sqlite/dist/orig/
H A Dsqlite3.c42844 DWORD protect = PAGE_READWRITE; local
43065 DWORD protect = PAGE_READONLY; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c42844 DWORD protect = PAGE_READWRITE; local
43065 DWORD protect = PAGE_READONLY; local
[all...]
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 1137 milliseconds

12