Home
last modified time | relevance | path

Searched refs:SCANNER (Results 1 – 7 of 7) sorted by relevance

/third_party/wayland-protocols_standard/tests/
Dscan.sh3 if [ "x$SCANNER" = "x" ] ; then
8 $SCANNER client-header --strict $1 /dev/null
9 $SCANNER server-header --strict $1 /dev/null
10 $SCANNER private-code --strict $1 /dev/null
11 $SCANNER public-code --strict $1 /dev/null
/third_party/python/Modules/expat/
Dxmltok.h162 typedef int(PTRCALL *SCANNER)(const ENCODING *, const char *, const char *, typedef
173 SCANNER scanners[XML_N_STATES];
174 SCANNER literalScanners[XML_N_LITERAL_TYPES];
/third_party/skia/third_party/externals/expat/expat/lib/
Dxmltok.h162 typedef int(PTRCALL *SCANNER)(const ENCODING *, const char *, const char *, typedef
173 SCANNER scanners[XML_N_STATES];
174 SCANNER literalScanners[XML_N_LITERAL_TYPES];
/third_party/expat/lib/
Dxmltok.h162 typedef int(PTRCALL *SCANNER)(const ENCODING *, const char *, const char *, typedef
173 SCANNER scanners[XML_N_STATES];
174 SCANNER literalScanners[XML_N_LITERAL_TYPES];
/third_party/wayland-protocols_standard/
DMakefile.am53 AM_TESTS_ENVIRONMENT = SCANNER='$(wayland_scanner)'; export SCANNER;
DMakefile.in505 AM_TESTS_ENVIRONMENT = SCANNER='$(wayland_scanner)'; export SCANNER;
/third_party/boost/tools/build/src/build/
Dscanner.jam131 SCANNER on $(target) = $(scanner) ;
147 SCANNER on $(targets) = $(scanner) ;
155 local scanner = [ on $(target) return $(SCANNER) ] ;