Home
last modified time | relevance | path

Searched refs:Flex (Results 1 – 23 of 23) sorted by relevance

/external/e2fsprogs/tests/m_minrootdir/
Dexpect24 Flex block group size: 16
136 Flex block group size: 16
190 Flex block group size: 16
/external/e2fsprogs/tests/f_jnl_errno/
Dexpect.023 Flex block group size: 16
/external/e2fsprogs/tests/m_64bit_flexbg/
Dexpect.138 Flex block group size: 16
/external/libpcap/
DCMakeLists.txt365 # {Flex} and YACC/Berkeley YACC/Bison.
371 # Try to find Flex, a Windows version of Flex, or Lex.
DINSTALL.txt34 You will need either Flex 2.5.31 or later, or a version of Lex
37 version of Flex, or don't have a compatible version of Lex, the current
47 Sometimes the stock C compiler does not interact well with Flex and
DCHANGES142 and --without-bison are used when you have Flex and Bison
Dconfigure.ac1163 libpcap requires Flex 2.5.31 or later, or a compatible version of lex.])
/external/libvncserver/webclients/novnc/include/web-socket-js/
DREADME.txt100 Install Flex 4 SDK:
101 http://opensource.adobe.com/wiki/display/flexsdk/Download+Flex+4
/external/bison/m4/
Dflex.m423 # Check whether this is Flex, for the Lex output root, the Lex library,
/external/e2fsprogs/tests/m_rootdir/
Dexpect24 Flex block group size: 16
/external/bison/examples/
Dextexi66 # Note that recent Bison support it, but not Flex.
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
DDFA.as149 …// not reached -- added due to bug in Flex compiler reachability analysis of while loop with no br…
/external/bison/
Dconfigure.ac160 $LEX_IS_FLEX || AC_MSG_ERROR([Flex is required])
DChangeLog153 cpp: simplify the Flex version checking macro
164 cpp: improve the Flex version checking macro
208 cpp: make the check of Flex version portable
883 prototype. Flex 2.5.37 generates this prototype:
2969 Some versions of Flex, possibly modified by the distribution package
2971 Flex prototype their functions, avoid the conflicts in that case.
3242 build: require Flex.
3243 * configure.ac: Require Flex.
3247 build: flex.m4: check for Flex.
3249 supports some of the Flex options, and exclusive start conditions.
DNEWS194 Buffer overruns, complaints from Flex, and portability issues in the test
457 *** Conflicting prototypes with recent/modified Flex.
459 Fixed build problems with the current, unreleased, version of Flex, and
DChangeLog-20122308 Pacify "gcc -Wunused" for the input function from Flex.
2312 the Flex manual, but which Flex has supported since at least as
2314 Flex 2.5.4, they'll need to stop configuring with
2316 correctly until Flex 2.5.6.
6539 Fix memory leaks in scanners generated by at least Flex 2.5.9 and
6542 * src/flex-scanner.h (yylex_destroy): Define for Flex before 2.5.9.
8145 * src/flex-scanner.h: For the sake of Flex 2.5.4, don't #define yyleng
12232 mentions of build tools, since they change so often. Mention Flex.
13052 YY_FLUSH_BUFFER over yyrestart (as that is what Flex recommends)
16599 * src/scan-gram.l (scanner_free): Clear Flex's scanners memory.
[all …]
/external/libpcap/msdos/
Dreadme.dos61 3. Flex & Bison is used to generate parser for the filter handler
/external/swiftshader/docs/
DIndex.md56 The GLSL compiler is implemented in [src/OpenGL/compiler/](../src/OpenGL/compiler/). It uses [Flex]…
/external/libmtp/logs/
Dmtp-detect-lg-v10.txt5 LG Electronics Inc.: LG G Flex 2 (1004:633e) @ bus 3, dev 2
23 Product: LG G Flex 2
/external/e2fsprogs/tests/m_bigjournal/
Dexpect.131 Flex block group size: 512
/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringARM32.cpp6179 if (auto *Flex = llvm::dyn_cast<OperandARM32Flex>(From)) { in legalize() local
6181 if (auto *FlexReg = llvm::dyn_cast<OperandARM32FlexReg>(Flex)) { in legalize()
6187 return copyToReg(Flex, RegNum); in legalize()
6190 return copyToReg(Flex, RegNum); in legalize()
/external/bison/doc/
Dbison.texi346 * Calc++ Scanner:: A pure C++ Flex scanner
3645 difference with tools like Flex, for which @samp{|} stands for either
10009 We will use a Lex scanner, and more precisely, a Flex scanner, to
10017 * Calc++ Scanner:: A pure C++ Flex scanner
10066 Then comes the declaration of the scanning function. Flex expects
10073 // Tell Flex the lexer's prototype ...
10102 To encapsulate the coordination with the Flex scanner, it is useful to
10360 The Flex scanner first includes the driver declaration, then the
11224 documentation for more. For Flex, it suffices to call
11226 Flex-generated scanner needs to read from several input streams to
[all …]
Dbison.info309 * Calc++ Scanner:: A pure C++ Flex scanner
3910 tools like Flex, for which `|' stands for either "or", or "the same
9424 We will use a Lex scanner, and more precisely, a Flex scanner, to
9433 * Calc++ Scanner:: A pure C++ Flex scanner
9476 Then comes the declaration of the scanning function. Flex expects the
9480 // Tell Flex the lexer's prototype ...
9503 To encapsulate the coordination with the Flex scanner, it is useful to
9702 The Flex scanner first includes the driver declaration, then the
10442 documentation for more. For Flex, it suffices to call
10443 `YY_FLUSH_BUFFER' after each change to `yyin'. If your Flex-generated
[all …]