Home
last modified time | relevance | path

Searched refs:flex (Results 1 – 25 of 115) sorted by relevance

12345

/external/chromium-trace/trace-viewer/tracing/tracing/ui/extras/chrome/cc/
Dlayer_tree_host_impl_view.css7 -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;
Dlayer_view.css7 -webkit-flex-direction: column;
8 display: -webkit-flex;
16 -webkit-flex: 1 1 100%;
17 -webkit-flex-direction: column;
19 display: -webkit-flex;
Dlayer_picker.css7 -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;
Dpicture_view.css7 -webkit-flex: 0 1 auto !important;
8 display: -webkit-flex;
Ddisplay_item_list_view.css7 -webkit-flex: 1 1 auto !important;
8 display: -webkit-flex;
Dpicture_ops_list_view.css7 -webkit-flex-direction: column;
9 display: -webkit-flex;
13 -webkit-flex: 1 1 auto;
/external/bison/m4/
Dflex.m41 # 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/
Dcommon.css11 -webkit-flex-direction: column;
12 display: -webkit-flex;
18 -webkit-flex: 1 1 auto;
/external/chromium-trace/trace-viewer/tracing/tracing/ui/base/
Dlist_and_associated_view.css7 -webkit-flex-direction: row;
8 display: -webkit-flex;
16 -webkit-flex: 1;
/external/libpcap/
Drunlex.sh70 if [ "${LEX}" = flex ]
83 if flex --help | egrep noFUNCTION >/dev/null
96 if flex --help | egrep reentrant >/dev/null
DINSTALL.txt38 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 …]
Daclocal.m4635 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/
DREADME5 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/
Ddrawing_container.css7 -webkit-box-flex: 1;
15 -webkit-box-flex: 1;
/external/google-breakpad/autotools/
Dmissing105 flex_URL=http://flex.sourceforge.net/
171 lex*|flex*)
/external/elfutils/src/config/
Dmissing105 flex_URL=http://flex.sourceforge.net/
171 lex*|flex*)
/external/libpng/
Dmissing105 flex_URL=http://flex.sourceforge.net/
171 lex*|flex*)
/external/pcre/dist/
Dmissing105 flex_URL=http://flex.sourceforge.net/
171 lex*|flex*)
/external/libedit/
Dmissing105 flex_URL=http://flex.sourceforge.net/
171 lex*|flex*)
/external/protobuf/gtest/build-aux/
Dmissing105 flex_URL=http://flex.sourceforge.net/
171 lex*|flex*)
/external/protobuf/
Dmissing105 flex_URL=http://flex.sourceforge.net/
171 lex*|flex*)
/external/linux-tools-perf/src/tools/perf/
DMakefile83 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/
DSkStackViewLayout.cpp80 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/
Dcommon.x3 .BR flex (1),
/external/fio/exp/
DREADME.md4 A simple expression parser for arithmetic expressions made with bison + flex

12345