Home
last modified time | relevance | path

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

1234567891011

/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/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()
/external/llvm-project/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
Dscript34 echo "tune2fs dangerous prompts test" > $OUT
/external/webrtc/tools_webrtc/presubmit_checks_lib/testdata/dangerous_filename/
DBUILD.gn9 # "libc++" is considered a "dangerous filename" because it's an invalid regex.
/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/llvm-project/clang/test/Analysis/
Ddispatch-once.m24 …te value. Using such transient memory for the predicate is potentially dangerous. Perhaps you in…
35 …r the predicate value. Using such transient memory for the predicate is potentially dangerous$}}}}
/external/autotest/test_suites/
Dcontrol.jailed_build7 PURPOSE = "Quartine potentially dangerous tests."
/external/selinux/
DREADME12 (overwriting any previously installed ones - dangerous!),
/external/curl/docs/cmdline-opts/
Dproto.d40 being able to disable potentially dangerous protocols, without relying upon
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dbugprone-misplaced-widening-cast.rst38 Forgetting to place the cast at all is at least as dangerous and at least as
Dmodernize-avoid-c-arrays.rst13 However, fix-it are potentially dangerous in header files and are therefore not
Dmisc-throw-by-value-catch-by-reference.rst41 object by value is not dangerous but affects the performance negatively. The
/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/llvm-project/polly/docs/
DTipsAndTricks.rst7 …ow <https://stackoverflow.com/questions/190431/is-git-svn-dcommit-after-merging-in-git-dangerous>`_
/external/python/cryptography/docs/
Dindex.rst45 dangerous and can be used incorrectly. They require making decisions and having
/external/jemalloc_new/test/include/test/
Djemalloc_test.h.in112 * This header does dangerous things, the effects of which only test code
/external/pigweed/pw_unit_test/
Dfacade_test.gni53 "This is a dangerous name, facade tests must have globally unique names!")

1234567891011