Home
last modified time | relevance | path

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

/external/wayland-protocols/freedesktop.org/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
/external/expat/lib/
Dxmltok.h158 typedef int(PTRCALL *SCANNER)(const ENCODING *, const char *, const char *, typedef
169 SCANNER scanners[XML_N_STATES];
170 SCANNER literalScanners[XML_N_LITERAL_TYPES];
/external/python/cpython3/Modules/expat/
Dxmltok.h158 typedef int(PTRCALL *SCANNER)(const ENCODING *, const char *, const char *, typedef
169 SCANNER scanners[XML_N_STATES];
170 SCANNER literalScanners[XML_N_LITERAL_TYPES];
/external/python/cpython2/Modules/expat/
Dxmltok.h156 typedef int (PTRCALL *SCANNER)(const ENCODING *, typedef
168 SCANNER scanners[XML_N_STATES];
169 SCANNER literalScanners[XML_N_LITERAL_TYPES];
/external/wayland-protocols/freedesktop.org/
DMakefile.am53 AM_TESTS_ENVIRONMENT = SCANNER='$(wayland_scanner)'; export SCANNER;