/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/linux-kselftest/tools/testing/selftests/timers/ |
D | set-2038.c | 77 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/ |
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/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 | 34 echo "tune2fs dangerous prompts test" > $OUT
|
/external/webrtc/tools_webrtc/presubmit_checks_lib/testdata/dangerous_filename/ |
D | BUILD.gn | 9 # "libc++" is considered a "dangerous filename" because it's an invalid regex.
|
/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/llvm-project/clang/test/Analysis/ |
D | dispatch-once.m | 24 …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/ |
D | control.jailed_build | 7 PURPOSE = "Quartine potentially dangerous tests."
|
/external/selinux/ |
D | README | 12 (overwriting any previously installed ones - dangerous!),
|
/external/curl/docs/cmdline-opts/ |
D | proto.d | 40 being able to disable potentially dangerous protocols, without relying upon
|
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/ |
D | bugprone-misplaced-widening-cast.rst | 38 Forgetting to place the cast at all is at least as dangerous and at least as
|
D | modernize-avoid-c-arrays.rst | 13 However, fix-it are potentially dangerous in header files and are therefore not
|
D | misc-throw-by-value-catch-by-reference.rst | 41 object by value is not dangerous but affects the performance negatively. The
|
/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/e2fsprogs/doc/RelNotes/ |
D | v1.25.txt | 37 it, which is dangerous and broken, but there's nothing I can do about
|
D | v1.44.0.txt | 26 file systems as being dangerous when doing an on-line resize (since this
|
/external/llvm-project/polly/docs/ |
D | TipsAndTricks.rst | 7 …ow <https://stackoverflow.com/questions/190431/is-git-svn-dcommit-after-merging-in-git-dangerous>`_
|
/external/python/cryptography/docs/ |
D | index.rst | 45 dangerous and can be used incorrectly. They require making decisions and having
|
/external/jemalloc_new/test/include/test/ |
D | jemalloc_test.h.in | 112 * This header does dangerous things, the effects of which only test code
|
/external/pigweed/pw_unit_test/ |
D | facade_test.gni | 53 "This is a dangerous name, facade tests must have globally unique names!")
|