/prebuilts/go/darwin-x86/src/os/signal/ |
example_test.go | 15 // We must use a buffered channel or risk missing the signal
|
/prebuilts/go/linux-x86/src/os/signal/ |
example_test.go | 15 // We must use a buffered channel or risk missing the signal
|
/prebuilts/go/darwin-x86/src/html/template/ |
content.go | 22 // Use of this type presents a security risk: 32 // Use of this type presents a security risk: 40 // Use of this type presents a security risk: 53 // Use of this type presents a security risk: 71 // Use of this type presents a security risk: 82 // Use of this type presents a security risk:
|
js.go | 157 // cyclic data. This may be an unacceptable DoS risk.
|
/prebuilts/go/linux-x86/src/html/template/ |
content.go | 22 // Use of this type presents a security risk: 32 // Use of this type presents a security risk: 40 // Use of this type presents a security risk: 53 // Use of this type presents a security risk: 71 // Use of this type presents a security risk: 82 // Use of this type presents a security risk:
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
ndattrib.h | 107 REPAIR_RISK risk; member in struct:tagRepairInfo
|
/external/syslinux/core/ |
ldlinux.asm | 29 ; Some semi-configurable constants... change on your own risk.
|
/prebuilts/go/darwin-x86/src/net/ |
sys_cloexec.go | 44 // blocking mode. We can't take that risk, so no use of ForkLock here.
|
sock_cloexec.go | 74 // blocking mode. We can't take that risk, so no use of ForkLock here.
|
/prebuilts/go/linux-x86/src/net/ |
sys_cloexec.go | 44 // blocking mode. We can't take that risk, so no use of ForkLock here.
|
sock_cloexec.go | 74 // blocking mode. We can't take that risk, so no use of ForkLock here.
|
/prebuilts/go/darwin-x86/test/fixedbugs/ |
issue15329.go | 19 // so it was at risk of being garbage collected by the evaluation of
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
issue15329.go | 19 // so it was at risk of being garbage collected by the evaluation of
|
/prebuilts/go/darwin-x86/src/runtime/ |
syscall_windows.go | 112 // is a potential security risk, but so is Windows XP.
|
/prebuilts/go/linux-x86/src/runtime/ |
syscall_windows.go | 112 // is a potential security risk, but so is Windows XP.
|
/external/curl/lib/ |
mk-ca-bundle.pl | 139 if ( $opt_d =~ m/^risk$/i ) { # Long Form Warning and Exit 140 print "Warning: Use of this script may pose some risk:\n"; 151 print "Warning: Use of this script may pose some risk, -d risk for more details.\n";
|
/external/libunwind/doc/ |
libunwind.tex | 280 during its lifetime, this creates a risk of \Prog{libunwind} using 285 To prevent the risk of using stale data, \Prog{libunwind} provides two 294 completely, therefore eliminating the risk of stale data alltogether
|
/prebuilts/go/darwin-x86/src/image/jpeg/ |
fdct.go | 29 its user, assume the entire risk as to its quality and accuracy.
|
/prebuilts/go/darwin-x86/src/syscall/ |
exec_bsd.go | 53 // that we can't run the risk of overwriting any of them.
|
exec_solaris.go | 68 // that we can't run the risk of overwriting any of them.
|
/prebuilts/go/linux-x86/src/image/jpeg/ |
fdct.go | 29 its user, assume the entire risk as to its quality and accuracy.
|
/prebuilts/go/linux-x86/src/syscall/ |
exec_bsd.go | 53 // that we can't run the risk of overwriting any of them.
|
exec_solaris.go | 68 // that we can't run the risk of overwriting any of them.
|
/prebuilts/go/darwin-x86/src/crypto/cipher/ |
example_test.go | 28 // Never use more than 2^32 random nonces with a given key because of the risk of a repeat.
|
/prebuilts/go/darwin-x86/src/encoding/csv/ |
reader.go | 274 // string. The risk of a nontrivial space leak caused by this is considered
|