Home
last modified time | relevance | path

Searched refs:protect (Results 1 – 25 of 157) sorted by relevance

1234567

/external/iproute2/doc/
Dpreamble.tex7 \markboth{\protect\TITLE}{}
8 \markright{{\protect\sc iproute2-ss\Draft}}
21 \renewcommand{\@oddhead}{{\protect\sc iproute2-ss\Draft} \hfill \protect\arabic{page}}
/external/libpng/scripts/
Doptions.awk82 protect = ""
236 protect = $4
237 if (protect != "") {
238 print start "#ifndef", protect end >out
239 print start "#define", protect end >out
895 if (protect != "") {
896 print start "#endif", "/*", protect, "*/" end >out
/external/lzma/CPP/Windows/
DFileMapping.h15 WRes Create(DWORD protect, UInt64 maxSize, LPCTSTR name) in Create() argument
17 …_handle = ::CreateFileMapping(INVALID_HANDLE_VALUE, NULL, protect, (DWORD)(maxSize >> 32), (DWORD)… in Create()
/external/junit/src/junit/framework/
DTestResult.java114 public void protect() throws Throwable { in run()
133 p.protect(); in runProtected()
DProtectable.java13 public abstract void protect() throws Throwable; in protect() method
/external/deqp/scripts/khr_util/
Dregistry.py402 protect = eExtension.get('protect')
403 if protect is not None and protect not in available:
404 warnElem(eExtension, "Unavailable dependency %s", protect)
/external/junit/src/junit/extensions/
DTestSetup.java21 public void protect() throws Exception { in run()
/external/srtp/crypto/include/
Dcryptoalg.h88 void *protect,
Dxfm.h56 void *protect,
/external/wpa_supplicant_8/src/pae/
Dieee802_1x_cp.h20 Boolean protect; member
Dieee802_1x_cp.c195 sm->protect_frames = conf.protect; in SM_STATE()
449 sm->protect_frames = pcp_conf->protect; in ieee802_1x_cp_sm_init()
/external/mesa3d/src/glx/apple/
DTODO24 Where 2 threads are doing the same sort of path of create and destroy. The locking should protect
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/
Dwpa_background.sgml36 protect against packet forgery. All these choices have proven to
41 authentication does not protect against bit flipping packet
/external/libvorbis/doc/
Dfooter.tex11 to protect essential tenets of Internet multimedia from corporate
/external/webrtc/src/modules/audio_processing/
Daudio_processing.gypi81 # Workaround to protect against gyp's pathname relativization when
Dapm_tests.gypi40 # Workaround to protect against gyp's pathname relativization when this
/external/owasp/sanitizer/lib/guava-libraries/
DREADME39 4. Our classes are not designed to protect against a malicious caller.
/external/guava/
DREADME39 4. Our classes are not designed to protect against a malicious caller.
/external/srtp/doc/
Dintro.txt294 needed to protect a particular RTP and RTCP stream. This datatype
300 stream context to protect the RTP and RTCP stream that it is
322 protect (e.g. which stream), and the crypto_policy_t structures
323 describe how to protect it. The key is contained in a policy element
392 streams while using ISMAcryp encryption to protect the media itself.
/external/google-breakpad/src/client/ios/
DBreakpad.mm68 // we cannot protect against smashes to our exception handling thread's
93 // Its destructor will first re-protect the memory then release the lock.
109 // First protect the memory
605 // we'll protect them as well by allocating them with gMasterAllocator.
641 // Make read-only to protect against memory smashers
/external/google-breakpad/src/client/mac/Framework/
DBreakpad.mm73 // we cannot protect against smashes to our exception handling thread's
98 // Its destructor will first re-protect the memory then release the lock.
114 // First protect the memory
786 // we'll protect them as well by allocating them with gMasterAllocator.
822 // Make read-only to protect against memory smashers
/external/sepolicy/
Ddumpstate.te9 # Allow setting process priority, protect from OOM killer, and dropping
/external/antlr/antlr-3.4/runtime/C/doxygen/
Dusing.dox48 /// components. Always use these macros when available, to protect your action code from changes
/external/chromium-trace/trace-viewer/tracing/third_party/css-element-queries/test/
Dmootools-core-full-nocompat.js156 protect: function(){ method
260 if (generic) generic.protect();
261 if (isType && proto) object.implement(key, proto.protect());
2841 }.protect(),
2850 }.protect(),
2859 }.protect(),
2869 }.protect(),
2874 }.protect(),
2879 }.protect()
2896 }.protect());
/external/squashfs-tools/RELEASE-READMEs/
DREADME-3.1157 already exist. This is done to protect data in case of mistakes, and

1234567