HomeSort by relevance Sort by last modified time
    Searched full:scanners (Results 1 - 25 of 49) sorted by null

1 2

  /external/expat/lib/
xmltok_ns.c 63 p->initEnc.scanners[XML_PROLOG_STATE] = NS(initScanProlog);
64 p->initEnc.scanners[XML_CONTENT_STATE] = NS(initScanContent);
xmltok.h 134 SCANNER scanners[XML_N_STATES]; member in struct:encoding
199 (((enc)->scanners[state])(enc, ptr, end, nextTokPtr))
  /external/clang/test/PCH/
missing-file.cpp 8 // %t.h might be touched by scanners as a hot file on Windows,
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
Scanner.java 23 An interface allowing Parser to invoke scanners.
ScanHandler.java 21 An interface that Scanners use to report events in the input stream.
  /external/webkit/Tools/android/flex-2.5.4a/
NEWS 19 - A bug in handling NUL's in the input stream of scanners using
46 - By default, the scanners generated by flex no longer
350 This routine is also available to C++ scanners (unlike some
386 - C++ scanners now have yy_flex_debug as a member variable of
422 - interactive scanners now read characters in YY_INPUT up to a
435 - Scanners generated by flex now include two #define's giving
440 - Scanners generated using -l lex compatibility now have the symbol
444 generated scanners now set yy_init to zero before executing
452 - When generating full-table scanners (-Cf), flex now puts braces
562 - Fixed bug breaking C++ scanners that use REJECT or variabl
    [all...]
COPYING 37 You are free to do whatever you please with scanners generated using flex;
flex.1 37 introducing context into your scanners, and
38 managing "mini-scanners"
54 connecting flex scanners together with yacc parsers
63 Generating C++ Scanners
72 those error messages produced by flex (or scanners
91 .I scanners:
    [all...]
Makefile.in 7 # By default, flex generates 8-bit scanners when using table compression,
8 # and 7-bit scanners when using uncompressed tables (-f or -F options).
9 # For flex to always generate 8-bit scanners, add "-DDEFAULT_CSIZE=256"
  /prebuilts/misc/darwin-x86/flex/
NOTICE 37 You are free to do whatever you please with scanners generated using flex;
  /prebuilts/misc/linux-x86/flex/
NOTICE 37 You are free to do whatever you please with scanners generated using flex;
  /prebuilts/misc/windows/flex/
NOTICE 37 You are free to do whatever you please with scanners generated using flex;
  /cts/
CtsBuild.mk 21 # Scanners of source files for tests which are then inputed into
  /external/webkit/Tools/android/flex-2.5.4a/MISC/fastwc/
README 2 high-performance from flex scanners. Each program implements a simplified
  /external/webkit/Tools/android/flex-2.5.4a/MISC/texinfo/
flex.info 64 * C++:: Generating C++ scanners
118 introducing context into your scanners, and managing
119 "mini-scanners"
135 connecting flex scanners together with yacc parsers
143 Generating C++ Scanners
150 those error messages produced by flex (or scanners it generates)
171 `flex' is a tool for generating "scanners": programs which
    [all...]
flex.texi 141 * C++:: Generating C++ scanners
195 introducing context into your scanners, and
196 managing "mini-scanners"
212 connecting flex scanners together with yacc parsers
221 @item Generating C++ Scanners
230 those error messages produced by flex (or scanners
249 @code{flex} is a tool for generating @dfn{scanners}: programs which
    [all...]
  /external/webkit/Tools/android/flex-2.5.4a/MISC/
flex.man 41 introducing context into your scanners, and
42 managing "mini-scanners"
58 connecting flex scanners together with yacc parsers
81 Generating C++ Scanners
90 those error messages produced by flex (or scanners
107 flex is a tool for generating scanners: programs which
    [all...]
  /external/bison/src/
flex-scanner.h 58 /* Non-reentrant scanners generated by Flex 2.5.9 and later (and some earlier
  /external/webkit/Tools/android/flex-2.5.4a/MISC/Borland/
NOTES 28 I have not used this version for any of my "work-related" scanners
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/scsi/
scsi.h 145 #define TYPE_PROCESSOR 0x03 /* HP scanners use this */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/scsi/
scsi.h 145 #define TYPE_PROCESSOR 0x03 /* HP scanners use this */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/scsi/
scsi.h 145 #define TYPE_PROCESSOR 0x03 /* HP scanners use this */
  /external/v8/src/
scanner.h 28 // Features shared by parsing and pre-parsing scanners.
45 // General collection of (multi-)bit-flags that can be passed to scanners and
145 // Caching predicates used by scanners.
  /external/chromium/chrome/browser/sessions/
session_backend.cc 355 // reopening to avoid the possibility of scanners locking the file out
  /external/webkit/Tools/android/flex-2.5.4a/MISC/Amiga/
SMakefile 10 # For flex to always generate 8-bit scanners, add "-DDEFAULT_CSIZE=256"

Completed in 311 milliseconds

1 2