/external/webrtc/ |
D | setup_links.py | 149 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/ |
D | setup_links.py | 128 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/ |
D | suppfreecollision.vgtest | 1 # 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/ |
D | set-2038.c | 88 int opt, dangerous = 0; in main() local 95 dangerous = 1; in main() 127 if (is32bits() && !dangerous) in main()
|
/external/llvm/test/CodeGen/Mips/ |
D | nacl-branch-delay.ll | 21 ; 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/ |
D | name | 1 dangerous tune2fs operation prompts
|
D | expect | 1 tune2fs dangerous prompts test
|
D | script | 22 echo "tune2fs dangerous prompts test" > $OUT
|
/external/autotest/client/site_tests/security_HardlinkRestrictions/ |
D | control | 17 Checks that the kernel correctly restrictions the creation of dangerous
|
/external/autotest/client/site_tests/security_SymlinkRestrictions/ |
D | control | 17 Checks that the kernel correctly restrictions the use of dangerous
|
/external/iptables/extensions/ |
D | libipt_TTL.man | 5 Setting or incrementing the TTL field can potentially be very dangerous,
|
D | libip6t_HL.man | 3 Hop Limit field can potentially be very dangerous, so it should be avoided at
|
/external/autotest/test_suites/ |
D | control.jailed_build | 7 PURPOSE = "Quartine potentially dangerous tests."
|
/external/selinux/ |
D | README | 11 (overwriting any previously installed ones - dangerous!),
|
/external/curl/docs/cmdline-opts/ |
D | proto.d | 39 being able to disable potentially dangerous protocols, without relying upon
|
/external/python/cpython2/Doc/howto/ |
D | doanddont.rst | 21 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/ |
D | TopicLazyEvaluation.dox | 21 …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/ |
D | malloc.m4 | 85 dnl It is too dangerous to try to allocate a large amount of memory:
|
/external/jemalloc/test/include/test/ |
D | jemalloc_test.h.in | 107 * This header does dangerous things, the effects of which only test code
|
/external/python/cpython2/Doc/library/ |
D | fpectl.rst | 15 and may be dangerous except in the hands of experts. See also the section
|
/external/replicaisland/ |
D | README.TXT | 10 …ices. It stars the Android robot as its protagonist as he embarks on a dangerous mission to find …
|
/external/llvm/test/MC/Mips/ |
D | nacl-mask.s | 288 # Test that we can put non-dangerous loads and stores in branch delay slot.
|
/external/python/cpython2/Doc/c-api/ |
D | sys.rst | 123 make it dangerous to continue using the Python interpreter; e.g., when the
|
/external/python/cpython2/Doc/reference/ |
D | introduction.rst | 23 It is dangerous to add too many implementation details to a language reference
|
/external/boringssl/src/ |
D | STYLE.md | 203 * WARNING: this function is dangerous because it breaks the usual return value
|