Home
last modified time | relevance | path

Searched refs:dangerous (Results 1 – 25 of 204) sorted by relevance

123456789

/external/webrtc/
Dsetup_links.py149 def __init__(self, dangerous): argument
150 self.dangerous = dangerous
167 def __init__(self, path, dangerous): argument
168 super(Remove, self).__init__(dangerous)
175 if not self.dangerous:
189 super(Rmtree, self).__init__(dangerous=True)
210 super(Makedirs, self).__init__(dangerous=False)
224 super(Symlink, self).__init__(dangerous=False)
296 actions.append(Remove(entries_file, dangerous=True))
306 if any(a.dangerous for a in actions):
[all …]
/external/libyuv/files/
Dsetup_links.py128 def __init__(self, dangerous): argument
129 self.dangerous = dangerous
146 def __init__(self, path, dangerous): argument
147 super(Remove, self).__init__(dangerous)
154 if not self.dangerous:
168 super(Rmtree, self).__init__(dangerous=True)
189 super(Makedirs, self).__init__(dangerous=False)
203 super(Symlink, self).__init__(dangerous=False)
275 actions.append(Remove(entries_file, dangerous=True))
285 if any(a.dangerous for a in actions):
[all …]
/external/valgrind/memcheck/tests/
Dsuppfreecollision.vgtest1 # this test the case of two errors, one considered not dangerous and
2 # suppressed, the other considered dangerous, and the user does
4 # The suppression entry only match the non dangerous error.
7 # So, the nondangerous suppressed error "absorbs and hides" the dangerous
/external/linux-kselftest/tools/testing/selftests/timers/
Dset-2038.c88 int opt, dangerous = 0; in main() local
95 dangerous = 1; in main()
127 if (is32bits() && !dangerous) in main()
/external/llvm/test/CodeGen/Mips/
Dnacl-branch-delay.ll21 ; dangerous instructions.
35 ; For NaCl, check that branch-delay slot doesn't contain dangerous instructions.
64 ; For NaCl, check that branch-delay slot doesn't contain dangerous instructions.
/external/e2fsprogs/tests/t_dangerous/
Dname1 dangerous tune2fs operation prompts
Dexpect1 tune2fs dangerous prompts test
Dscript22 echo "tune2fs dangerous prompts test" > $OUT
/external/autotest/client/site_tests/security_HardlinkRestrictions/
Dcontrol17 Checks that the kernel correctly restrictions the creation of dangerous
/external/autotest/client/site_tests/security_SymlinkRestrictions/
Dcontrol17 Checks that the kernel correctly restrictions the use of dangerous
/external/iptables/extensions/
Dlibipt_TTL.man5 Setting or incrementing the TTL field can potentially be very dangerous,
Dlibip6t_HL.man3 Hop Limit field can potentially be very dangerous, so it should be avoided at
/external/autotest/test_suites/
Dcontrol.jailed_build7 PURPOSE = "Quartine potentially dangerous tests."
/external/selinux/
DREADME11 (overwriting any previously installed ones - dangerous!),
/external/curl/docs/cmdline-opts/
Dproto.d39 being able to disable potentially dangerous protocols, without relying upon
/external/python/cpython2/Doc/howto/
Ddoanddont.rst21 dangerous.
83 dangerous for the same reasons ``from import *`` is dangerous --- it might step
312 You should realize that this is dangerous: a stray space after the ``\`` would
/external/eigen/doc/
DTopicLazyEvaluation.dox21 …ways a good choice for performance; second, lazy evaluation can be very dangerous, for example wit…
49 … is not the same matrix as matrix1, we know that lazy evaluation is not dangerous, so we may force…
/external/bison/m4/
Dmalloc.m485 dnl It is too dangerous to try to allocate a large amount of memory:
/external/jemalloc/test/include/test/
Djemalloc_test.h.in107 * This header does dangerous things, the effects of which only test code
/external/python/cpython2/Doc/library/
Dfpectl.rst15 and may be dangerous except in the hands of experts. See also the section
/external/replicaisland/
DREADME.TXT10 …ices. It stars the Android robot as its protagonist as he embarks on a dangerous mission to find …
/external/llvm/test/MC/Mips/
Dnacl-mask.s288 # Test that we can put non-dangerous loads and stores in branch delay slot.
/external/python/cpython2/Doc/c-api/
Dsys.rst123 make it dangerous to continue using the Python interpreter; e.g., when the
/external/python/cpython2/Doc/reference/
Dintroduction.rst23 It is dangerous to add too many implementation details to a language reference
/external/boringssl/src/
DSTYLE.md203 * WARNING: this function is dangerous because it breaks the usual return value

123456789