HomeSort by relevance Sort by last modified time
    Searched full:flex (Results 51 - 75 of 246) sorted by null

1 23 4 5 6 7 8 910

  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/MVS/
MVS.todo 4 Subject: Re(2): Re(2): diffs for mvs port of flex-2.3
MVS.mail 4 Subject: Re(2): port of flex-2.3 to IBM/MVS
14 >of many MVS flex users ...
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/NT/
config.h 2 /* $Header: /home/daffy/u0/vern/flex/RCS/conf.in,v 1.2 95/01/09
  /external/webkit/WebKitTools/wx/packaging/debian/
control 8 flex, bison, gperf, automake, autoconf, libtool, dpatch,
  /system/core/sh/
Android.mk 43 flex -o arith_lex.c arith_lex.l
  /external/webkit/WebCore/css/
mediaControlsQuickTime.css 62 -webkit-box-flex: 1;
70 -webkit-box-flex: 0;
92 -webkit-box-flex: 0;
113 -webkit-box-flex: 1;
161 -webkit-box-flex: 1;
mediaControls.css 70 -webkit-box-flex: 1;
86 -webkit-box-flex: 1;
  /external/libpcap/
aclocal.m4 356 dnl Check for flex, default to lex
357 dnl Require flex 2.4 or higher
359 dnl Default to lex/yacc if both flex and bison are not available
360 dnl Define the yy prefix string if using flex and bison
370 dnl $3 (optional flex and bison -P prefix)
373 [AC_ARG_WITH(flex, [ --without-flex don't use flex])
378 AC_CHECK_PROGS($1, flex, lex)
380 if test "$$1" = flex ; the
    [all...]
INSTALL.txt 38 If you use flex, you must use version 2.4.6 or higher. The configure
39 script automatically detects the version of flex and will not use it
40 unless it is new enough. You can use "flex -V" to see what version you
41 have (unless it's really old). The current version of flex is available
44 ftp://ftp.ee.lbl.gov/flex-*.tar.Z
48 If you use bison, you must use flex (and visa versa). The configure
49 script automatically falls back to lex and yacc if both flex and bison
52 Sometimes the stock C compiler does not interact well with flex and
54 You can get around this by installing gcc or manually disabling flex
57 ./configure --without-flex --without-biso
    [all...]
  /external/webkit/WebCore/WebCore.gyp/scripts/
action_maketokenizer.py 42 # maketokenizer. The second item must be the path to tokenizer.flex.
89 p1 = subprocess.Popen(['flex', '-t', flexInput], stdout=subprocess.PIPE)
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/Borland/
NOTES 21 I've made flex 2.5.0.6 successfully with no changes to the source
53 of 'misc/flex.man'.
  /external/webkit/WebKitTools/android/flex-2.5.4a/
yylex.c 1 /* yylex - scanner front-end for flex */
29 /* $Header: /home/daffy/u0/vern/flex/RCS/yylex.c,v 2.13 95/03/04 16:10:41 vern Exp $ */
skel.c 1 /* File created from flex.skl via mkskel.sh */
6 "/* A lexical scanner generated by flex */",
9 " * $Header: /home/daffy/u0/vern/flex/RCS/flex.skl,v 2.91 96/09/10 16:58:48 vern Exp $",
151 " * flex-generated scanners to compile on their own).",
403 " YY_FATAL_ERROR( \"input in flex scanner failed\" );",
604 " * hoser (like flex itself) wants to",
648 " \"fatal flex scanner internal error--no action found\" );",
758 " \"fatal flex scanner internal error--end of buffer missed\" );",
961 " YY_FATAL_ERROR( \"flex scanner push-back overflow\" );"
    [all...]
flex.skl 1 /* A lexical scanner generated by flex */
4 * $Header: /home/daffy/u0/vern/flex/RCS/flex.skl,v 2.91 96/09/10 16:58:48 vern Exp $
146 * flex-generated scanners to compile on their own).
398 YY_FATAL_ERROR( "input in flex scanner failed" );
599 * hoser (like flex itself) wants to
643 "fatal flex scanner internal error--no action found" );
753 "fatal flex scanner internal error--end of buffer missed" );
956 YY_FATAL_ERROR( "flex scanner push-back overflow" );
    [all...]
  /external/webkit/WebCore/rendering/style/
StyleFlexibleBoxData.h 44 float flex; member in class:WebCore::StyleFlexibleBoxData
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/
NeXT 8 disciplined as flex' ones, so it should get more discipline first.
  /external/bison/src/
files.h 56 Not named "input_file" because Flex uses this name for an argument,
  /external/bluetooth/bluez/rfcomm/
lexer.l 29 /* Nasty workaround, but flex defines isatty() twice */
  /external/tcpdump/
aclocal.m4 438 dnl Check for flex, default to lex
439 dnl Require flex 2.4 or higher
441 dnl Default to lex/yacc if both flex and bison are not available
442 dnl Define the yy prefix string if using flex and bison
452 dnl $3 (optional flex and bison -P prefix)
455 [AC_ARG_WITH(flex, [ --without-flex don't use flex])
460 AC_CHECK_PROGS($1, flex, lex)
462 if test "$$1" = flex ; the
    [all...]
  /external/webkit/WebCore/rendering/
RenderFlexibleBox.cpp 315 // We always have to lay out flexible objects again, since the flex distribution
490 // grow, then we go from the lowest flex group to the highest flex group. For shrinking,
491 // we go from the highest flex group to the lowest group.
522 // The flex groups may not have any flexible objects this time around.
524 // If we just couldn't grow/shrink any more, then it's time to transition to the next flex group.
    [all...]
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/VMS/
vms-code.c 1 /* vms-code.c -- additional VMS-specific support code for flex
7 static const char default_arg0[] = "flex.exe";
  /external/bison/build-aux/
missing 82 flex create \`lex.yy.c', if possible, from existing .c
240 lex|flex)
243 you modified a \`.l' file. You may need the \`Flex' package
245 \`Flex' from any GNU archive site."
  /external/bison/examples/
extexi 66 # Note that recent Bison support it, but not Flex.
  /external/dbus/
missing 82 flex create \`lex.yy.c', if possible, from existing .c
240 lex|flex)
243 you modified a \`.l' file. You may need the \`Flex' package
245 \`Flex' from any GNU archive site."
  /external/elfutils/config/
missing 72 flex create \`lex.yy.c', if possible, from existing .c
216 lex|flex)
219 you modified a \`.l' file. You may need the \`Flex' package
221 \`Flex' from any GNU archive site."

Completed in 189 milliseconds

1 23 4 5 6 7 8 910