HomeSort by relevance Sort by last modified time
    Searched refs:flex (Results 1 - 25 of 68) sorted by null

1 2 3

  /external/bison/doc/
common.x 3 .BR flex (1),
  /external/autotest/frontend/client/src/autotest/common/ui/
SimpleDialog.java 18 FlexTable flex = new FlexTable(); local
19 flex.setText(0, 0, title);
20 flex.getFlexCellFormatter().setStylePrimaryName(0, 0, "field-name");
22 flex.setWidget(1, 0, contents);
30 flex.setWidget(2, 0, ok);
32 add(flex);
  /hardware/interfaces/graphics/mapper/2.0/default/
Gralloc1Mapper.cpp 115 bool Gralloc1Mapper::toYCbCrLayout(const android_flex_layout& flex,
118 if (flex.format != FLEX_FORMAT_YCbCr || flex.num_planes < 3) {
123 const auto& plane = flex.planes[i];
146 if (flex.planes[0].component != FLEX_COMPONENT_Y ||
147 flex.planes[1].component != FLEX_COMPONENT_Cb ||
148 flex.planes[2].component != FLEX_COMPONENT_Cr) {
152 const auto& y = flex.planes[0];
153 const auto& cb = flex.planes[1];
154 const auto& cr = flex.planes[2]
214 android_flex_layout flex = {}; local
    [all...]
Gralloc1Mapper.h 43 static bool toYCbCrLayout(const android_flex_layout& flex,
  /external/swiftshader/src/OpenGL/compiler/preprocessor/
generate_parser.sh 22 flex --noline --nounistd --outfile=$output_source $input_file
  /external/libpcap/
runlex.sh 5 # Script to run Lex/Flex.
7 # means that neither Flex nor Lex was found, so we report an error and
16 echo "Usage: runlex <lex/flex command to run> [ arguments ]" 1>&2
23 # Check whether we have Lex or Flex.
27 echo "Neither lex nor flex was found" 1>&2
33 # embed complete knowledge of what options are supported by Lex/Flex.
66 # Is it Lex, or is it Flex?
68 if [ "${LEX}" = flex ]
71 # It's Flex.
81 if flex --help | egrep noFUNCTION >/dev/nul
    [all...]
  /external/swiftshader/src/OpenGL/compiler/
generate_parser.sh 22 flex --noline --nounistd --outfile=$output_source $input_file
  /external/ImageMagick/config/
missing 58 bison yacc flex lex help2man
105 flex_URL=http://flex.sourceforge.net/
171 lex*|flex*)
  /external/google-breakpad/autotools/
missing 58 bison yacc flex lex help2man
105 flex_URL=http://flex.sourceforge.net/
171 lex*|flex*)
  /external/libedit/
missing 58 bison yacc flex lex help2man
105 flex_URL=http://flex.sourceforge.net/
171 lex*|flex*)
  /external/libmicrohttpd/
missing 58 bison yacc flex lex help2man
105 flex_URL=http://flex.sourceforge.net/
171 lex*|flex*)
  /external/libnetfilter_conntrack/build-aux/
missing 58 bison yacc flex lex help2man
105 flex_URL=http://flex.sourceforge.net/
171 lex*|flex*)
  /external/pcre/dist2/
missing 58 bison yacc flex lex help2man
105 flex_URL=http://flex.sourceforge.net/
171 lex*|flex*)
  /external/protobuf/gtest/build-aux/
missing 58 bison yacc flex lex help2man
105 flex_URL=http://flex.sourceforge.net/
171 lex*|flex*)
  /external/protobuf/
missing 58 bison yacc flex lex help2man
105 flex_URL=http://flex.sourceforge.net/
171 lex*|flex*)
  /external/strace/
missing 58 bison yacc flex lex help2man
105 flex_URL=http://flex.sourceforge.net/
171 lex*|flex*)
  /toolchain/binutils/binutils-2.25/
missing 58 bison yacc flex lex help2man
105 flex_URL=http://flex.sourceforge.net/
171 lex*|flex*)
  /external/mdnsresponder/mDNSPosix/
Makefile 59 FLEX = @flex
519 $(FLEX) $(FLEXFLAGS_OS) -i -o$(OBJDIR)/$*.l.c $<
  /external/ltp/include/mk/
config.mk.default 29 LEX := flex
  /prebuilts/tools/linux-x86_64/kythe/web/ui/css/
style.css 88 display: inline-flex;
  /external/selinux/checkpolicy/
Makefile 12 LEX = flex
  /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/libcap-ng/libcap-ng-0.7/
missing 83 flex create \`lex.yy.c', if possible, from existing .c
241 lex*|flex*)
244 you modified a \`.l' file. You may need the \`Flex' package
246 \`Flex' from any GNU archive site."
  /external/libevent/
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/libnfnetlink/build-aux/
missing 83 flex create \`lex.yy.c', if possible, from existing .c
241 lex*|flex*)
244 you modified a \`.l' file. You may need the \`Flex' package
246 \`Flex' from any GNU archive site."

Completed in 419 milliseconds

1 2 3