Home
last modified time | relevance | path

Searched refs:taint (Results 1 – 24 of 24) sorted by relevance

/external/v8/test/mjsunit/regress/
Dregress-267.js31 function taint(fn){var v = fn(); eval("taint"); return v; } function
33 var obj = taint(getThis);
/external/clang/docs/
DDataFlowSanitizerDesign.rst12 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/
DDebugChecks.rst61 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/
Dtaint-tester.m1 // RUN: %clang_cc1 -analyze -analyzer-checker=alpha.security.taint,debug.TaintTest %s -verify
/external/ImageMagick/Magick++/lib/
DImageRef.cpp135 if (!force_ && (_image->taint == MagickFalse)) in signature()
/external/ImageMagick/MagickCore/
Dimage.h172 taint; /* has image been modified since reading */ member
Dimage.c1930 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()
Dcipher.c704 image->taint=MagickFalse; in PasskeyDecipherImage()
921 image->taint=MagickFalse; in PasskeyEncipherImage()
Dconstitute.c605 next->taint=MagickFalse; in ReadImage()
Ddisplay.c4441 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()
Dproperty.c186 image->taint=clone_image->taint; in CloneImageProperties()
Didentify.c1386 MagickBooleanOptions,(ssize_t) image->taint)); in IdentifyImage()
Dcache.c5008 image->taint=MagickTrue; in SyncAuthenticPixelCacheNexus()
5017 image->taint=MagickTrue; in SyncAuthenticPixelCacheNexus()
Danimate.c2993 image->taint=MagickFalse; in XSaveImage()
/external/clang/lib/StaticAnalyzer/Checkers/
DCheckers.td54 def Taint : Package<"taint">, InPackage<SecurityAlpha>, Hidden;
352 HelpText<"Generate taint information used by other checkers">,
355 } // end "alpha.security.taint"
/external/ImageMagick/coders/
Djson.c1538 image->taint != MagickFalse ? "true" : "false"); in EncodeImageAttributes()
Dpng.c8250 (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/
Dsyntax-toc.txt23 [6]: http://ettext.taint.org/doc/
/external/markdown/MarkdownTest/Tests_2007/
DMarkdown Documentation - Syntax.text60 [6]: http://ettext.taint.org/doc/
/external/markdown/MarkdownTest/Tests_2004/
DMarkdown Documentation - Syntax.text60 [6]: http://ettext.taint.org/doc/
/external/markdown/tests/extensions-x-def_list/
Dmarkdown-syntax.txt60 [6]: http://ettext.taint.org/doc/
/external/markdown/tests/markdown-test/
Dmarkdown-syntax.txt60 [6]: http://ettext.taint.org/doc/
/external/libxml2/
DChangeLog9800 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/
Dquantum.xs.in5603 if (LocaleCompare(attribute,"taint") == 0)