HomeSort by relevance Sort by last modified time
    Searched refs:stealth (Results 1 - 22 of 22) sorted by null

  /external/ImageMagick/MagickCore/
coder.h 34 stealth; member in struct:_CoderInfo
configure.h 36 stealth; member in struct:_ConfigureInfo
magic.h 43 stealth; member in struct:_MagicInfo
color.h 53 stealth; member in struct:_ColorInfo
delegate.h 42 stealth; member in struct:_DelegateInfo
locale_.h 35 stealth; member in struct:_LocaleInfo
module.h 55 stealth; member in struct:_ModuleInfo
type.h 77 stealth; member in struct:_TypeInfo
coder.c 580 if ((p->stealth == MagickFalse) &&
666 if ((p->stealth == MagickFalse) &&
767 if (coder_info[i]->stealth != MagickFalse)
980 if (LocaleCompare((char *) keyword,"stealth") == 0)
982 coder_info->stealth=IsStringTrue(token);
option.h 170 stealth; member in struct:_OptionInfo
mime.c 105 stealth;
485 if ((p->stealth == MagickFalse) &&
578 if ((p->stealth == MagickFalse) &&
741 if (mime_info[i]->stealth != MagickFalse)
970 attribute=GetXMLTreeAttribute(mime,"stealth");
972 mime_info->stealth=IsStringTrue(attribute);
102 stealth; member in struct:_MimeInfo
    [all...]
policy.c 92 stealth,
382 if ((p->stealth == MagickFalse) &&
455 if ((p->stealth == MagickFalse) &&
681 if (policy_info[i]->stealth != MagickFalse)
932 if (LocaleCompare((char *) keyword,"stealth") == 0)
934 policy_info->stealth=IsStringTrue(token);
89 stealth, member in struct:_PolicyInfo
    [all...]
magic.c 551 if ((p->stealth == MagickFalse) &&
644 if ((p->stealth == MagickFalse) &&
777 if (magic_info[i]->stealth != MagickFalse)
    [all...]
configure.c 491 if ((p->stealth == MagickFalse) &&
583 if ((p->stealth == MagickFalse) &&
    [all...]
log.c 136 stealth;
517 if ((p->stealth == MagickFalse) &&
611 if ((p->stealth == MagickFalse) &&
773 if (log_info[i]->stealth != MagickFalse)
133 stealth; member in struct:_LogInfo
    [all...]
type.c 117 " <type stealth=\"True\" name=\"fixed\" family=\"helvetica\"/>"
118 " <type stealth=\"True\" name=\"helvetica\" family=\"helvetica\"/>"
609 if ((p->stealth == MagickFalse) &&
703 if ((p->stealth == MagickFalse) &&
981 if (type_info[i]->stealth != MagickFalse)
    [all...]
delegate.c 94 " <delegate decode=\"autotrace\" stealth=\"True\" command=\"&quot;autotrace&quot; -output-format svg -output-file &quot;%o&quot; &quot;%i&quot;\"/>"
95 " <delegate decode=\"avi:decode\" stealth=\"True\" command=\"&quot;mplayer&quot; &quot;%i&quot; -really-quiet -ao null -vo png:z=3\"/>"
96 " <delegate decode=\"browse\" stealth=\"True\" spawn=\"True\" command=\"&quot;xdg-open&quot; http://www.imagemagick.org/; rm &quot;%i&quot;\"/>"
99 " <delegate decode=\"edit\" stealth=\"True\" command=\"&quot;xterm&quot; -title &quot;Edit Image Comment&quot; -e vi &quot;%o&quot;\"/>"
110 " <delegate decode=\"mpeg:decode\" stealth=\"True\" command=\"&quot;ffmpeg&quot; -nostdin -v -1 -vframes %S -i &quot;%i&quot; -vcodec pam -an -f rawvideo -y &quot;%u.pam&quot; 2&gt; &quot;%Z&quot;\"/>"
111 " <delegate decode=\"null\" encode=\"mpeg:encode\" stealth=\"True\" command=\"&quot;ffmpeg&quot; -nostdin -v -1 -mbd rd -trellis 2 -cmp 2 -subcmp 2 -g 300 -i &quot;%M%%d.jpg&quot; &quot;%u.%m&quot; 2&gt; &quot;%Z&quot;\"/>"
112 " <delegate decode=\"pcl:color\" stealth=\"True\" command=\"&quot;pcl6&quot; -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 &quot;-sDEVICE=ppmraw&quot; -dTextAlphaBits=%u -dGraphicsAlphaBits=%u &quot;-r%s&quot; %s &quot;-sOutputFile=%s&quot; &quot;%s&quot;\"/>"
113 " <delegate decode=\"pcl:cmyk\" stealth=\"True\" command=\"&quot;pcl6&quot; -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 &quot;-sDEVICE=bmpsep8&quot; -dTextAlphaBits=%u -dGraphicsAlphaBits=%u &quot;-r%s&quot; %s &quot;-sOutputFile=%s&quot; &quot;%s&quot;\"/>"
114 " <delegate decode=\"pcl:mono\" stealth=\"True\" command=\"&quot;pcl6&quot; -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 &quot;-sDEVICE=pbmraw&quot; -dTextAlphaBits=%u -dGraphicsAlphaBits=%u &quot;-r%s&quot; %s &quot;-sOutputFile=%s&quot; &quot;%s&quot;\"/>"
123 " <delegate decode=\"ps:alpha\" stealth=\"True\" command=\"&quot;gs&quot; -q -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=5000 (…)
    [all...]
locale.c 634 if ((p->stealth == MagickFalse) &&
726 if ((p->stealth == MagickFalse) &&
    [all...]
color.c     [all...]
module.c 331 if ((p->stealth == MagickFalse) &&
903 module_info->stealth=MagickTrue;
    [all...]
option.c     [all...]
  /external/scapy/scapy/
config.py 352 stealth : if 1, prevents any unwanted packet to go out (ARP, DNS, ...)
384 stealth = "not implemented" variable in class:Conf

Completed in 267 milliseconds