/third_party/libabigail/tests/data/test-abidiff-exit/ |
H A D | test-non-leaf-array-v0.c | 11 void fun(struct flexible flex) { (void) flex; } in fun() argument
|
H A D | test-non-leaf-array-v1.c | 11 void fun(struct flexible flex) { (void) flex; } in fun() argument
|
/third_party/eudev/ |
H A D | missing | 58 bison yacc flex lex help2man 105 flex_URL=https://github.com/westes/flex 171 lex*|flex*)
|
/third_party/lame/ |
H A D | missing | 58 bison yacc flex lex help2man 105 flex_URL=https://github.com/westes/flex 171 lex*|flex*)
|
/third_party/node/deps/cares/ |
H A D | missing | 58 bison yacc flex lex help2man 105 flex_URL=https://github.com/westes/flex 171 lex*|flex*)
|
/third_party/node/deps/cares/config/ |
H A D | missing | 58 bison yacc flex lex help2man 105 flex_URL=https://github.com/westes/flex 171 lex*|flex*)
|
/third_party/libevdev/build-aux/ |
H A D | missing | 58 bison yacc flex lex help2man 105 flex_URL=https://github.com/westes/flex 171 lex*|flex*)
|
/third_party/skia/third_party/externals/libpng/ |
H A D | missing | 58 bison yacc flex lex help2man 105 flex_URL=https://github.com/westes/flex 171 lex*|flex*)
|
/third_party/skia/third_party/externals/microhttpd/ |
H A D | missing | 58 bison yacc flex lex help2man 105 flex_URL=http://flex.sourceforge.net/ 171 lex*|flex*)
|
/third_party/skia/third_party/externals/angle2/src/compiler/ |
H A D | generate_parser_tools.py | 7 # 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) 39 get_tool_path_platform('flex', 'linux'), 41 get_tool_path_platform('flex.exe', 'windows'), 55 flex = get_tool_path('flex') 59 flex_args = [flex, '--noline', '--nounistd', '--outfile=' + output_source, input_file] 70 # Patch flex output for 64-bit. The patch is simple enough that we could do a string 72 # can vary based on flex version, and the string substitution will find the correct place 85 # If flex' [all...] |
/third_party/ltp/tools/sparse/sparse-src/validation/ |
H A D | flex-array-union-array.h | 7 struct s_flex flex; member
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/ |
H A D | generate_parser.sh | 22 flex --noline --nounistd --outfile=$output_source $input_file
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
H A D | generate_parser.sh | 22 flex --noline --nounistd --outfile=$output_source $input_file
|
/third_party/libbpf/src/ |
H A D | relo_core.c | 367 bool flex; in bpf_core_parse_spec() local 373 flex = is_flex_arr(btf, acc - 1, a); in bpf_core_parse_spec() 374 if (!flex && access_idx >= a->nelems) in bpf_core_parse_spec() 643 bool flex; in bpf_core_spec_match() local 649 flex = is_flex_arr(targ_btf, targ_acc - 1, a); in bpf_core_spec_match() 650 if (!flex && local_acc->idx >= a->nelems) in bpf_core_spec_match()
|
/third_party/selinux/checkpolicy/ |
H A D | Makefile | 10 LEX = flex
|
/third_party/selinux/libsepol/src/ |
H A D | Makefile | 12 LEX = flex
|
/third_party/weex-loader/deps/weex-styler/lib/ |
H A D | validator.js | 2350 flex: genEnumValidator(['none', 'auto', 'initial']), 2356 justifyContent: genEnumValidator(['flex-start', 'flex-end', 'center', 'space-between', 2358 alignItems: genEnumValidator(['stretch', 'flex-start', 'flex-end', 'center', 'baseline']), 2359 alignContent: genEnumValidator(['stretch', 'flex-start', 'flex-end', 'center', 'space-between', 'space-around']), 2360 alignSelf: genEnumValidator(["auto", "flex-start", "flex-end", "center", "baseline", "stretch"]) 2380 display: genEnumValidator(['flex', 'non [all...] |
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-cff-interp-cs-common.hh | 245 static void flex (ENV &env, PARAM& param) {} in flex() function 355 PATH::flex (env, param); in process_op() 792 static void flex (ENV &env, PARAM& param) in flex() function
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | [all...] |