Searched refs:flex (Results 1 – 25 of 115) sorted by relevance
12345
/external/chromium-trace/trace-viewer/tracing/tracing/ui/extras/chrome/cc/ |
D | layer_tree_host_impl_view.css | 7 -webkit-flex: 1 1 auto !important; 8 -webkit-flex-direction: row; 9 display: -webkit-flex; 13 -webkit-flex: 1 1 auto; 17 -webkit-flex: 0 0 auto;
|
D | layer_view.css | 7 -webkit-flex-direction: column; 8 display: -webkit-flex; 16 -webkit-flex: 1 1 100%; 17 -webkit-flex-direction: column; 19 display: -webkit-flex;
|
D | layer_picker.css | 7 -webkit-flex-direction: column; 8 display: -webkit-flex; 12 -webkit-flex: 0 0 auto; 29 -webkit-flex: 1 1 auto; 35 -webkit-flex: 0 0 auto;
|
D | picture_view.css | 7 -webkit-flex: 0 1 auto !important; 8 display: -webkit-flex;
|
D | display_item_list_view.css | 7 -webkit-flex: 1 1 auto !important; 8 display: -webkit-flex;
|
D | picture_ops_list_view.css | 7 -webkit-flex-direction: column; 9 display: -webkit-flex; 13 -webkit-flex: 1 1 auto;
|
/external/bison/m4/ |
D | flex.m4 | 1 # flex.m4 serial 2 9 # Look for flex or lex. Set its associated library to LEXLIB. 13 AN_PROGRAM([flex], [AC_PROG_LEX]) 15 [AC_CHECK_PROGS([LEX], [flex lex], [:]) 26 [AC_CACHE_CHECK([whether lex is flex], 49 e { /* IRIX 6.5 flex 2.5.4 underquotes its yyless argument. */
|
/external/chromium-trace/trace-viewer/tracing/tracing/ui/extras/about_tracing/ |
D | common.css | 11 -webkit-flex-direction: column; 12 display: -webkit-flex; 18 -webkit-flex: 1 1 auto;
|
/external/chromium-trace/trace-viewer/tracing/tracing/ui/base/ |
D | list_and_associated_view.css | 7 -webkit-flex-direction: row; 8 display: -webkit-flex; 16 -webkit-flex: 1;
|
/external/libpcap/ |
D | runlex.sh | 70 if [ "${LEX}" = flex ] 83 if flex --help | egrep noFUNCTION >/dev/null 96 if flex --help | egrep reentrant >/dev/null
|
D | 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-bison [all …]
|
D | aclocal.m4 | 635 dnl Check for flex, default to lex 636 dnl Require flex 2.4 or higher 638 dnl Default to lex/yacc if both flex and bison are not available 640 dnl If we're using flex and bison, pass -P to flex and -p to bison 643 dnl If we're not using flex and bison, don't pass those options 648 dnl some unknown reason, choose to use --without-flex and 664 dnl $3 (optional flex and bison -P prefix) 667 [AC_ARG_WITH(flex, [ --without-flex don't use flex]) optwith 672 AC_CHECK_PROGS($1, flex, lex) 674 if test "$$1" = flex ; then [all …]
|
/external/selinux/ |
D | README | 5 yum install audit-libs-devel bison bzip2-devel dbus-devel dbus-glib-devel flex flex-devel flex-stat…
|
/external/chromium-trace/trace-viewer/tracing/tracing/ui/tracks/ |
D | drawing_container.css | 7 -webkit-box-flex: 1; 15 -webkit-box-flex: 1;
|
/external/google-breakpad/autotools/ |
D | missing | 105 flex_URL=http://flex.sourceforge.net/ 171 lex*|flex*)
|
/external/elfutils/src/config/ |
D | missing | 105 flex_URL=http://flex.sourceforge.net/ 171 lex*|flex*)
|
/external/libpng/ |
D | missing | 105 flex_URL=http://flex.sourceforge.net/ 171 lex*|flex*)
|
/external/pcre/dist/ |
D | missing | 105 flex_URL=http://flex.sourceforge.net/ 171 lex*|flex*)
|
/external/libedit/ |
D | missing | 105 flex_URL=http://flex.sourceforge.net/ 171 lex*|flex*)
|
/external/protobuf/gtest/build-aux/ |
D | missing | 105 flex_URL=http://flex.sourceforge.net/ 171 lex*|flex*)
|
/external/protobuf/ |
D | missing | 105 flex_URL=http://flex.sourceforge.net/ 171 lex*|flex*)
|
/external/linux-tools-perf/src/tools/perf/ |
D | Makefile | 83 FLEX = flex 185 $(OUTPUT)util/parse-events-flex.c: util/parse-events.l $(OUTPUT)util/parse-events-bison.c 186 …r-file=$(OUTPUT)util/parse-events-flex.h $(PARSER_DEBUG_FLEX) -t util/parse-events.l > $(OUTPUT)ut… 191 $(OUTPUT)util/pmu-flex.c: util/pmu.l $(OUTPUT)util/pmu-bison.c 192 …$(QUIET_FLEX)$(FLEX) --header-file=$(OUTPUT)util/pmu-flex.h -t util/pmu.l > $(OUTPUT)util/pmu-flex… 197 $(OUTPUT)util/parse-events.o: $(OUTPUT)util/parse-events-flex.c $(OUTPUT)util/parse-events-bison.c 198 $(OUTPUT)util/pmu.o: $(OUTPUT)util/pmu-flex.c $(OUTPUT)util/pmu-bison.c 343 LIB_OBJS += $(OUTPUT)util/parse-events-flex.o 345 LIB_OBJS += $(OUTPUT)util/pmu-flex.o 583 $(OUTPUT)util/%-flex.o: $(OUTPUT)util/%-flex.c $(OUTPUT)PERF-CFLAGS [all …]
|
/external/skia/src/views/ |
D | SkStackViewLayout.cpp | 80 int n = 0, flex = 0; in compute_children_limit() local 86 flex += 1; in compute_children_limit() 93 *flexCount = flex; in compute_children_limit()
|
/external/bison/doc/ |
D | common.x | 3 .BR flex (1),
|
/external/fio/exp/ |
D | README.md | 4 A simple expression parser for arithmetic expressions made with bison + flex
|
12345