Home
last modified time | relevance | path

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

123456789

/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/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/linux-kselftest/tools/testing/selftests/timers/
Dset-2038.c77 int opt, dangerous = 0; in main() local
84 dangerous = 1; in main()
116 if (is32bits() && !dangerous) in main()
Drtctest.c96 int i, fd, retval, irqcount = 0, dangerous = 0; in main() local
105 dangerous = 1; in main()
356 if (!dangerous) in main()
/external/swiftshader/third_party/llvm-7.0/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/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/iptables/extensions/
Dlibip6t_HL.man3 Hop Limit field can potentially be very dangerous, so it should be avoided at
Dlibipt_TTL.man5 Setting or incrementing the TTL field can potentially be very dangerous,
/external/selinux/
DREADME12 (overwriting any previously installed ones - dangerous!),
/external/autotest/test_suites/
Dcontrol.jailed_build7 PURPOSE = "Quartine potentially dangerous tests."
/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/e2fsprogs/doc/RelNotes/
Dv1.25.txt37 it, which is dangerous and broken, but there's nothing I can do about
Dv1.44.0.txt26 file systems as being dangerous when doing an on-line resize (since this
/external/jemalloc/test/include/test/
Djemalloc_test.h.in107 * This header does dangerous things, the effects of which only test code
/external/jemalloc_new/test/include/test/
Djemalloc_test.h.in112 * 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/u-boot/doc/
DREADME.mpc83xx.ddrecc15 dangerous as such errors are NOT corrected by the controller. Therefore caution
/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/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/
Dnacl-mask.s288 # Test that we can put non-dangerous loads and stores in branch delay slot.

123456789