Home
last modified time | relevance | path

Searched full:bison (Results 1 – 25 of 389) sorted by relevance

12345678910>>...16

/external/angle/tools/flex-bison/
DREADME.md1 # flex and bison binaries
3 This folder contains the flex and bison binaries. We use these binaries to
17 lexer and parser files. If we do we should add a flex/bison download for Mac
22 ## Updating flex and bison binaries
32 already be installed. Install bison:
35 $ pacman -S bison
38 Note the versions of flex and bison, so you can build the exact same versions on Linux.
45 $ bison --version
46 bison (GNU Bison) 3.8.2
61 $ ldd /usr/bin/bison
[all …]
Dupdate_flex_bison_binaries.py8 # Helper script to update the version of flex and bison in cloud storage.
10 # This script relies on flex and bison binaries to be externally built which
27 files = ['flex', 'bison']
31 'flex.exe', 'bison.exe', 'm4.exe', 'msys-2.0.dll', 'msys-iconv-2.dll',
41 if not angle_tools.upload_to_google_storage('angle-flex-bison', files):
52 print('Suggested commit message (please indicate flex/bison versions):')
55 print('Update flex and bison binaries for %s.' % platform.system())
58 print('Please see instructions in tools/flex-bison/README.md.')
61 print('bison is at version TODO.')
/external/angle/scripts/code_generation_hashes/
DANGLE_shader_preprocessor.json14 "tools/flex-bison/linux/bison.sha1":
16 "tools/flex-bison/linux/flex.sha1":
18 "tools/flex-bison/windows/bison.exe.sha1":
20 "tools/flex-bison/windows/flex.exe.sha1":
22 "tools/flex-bison/windows/m4.exe.sha1":
24 "tools/flex-bison/windows/msys-2.0.dll.sha1":
26 "tools/flex-bison/windows/msys-iconv-2.dll.sha1":
28 "tools/flex-bison/windows/msys-intl-8.dll.sha1":
DANGLE_shader_translator.json16 "tools/flex-bison/linux/bison.sha1":
18 "tools/flex-bison/linux/flex.sha1":
20 "tools/flex-bison/windows/bison.exe.sha1":
22 "tools/flex-bison/windows/flex.exe.sha1":
24 "tools/flex-bison/windows/m4.exe.sha1":
26 "tools/flex-bison/windows/msys-2.0.dll.sha1":
28 "tools/flex-bison/windows/msys-iconv-2.dll.sha1":
30 "tools/flex-bison/windows/msys-intl-8.dll.sha1":
/external/licenseclassifier/v2/scenarios/
D1434318631 New header for GPL-3.0 with Bison exception
2 EXPECTED:Copyright,GPL-3.0-with-bison-exception
3 * A Bison parser, made by GNU Bison 3.0.4. */
5 /* Bison interface for Yacc-like parsers in C
23 part or all of the Bison parser skeleton and distribute that work
29 Bison output files to be licensed under the GNU General Public
33 version 2.2 of Bison. */
/external/libpcap/doc/
DREADME.solaris.md10 * flex 2.6.4 and GNU Bison 3.8.2 work.
16 * flex 2.6.4 and GNU Bison 3.7.6 work.
25 developer/parser/bison
35 * flex 2.6.4 and GNU Bison 3.7.3 work.
43 * flex 2.6.4 and GNU Bison 3.7.1 work.
50 * flex 2.6.4 and GNU Bison 3.7.1 work.
56 * flex 2.5.35 and GNU Bison 3.0.2 work.
/external/angle/
D.gitignore110 /tools/flex-bison/linux/bison
111 /tools/flex-bison/linux/flex
112 /tools/flex-bison/windows/bison.exe
113 /tools/flex-bison/windows/flex.exe
114 /tools/flex-bison/windows/m4.exe
115 /tools/flex-bison/windows/msys*.dll
/external/angle/src/compiler/
Dgenerate_parser_tools.py7 # Common functionality to call flex and bison to generate lexer and parser of
20 exe_path = os.path.join(sys.path[0], '..', '..', '..', 'tools', 'flex-bison', platform)
40 get_tool_path_platform('bison', 'linux'),
42 get_tool_path_platform('bison.exe', 'windows'),
102 bison = get_tool_path('bison')
107 bison_args = [bison, '--no-lines', '--skeleton=yacc.c']
148 # Call flex and bison to generate the lexer and parser.
156 print('Failed to run bison. Error %s' % str(bison_result))
/external/cronet/third_party/protobuf/kokoro/linux/dockerfile/test/php_32bit/
DDockerfile30 bison \
41 RUN wget http://ftp.gnu.org/gnu/bison/bison-2.6.4.tar.gz -O /var/local/bison-2.6.4.tar.gz
43 && tar -zxvf bison-2.6.4.tar.gz \
44 && cd /var/local/bison-2.6.4 \
214 RUN wget https://ftp.gnu.org/gnu/bison/bison-3.0.1.tar.gz -O /var/local/bison-3.0.1.tar.gz
216 && tar -zxvf bison-3.0.1.tar.gz \
217 && cd /var/local/bison-3.0.1 \
/external/protobuf/kokoro/linux/dockerfile/test/php_32bit/
DDockerfile30 bison \
41 RUN wget http://ftp.gnu.org/gnu/bison/bison-2.6.4.tar.gz -O /var/local/bison-2.6.4.tar.gz
43 && tar -zxvf bison-2.6.4.tar.gz \
44 && cd /var/local/bison-2.6.4 \
214 RUN wget https://ftp.gnu.org/gnu/bison/bison-3.0.1.tar.gz -O /var/local/bison-3.0.1.tar.gz
216 && tar -zxvf bison-3.0.1.tar.gz \
217 && cd /var/local/bison-3.0.1 \
/external/protobuf/kokoro/linux/dockerfile/test/php/
DDockerfile43 RUN wget http://ftp.gnu.org/gnu/bison/bison-2.6.4.tar.gz -O /var/local/bison-2.6.4.tar.gz
45 && tar -zxvf bison-2.6.4.tar.gz \
46 && cd /var/local/bison-2.6.4 \
207 RUN wget https://ftp.gnu.org/gnu/bison/bison-3.0.1.tar.gz -O /var/local/bison-3.0.1.tar.gz
209 && tar -zxvf bison-3.0.1.tar.gz \
210 && cd /var/local/bison-3.0.1 \
/external/cronet/third_party/protobuf/kokoro/linux/dockerfile/test/php/
DDockerfile43 RUN wget http://ftp.gnu.org/gnu/bison/bison-2.6.4.tar.gz -O /var/local/bison-2.6.4.tar.gz
45 && tar -zxvf bison-2.6.4.tar.gz \
46 && cd /var/local/bison-2.6.4 \
207 RUN wget https://ftp.gnu.org/gnu/bison/bison-3.0.1.tar.gz -O /var/local/bison-3.0.1.tar.gz
209 && tar -zxvf bison-3.0.1.tar.gz \
210 && cd /var/local/bison-3.0.1 \
/external/ipsec-tools/src/libipsec/
Dpolicy_parse.h1 /* A Bison parser, made by GNU Bison 2.3. */
3 /* Skeleton interface for Bison's Yacc-like parsers in C
24 part or all of the Bison parser skeleton and distribute that work
30 Bison output files to be licensed under the GNU General Public
34 version 2.2 of Bison. */
/external/libconfig/lib/
Dgrammar.h1 /* A Bison parser, made by GNU Bison 3.0.4. */
3 /* Bison interface for Yacc-like parsers in C
21 part or all of the Bison parser skeleton and distribute that work
27 Bison output files to be licensed under the GNU General Public
31 version 2.2 of Bison. */
/external/libtracefs/src/
Dsqlhist.tab.h1 /* A Bison parser, made by GNU Bison 3.6.4. */
3 /* Bison interface for Yacc-like parsers in C
22 part or all of the Bison parser skeleton and distribute that work
28 Bison output files to be licensed under the GNU General Public
32 version 2.2 of Bison. */
/external/libxkbcommon/.github/workflows/
Dmain.yml26 libwayland-dev wayland-protocols bison graphviz
49 brew install libxml2 doxygen bison ninja
50 brew link bison --force
56 …PATH="/usr/local/opt/bison/bin:${PATH}" meson setup -Denable-wayland=false -Denable-x11=false build
59 PATH="/usr/local/opt/bison/bin:${PATH}" meson compile -C build
/external/cronet/third_party/protobuf/kokoro/linux/dockerfile/test/php80/
DDockerfile45 RUN wget https://ftp.gnu.org/gnu/bison/bison-3.0.1.tar.gz -O /var/local/bison-3.0.1.tar.gz
47 && tar -zxvf bison-3.0.1.tar.gz \
48 && cd /var/local/bison-3.0.1 \
/external/protobuf/kokoro/linux/dockerfile/test/php80/
DDockerfile45 RUN wget https://ftp.gnu.org/gnu/bison/bison-3.0.1.tar.gz -O /var/local/bison-3.0.1.tar.gz
47 && tar -zxvf bison-3.0.1.tar.gz \
48 && cd /var/local/bison-3.0.1 \
/external/libxkbcommon/config/libxkbcommon.so.0.0.0.p/
Dparser.h1 /* A Bison parser, made by GNU Bison 3.8.2. */
3 /* Bison interface for Yacc-like parsers in C
22 part or all of the Bison parser skeleton and distribute that work
28 Bison output files to be licensed under the GNU General Public
32 version 2.2 of Bison. */
/external/angle/tools/flex-bison/third_party/skeletons/
DREADME.chromium1 Name: Bison skeletons
2 URL: https://www.gnu.org/software/bison/
10 Bison is a parser generator. It uses skeleton files as templates for building
Dbison.m43 # Language-independent M4 Macros for Bison.
52 [b4_comment([A Bison parser, made by GNU Bison b4_version_string.])
80 part or all of the Bison parser skeleton and distribute that work
86 Bison output files to be licensed under the GNU General Public
90 version 2.2 of Bison.])
707 # This generates dependencies on the Bison skeletons hence lots of
710 # useful for Bison developers too (I, Akim, never used this to locate
750 # b4_check_user_names(WHAT, USER-LIST, BISON-NAMESPACE)
753 # USER-LIST) but is not used by Bison (as recorded by macros in the
754 # namespace BISON-NAMESPACE).
[all …]
/external/mesa3d/src/gfxstream/
D.gitignore265 /tools/flex-bison/linux/bison
266 /tools/flex-bison/linux/flex
267 /tools/flex-bison/windows/bison.exe
268 /tools/flex-bison/windows/flex.exe
269 /tools/flex-bison/windows/m4.exe
270 /tools/flex-bison/windows/msys*.dll
/external/bcc/
DINSTALL.md286 apt-get install flex bison libssl-dev libelf-dev dwarves
348 sudo apt-get install arping bison clang-format cmake dh-python \
369 * cmake (>=3.1), gcc (>=4.7), flex, bison
384 sudo apt-get -y install zip bison build-essential cmake flex git libedit-dev \
389 sudo apt install -y zip bison build-essential cmake flex git libedit-dev \
394 sudo apt install -y zip bison build-essential cmake flex git libedit-dev \
399 sudo apt install -y zip bison build-essential cmake flex git libedit-dev \
404 sudo apt install -y zip bison build-essential cmake flex git libedit-dev \
409 sudo apt-get -y install zip bison build-essential cmake flex git libedit-dev \
437 dnf install -y bison cmake ethtool flex git iperf3 libstdc++-devel python3-netaddr python3-pip gcc …
[all …]
/external/licenseclassifier/v2/assets/Header/GPL-3.0-with-bison-exception/
Dheader.txt15 of the Bison parser skeleton and distribute that work under terms of your
20 Bison output files to be licensed under the GNU General Public License without
24 2.2 of Bison.
/external/libpcap/
Dgrammar.h1 /* A Bison parser, made by GNU Bison 3.8.2. */
3 /* Bison interface for Yacc-like parsers in C
22 part or all of the Bison parser skeleton and distribute that work
28 Bison output files to be licensed under the GNU General Public
32 version 2.2 of Bison. */

12345678910>>...16