/external/v8/test/mjsunit/regress/ |
D | regress-267.js | 31 function taint(fn){var v = fn(); eval("taint"); return v; } function 33 var obj = taint(getThis);
|
/external/clang/docs/ |
D | DataFlowSanitizerDesign.rst | 12 a number of taint labels with any data stored in any memory region 31 A number of functions are provided which will create taint labels, 69 As stated above, the tool must track a large number of taint 72 union taint labels using a bitwise or operation. This will not scale 73 to clients which use hundreds or thousands of taint labels, as the 84 of a taint label is a 16-bit integer, and new labels are allocated 136 memory, which are used to store its taint label. As for LLVM SSA
|
/external/clang/docs/analyzer/ |
D | DebugChecks.rst | 61 carries taint. At the time of this writing, taint was only introduced by the 62 checks under experimental.security.taint.TaintPropagation; this checker may 63 eventually move to the security.taint package.
|
/external/clang/test/Analysis/ |
D | taint-tester.m | 1 // RUN: %clang_cc1 -analyze -analyzer-checker=alpha.security.taint,debug.TaintTest %s -verify
|
/external/ImageMagick/Magick++/lib/ |
D | ImageRef.cpp | 135 if (!force_ && (_image->taint == MagickFalse)) in signature()
|
/external/ImageMagick/MagickCore/ |
D | image.h | 172 taint; /* has image been modified since reading */ member
|
D | cipher.c | 704 image->taint=MagickFalse; in PasskeyDecipherImage() 921 image->taint=MagickFalse; in PasskeyEncipherImage()
|
D | image.c | 1930 if (p->taint != MagickFalse) in IsTaintImage() 3534 taint; in SyncImage() local 3547 taint=image->taint; in SyncImage() 3582 image->taint=taint; in SyncImage() 3799 image->taint=(MagickBooleanType) ParseCommandOption(MagickBooleanOptions, in SyncImageSettings()
|
D | constitute.c | 605 next->taint=MagickFalse; in ReadImage()
|
D | display.c | 4441 image->taint=MagickTrue; in XConfigureImage() 9002 (*image)->taint=MagickTrue; in XMagickCommand() 12651 image->taint=MagickFalse; in XSaveImage() 14616 display_image->taint=MagickFalse; in XDisplayImage() 15894 taint; in XDisplayImage() local 15899 taint=display_image->taint; in XDisplayImage() 15905 display_image->taint=taint; in XDisplayImage() 16074 display_image->taint != MagickFalse) in XDisplayImage()
|
D | property.c | 186 image->taint=clone_image->taint; in CloneImageProperties()
|
D | identify.c | 1386 MagickBooleanOptions,(ssize_t) image->taint)); in IdentifyImage()
|
D | cache.c | 5008 image->taint=MagickTrue; in SyncAuthenticPixelCacheNexus() 5017 image->taint=MagickTrue; in SyncAuthenticPixelCacheNexus()
|
D | animate.c | 2993 image->taint=MagickFalse; in XSaveImage()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | Checkers.td | 54 def Taint : Package<"taint">, InPackage<SecurityAlpha>, Hidden; 352 HelpText<"Generate taint information used by other checkers">, 355 } // end "alpha.security.taint"
|
/external/ImageMagick/coders/ |
D | json.c | 1538 image->taint != MagickFalse ? "true" : "false"); in EncodeImageAttributes()
|
D | png.c | 8250 (void) LogMagickEvent(CoderEvent,GetMagickModule(), image->taint ? in WriteOnePNGImage() 8285 if (image->depth <= 8 && image->taint && image->storage_class == PseudoClass) in WriteOnePNGImage() 10743 if (image->taint == MagickFalse) in WriteOnePNGImage()
|
/external/markdown/tests/extensions-x-toc/ |
D | syntax-toc.txt | 23 [6]: http://ettext.taint.org/doc/
|
/external/markdown/tests/extensions-x-def_list/ |
D | markdown-syntax.txt | 60 [6]: http://ettext.taint.org/doc/
|
/external/markdown/MarkdownTest/Tests_2007/ |
D | Markdown Documentation - Syntax.text | 60 [6]: http://ettext.taint.org/doc/
|
/external/markdown/MarkdownTest/Tests_2004/ |
D | Markdown Documentation - Syntax.text | 60 [6]: http://ettext.taint.org/doc/
|
/external/markdown/tests/markdown-test/ |
D | markdown-syntax.txt | 60 [6]: http://ettext.taint.org/doc/
|
/external/libxml2/ |
D | ChangeLog | 9800 to compensate for pollution from Igor's header taint 9858 after taint 9887 parameters after taint. 9897 * include/libxml/*.h genUnicode.py: exportability taint
|
/external/ImageMagick/PerlMagick/quantum/ |
D | quantum.xs.in | 5603 if (LocaleCompare(attribute,"taint") == 0)
|