Searched refs:compare (Results 1 - 25 of 1253) sorted by path

1234567891011>>

/external/ImageMagick/Magick++/demo/
H A Dzoom.cpp60 if (command.compare("-density") == 0)
73 else if (command.compare("-filter") == 0)
77 if (algorithm.compare("point") == 0)
79 else if (algorithm.compare("box") == 0)
81 else if (algorithm.compare("triangle") == 0)
83 else if (algorithm.compare("hermite") == 0)
85 else if (algorithm.compare("hanning") == 0)
87 else if (algorithm.compare("hamming") == 0)
89 else if (algorithm.compare("blackman") == 0)
91 else if (algorithm.compare("gaussia
[all...]
/external/ImageMagick/Magick++/lib/
H A DImage.cpp2411 bool Magick::Image::compare(const Image &reference_) const function in class:Magick::Image
2426 double Magick::Image::compare(const Image &reference_,const MetricType metric_) function in class:Magick::Image
2453 Magick::Image Magick::Image::compare(const Image &reference_, function in class:Magick::Image
/external/ImageMagick/Magick++/lib/Magick++/
H A DImage.h744 bool compare(const Image &reference_) const;
748 double compare(const Image &reference_,const MetricType metric_);
755 Image compare(const Image &reference_,const MetricType metric_,
/external/ImageMagick/MagickCore/
H A DAndroid.mk73 compare.c\
H A Dlinked-list.c538 % int (*compare)(const void *,const void *),void **replace,
547 % o compare: the compare method.
555 LinkedListInfo *list_info,int (*compare)(const void *,const void *),
569 if ((compare == (int (*)(const void *,const void *)) NULL) ||
583 i=(ssize_t) compare(value,next->next->value);
H A Dsplay-tree.c91 (*compare)(const void *,const void *);
162 compare;
169 compare=0;
172 if (splay_tree->compare != (int (*)(const void *,const void *)) NULL)
173 compare=splay_tree->compare(splay_tree->root->key,key);
175 compare=(splay_tree->root->key > key) ? 1 :
177 if (compare == 0)
207 if (compare < 0)
366 clone_tree=NewSplayTree(splay_tree->compare,splay_tre
88 (*compare)(const void *,const void *); member in struct:_SplayTreeInfo
157 compare; local
517 compare; local
606 compare; local
883 compare; local
1183 compare; local
1263 compare; local
1479 compare; local
1573 compare; local
[all...]
/external/ImageMagick/MagickWand/
H A DAndroid.mk24 compare.c \
/external/ImageMagick/
H A DMake.com183 $call Make compare.c
185 $link'link_options' compare.obj, -
189 $compare:==$'f$environment("default")'compare
H A Dconfigure9616 for flag in -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wredundant-decls -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default ; do
10056 for flag in -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wredundant-decls -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wno-overloaded-virtual -Wswitch-enum -Wswitch-default ; do
[all...]
/external/ImageMagick/PerlMagick/
H A DMagick.xs3286 compare = 2
/external/ImageMagick/PerlMagick/quantum/
H A Dquantum.xs.in3286 compare = 2
/external/ImageMagick/tests/
H A Dvalidate-compare.tap23 ${VALIDATE} -validate compare && echo "ok" || echo "not ok"
H A Dwandtest.tap14 ${WANDTEST} wandtest_out.miff -validate compare && echo "ok" || echo "not ok"
/external/ImageMagick/www/api/
H A Dlayer.php136 <dd>the layers type to compare images with. Must be one of... CompareAnyLayer, CompareClearLayer, CompareOverlayLayer. </dd>
H A Dmagick-image.php1037 <dd>the compare method. </dd>
/external/abi-compliance-checker/
H A Dabi-compliance-checker.pl501 Make dumps for two versions of a library and compare dumps. This should
654 Test ability to create, read and compare ABI dumps.
11042 { # compare virtual tables size in base classes
11495 { # compare base types
14765 { # compare as data structures
14771 { # compare as data structures
14826 { # compare elements by name and value
14860 # compare base types
20261 { # compare two versions in dotted-numeric format
23405 # default: compare API
[all...]
/external/abi-dumper/
H A Dabi-dumper.pl124 "compare!" => \$Compare,
231 -compare OLD.dump NEW.dump
477 { # compare two versions in dotted-numeric format
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
H A DBarRenderer.java355 public int compare(Bar bar1, Bar bar2) { method in class:BarRenderer.BarComparator
H A DXYLegendWidget.java37 public int compare(Map.Entry<XYRegionFormatter, String> o1, Map.Entry<XYRegionFormatter, String> o2) { method in class:XYLegendWidget.RegionEntryComparator
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3string.h162 ANTLR3_UINT32 (*compare) (struct ANTLR3_STRING_struct * string, const char * compStr); member in struct:ANTLR3_STRING_struct
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3string.c279 string->compare = compare8;
316 string->compare = compareUTF16_UTF16;
1240 return string->compare(string, (const char *)compStr->chars);
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.pas3500 // for any bits in common, compare
/external/antlr/antlr-3.4/runtime/Python/tests/
H A Dt012lexerXML.py47 r = d.compare(output.splitlines(1), testOutput.splitlines(1))

Completed in 604 milliseconds

1234567891011>>