Home
last modified time | relevance | path

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

12345678

/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/valgrind/memcheck/tests/
Dsuppfreecollision.vgtest1 # 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/
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/autotest/client/site_tests/security_SymlinkRestrictions/
Dcontrol18 Checks that the kernel correctly restrictions the use of dangerous
/external/autotest/client/site_tests/security_HardlinkRestrictions/
Dcontrol18 Checks that the kernel correctly restrictions the creation of dangerous
/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/chromium-trace/catapult/experimental/bisect_lib/test_data/
DMOCK_RANGE_RESPONSE_2_PAGE_238 …"message": "[SafeBrowsing] Block dangerous unchecked downloads based on a Finch trial.\n\nBUG\u003…
/external/selinux/
DREADME11 (overwriting any previously installed ones - dangerous!),
/external/chromium-trace/catapult/dashboard/docs/
Dcode-snippets.md119 ## Delete a few specific points (dangerous)
137 ## Delete Rows and Tests under a particular Master or Bot (dangerous)
/external/autotest/test_suites/
Dcontrol.jailed_build7 PURPOSE = "Quartine potentially dangerous tests."
/external/skia/gyp/
Dlua.gyp66 'LUA_USE_POSIX', # Fix warning re dangerous tmpnam.
/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…
DPreprocessorDirectives.dox16 ABI (Application Binary Interface). This can be rather dangerous: if parts of your program are comp…
DTopicAliasing.dox132 As explained above, it may be dangerous if the same matrix or array occurs on both the left-hand si…
/external/bison/m4/
Dmalloc.m485 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/
DREADME32 useful, it avoids the potentially dangerous/unintended consequences
/external/jemalloc/test/include/test/
Djemalloc_test.h.in132 * This header does dangerous things, the effects of which only test code
/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.s289 # Test that we can put non-dangerous loads and stores in branch delay slot.
/external/boringssl/src/
DSTYLE.md191 * WARNING: this function is dangerous because it breaks the usual return value
/external/v8/test/webkit/fast/regex/
Dparentheses-expected.txt39 PASS regexp11.exec('Developing with JavaScript is dangerous, do not try it without assistance') is …
/external/clang/test/Analysis/
Dsecurity-syntax-checks.m53 …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/
Dpylintrc132 # * dangerous default values as arguments
/external/antlr/antlr-3.4/runtime/Python/
Dpylintrc152 # * dangerous default values as arguments

12345678