Searched refs:pedantic (Results 1 - 25 of 29) sorted by relevance

12

/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DMakefile17 # Xcode prior to 2.4 generates an error in -pedantic mode with use of HUGE_VAL
18 # in this directory. Disable -pedantic for this broken compiler.
20 CompileCommonOpts := $(filter-out -pedantic, $(CompileCommonOpts))
/external/swiftshader/third_party/LLVM/lib/Support/
H A DMakefile21 CompileCommonOpts := $(filter-out -pedantic,$(CompileCommonOpts))
/external/cblas/
H A DMakefile.SUN4SOL240 CFLAGS = -g -DADD_ -ansi -pedantic -Wall
/external/gemmlowp/scripts/
H A Dtest-android.sh45 -Wall -Wextra -pedantic \
/external/v8/tools/gcmole/
H A DMakefile38 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter \
/external/libdaemon/libdaemon/
H A DAndroid.mk19 # -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition
/external/zopfli/
H A DMakefile4 CFLAGS = -W -Wall -Wextra -ansi -pedantic -lm -O2
5 CXXFLAGS = -W -Wall -Wextra -ansi -pedantic -O2
/external/freetype/src/truetype/
H A Dttobjs.h379 FT_Bool pedantic );
383 FT_Bool pedantic );
387 FT_Bool pedantic );
H A Dttobjs.c762 /* pedantic :: Set if bytecode execution should be pedantic. */
769 FT_Bool pedantic )
792 exec->pedantic_hinting = pedantic;
854 /* pedantic :: Set if bytecode execution should be pedantic. */
861 FT_Bool pedantic )
879 exec->pedantic_hinting = pedantic;
977 FT_Bool pedantic )
1070 error = tt_size_run_fpgm( size, pedantic );
[all...]
H A Dttgload.c2278 FT_Bool pedantic = FT_BOOL( load_flags & FT_LOAD_PEDANTIC ); local
2322 error = tt_size_ready_bytecode( size, pedantic );
2506 error = tt_size_run_prep( size, pedantic );
/external/pdfium/third_party/freetype/src/truetype/
H A Dttobjs.h381 FT_Bool pedantic );
385 FT_Bool pedantic );
389 FT_Bool pedantic );
H A Dttobjs.c789 /* pedantic :: Set if bytecode execution should be pedantic. */
796 FT_Bool pedantic )
819 exec->pedantic_hinting = pedantic;
876 /* pedantic :: Set if bytecode execution should be pedantic. */
883 FT_Bool pedantic )
901 exec->pedantic_hinting = pedantic;
995 FT_Bool pedantic )
1081 error = tt_size_run_fpgm( size, pedantic );
[all...]
H A Dttgload.c2156 FT_Bool pedantic = FT_BOOL( load_flags & FT_LOAD_PEDANTIC ); local
2194 error = tt_size_ready_bytecode( size, pedantic );
2326 error = tt_size_run_prep( size, pedantic );
/external/lz4/contrib/djgpp/
H A DMakefile22 CFLAGS ?= -O3 -std=gnu99 -Wall -Wextra -Wundef -Wshadow -Wcast-qual -Wcast-align -Wstrict-prototypes -pedantic -DLZ4_VERSION=\"$(RELEASE)\"
/external/python/cpython2/Modules/_ctypes/libffi/
H A Dmsvcc.sh151 -pedantic)
152 # libffi tests -pedantic with -Wall, so drop it also.
/external/xz-embedded/userspace/
H A DMakefile14 CFLAGS = -ggdb3 -O2 -pedantic -Wall -Wextra
/external/v8/tools/dev/
H A Dv8gen.py100 '-p', '--pedantic', action='store_true',
184 if modified and self._options.pedantic:
/external/libgsm/
H A DMakefile46 CC = gcc -ansi -pedantic
/external/ImageMagick/MagickCore/
H A Dgeometry.c630 % const MagickBooleanType pedantic)
636 % o pedantic: A value other than 0 invokes a more restrictive set of
641 const MagickBooleanType pedantic)
658 if ((pedantic != MagickFalse) && (strchr(geometry,',') != (char *) NULL))
634 IsSceneGeometry(const char *geometry, const MagickBooleanType pedantic) argument
H A Dxml-tree.c296 % const MagickBooleanType pedantic)
302 % o pedantic: if true, replace newlines and tabs with their respective
307 const MagickBooleanType pedantic)
387 if (pedantic == MagickFalse)
397 if (pedantic == MagickFalse)
2633 char **destination,size_t *length,size_t *extent,MagickBooleanType pedantic)
2639 canonical_content=CanonicalXMLContent(source,pedantic);
2647 canonical_content=CanonicalXMLContent(content,pedantic);
299 CanonicalXMLContent(const char *content, const MagickBooleanType pedantic) argument
2606 EncodePredefinedEntities(const char *source,ssize_t offset, char **destination,size_t *length,size_t *extent,MagickBooleanType pedantic) argument
/external/libxml2/
H A DSAX2.c678 if ((ent == NULL) && (ctxt->pedantic))
697 if ((ent == NULL) && (ctxt->pedantic) &&
914 if ((ent == NULL) && (ctxt->pedantic) &&
934 if ((ent == NULL) && (ctxt->pedantic) &&
1255 if ((ctxt->pedantic != 0) && (val[0] != 0)) {
H A DparserInternals.c1715 ctxt->pedantic = xmlPedanticParserDefaultValue;
1716 if (ctxt->pedantic) {
2070 * Set and return the previous value for enabling pedantic warnings.
H A Dcatalog.c929 ctxt->pedantic = 0;
/external/libxml2/include/libxml/
H A Dparser.h255 int pedantic; /* signal pedantic warnings */ member in struct:_xmlParserCtxt
1097 XML_PARSE_PEDANTIC = 1<<7, /* pedantic error reporting */
/external/guice/lib/build/
H A Dbnd-0.0.384.jarMETA-INF/MANIFEST.MF LICENSE OSGI-OPT/ OSGI-OPT/bnd.bnd OSGI-OPT/ ...

Completed in 1127 milliseconds

12