Searched refs:dangerous (Results 1 – 25 of 176) sorted by relevance
12345678
/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/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/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/autotest/client/site_tests/security_SymlinkRestrictions/ |
D | control | 18 Checks that the kernel correctly restrictions the use of dangerous
|
/external/autotest/client/site_tests/security_HardlinkRestrictions/ |
D | control | 18 Checks that the kernel correctly restrictions the creation 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/chromium-trace/catapult/experimental/bisect_lib/test_data/ |
D | MOCK_RANGE_RESPONSE_2_PAGE_2 | 38 …"message": "[SafeBrowsing] Block dangerous unchecked downloads based on a Finch trial.\n\nBUG\u003…
|
/external/selinux/ |
D | README | 11 (overwriting any previously installed ones - dangerous!),
|
/external/chromium-trace/catapult/dashboard/docs/ |
D | code-snippets.md | 119 ## Delete a few specific points (dangerous) 137 ## Delete Rows and Tests under a particular Master or Bot (dangerous)
|
/external/autotest/test_suites/ |
D | control.jailed_build | 7 PURPOSE = "Quartine potentially dangerous tests."
|
/external/skia/gyp/ |
D | lua.gyp | 66 'LUA_USE_POSIX', # Fix warning re dangerous tmpnam.
|
/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…
|
D | PreprocessorDirectives.dox | 16 ABI (Application Binary Interface). This can be rather dangerous: if parts of your program are comp…
|
D | TopicAliasing.dox | 132 As explained above, it may be dangerous if the same matrix or array occurs on both the left-hand si…
|
/external/bison/m4/ |
D | malloc.m4 | 85 dnl It is too dangerous to try to allocate a large amount of memory:
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/file/ |
D | README | 32 useful, it avoids the potentially dangerous/unintended consequences
|
/external/jemalloc/test/include/test/ |
D | jemalloc_test.h.in | 132 * This header does dangerous things, the effects of which only test code
|
/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 | 289 # Test that we can put non-dangerous loads and stores in branch delay slot.
|
/external/boringssl/src/ |
D | STYLE.md | 191 * WARNING: this function is dangerous because it breaks the usual return value
|
/external/v8/test/webkit/fast/regex/ |
D | parentheses-expected.txt | 39 PASS regexp11.exec('Developing with JavaScript is dangerous, do not try it without assistance') is …
|
/external/clang/test/Analysis/ |
D | security-syntax-checks.m | 53 …getpw(2, buff); // expected-warning{{The getpw() function is dangerous as it may overflow the prov…
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/ |
D | pylintrc | 132 # * dangerous default values as arguments
|
/external/antlr/antlr-3.4/runtime/Python/ |
D | pylintrc | 152 # * dangerous default values as arguments
|
12345678